RH-7.2 on Satellite 3000-400
I run RH-7.2 on a Satellite 3000-400 with Nvidia drivers
(GE Force 2 GO - 16 meg of videoram) recompiled (version
1541). I've enclosed the XF86config-4.
Please note that TwinView now works well since it REALLY
displays to both TV + laptop at the same time (god bless
XFree86-4.1 !!).
-------------------------------------------------
# File generated by anaconda.
Section "ServerLayout"
Identifier "Anaconda Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "AccuPoint" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection
Section "Module"
#Load "GLcore"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "pex5"
#Load "dri"
Load "glx"
Load "pex5"
Load "record"
Load "xie"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
#Option "AutoRepeat" "500 5"
#Option "Protocol" "Xqueue"
#Option "Xleds" "1 2 3"
#Option "XkbDisable"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc102"
Option "XkbLayout" "fr"
#Option "XkbVariant" ""
#Option "XkbOptions" ""
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/usbmouse"
Option "Protocol" "IMPS/2"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "AccuPoint"
Driver "mouse"
Option "Device" "/dev/psaux"
Option "Protocol" "IMPS/2"
#Option "Emulate3Buttons" "no"
Option "AlwaysCore"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 30-50
VertRefresh 60
EndSection
Section "Device"
Identifier "vesa driver"
Driver "vesa"
EndSection
Section "Device"
Identifier "nvidia driver"
Driver "nvidia"
#Option "IgnoreEDID" "on"
EndSection
Section "Screen"
Identifier "Screen0"
Device "nvidia driver"
Monitor "Monitor0"
DefaultDepth 16
Option "TwinView"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
Option "MetaModes" "800x600, 800x600"
Option "TVStandard" "PAL-N"
Option "TVOutFormat" "SVIDEO"
Option "TwinViewOrientation" "Clone"
Option "ConnectedMonitor" "TV"
Subsection "Display"
Depth 16
Modes "800x600"
EndSubsection
EndSection
Section "DRI"
Mode 0666
EndSection
|