Wiki Ubuntu-it

Indice
Partecipa
FAQ
Wiki Blog
------------------
Ubuntu-it.org
Forum
Chiedi
Chat
Cerca
Planet
  • Pagina non alterabile
  • Informazioni
  • Allegati

Versione 38 del 30/09/2008 12.29.15

Nascondi questo messaggio

BR

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


CategoryDaCancellare