Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
02-17-2006, 08:25 AM
|
#16
|
Senior Member
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Rep:
|
Sounds like you are using the 2.4.31 kernel.
A compile of the 2.6.xx kernel maybe in order
|
|
|
02-17-2006, 08:34 AM
|
#17
|
Senior Member
Registered: Feb 2004
Location: England
Distribution: Slackware 14.2
Posts: 1,491
Rep:
|
hmm, strange one. sorry i'm clutching at straws!
|
|
|
02-17-2006, 09:55 AM
|
#18
|
Member
Registered: Jul 2005
Posts: 109
Rep:
|
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.
|
|
|
02-17-2006, 11:05 AM
|
#19
|
Member
Registered: Feb 2004
Location: WA
Distribution: Slackware
Posts: 230
Rep:
|
Try installing the nVidia driver with the --force-tls=classic option.
Code:
./NVIDIA-Linux-x86-1.0-8178-pkg1.run --force-tls=classic
MagicMan
|
|
|
02-17-2006, 12:48 PM
|
#20
|
Member
Registered: Dec 2005
Distribution: Slackware 11.0
Posts: 30
Original Poster
Rep:
|
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?
|
|
|
02-17-2006, 12:50 PM
|
#21
|
Senior Member
Registered: Feb 2004
Location: England
Distribution: Slackware 14.2
Posts: 1,491
Rep:
|
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...
|
|
|
02-17-2006, 01:20 PM
|
#22
|
Member
Registered: Feb 2006
Location: Croatia, Split
Distribution: Ubuntu 7.10
Posts: 93
Rep:
|
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.
|
|
|
02-17-2006, 04:45 PM
|
#23
|
Senior Member
Registered: Feb 2004
Location: England
Distribution: Slackware 14.2
Posts: 1,491
Rep:
|
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
|
|
|
02-17-2006, 04:59 PM
|
#24
|
Member
Registered: Feb 2006
Location: Croatia, Split
Distribution: Ubuntu 7.10
Posts: 93
Rep:
|
Quote:
Originally Posted by satinet
... changing the bit that says '"driver" "nv" to nvidia"
|
This one automaticaly done by xorgconfig on my slack
|
|
|
02-17-2006, 07:11 PM
|
#25
|
Member
Registered: May 2004
Location: South Carolina
Distribution: Slackware 11.0
Posts: 606
Rep:
|
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.
|
|
|
03-02-2006, 08:11 AM
|
#26
|
Member
Registered: Dec 2005
Distribution: Slackware 11.0
Posts: 30
Original Poster
Rep:
|
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  ).
|
|
|
03-02-2006, 04:09 PM
|
#27
|
Member
Registered: May 2004
Location: South Carolina
Distribution: Slackware 11.0
Posts: 606
Rep:
|
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 11:45 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|