Dimensione: 2934
Commento:
|
Dimensione: 3606
Commento: stile, forma, CategoryHardware, messa in indice
|
Le cancellazioni sono segnalate in questo modo. | Le aggiunte sono segnalate in questo modo. |
Linea 2: | Linea 2: |
[[BR]] | |
Linea 3: | Linea 4: |
Linea 9: | Linea 9: |
* scheda video GeForce 7600 * chipset nvidia GeForce Go 6100 |
* scheda video Ge``Force 7600 * chipset nvidia Ge``Force Go 6100 |
Linea 12: | Linea 12: |
= 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 21: |
= Touchpad = Il touchpad di questo note è un Synaptic. Cominceremo l'iter per installarlo con : |
== Touchpad == |
Linea 21: | Linea 23: |
{{{ sudo apt-get install xserver-xorg-input-synaptics }}} | Il touchpad di questo portatile è un Synaptic. Per installarlo, digitare da terminale: {{{ sudo apt-get install xserver-xorg-input-synaptics }}} |
Linea 23: | Linea 28: |
Ora aggiungiamo al nostro 'xorg.conf' | Aprire con [:Nano] il file `/etc/X11/xorg.conf`: {{{ |
Linea 25: | Linea 30: |
{{{ | sudo nano /etc/X11/xorg.conf }}} e aggiungere: {{{ |
Linea 34: | Linea 43: |
EndSection}}} Andiamo ora nella sezione Mouse nella sezione "ServerLayout", e sotto "Configured Mouse" {{{ InputDevice "Synaptics Touchpad" |
EndSection |
Linea 42: | Linea 46: |
e ora riavviate X ( '''Ctrl+Alt+Backspace''' ). | Nella sezione '''"Server``Layout"''' si sostituisca la voce: {{{ InputDevice "Configured Mouse" }}} |
Linea 44: | Linea 50: |
= Uscita TV OUT = Leggere [:NvidiaTvOut:qui] . |
con questa: {{{ InputDevice "Synaptics Touchpad" }}} |
Linea 47: | Linea 54: |
= 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 65: |
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 82: |
Option "AddARGBGLXVisuals" "True" Option "AllowGLXWithComposite" "True" Option "RenderAccel" "True" |
|
Linea 87: | Linea 106: |
Option "AddARGBGLXVisuals" "True" Option "AllowGLXWithComposite" "True" Option "RenderAccel" "True" |
|
Linea 89: | Linea 112: |
Linea 91: | Linea 115: |
== Lettore Memory Card == Ricoh. Funzionante già alla prima installazione del sistema operativo. :) |
|
Linea 96: | Linea 121: |
= Scheda Audio = Funzionante di default. |
== Scheda Audio == Funzionante correttamente. |
Linea 99: | Linea 124: |
= Porte USB = Funzionanti. = Lettore Memory Card = Ricoh .Funzionante ma non testato. = Bluetooth = Thomson. Funzionante ma non testato. |
== Bluetooth == Thomson. Rilevato (ma non testato). |
Linea 109: | Linea 127: |
. 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 ]
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).