Ciao sbabaro, io ho installato la slackware su un portatile Fujitsu-siemens con scheda grafica nvidia geforce 6600 1280x800.
ho installato i driver ufficialiNvidia e poi manualmente ho costruito l'xorg.conf e adesso sfrutto tutta la risoluzione possibile, ossia i 1280x800.
Ti quoto l'xorg.conf, prendi in esame la sezione riguardante la scheda video e copiala nel tuo xorg.conf.
C'è anche il supporto per il touchpad, tastiera italiana e mouse esterno usb con rotellina, eventualmente puoi provarlo sostituendolo al tuo e vedere se ti va (penso comunque che non dovresti avere più di tanti problemi per la compatibilità).
spero di essrti di aiuto. Fammi sapere
Per la ventola anch'io ancora riesco a zittirla
Ciao Alberto
# /etc/X11/xorg.conf
Section "Files"
#
FontPath "unix/:7110" # local font server xfs-ttf
FontPath "unix/:7100" # local font server xfs
#
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
Load "synaptics"
Load "bitmap"
Load "dbe"
Load "ddc"
# NICHT bei nvidia-Treiber:
Load "dri"
Load "extmod"
Load "freetype"
# WICHTIG bei nvidia-Treiber:
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "v4l"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Resolutionn" "600"
Option "Emulate3Buttons" "false"
Option "ZAxisMapping" "4 5"
Option "Button" "5"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.09"
Option "MaxSpeed" "0.18"
Option "AccelFactor" "0.0015"
Option "SHMConfig" "on"
# Option "SendCoreEvents" "true"
# Option "Device" "/dev/psaux"
# Option "Protocol" "auto-dev"
# Option "HorizScrollDelta" "0"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV43 [GeForce Go 6600]"
# Driver "nv"
Driver "nvidia"
BusID "PCI:3:0:0"
EndSection
Section "Monitor"
Identifier "Monitor-LCD"
VendorName "Monitor Vendor"
ModelName "LCD Panel 1280x800"
# HorizSync 31.5 - 90.0
# VertRefresh 60.0 - 60.0
HorizSync 30-94
VertRefresh 30-90
DisplaySize 332 207
Modeline "1280x800" 80.60 1280 1344 1480 1680 800 801 804 827
Option "dpms"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV43 [GeForce Go 6600]"
Monitor "Monitor-LCD"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x800" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse" "CorePointer"
InputDevice "Synaptics Touchpad" "AlwaysCore"
EndSection
Section "DRI"
Mode 0666
EndSection