Dimensione: 2934
Commento:
|
Dimensione: 4162
Commento: Nuova Organizzazione Wiki
|
Le cancellazioni sono segnalate in questo modo. | Le aggiunte sono segnalate in questo modo. |
Linea 1: | Linea 1: |
## page was renamed from AsusA6t | |
Linea 2: | Linea 3: |
[[BR]] | |
Linea 3: | Linea 5: |
Linea 9: | Linea 10: |
* scheda video GeForce 7600 * chipset nvidia GeForce Go 6100 |
* scheda video Ge``Force 7600 * chipset nvidia Ge``Force Go 6100 |
Linea 12: | Linea 13: |
= Scheda di rete wireless = La scheda wireless è una (tristemente) famosissima Broadcom BCM4318, essa può essere installata in due modi: |
= Verifica dell'hardware = == Scheda di rete wireless == La scheda wireless è una '''Broadcom BCM4318''' (conosciuta per la sua scarsa compatibilità), che può essere installata in due modi (vedere le due pagine qui riportate): |
Linea 18: | Linea 22: |
= Touchpad = Il touchpad di questo note è un Synaptic. Cominceremo l'iter per installarlo con : |
''Curiosità'' : se volete accendere il led della wireless in basso al touchpad: {{{echo 1 > /proc/acpi/asus/wled}}} Al contrario, se volete spegnerla basta sostituire il numero 1 con uno 0(zero). |
Linea 21: | Linea 26: |
{{{ sudo apt-get install xserver-xorg-input-synaptics }}} | == Touchpad == |
Linea 23: | Linea 28: |
Ora aggiungiamo al nostro 'xorg.conf' | Il touchpad di questo portatile è un Synaptic. Per installarlo, digitare da terminale: {{{ sudo apt-get install xserver-xorg-input-synaptics }}} |
Linea 25: | Linea 33: |
{{{ | Aprire con [:Nano] il file `/etc/X11/xorg.conf`: {{{ sudo nano /etc/X11/xorg.conf }}} e aggiungere: {{{ |
Linea 34: | Linea 48: |
EndSection}}} Andiamo ora nella sezione Mouse nella sezione "ServerLayout", e sotto "Configured Mouse" {{{ InputDevice "Synaptics Touchpad" |
EndSection |
Linea 42: | Linea 51: |
e ora riavviate X ( '''Ctrl+Alt+Backspace''' ). | Nella sezione '''"Server``Layout"''' si sostituisca la voce: {{{ InputDevice "Configured Mouse" }}} |
Linea 44: | Linea 55: |
= Uscita TV OUT = Leggere [:NvidiaTvOut:qui] . |
con questa: {{{ InputDevice "Synaptics Touchpad" }}} |
Linea 47: | Linea 59: |
= Scheda Video = La scheda video viene correttamente riconosciuta da sia da Dapper che da Edgy. Per l'installazione dei driver Nvidia: |
Una volta salvato e chiuso il file (digitare in sequenza le combinazioni: '''Ctrl+o''' e '''Ctrl+x'''), si riavvii il server X ( '''Ctrl+Alt+Backspace''' ). == Uscita TV OUT == Leggere [:NvidiaTvOut:questa] pagina. == Scheda Video == La scheda video viene correttamente riconosciuta da sia da Dapper che da Edgy. Per l'installazione dei driver '''Nvidia''' si consultino le seguenti pagine: |
Linea 53: | Linea 70: |
Il file 'xorg.conf' dovrà essere così editato (per quanto riguarda il monitor): {{{ |
Al file `/etc/X11/xorg.conf` dovranno essere sostituite (per quanto riguarda il monitor) alcune righe, ma prima è conveniente eseguire un backup del file: {{{ sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.save }}} Ora è possibile aprire per la modifica il file originale: {{{ sudo nano /etc/X11/xorg.conf }}} e modificare in tutta sicurezza la sezione 'Screen': {{{ |
Linea 60: | Linea 87: |
Option "AddARGBGLXVisuals" "True" Option "AllowGLXWithComposite" "True" Option "RenderAccel" "True" |
|
Linea 87: | Linea 111: |
Option "AddARGBGLXVisuals" "True" Option "AllowGLXWithComposite" "True" Option "RenderAccel" "True" |
|
Linea 89: | Linea 117: |
Linea 91: | Linea 120: |
== Lettore Memory Card == Ricoh. Funzionante già alla prima installazione del sistema operativo. :) |
|
Linea 92: | Linea 123: |
= Scheda di rete Ethernet 10-100-1000 = |
== Scheda di rete Ethernet 10-100-1000 == |
Linea 96: | Linea 126: |
= Scheda Audio = Funzionante di default. |
== Scheda Audio == Funzionante correttamente. |
Linea 99: | Linea 129: |
= Porte USB = Funzionanti. |
== Bluetooth == Thomson. Rilevato (ma non testato). |
Linea 102: | Linea 132: |
= Lettore Memory Card = Ricoh .Funzionante ma non testato. = Bluetooth = Thomson. Funzionante ma non testato. |
''Curiosità'' : se volete risparmiare batteria spegnendo il disposotivo bt: {{{ sudo hcitool dev }}} Il sistema risponderà con qualcosa del genere: {{{ Devices: hci0 xx:xx:xx:xx:xx:xx }}} Leggete ora il nome del dispositivo (In questo caso 0) e date un {{{ sudo hciconfig hci0 down }}} |
Linea 109: | Linea 147: |
. CategoryNuoviDocumenti | CategoryHardware |
IndiceBRTableOfContents |
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
Verifica dell'hardware
Scheda di rete wireless
La scheda wireless è una Broadcom BCM4318 (conosciuta per la sua scarsa compatibilità), che può essere installata in due modi (vedere le due pagine qui riportate):
- [:Bcm43xx:Driver nativi]
- [:Broadcom BCM4311 802.11g:Ndiswrapper ]
Curiosità : se volete accendere il led della wireless in basso al touchpad: echo 1 > /proc/acpi/asus/wled Al contrario, se volete spegnerla basta sostituire il numero 1 con uno 0(zero).
Touchpad
Il touchpad di questo portatile è un Synaptic. Per installarlo, digitare da terminale:
sudo apt-get install xserver-xorg-input-synaptics
Aprire con [:Nano] il file /etc/X11/xorg.conf:
sudo nano /etc/X11/xorg.conf
e aggiungere:
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
Nella sezione "ServerLayout" si sostituisca la voce:
InputDevice "Configured Mouse"
con questa:
InputDevice "Synaptics Touchpad"
Una volta salvato e chiuso il file (digitare in sequenza le combinazioni: Ctrl+o e Ctrl+x), si riavvii il server X ( Ctrl+Alt+Backspace ).
Uscita TV OUT
Leggere [:NvidiaTvOut:questa] pagina.
Scheda Video
La scheda video viene correttamente riconosciuta da sia da Dapper che da Edgy. Per l'installazione dei driver Nvidia si consultino le seguenti pagine:
[: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 eseguire un backup del file:
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.save
Ora è possibile aprire per la modifica il file originale:
sudo nano /etc/X11/xorg.conf
e modificare in tutta sicurezza 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 correttamente.
Bluetooth
Thomson. Rilevato (ma non testato).
Curiosità : se volete risparmiare batteria spegnendo il disposotivo bt:
sudo hcitool dev
Il sistema risponderà con qualcosa del genere:
Devices: hci0 xx:xx:xx:xx:xx:xx
Leggete ora il nome del dispositivo (In questo caso 0) e date un
sudo hciconfig hci0 down