LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Slackware 10.2 and Nvidia drivers problem? (https://www.linuxquestions.org/questions/slackware-14/slackware-10-2-and-nvidia-drivers-problem-416371/)

cwwilson721 02-17-2006 08:25 AM

Sounds like you are using the 2.4.31 kernel.
A compile of the 2.6.xx kernel maybe in order

satinet 02-17-2006 08:34 AM

hmm, strange one. sorry i'm clutching at straws!

PsypherPunk 02-17-2006 09:55 AM

Quote:

Originally Posted by cwwilson721
Sounds like you are using the 2.4.31 kernel.
A compile of the 2.6.xx kernel maybe in order

That had crossed my mind (and it'll probably end up being the case) but according to Nvidia the 2.4 kernel should be okay.

i'd also really like to use a 2.4 kernel to test a few things.

fcaraballo 02-17-2006 11:05 AM

Try installing the nVidia driver with the --force-tls=classic option.
Code:

./NVIDIA-Linux-x86-1.0-8178-pkg1.run --force-tls=classic
MagicMan

diablo_ 02-17-2006 12:48 PM

Quote:

Originally Posted by satinet
i'm using the latest version of nvidia on 10.2 with an FX5200.

FYI - works fine for me. and on current.

sklitzz asked about what car am i using (so stupid of me to forget to write that).I am using sam card as satinet.(Nvidia GeForce FX 5200

satinet can you describe to me in details how you managed to make them work?

satinet 02-17-2006 12:50 PM

i've never had a problem with the fx5200 with either stock or personal kernels.

so i just ran the installer as usual and editted xorg.conf.

i can post that if it helps...

sklitzz 02-17-2006 01:20 PM

Quote:

Originally Posted by satinet
i've never had a problem with the fx5200 with either stock or personal kernels.

so i just ran the installer as usual and editted xorg.conf.

i can post that if it helps...

Same with me.
I have 2.4.31(the one that ships with slack 10.2) kernel and a GeForce 2 MX card.This what I did:

as root
$sh nvidia_driver.run
$xorgconfig
as user
$xorgconfig

Try this and post what happens.

satinet 02-17-2006 04:45 PM

bit of a tricky one. i would recommend resotring the back up of xorg.conf that nvidia made and then just changing the bit that says '"driver" "nv" to nvidia"

not sure about kernel version. doesnt say it doesnt work with 2.4.x

sklitzz 02-17-2006 04:59 PM

Quote:

Originally Posted by satinet
... changing the bit that says '"driver" "nv" to nvidia"

This one automaticaly done by xorgconfig on my slack

liquidtenmilion 02-17-2006 07:11 PM

Attempt the "./NVIDIA-Linux-x86-1.0-8178-pkg1.run --force-tls=classic" thing. For some reason the Nvidia drivers want to link against the libs in /lib/tls even when you are using 2.4. this obviously will not work.

Either upgrade to 2.6 or install the nvidia drivers with that command.

diablo_ 03-02-2006 08:11 AM

That worked thanks!Although there is still screen corruption when going back form X to Console but that doesn't mater (i can still shut it down on blind :D ).

liquidtenmilion 03-02-2006 04:09 PM

Quote:

Section "Device"
Identifier "** NVIDIA (generic) [nv]"
Driver "nvidia"
Option "NoLogo" "1"
Option "RenderAccel" "On"
Option "IgnoreDisplayDevices" "DFP, TV"
Option "ConnectedMonitor" "CRT"

Option "AllowGLXWithComposite" "true"
Option "Accel" "On"
# Option "BackingStore" "true"
#VideoRam 131072
# Insert Clocks lines here if appropriate
EndSection

Make your /etc/X11/xorg.conf DEVICE section look like that and this will go away.(after a restart)


All times are GMT -5. The time now is 04:03 AM.