Wiki Ubuntu-it

Indice
Partecipa
FAQ
Wiki Blog
------------------
Ubuntu-it.org
Forum
Chiedi
Chat
Cerca
Planet
  • Pagina non alterabile
  • Informazioni
  • Allegati
  • Differenze per "Hardware/Notebook/AsusA6t"
Differenze tra le versioni 1 e 6 (in 5 versioni)
Versione 1 del 11/03/2007 23.22.11
Dimensione: 1244
Commento:
Versione 6 del 16/03/2007 22.13.11
Dimensione: 2950
Commento:
Le cancellazioni sono segnalate in questo modo. Le aggiunte sono segnalate in questo modo.
Linea 2: Linea 2:
[[BR]]
||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;">'''Indice'''[[BR]] [[TableOfContents]]||
||<tablebgcolor="#f1f1ed" tablewidth="30%" tablestyle="margin: 0pt 0pt 1em 1em; float: right; font-size: 0.9em;"style="padding: 0.5em;">'''Indice'''[[BR]][[TableOfContents]] ||
Linea 6: Linea 6:
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:
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:
Linea 13: Linea 13:
La scheda wireless è una (tristemente) famosissima Broadcom BCM4318, essa può essere installata in due modi:  La scheda wireless è una (tristemente) famosissima Broadcom BCM4318, essa può essere installata in due modi:
Linea 15: Linea 16:
 * [:Broadcom_BCM4311_802.11g: '''Ndiswrapper''' ]  * [: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 '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 sotto "Configured Mouse"

{{{
  InputDevice "Synaptics Touchpad"
}}}

e ora riavviate X ( '''Ctrl+Alt+Backspace''' ).
Linea 18: Linea 45:
Leggere [:NvidiaTvOut:qui] Leggere [:NvidiaTvOut:qui] .
Linea 22: Linea 49:
Linea 24: Linea 52:

Il file 'xorg.conf' dovranno essere aggiunte (per quanto riguarda il monitor) le seguenti righe:

{{{
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NVIDIA Default Card"
Monitor "Generic Monitor"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
Option "AllowGLXWithComposite" "True"
Option "RenderAccel" "True"
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
EndSection
}}}

In questo modo sarà possibile arrivare fino alla risoluzione di 1280x800.
Linea 29: Linea 97:
Funzionante di default Funzionante di default.
Linea 38: Linea 106:
Thomson. Non testato. Thomson. Funzionante ma non testato.

----
 . CategoryNuoviDocumenti

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 '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 sotto "Configured Mouse"

  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]

Il file 'xorg.conf' dovranno essere aggiunte (per quanto riguarda il monitor) le seguenti righe:

Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NVIDIA Default Card"
Monitor "Generic Monitor"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
Option "AllowGLXWithComposite" "True"
Option "RenderAccel" "True"
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
EndSection

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

Scheda di rete Ethernet 10-100-1000

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

Scheda Audio

Funzionante di default.

Porte USB

Funzionanti.

Lettore Memory Card

Ricoh .Funzionante ma non testato.

Bluetooth

Thomson. Funzionante ma non testato.