Wiki Ubuntu-it

Indice
Partecipa
FAQ
Wiki Blog
------------------
Ubuntu-it.org
Forum
Chiedi
Chat
Cerca
Planet
  • Pagina non alterabile
  • Informazioni
  • Allegati

Versione 9 del 20/03/2007 00.47.21

Nascondi questo messaggio

Introduzione

Questo documento si propone di offrire suggerimenti su come far funzionare correttamente tutte le periferiche del portatile Asus A6T. Questa famiglia di portatili è caratterizzata da:

  • processore Turion 64X2
  • scheda video GeForce 7600

  • chipset nvidia GeForce Go 6100

Scheda di rete wireless

La scheda wireless è una (tristemente) famosissima Broadcom BCM4318, essa può essere installata in due modi:

  • [:Bcm43xx:Driver nativi]
  • [:Broadcom BCM4311 802.11g:Ndiswrapper ]

Touchpad

Il touchpad di questo note è un Synaptic. Cominceremo l'iter per installarlo con :

 sudo apt-get install xserver-xorg-input-synaptics 

Ora aggiungiamo al nostro '/etc/x11/xorg.conf'

Section "InputDevice" 
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
        Option          "HorizScrollDelta"      "0"
        Option          "SHMConfig"             "on"
EndSection

Andiamo ora nella sezione Mouse nella sezione "ServerLayout", e sostituiamo la voce

  InputDevice     "Configured Mouse"

con questa

  InputDevice     "Synaptics Touchpad"

e ora riavviate X ( Ctrl+Alt+Backspace ).

Uscita TV OUT

Leggere [:NvidiaTvOut:qui] .

Scheda Video

La scheda video viene correttamente riconosciuta da sia da Dapper che da Edgy. Per l'installazione dei driver Nvidia:

  • [:NvidiaDriver:Driver Ufficiali]

  • [:nvidiahowto:Driver Beta]

Al file '/etc/X11/xorg.conf' dovranno essere sostituite (per quanto riguarda il monitor) alcune righe, ma prima è conveniente mettere al sicuro il nostro vecchio xorg.conf:

  sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.save

Ora possiamo finalmente andare a modificare in sicurezza il la sezione 'Screen':

Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NVIDIA Default Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
Option "AddARGBGLXVisuals" "True"
Option "AllowGLXWithComposite" "True"
Option "RenderAccel" "True"

EndSection

In questo modo sarà possibile arrivare fino alla risoluzione di 1280x800.

Lettore Memory Card

Ricoh .Funzionante già alla prima installazione del sistema operativo. :)

Scheda di rete Ethernet 10-100-1000

Realtek RTL8111(B) 10/100/1000 Mbps. Funzionante.

Scheda Audio

Funzionante di default.

Bluetooth

Thomson. Funzionante ma non testato.