| Percorso: HOME > LINUX > Manuali e HOWTOs > Linux Slackware 10.0 su notebook HP PAVILION ZV5131EA |
Notebook: HP PAVILION ZV5131EA (ZV5000 series)
Processore: AMD ATHLON XP MOBILE 3000+
Memoria RAM: 256 MB
Hard Disk: 40 GB
Scheda video: nVIDIA GeForce 440 Go 64 MB
Monitor: widescreen 15,4" 1280x800
Masterizzatore: DVD+R/RW Toshiba ODD-DVD SD-R6252
Mouse: ALPS Touchpad
Accessori: Lettore integrato di memorie digitali SD-MS/Pro-MMC-SM
3 porte USB 2.0
Porta 1394 FireWire
O.S.: Linux Slackware 10.0 con Kernel 2.4.26
xorg.conf:Section "Device" BoardName "GeForce4 440 Go 64M" BusID "1:0:0" Driver "nvidia" # oppure "nv" Identifier "My Device" VendorName "NVidia" Option "FlatPanelProperties" "Scaling = aspect-scaled" Option "NoLogo" "0" Option "IgnoreEDID" "1" EndSection
xorg.conf:Section "Monitor" Option "CalcAlgorithm" "CheckDesktopGeometry" HorizSync 31.5-48.5 Identifier "My Monitor" ModelName "PAVILION ZV5000" Option "DPMS" VendorName "HEWLETT-PACKARD" VertRefresh 40-70 UseModes "My Modes" EndSection Section "Modes" Identifier "My Modes" Modeline "1024x768" 61.89 1024 1080 1184 1344 768 769 772 794 Modeline "1024x768" 63.04 1024 1080 1184 1344 768 769 772 795 -HSync -VSync Modeline "1280x800" 77.71 1280 1344 1480 1680 800 801 804 826 -HSync -VSync EndSection
xorg.conf:Section "InputDevice" Identifier "Mouse1" Driver "synaptics" Option "Protocol" "alps" Option "Device" "/dev/psaux" Option "LeftEdge" "120" Option "RightEdge" "830" Option "TopEdge" "120" Option "BottomEdge" "650" Option "FingerLow" "14" Option "FingerHigh" "15" Option "MaxTapTime" "180" Option "MaxTapMove" "110" Option "EmulateMidButtonTime" "75" Option "VertScrollDelta" "20" Option "HorizScrollDelta" "0" Option "MinSpeed" "0.3" Option "MaxSpeed" "0.75" Option "AccelFactor" "0.015" Option "EdgeMotionMinSpeed" "200" Option "EdgeMotionMaxSpeed" "200" Option "UpDownScrolling" "1" Option "CircularScrolling" "1" Option "CircScrollDelta" "0.1" Option "CircScrollTrigger" "2" Option "SHMConfig" "on" Option "Emulate3Buttons" "on" EndSection
xorg.conf:Section "Module" ... Load "synaptics" EndSection
xorg.conf:Section "InputDevice" Identifier "Mouse2" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mouse0" Option "Emulate3Buttons" "off" Option "ZAxisMapping" "4 5" EndSection
xorg.conf:Section "Screen" Identifier "Screen 1" Device "My Device" Monitor "My Monitor" DefaultDepth 24 EndSection Section "ServerLayout" Identifier "Simple Layout" Screen "Screen 1" InputDevice "Mouse1" "CorePointer" InputDevice "Mouse2" "AlwaysCore" InputDevice "Keyboard1" "CoreKeyboard" EndSection