Wiki Ubuntu-it

Indice
Partecipa
FAQ
Wiki Blog
------------------
Ubuntu-it.org
Forum
Chiedi
Chat
Cerca
Planet
  • Pagina non alterabile
  • Informazioni
  • Allegati
  • Differenze per "Cestino/DellLatitudeC840"
Differenze tra le versioni 14 e 41 (in 27 versioni)
Versione 14 del 04/05/2007 23.18.51
Dimensione: 12523
Commento: struttura
Versione 41 del 18/10/2020 21.22.56
Dimensione: 0
Autore: jeremie2
Commento: Pulizia cestino
Le cancellazioni sono segnalate in questo modo. Le aggiunte sono segnalate in questo modo.
Linea 1: Linea 1:
## page was renamed from Notebook/LatitudeC840
## page was renamed from LatitudeC840
#format wiki
#LANGUAGE it
[[BR]]
||<tablestyle="float:right; font-size: 0.9em; width:35%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;">'''Indice'''[[BR]][[TableOfContents(1)]]||

= Introduzione =

Questa guida si propone di esporre in modo chiaro e sintetico gli eventuali problemi che un utente Ubuntu-linux potrebbe incontrare nell'installazione della distribuzione su portatili '''Dell Latitude C840'''. Per la stesura della guida si è utilizzato '''Ubuntu Edgy 6.10'''.
[[BR]][[BR]]
attachment:LatitudeC840.jpg

= Rilevamento dell'hardware =
== Bus PCI e dispositivi connessi ==
Per verificare l'hardware del portatile, è sufficiente aprire un'istanza di terminale e digitare: {{{
lspci
}}}

che restituirà una schermata simile alla seguente:{{{
00:00.0 Host bridge: Intel Corporation 82845 845 (Brookdale) Chipset Host Bridge (rev 04)
00:01.0 PCI bridge: Intel Corporation 82845 845 (Brookdale) Chipset AGP Bridge (rev 04)
00:1d.0 USB Controller: Intel Corporation 82801CA/CAM USB (Hub #1) (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801CA/CAM USB (Hub #3) (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 42)
00:1f.0 ISA bridge: Intel Corporation 82801CAM ISA Bridge (LPC) (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801CAM IDE U100 (rev 02)
00:1f.5 Multimedia audio controller: Intel Corporation 82801CA/CAM AC'97 Audio Controller (rev 02)
00:1f.6 Modem: Intel Corporation 82801CA/CAM AC'97 Modem Controller (rev 02)
01:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 440 Go] (rev a3)
02:00.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 78)
02:01.0 CardBus bridge: Texas Instruments PCI4451 PC card Cardbus Controller
02:01.1 CardBus bridge: Texas Instruments PCI4451 PC card Cardbus Controller
02:01.2 FireWire (IEEE 1394): Texas Instruments PCI4451 IEEE-1394 Controller
}}}

== Processore ==

Per visualizzare i dettagli sul processore, aprire in lettura il file `/proc/cpuinfo` digitando in un terminale: {{{
cat /proc/cpuinfo}}}

che restituirà una schermata simile alla seguente:{{{
processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 2
model name : Intel(R) Pentium(R) 4 Mobile CPU 1.60GHz
stepping : 4
cpu MHz : 1600.000
cache size : 512 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 pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm up
bogomips : 3195.23
}}}

= Configurazione dei componenti =

== Scheda video Nvidia ==
Accelerazione 3D grazie ai driver Nvidia, installabili: http://wiki.ubuntu-it.org/NvidiaDriver

== Scheda audio ==
Riconosciuta perfettamente. Non c'è bisogno di nessuna altra configurazione.

== Modem 56k ==
Non testato.

== Harddisk ==
Riconosciuto, con tutte le sue partizioni. Abilitata la scrittura su NTFS con [:DriverNtfs:NTFS-3G].

== Masterizzatore CD ==
Perfettamente riconosciuto.

== Batteria ==
Non testata, per mancanza della batteria.

== Schermo ==
Perfettamente riconosciuto, dopo l'installazione dei driver ATI, è stato necessario reimpostare la dimensione dello schermo. Questa è la parte relativa alla risoluzione dello schermo del file `/etc/X11/xorg.conf`: {{{
Section "Screen"
        Identifier "Default Screen"
        Device "Scheda video generica"
        Monitor "Generic Monitor"
        DefaultDepth 24
        SubSection "Display"
                Depth 1
                Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth 4
                Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth 8
                Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth 15
                Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth 16
                Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth 24
                Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection
}}}

== Porte USB ==
Perfettamente funzionanti, ma un po' lente essendo USB 1.0

== Mouse Integrato ==
Touchpad lento. Questa è la parte relativa alla risoluzione del touchpad dello /etc/X11/xorg.conf

{{{
ection "InputDevice"
        Identifier "Synaptics Touchpad"
        Driver "synaptics"
        Option "SendCoreEvents" "true"
        Option "Device" "/dev/psaux"
        Option "Protocol" "auto-dev"
        Option "MaxTapTime" "20"
        Option "RightEdge" "850"
        Option "FingerLow" "55"
        Option "FingerHigh" "60"
        Option "MinSpeed" "0.3"
        Option "MaxSpeed" "0.8"
        Option "AccelFactor" "0.06"
        Option "VertScrollDelta" "30"
        Option "SHMConfig" "true"
EndSection
}}}

== Configurazione di Xorg ==
copio il mio file /etc/X11/xorg.conf nel caso ci dovessero essere problemi di configurazione:

{{{
Section "Files"
        FontPath "/usr/share/X11/fonts/misc"
        FontPath "/usr/share/X11/fonts/cyrillic"
        FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
        FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
        FontPath "/usr/share/X11/fonts/Type1"
        FontPath "/usr/share/X11/fonts/100dpi"
        FontPath "/usr/share/X11/fonts/75dpi"
        FontPath "/usr/share/fonts/X11/misc"
        # path to defoma fonts
        FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load "bitmap"
        Load "ddc"
        Load "dri"
        Load "extmod"
        Load "freetype"
        Load "glx"
        Load "int10"
        Load "type1"
        Load "vbe"
EndSection

Section "InputDevice"
        Identifier "Generic Keyboard"
        Driver "kbd"
        Option "CoreKeyboard"
        Option "XkbRules" "xorg"
        Option "XkbModel" "pc105"
        Option "XkbLayout" "it"
        Option "XkbOptions" "lv3:ralt_switch"
EndSection

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

Section "InputDevice"
        Identifier "Synaptics Touchpad"
        Driver "synaptics"
        Option "SendCoreEvents" "true"
        Option "Device" "/dev/psaux"
        Option "Protocol" "auto-dev"
#Elimina un fastidioso problema della parte del touchpad dedicata alla scrolling
        Option "MaxTapTime" "20"
#Fornisce il margine destro oltre il quale viene effettuato lo scrolling verticale
        Option "RightEdge" "850"
#Imposta la pressione sotto la quale il contatto con il touchpad non viene considerato
        Option "FingerLow" "55"
#Idem, livello oltre il quale il contatto viene considerato come tocco
        Option "FingerHigh" "60"
#Velocità minima alla quale si sposta il puntatore quando il dito scorre piano sul touchpad
        Option "MinSpeed" "0.3"
#Idem, la velocità massima
        Option "MaxSpeed" "0.8"
#Rapidità con cui il puntatore accelera dalle velocità minima alla massima
        Option "AccelFactor" "0.06"
#Quantità di spazio per un evento di scrolling verticale
        Option "VertScrollDelta" "30"
#Quando attivo consente ad altri programmi di modificarne/rilevarne le opzioni in tempo reale
        Option "SHMConfig" "true"
EndSection

Section "InputDevice"
  Driver "wacom"
  Identifier "stylus"
  Option "Device" "/dev/wacom" # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option "Type" "stylus"
  Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver "wacom"
  Identifier "eraser"
  Option "Device" "/dev/wacom" # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option "Type" "eraser"
  Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver "wacom"
  Identifier "cursor"
  Option "Device" "/dev/wacom" # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option "Type" "cursor"
  Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Device"
        Identifier "Scheda video generica"
        Driver "nv"
        BusID "PCI:1:0:0"
EndSection

Section "Monitor"
        Identifier "Generic Monitor"
        Option "DPMS"
        HorizSync 30-130
        VertRefresh 50-160
EndSection

Section "Screen"
        Identifier "Default Screen"
        Device "Scheda video generica"
        Monitor "Generic Monitor"
        DefaultDepth 24
        SubSection "Display"
                Depth 1
                Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth 4
                Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth 8
                Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth 15
                Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth 16
                Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth 24
                Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier "Default Layout"
        Screen "Default Screen"
        InputDevice "Generic Keyboard"
        InputDevice "Configured Mouse"
        InputDevice "stylus" "SendCoreEvents"
        InputDevice "cursor" "SendCoreEvents"
        InputDevice "eraser" "SendCoreEvents"
        InputDevice "Synaptics Touchpad"
EndSection

Section "DRI"
        Mode 0666
EndSection
}}}

= Ulteriori risorse =
 * [wiki:Ubuntu/iBookG4 Risoluzione] del problema relativo al touchpad.
 * Per problemi o chiarimenti contattare l'[:EmanueleCisotti:autore] della presente guida.
----
CategoryHardware