LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 09-25-2012, 02:29 PM   #31
jtsn
Member
 
Registered: Sep 2011
Posts: 925

Rep: Reputation: 482Reputation: 482Reputation: 482Reputation: 482Reputation: 482

Quote:
Originally Posted by Didier Spaier View Post
As already stated, blackisting nouveau won't prevent X to load it when started and use the nouveau X module.
Slackware doesn't start X by default. If the nouveau module doesn't require KMS, it is even better when it is only loaded on demand.

Of course the real problem lies upstream: There is a driver that claims supporting hardware, so Xorg doesn't fall back to VESA. And there is no way I know of to tell Xorg to prefer VESA to nouveau without breaking autodetection of any other hardware.

Quote:
About liloconfig, not all users run it. furthermore if they run it in expert mode they can disable KMS, but that wouldn't make it the default.
According to nVidia's documentation, this is all we need in /etc/modprobe.d:
Code:
blacklist nouveau
options nouveau modeset=0
The latter stops the module from unconditionally modesetting the console, when it's loaded manually.
 
Old 09-25-2012, 03:02 PM   #32
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,066

Rep: Reputation: Disabled
Quote:
Originally Posted by jtsn View Post
According to nVidia's documentation, this is all we need in /etc/modprobe.d:
Code:
blacklist nouveau
options nouveau modeset=0
The latter stops the module from unconditionally modesetting the console, when it's loaded manually.
That's good enough for people wanting to use the blob or vesa, though in the latter case they will get the infamous message "(EE) [drm] failed to open device" in their X log, but that can be considered as a minor inconvenience.

But then you will have to instruct people preferring nouveau to remove the line "nouveau modeset=0" otherwise they won't be able to use it at all.
 
Old 09-26-2012, 01:39 AM   #33
cascade9
Senior Member
 
Registered: Mar 2011
Location: Brisneyland
Distribution: Debian, aptosid
Posts: 3,753

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
Quote:
Originally Posted by jtsn View Post
But it is. nVidia is constantly releasing new hardware, which nouveau doesn't support correctly, but tries to and crashes. This is not called stable but experimental (say alpha stage).
Amazingly, sometimes nVidias 'new hardware' is actually new, not rebranded. (sorry, offtopic, but I'm really unimpressed with how much nVidia is doing that these days...along with several different hardware versions with the same GPU branding).

nVidia quite often doesnt have linux support with its closed binary drivers from day 1 of release of any given card.

Nouveau not supporting new hardware for a while untill after release is something that could be fixed fairly easily, but we are back to 'nVidia doesnt give half a damn about open source'.

Quote:
Originally Posted by Martinus2u View Post
And they support 15 year old hardware.
nVidia most certainly DOESNT support 15 year old hardware properly.

You might have been fooled by nVidia still releasing stuff like 'updated' 71.XX drivers for linux (for vanta/riva/TNT/TNT2/GF1/GF3 cards). Guess what, even though they release newer drivers, they are not updated to work with newer xorg versions.......which makes them basicly useless.

96.XX (GF2-GF4) is going the same way. I havent checked if the newest release of the 96.XX drivers work with the newest xorg vesion....even if it does there was well over a year where the 96.XX drivers did not support the currect xorg versions. Even 173.XX (GF-FX) has long periods where its not supporting the newest xorg versions either.
 
Old 09-26-2012, 03:12 AM   #34
ukiuki
Senior Member
 
Registered: May 2010
Location: Planet Earth
Distribution: Debian
Posts: 1,030

Rep: Reputation: 385Reputation: 385Reputation: 385Reputation: 385
Quote:
Originally Posted by cascade9 View Post
...
nVidia most certainly DOESNT support 15 year old hardware properly.

You might have been fooled by nVidia still releasing stuff like 'updated' 71.XX drivers for linux (for vanta/riva/TNT/TNT2/GF1/GF3 cards). Guess what, even though they release newer drivers, they are not updated to work with newer xorg versions.......which makes them basicly useless.
...
That is right i have this card: RIVA TNT2 Model 64/Model 64 Pro and i have tried to get this drivers: NVIDIA-Linux-x86-71.86.13-pkg1.run NVIDIA-Linux-x86-71.86.15-pkg1.run to work with my card but no go, i never understand why but here is the answer.

There are other video cards besides nvida and radeon, GNU/Linux users should look for them and avoid all the thouble. Who here have tried any other?
What about Matrox? Cirrus?

I really feel we are stuck on this because we have been only buying this kind of products, so we got ourselves in this situation, some manufacturers just stop making alternatives because we dont buy their products, check this: http://www.3dlabs.com/content/legacy/
We really should stop support corporations like nvidia and look for alternatives. If we want a change then we have to make it happen.

Regards
 
Old 09-26-2012, 02:32 PM   #35
jtsn
Member
 
Registered: Sep 2011
Posts: 925

Rep: Reputation: 482Reputation: 482Reputation: 482Reputation: 482Reputation: 482
Quote:
Originally Posted by cascade9 View Post
Amazingly, sometimes nVidias 'new hardware' is actually new, not rebranded.
That happens, especially above the 50 bucks low-end segment.

Quote:
nVidia quite often doesnt have linux support with its closed binary drivers from day 1 of release of any given card.
And sometimes they add support for GPUs not released to the market yet. For day 1 just get the latest Beta driver and you're fine. They make Linux drivers for their professional customers, who usually are not early-adopters.
 
  


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
[SOLVED] Slackware 14 RC5 install image has a typo in boot up message qunying Slackware 5 09-22-2012 11:46 AM
Install New Module on newly 2.6.35-rc5 kernel !!! linuxunix Linux - Newbie 12 07-16-2010 06:31 AM
nvidia issue after fresh OS install Damarious Slackware 27 03-26-2010 12:29 PM
Fresh Slack 10 install, nvidia wrong kernel problem. csDraco_ Slackware 7 11-30-2004 07:41 PM
fresh install (fresh headache) powadha Slackware 2 03-06-2004 01:03 PM

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

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

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