LinuxQuestions.org
Visit Jeremy's Blog.
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 11-28-2010, 04:12 PM   #1
Darth Vader
Senior Member
 
Registered: May 2008
Location: Romania
Distribution: DARKSTAR Linux 2008.1
Posts: 2,727

Rep: Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247
For NVIDIA users with suicidal tendencies: you have a new driver called "modesetting"


I do not know if many know, but after the last update of the Slackware-current, we have a new NVIDIA driver in ... Mesa!?!

Browse the directory /usr/lib/xorg/modules/drivers. You'll find a new driver called modesetting_drv.so.

You know what is it? Surprise!

It is the (future) NVIDIA driver, built on top of KMS and Gallium, which is the next generation of MESA.

You can use it in a classic way, i.e. add on the /etc/X11/xorg.conf.d/50-monitor.conf:

Code:
Section "Device"
  Identifier "Card0"
  Driver     "modesetting"
EndSection
Well, to note: It doesn't support any option and of course requires KMS and the Gallium Nouveau.

And finally, it is ALPHA.

Someone interested to test it?
 
Old 11-28-2010, 04:36 PM   #2
sahko
Senior Member
 
Registered: Sep 2008
Distribution: Slackware
Posts: 1,041

Rep: Reputation: Disabled
I tested nouveau with KDE earlier and system locked with 3d enabled and disabled.
 
Old 11-28-2010, 04:39 PM   #3
Darth Vader
Senior Member
 
Registered: May 2008
Location: Romania
Distribution: DARKSTAR Linux 2008.1
Posts: 2,727

Original Poster
Rep: Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247
Quote:
Originally Posted by sahko View Post
I tested nouveau with KDE earlier and system locked with 3d enabled and disabled.
You used the nouveau or this modesetting video driver?
 
Old 11-29-2010, 01:06 AM   #4
vehn
Member
 
Registered: Dec 2007
Posts: 54

Rep: Reputation: 17
I have ~600 fps with 'modesetting' and ~2100 fps with 'nouveau' in glxgears. So strange results. I have:
Quote:
01:00.0 VGA compatible controller: nVidia Corporation G84 [GeForce 8600 GT] (rev a1)
and 2 monitors connected to it. Also with 'modesetting' I have terrible fourfold cursor

p.s. imho it is not quite correct to name 'modesetting' -- new driver. I think it is 'nouveau' compiled with Gallium. But I can be at fault, correct me if this is not so.

Last edited by vehn; 11-29-2010 at 01:52 AM.
 
Old 11-29-2010, 03:39 AM   #5
sahko
Senior Member
 
Registered: Sep 2008
Distribution: Slackware
Posts: 1,041

Rep: Reputation: Disabled
Quote:
Originally Posted by Darth Vader View Post
You used the nouveau or this modesetting video driver?
I used nouveau, which despite of KDE being much more snappier than with the blob, eventually proved suicidal enough.
I think i'll pass on modesetting for now.
 
Old 11-29-2010, 05:54 AM   #6
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
I think I'll wait until it has been beta for a few months, then I'll try it.
 
Old 11-29-2010, 06:21 AM   #7
devnull10
Member
 
Registered: Jan 2010
Location: Lancashire
Distribution: Slackware Stable
Posts: 572

Rep: Reputation: 120Reputation: 120
Having hit so many problems with the recent -current updates to X which seemed to screw the NVIDIA driver every which way they could, I think I'll avoid this for the time being.
 
Old 11-29-2010, 06:23 AM   #8
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,367

Rep: Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748
After researching this, I am disputing the claim that modesetting_drv.so is a new driver.
Rather, I believe it be a state tracker (actually the Xorg state tracker that retains the name modesetting_drv in the Mesa source). It is generic code for any video device that can be handled by KMS.

Inspection of the Mesa 7.9 source shows modesetting_drv.so takes driver pipes defined for both Intel and nVidia hardware.
Quote:
bash-4.1$ grep -lR modesetting_drv *
src/gallium/targets/xorg-nouveau/Makefile
src/gallium/targets/xorg-i915/Makefile
For a description of how state trackers fit in with Mesa core and gallium drivers see
http://www.phoronix.com/forums/showthread.php?t=23598

From http://www.radeonhd.org/?page=archiv...9&d=2009-12-27
Quote:
bridgman: airlied, I was under the impression that the xorg state tracker had replaced the modesetting_drv driver, is that not the case ?
...
airlied: bridgman: prety much, we just had the name modesetting_drv.so still
airlied: in gallium

Last edited by allend; 11-29-2010 at 06:25 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Video Card Nvidia Driver Xlib: extension "GLX" missing on display ":0.0". HELP! badgerbox76 Linux - Newbie 35 03-08-2007 02:27 AM
Video Card Nvidia Driver Xlib: extension "GLX" missing on display ":0.0". badgerbox76 Linux - Games 13 01-11-2006 04:47 PM
Suicidal tendencies (or, how do I restore glibc?) dhave Slackware 4 11-16-2004 07:01 AM
NVIDIA driver error: "Card0" isn't valid for this driver" drenal Linux - Hardware 1 01-28-2004 09:02 PM

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

All times are GMT -5. The time now is 03:17 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