mosquis
10-06-02, 02:33 PM
Athlon 750Mhz.
GForce 2 MX with 64MB
SuSE80
Kernel 2.4.18
Hi, after updating from SuSE 7.2 to SuSE 8.0 I just can't get the NVidia drivers to work.
I think the problem is that XFree 4.2 is NOT using my compiled NVdriver module, eventhough lsmod tells me:
Module Size Used by Tainted: P
NVdriver 1066464 0
But when I start the server, it doesn't use this modules, it uses, acording to XFree86.0.log, the file: /usr/X11R6/lib/modules/drivers/nvidia_drv.o.
While using the X server, lsmod still says:
Module Size Used by Tainted: P
NVdriver 1066464 0
I have in the XFree86.config the correct line (nvidia instead of nv):
Section "Device"
BoardName "GeForce2 Go"
BusID "1:5:0"
Driver "nvidia"
Identifier "Device[0]"
Screen 0
VendorName "NVidia"
EndSection
And in /etc/modules.conf the line:
alias char-major-195 NVdriver
Of course, before all this I have uninstalled the NVIDIA_Kernel rpm that came with the distribution.
What am I doing wrong? Help, please!!
Here I post my XFree86Config and XFree86.0.log files in case they help.
Thank you very much.
XF86Config:
Section "Files"
FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/local"
FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/URW"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/PEX"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/misc"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/kwintv"
FontPath "/usr/X11R6/lib/X11/fonts/truetype"
FontPath "/usr/X11R6/lib/X11/fonts/uni"
FontPath "/usr/X11R6/lib/X11/fonts/ucs/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/ucs/100dpi"
ModulePath "/usr/X11R6/lib/modules"
RgbPath "/usr/X11R6/lib/X11/rgb"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail"
EndSection
Section "Module"
Load "type1"
Load "speedo"
Load "extmod"
Load "freetype"
# Load "glx"
EndSection
Section "InputDevice"
Driver "keyboard"
Identifier "Keyboard[0]"
Option "Protocol" "Standard"
Option "XkbKeyCodes" "xfree86"
Option "XkbLayout" "es"
Option "XkbModel" "pc102"
Option "XkbRules" "xfree86"
EndSection
Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "ButtonNumber" "5"
Option "Device" "/dev/psaux"
Option "InputFashion" "Mouse"
Option "Name" "AutoDetected"
Option "Protocol" "IMPS/2"
Option "Vendor" "AutoDetected"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
# Option "CalcAlgorithm" "CheckDesktopGeometry"
HorizSync 27-86
Identifier "Monitor[0]"
ModelName "CB6748SL"
# Option "DPMS"
VendorName "Calima"
VertRefresh 50-80
# UseModes "Modes[0]"
EndSection
#Section "Monitor"
# HorizSync 30-50
# VertRefresh 60
# Identifier "Monitor[1]"
# ModelName "Televisión"
# VendorName "T.V."
# UseModes "Modes[1]"
#EndSection
Section "Modes"
Identifier "Modes[0]"
Modeline "1152x864" 108.00 1152 1232 1360 1600 864 865 868 900 +hsync +vsync
Modeline "1024x768" 81.59 1024 1104 1280 1400 768 768 777 802
Modeline "800x600" 49.92 800 848 960 1072 600 600 607 626
Modeline "640x480" 27.96 640 672 736 832 480 480 485 501
Modeline "640x480" 31.95 640 672 736 832 480 480 485 501
EndSection
#Section "modes"
# Identifier "Modes[1]"
# Modeline "800x600" 49.92 800 848 960 1072 600 600 607 626
# Modeline "640x480" 27.96 640 672 736 832 480 480 485 501
#EndSection
Section "Screen"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1152x864" "1024x768" "800x600" "640x480" "400x300"
EndSubSection
SubSection "Display"
Depth 24
Modes "1152x864" "1024x768" "800x600" "640x480" "400x300"
EndSubSection
SubSection "Display"
Depth 32
Modes "1152x864" "1024x768" "800x600" "640x480" "400x300"
EndSubSection
SubSection "Display"
Depth 8
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
Option "TwinView" "on"
Option "SecondMonitorVertRefresh" "60"
Option "SecondMonitorHorizSync" "30-50"
Option "ConnectedMonitor" "CRT,TV"
Option "Metamodes" "1152x864,800x600;800x600,800x600;640x480,640x480"
Option "TVStandard" "PAL-B"
Option "TwinViewOrientation" "Clone"
Option "IgnoreEDID" "true"
Option "NoRenderAccel" "off"
Option "NvAGP" "1"
EndSection
Section "Device"
BoardName "GeForce2 Go"
BusID "1:5:0"
Driver "nvidia"
Identifier "Device[0]"
Screen 0
VendorName "NVidia"
EndSection
Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
Option "Clone" "on"
Option "Xinerama" "off"
Screen "Screen[0]"
EndSection
GForce 2 MX with 64MB
SuSE80
Kernel 2.4.18
Hi, after updating from SuSE 7.2 to SuSE 8.0 I just can't get the NVidia drivers to work.
I think the problem is that XFree 4.2 is NOT using my compiled NVdriver module, eventhough lsmod tells me:
Module Size Used by Tainted: P
NVdriver 1066464 0
But when I start the server, it doesn't use this modules, it uses, acording to XFree86.0.log, the file: /usr/X11R6/lib/modules/drivers/nvidia_drv.o.
While using the X server, lsmod still says:
Module Size Used by Tainted: P
NVdriver 1066464 0
I have in the XFree86.config the correct line (nvidia instead of nv):
Section "Device"
BoardName "GeForce2 Go"
BusID "1:5:0"
Driver "nvidia"
Identifier "Device[0]"
Screen 0
VendorName "NVidia"
EndSection
And in /etc/modules.conf the line:
alias char-major-195 NVdriver
Of course, before all this I have uninstalled the NVIDIA_Kernel rpm that came with the distribution.
What am I doing wrong? Help, please!!
Here I post my XFree86Config and XFree86.0.log files in case they help.
Thank you very much.
XF86Config:
Section "Files"
FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/local"
FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/URW"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/PEX"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/misc"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/kwintv"
FontPath "/usr/X11R6/lib/X11/fonts/truetype"
FontPath "/usr/X11R6/lib/X11/fonts/uni"
FontPath "/usr/X11R6/lib/X11/fonts/ucs/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/ucs/100dpi"
ModulePath "/usr/X11R6/lib/modules"
RgbPath "/usr/X11R6/lib/X11/rgb"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail"
EndSection
Section "Module"
Load "type1"
Load "speedo"
Load "extmod"
Load "freetype"
# Load "glx"
EndSection
Section "InputDevice"
Driver "keyboard"
Identifier "Keyboard[0]"
Option "Protocol" "Standard"
Option "XkbKeyCodes" "xfree86"
Option "XkbLayout" "es"
Option "XkbModel" "pc102"
Option "XkbRules" "xfree86"
EndSection
Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "ButtonNumber" "5"
Option "Device" "/dev/psaux"
Option "InputFashion" "Mouse"
Option "Name" "AutoDetected"
Option "Protocol" "IMPS/2"
Option "Vendor" "AutoDetected"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
# Option "CalcAlgorithm" "CheckDesktopGeometry"
HorizSync 27-86
Identifier "Monitor[0]"
ModelName "CB6748SL"
# Option "DPMS"
VendorName "Calima"
VertRefresh 50-80
# UseModes "Modes[0]"
EndSection
#Section "Monitor"
# HorizSync 30-50
# VertRefresh 60
# Identifier "Monitor[1]"
# ModelName "Televisión"
# VendorName "T.V."
# UseModes "Modes[1]"
#EndSection
Section "Modes"
Identifier "Modes[0]"
Modeline "1152x864" 108.00 1152 1232 1360 1600 864 865 868 900 +hsync +vsync
Modeline "1024x768" 81.59 1024 1104 1280 1400 768 768 777 802
Modeline "800x600" 49.92 800 848 960 1072 600 600 607 626
Modeline "640x480" 27.96 640 672 736 832 480 480 485 501
Modeline "640x480" 31.95 640 672 736 832 480 480 485 501
EndSection
#Section "modes"
# Identifier "Modes[1]"
# Modeline "800x600" 49.92 800 848 960 1072 600 600 607 626
# Modeline "640x480" 27.96 640 672 736 832 480 480 485 501
#EndSection
Section "Screen"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1152x864" "1024x768" "800x600" "640x480" "400x300"
EndSubSection
SubSection "Display"
Depth 24
Modes "1152x864" "1024x768" "800x600" "640x480" "400x300"
EndSubSection
SubSection "Display"
Depth 32
Modes "1152x864" "1024x768" "800x600" "640x480" "400x300"
EndSubSection
SubSection "Display"
Depth 8
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
Option "TwinView" "on"
Option "SecondMonitorVertRefresh" "60"
Option "SecondMonitorHorizSync" "30-50"
Option "ConnectedMonitor" "CRT,TV"
Option "Metamodes" "1152x864,800x600;800x600,800x600;640x480,640x480"
Option "TVStandard" "PAL-B"
Option "TwinViewOrientation" "Clone"
Option "IgnoreEDID" "true"
Option "NoRenderAccel" "off"
Option "NvAGP" "1"
EndSection
Section "Device"
BoardName "GeForce2 Go"
BusID "1:5:0"
Driver "nvidia"
Identifier "Device[0]"
Screen 0
VendorName "NVidia"
EndSection
Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
Option "Clone" "on"
Option "Xinerama" "off"
Screen "Screen[0]"
EndSection