Mailinglist Archive: opensuse (3254 mails)
| < Previous | Next > |
Re: [SLE] GeForce440 go and glx inspiron 8200
- From: Gerhard den Hollander <gerhard@xxxxxxxx>
- Date: Mon, 2 Sep 2002 19:46:16 +0200
- Message-id: <20020902174616.GT11892@xxxxxxxxxxxxxxxxx>
* Robert Sweet <rsweet@xxxxxxxxxxxxxxxxxx> (Mon, Sep 02, 2002 at 10:12:31AM -0700)
> Has anyone got a working 1600x1200 glx enabled XF86Config? I
> have a Dell Inspiron 8200 working flawlessly at a resolution
> of 1600x1200. But I cannot get it to work at this resolution
> with glx enabled. Is this possible or will I be stuck at
> 1280x1024? thanks :)
1) get the 2960 NVidia drivers
(I used the tar.gz files and installed form them, I have mixed luck with
the rpms)
2) use this XF86Config
(change PS/2 for imps/2 if you have an xternal wheel mouse)
##########################################################################
# Files
##########################################################################
Section "Files"
ModulePath "/usr/X11R6/lib/modules"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/CID"
FontPath "/usr/X11R6/lib/X11/fonts/PEX"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/URW"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/encodings"
FontPath "/usr/X11R6/lib/X11/fonts/kwintv"
FontPath "/usr/X11R6/lib/X11/fonts/latin2"
FontPath "/usr/X11R6/lib/X11/fonts/local"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/X11R6/lib/X11/fonts/truetype"
FontPath "/usr/X11R6/lib/X11/fonts/uni"
FontPath "/usr/X11R6/lib/X11/fonts/util"
FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/CID:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
EndSection
##########################################################################
# Module section
##########################################################################
Section "Module"
Load "pex5"
Load "glx"
Load "record"
Load "extmod"
Load "type1"
Load "dbe"
Load "xie"
Load "xaa"
Load "freetype"
Load "fb"
EndSection
##########################################################################
# Input devices
##########################################################################
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "AutoRepeat" "250 30"
Option "XkbModel" "pc104"
Option "XkbRules" "xfree86"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons"
Option "Emulate3Timeout" "50"
EndSection
##########################################################################
# Monitor section
##########################################################################
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 28-90
VertRefresh 40-110
EndSection
##########################################################################
# Graphics device section(s)
##########################################################################
Section "Device"
Identifier "NV AGP"
Driver "nvidia"
VendorName "NVidia"
BoardName "GeForce 2 Go"
BusID "PCI:1:0:0"
Option "IgnoreEDID" "1"
EndSection
Section "Device"
Identifier "NV AGP TwinView"
VendorName "nvidia"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "IgnoreEDID" "1"
Option "TwinView"
Option "SecondMonitorHorizSync" "28-90"
Option "SecondMonitorVertRefresh" "40-110"
Option "TwinViewOrientation" "clone"
Option "MetaModes" "1600x1200,1600x1200; 1280x1024,1280x1024; 1024x768,1024x768; 800x600,800x600; 640x480,640x480"
Option "ConnectedMonitor" "dfp,crt"
EndSection
##########################################################################
# Screen sections
##########################################################################
Section "Screen"
Identifier "Screen AGP TwinView"
Device "NV AGP TwinView"
Monitor "Monitor0"
DefaultColorDepth 24
SubSection "Display"
Depth 24
Modes "1600x1200" "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
##########################################################################
# ServerLayout sections
# (invoke using the '-layout' option of 'startx'.
##########################################################################
Section "ServerLayout"
Identifier "AGPTwin"
Screen 0 "Screen AGP TwinView" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Currently listening to: the hum of my computer
Gerhard, <@jasongeo.com> == The Acoustic Motorbiker ==
--
__O Some say the end is near.
=`\<, Some say we'll see armageddon soon
(=)/(=) I certainly hope we will
I could use a vacation
> Has anyone got a working 1600x1200 glx enabled XF86Config? I
> have a Dell Inspiron 8200 working flawlessly at a resolution
> of 1600x1200. But I cannot get it to work at this resolution
> with glx enabled. Is this possible or will I be stuck at
> 1280x1024? thanks :)
1) get the 2960 NVidia drivers
(I used the tar.gz files and installed form them, I have mixed luck with
the rpms)
2) use this XF86Config
(change PS/2 for imps/2 if you have an xternal wheel mouse)
##########################################################################
# Files
##########################################################################
Section "Files"
ModulePath "/usr/X11R6/lib/modules"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/CID"
FontPath "/usr/X11R6/lib/X11/fonts/PEX"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/URW"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/encodings"
FontPath "/usr/X11R6/lib/X11/fonts/kwintv"
FontPath "/usr/X11R6/lib/X11/fonts/latin2"
FontPath "/usr/X11R6/lib/X11/fonts/local"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/X11R6/lib/X11/fonts/truetype"
FontPath "/usr/X11R6/lib/X11/fonts/uni"
FontPath "/usr/X11R6/lib/X11/fonts/util"
FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/CID:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
EndSection
##########################################################################
# Module section
##########################################################################
Section "Module"
Load "pex5"
Load "glx"
Load "record"
Load "extmod"
Load "type1"
Load "dbe"
Load "xie"
Load "xaa"
Load "freetype"
Load "fb"
EndSection
##########################################################################
# Input devices
##########################################################################
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "AutoRepeat" "250 30"
Option "XkbModel" "pc104"
Option "XkbRules" "xfree86"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons"
Option "Emulate3Timeout" "50"
EndSection
##########################################################################
# Monitor section
##########################################################################
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 28-90
VertRefresh 40-110
EndSection
##########################################################################
# Graphics device section(s)
##########################################################################
Section "Device"
Identifier "NV AGP"
Driver "nvidia"
VendorName "NVidia"
BoardName "GeForce 2 Go"
BusID "PCI:1:0:0"
Option "IgnoreEDID" "1"
EndSection
Section "Device"
Identifier "NV AGP TwinView"
VendorName "nvidia"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "IgnoreEDID" "1"
Option "TwinView"
Option "SecondMonitorHorizSync" "28-90"
Option "SecondMonitorVertRefresh" "40-110"
Option "TwinViewOrientation" "clone"
Option "MetaModes" "1600x1200,1600x1200; 1280x1024,1280x1024; 1024x768,1024x768; 800x600,800x600; 640x480,640x480"
Option "ConnectedMonitor" "dfp,crt"
EndSection
##########################################################################
# Screen sections
##########################################################################
Section "Screen"
Identifier "Screen AGP TwinView"
Device "NV AGP TwinView"
Monitor "Monitor0"
DefaultColorDepth 24
SubSection "Display"
Depth 24
Modes "1600x1200" "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
##########################################################################
# ServerLayout sections
# (invoke using the '-layout' option of 'startx'.
##########################################################################
Section "ServerLayout"
Identifier "AGPTwin"
Screen 0 "Screen AGP TwinView" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Currently listening to: the hum of my computer
Gerhard, <@jasongeo.com> == The Acoustic Motorbiker ==
--
__O Some say the end is near.
=`\<, Some say we'll see armageddon soon
(=)/(=) I certainly hope we will
I could use a vacation
| < Previous | Next > |