LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-17-2006, 08:25 AM   #16
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 67

Sounds like you are using the 2.4.31 kernel.
A compile of the 2.6.xx kernel maybe in order
 
Old 02-17-2006, 08:34 AM   #17
satinet
Senior Member
 
Registered: Feb 2004
Location: England
Distribution: Slackware 14.2
Posts: 1,491

Rep: Reputation: 50
hmm, strange one. sorry i'm clutching at straws!
 
Old 02-17-2006, 09:55 AM   #18
PsypherPunk
Member
 
Registered: Jul 2005
Posts: 109

Rep: Reputation: 15
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.
 
Old 02-17-2006, 11:05 AM   #19
fcaraballo
Member
 
Registered: Feb 2004
Location: WA
Distribution: Slackware
Posts: 230

Rep: Reputation: 31
Try installing the nVidia driver with the --force-tls=classic option.
Code:
./NVIDIA-Linux-x86-1.0-8178-pkg1.run --force-tls=classic
MagicMan
 
Old 02-17-2006, 12:48 PM   #20
diablo_
Member
 
Registered: Dec 2005
Distribution: Slackware 11.0
Posts: 30

Original Poster
Rep: Reputation: 15
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?
 
Old 02-17-2006, 12:50 PM   #21
satinet
Senior Member
 
Registered: Feb 2004
Location: England
Distribution: Slackware 14.2
Posts: 1,491

Rep: Reputation: 50
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...
 
Old 02-17-2006, 01:20 PM   #22
sklitzz
Member
 
Registered: Feb 2006
Location: Croatia, Split
Distribution: Ubuntu 7.10
Posts: 93

Rep: Reputation: 15
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.

Last edited by sklitzz; 02-17-2006 at 01:23 PM.
 
Old 02-17-2006, 04:45 PM   #23
satinet
Senior Member
 
Registered: Feb 2004
Location: England
Distribution: Slackware 14.2
Posts: 1,491

Rep: Reputation: 50
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
 
Old 02-17-2006, 04:59 PM   #24
sklitzz
Member
 
Registered: Feb 2006
Location: Croatia, Split
Distribution: Ubuntu 7.10
Posts: 93

Rep: Reputation: 15
Quote:
Originally Posted by satinet
... changing the bit that says '"driver" "nv" to nvidia"
This one automaticaly done by xorgconfig on my slack
 
Old 02-17-2006, 07:11 PM   #25
liquidtenmilion
Member
 
Registered: May 2004
Location: South Carolina
Distribution: Slackware 11.0
Posts: 606

Rep: Reputation: 32
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.
 
Old 03-02-2006, 08:11 AM   #26
diablo_
Member
 
Registered: Dec 2005
Distribution: Slackware 11.0
Posts: 30

Original Poster
Rep: Reputation: 15
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 ).
 
Old 03-02-2006, 04:09 PM   #27
liquidtenmilion
Member
 
Registered: May 2004
Location: South Carolina
Distribution: Slackware 11.0
Posts: 606

Rep: Reputation: 32
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)
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
NVIDIA drivers on Slackware 10.1 hoolie_v Linux - Newbie 6 06-04-2005 04:08 AM
Installing nVidia drivers on slackware 9 gtgoku Slackware 2 10-16-2003 12:39 AM
NVIDIA drivers on slackware lax0r Slackware 6 06-10-2003 07:45 PM
nVidia drivers in Slackware 8 hecresper Slackware 7 12-23-2002 11:31 AM
slackware nvidia drivers? barazor Linux - General 1 12-20-2001 12:50 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 09:47 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration