Indice
- Introduzione
- Rilevamento dell'hardware
-
Configurazione dei componenti
- Scheda video Intel
- Scheda wireless
- Scheda audio
- Harddisk
- Masterizzatore
- Display 14" TFT
- Porte USB 2
- Mouse Integrato
- Tasti rapidi
- Tablet
- Comandi di avvio wireless e bluetooth
- Permettere allo schermo di ruotare
- Per avviare la tastiera virtuale
- Abilitare Aixgl e installare Beryl
- Configurazione Xorg
- Ulteriori risorse
Problemi in questa pagina? Segnalali in questa discussione
Introduzione
In questa pagina sono riportati il resoconto dell'installazione di Uubuntu e le informazioni sul riconoscimento hardware del portatil Acer Travelmate C310. |
Scheda tecnica |
|
Marca: |
Acer |
Modello: |
Travelmate C310 |
Memoria RAM: |
512 MiB |
Processore: |
Intel Pentium M |
Scheda video: |
Intel 855GM |
Schermo: |
14.1" |
Rilevamento dell'hardware
Dispositivi connessi
Per verificare il corretto rilevamento dell'hardware del portatile, digitare in un terminale il seguente comando:
lspci
Il comando restituirà una schermata simile alla seguente:
00:00.0 Host bridge: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller (rev 02) 00:00.1 System peripheral: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller (rev 02) 00:00.3 System peripheral: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller (rev 02) 00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02) 00:02.1 Display controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02) 00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 03) 00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 03) 00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 03) 00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 03) 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 83) 00:1f.0 ISA bridge: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge (rev 03) 00:1f.1 IDE interface: Intel Corporation 82801DBM (ICH4-M) IDE Controller (rev 03) 00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller (rev 03) 00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 03) 00:1f.6 Modem: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller (rev 03) 02:01.0 CardBus bridge: O2 Micro, Inc. OZ711EC1 SmartCardBus Controller (rev 20) 02:01.1 CardBus bridge: O2 Micro, Inc. OZ711EC1 SmartCardBus Controller (rev 20) 02:03.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link) 02:05.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5705M Gigabit Ethernet (rev 03) 02:06.0 Network controller: Intel Corporation PRO/Wireless 2200BG Network Connection (rev 05)
Processore
Per visualizzare i dettagli sul processore, aprire in lettura il file /proc/cpuinfo digitando in un terminale:
cat /proc/cpuinfo
Verrà restituito un output simile al seguente:
rocessor : 0 vendor_id : GenuineIntel cpu family : 6 model : 13 model name : Intel(R) Pentium(R) M processor 1.50GHz stepping : 8 cpu MHz : 600.000 cache size : 2048 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss tm pbe up est tm2 bogomips : 1201.08
Configurazione dei componenti
Scheda video Intel
Riconosciuta automaticamente
Scheda wireless
Riconosciuta automaticamente
Scheda audio
Riconosciuta automaticamente
Harddisk
Riconosciuto, anche con tutte le sue partizioni.
Masterizzatore
Riconosciuto automaticamente
Display 14" TFT
Riconosciuto automaticamente
Porte USB 2
Riconosciute automaticamente
Mouse Integrato
Riconosciuto, ma con scrolling non funzionante. Per attivarlo digitate in un terminale:
sudo kate /etc/X11/xorg.conf
Dopo le linee:
Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ExplorerPS/2" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "true" EndSection
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 Configured Mouse, aggiungere:
InputDevice "Synaptics Touchpad"
Tasti rapidi
Non riconosciuti automaticamente.
Per farli partire ad ogni avvio digitare:
sudo gedit /etc/modules
e aggiungere acerhk in fondo alla lista. Chiudere e salvare. È possibile poi configurare i tasti direttamente da Ubuntu.
Tablet
Per fare funzionare la funzione tablet è necessario installare i seguenti pacchetti:
sudo apt-get install xserver-xorg-input-wacom wacom-tools xinput xournal matchbox-keyboard
Se durante l'installazione dovesse apparire qualcosa, scegliere autosave once. Dopodichè abilitare i nuovi elementi digitando:
sudo ln -s /dev/input/wacom /dev/wacom
Infine riavviare. Questo potrebbe non essere bastato per far funzionare il tablet. Nel caso digitare
sudo gedit /etc/X11/xorg.conf
e modificare come segue:
Section "InputDevice" Driver "wacom" Identifier "cursor" Option "Device" "/dev/ttyS0" Option "Type" "cursor" Option "ForceDevice" "ISDV4" Option "BottomX" "28800" Option "BottomY" "21760" Option "Mode" "absolute" Option "TPCButton" "on" EndSection Section "InputDevice" Driver "wacom" Identifier "stylus" Option "Device" "/dev/ttyS0" Option "Type" "stylus" Option "ForceDevice" "ISDV4" Option "BottomX" "28800" Option "BottomY" "21760" Option "Mode" "absolute" Option "TPCButton" "on" EndSection Section "InputDevice" Driver "wacom" Identifier "eraser" Option "Device" "/dev/ttyS0" Option "Type" "eraser" Option "ForceDevice" "ISDV4" Option "BottomX" "28800" Option "BottomY" "21760" Option "Mode" "absolute" Option "TPCButton" "on" EndSection
e aggiungere o cambiare questa parte:
InputDevice "cursor" "SendCoreEvents" InputDevice "stylus" "SendCoreEvents" InputDevice "eraser" "SendCoreEvents"
Poi editare/creare il file /etc/serial.conf, e aggiungere:
#Stylus pen /dev/ttyS0 port 0x06f8 irq 6 uart 16550A
Per avviare il programma di scrittura:
xournal
Comandi di avvio wireless e bluetooth
I seguenti comandi devono tutti essere digitati in un terminale.
Avviare il bluetooth
echo on > /proc/driver/acerhk/blueled
Disattivare il bluetooth
echo off > /proc/driver/acerhk/blueled
Avviare la wireless
echo on > /proc/driver/acerhk/wirelessled
Disattivare la wireless
echo off > /proc/driver/acerhk/wirelessled
Permettere allo schermo di ruotare
creare un file in usr/bin/ chiamato rotate:
sudo gedit /usr/bin/rotate
e al suo interno inserire:
function ROTATE() { curr=`xrandr | awk '/Current rotation/ { print $4 }'` case $curr in normal) CW ;; *) NORMAL ;; esac } function PORTRAIT() { echo portrait } function LANDSCAPE() { echo landscape } function NORMAL() { xrandr -o normal xsetwacom set "stylus" Rotate NONE PORTRAIT } function CCW() { xrandr -o right xsetwacom set "stylus" Rotate CCW LANDSCAPE } function CW() { xrandr -o right xsetwacom set "stylus" Rotate CW LANDSCAPE } function INVERT() { xrandr -o inverted xsetwacom set "stylus" Rotate UD LANDSCAPE } case $1 in -l) CCW ;; -r) CW ;; -n) NORMAL ;; -i) INVERT ;; *) ROTATE ;; esac
Rendetelo eseguibile con:
sudo chmod +x /usr/bin/rotate
Per ruotare lo schermo da terminale, digitare:
rotate
Per avviare la tastiera virtuale
Avviare l'applicazione Keyboard dal menù Accessori di Gnome, oppure da terminale con il comando:
matchbox-keyboard
Abilitare Aixgl e installare Beryl
Poiché l'accelerazione 3D è già attiva basta avviarli dal menù Aspetto.
Configurazione Xorg
Nel caso ci dovessero essere problemi di configurazione, confrontare il proprio file /etc/X11/xorg.conf con il file allegato.