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 26 e 27
Versione 26 del 01/06/2007 19.03.32
Dimensione: 14875
Autore: NaldiniPaolo
Commento:
Versione 27 del 04/06/2007 10.02.45
Dimensione: 8629
Commento: piccole modifiche; stile; xorg come allegato
Le cancellazioni sono segnalate in questo modo. Le aggiunte sono segnalate in questo modo.
Linea 7: Linea 7:
||<#EEEEEC : 15% style="border: medium none ;">||<#EEEEEC : 35% style="border: medium none ;"(> '''Ram:'''||<#EEEEEC : 35% style="border: medium none ;"(> 256 Mb||<#EEEEEC : 15% style="border: medium none ;">|| ||<#EEEEEC : 15% style="border: medium none ;">||<#EEEEEC : 35% style="border: medium none ;"(> '''Memoria RAM:'''||<#EEEEEC : 35% style="border: medium none ;"(> 256 MiB||<#EEEEEC : 15% style="border: medium none ;">||
Linea 20: Linea 20:
Per verificare la corretta rilevamento dell'hardware del portatile, è sufficiente aprire il terminale e digitare il seguente comando: Per verificare il corretto rilevamento dell'hardware del portatile, digitare in un terminale il seguente comando:{{{
lspci
}}}
Linea 22: Linea 24:
{{{lspci
}}}
che restituirà una schermata simile alla seguente:{{{
che restituirà una schermata simile alla seguente:{{{
Linea 42: Linea 43:
Per visualizzare i dettagli sul processore, aprire in lettura il file {{{/proc/cpuinfo}}} digitando in un terminale:

{{{cat /proc/cpuinfo
Per visualizzare i dettagli sul processore, aprire in lettura il file `/proc/cpuinfo` digitando in un terminale:{{{
cat /proc/cpuinfo
Linea 47: Linea 47:
Verranno visualizzati dei dettagli simili ai seguenti:{{{ Verrà restituito un output simile al seguente:{{{
Linea 68: Linea 68:
[[Immagine(Icone/Piccole/warning.png,,left)]][[BR]] [[BR]]'''I valori differiscono a seconda dei modelli di processori, qui si fa riferimento al ''"Intel(R) Pentium(R) 4 Mobile 1.60GHz"''.'''[[BR]][[BR]][[BR]] [[Immagine(Icone/Piccole/warning.png,,left)]][[BR]] [[BR]]'''I valori differiscono a seconda dei modelli di processori, qui si fa riferimento al ''"Intel(R) Pentium(R) 4 Mobile 1.60 GHz"''.'''[[BR]][[BR]][[BR]]
Linea 88: Linea 88:
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`: {{{ 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`:{{{
Linea 125: Linea 125:
Touchpad lento. Questa è la parte relativa alla risoluzione del touchpad, modificare il file {{{/etc/X11/xorg.conf}}} e inserire i giusti parametri:{{{ Touchpad lento. Questa è la parte relativa alla risoluzione del touchpad, modificare il file `/etc/X11/xorg.conf` e inserire i giusti parametri:{{{
Linea 146: Linea 146:
Quella che segue è una copia del 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
}}}
Nel caso ci dovessero essere problemi di configurazione, confrontare il proprio file `/etc/X11/xorg.conf` con il [http://wiki.ubuntu-it.org/Hardware/Notebook/DellLatitudeC840?action=AttachFile&do=view&target=xorg.conf.txt file allegato].

BR

{*} Scheda tecnica

BR

Marca:

Dell

Modello:

LatitudeC840

Memoria RAM:

256 MiB

Processore:

Pentium 4 Processor-M

Scheda Video:

nVidia GeForce4 440 Go

Distribuzione Utilizzata:

Ubuntu 6.10 «Edgy Eft»

BR

BR

BR

Immagine(Hardware/Notebook/DellLatitudeC840/LatitudeC840.jpg,150) In questa pagina è riportato il resoconto dell'installazione di Ubuntu 6.10 «Edgt Eft» sul portatile Dell LatitudeC840. Inoltre verranno riportate le informazioni generali sul riconoscimento dell'hardware e i possibili metodi di installazione.

Rilevamento dell'hardware

Dispositivi Connessi

Per verificare il corretto rilevamento dell'hardware del portatile, digitare in un terminale il seguente comando:

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

Verrà restituito un output simile al 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

Immagine(Icone/Piccole/warning.png,,left)BR BRI valori differiscono a seconda dei modelli di processori, qui si fa riferimento al "Intel(R) Pentium(R) 4 Mobile 1.60 GHz".BRBRBR

Configurazione dei componenti

Scheda video Nvidia

Accelerazione 3D attivabile grazie ai driver Nvidia: [:Hardware/Video/Nvidia:NvidiaDriver]

Scheda audio

Riconosciuta automaticamente {OK}

Harddisk

Riconosciuto, con tutte le sue partizioni. Abilitata la scrittura su NTFS con [:Hardware/DispositiviPartizioni/MontarePartizioni/NtfsLetturaScrittura:NTFS-3G].

Masterizzatore CD

Riconosciuto automaticamente {OK}

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

Riconosciute automaticamente {OK}

Mouse Integrato

Touchpad lento. Questa è la parte relativa alla risoluzione del touchpad, modificare il file /etc/X11/xorg.conf e inserire i giusti parametri:

Section "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

Nel caso ci dovessero essere problemi di configurazione, confrontare il proprio file /etc/X11/xorg.conf con il [http://wiki.ubuntu-it.org/Hardware/Notebook/DellLatitudeC840?action=AttachFile&do=view&target=xorg.conf.txt file allegato].

Ulteriori risorse

  • [wiki:Ubuntu/iBookG4 Risoluzione] del problema relativo al touchpad.
  • Per problemi o chiarimenti contattare l'[:EmanueleCisotti:autore] della presente guida.


CategoryHardware