Re: [gentoo-user] Nvidia+Xorg not allowing DRI.

2006-07-15 Thread Ryan Tandy

Hemmann, Volker Armin wrote:

On Saturday 15 July 2006 01:01, Ryan Tandy wrote:

Korthrun wrote:

#   Load  "dri"

Uncomment that line, and restart X.


no.

That has to be commented - or removed.

Read the docs. Read the nvidia readme.


Oops, my bad - I've never had an nvidia card, sorry.  Assumed it was the 
same as others. *blush*

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Nvidia+Xorg not allowing DRI.

2006-07-15 Thread Korthrun

On 7/15/06, Richard Fish <[EMAIL PROTECTED]> wrote:

On 7/15/06, Hemmann, Volker Armin <[EMAIL PROTECTED]> wrote:
> no, you should not. This last 'stanza' is not needed - maybe even harmfull.
> Remove it.

Oops, your right.

Looks like an artifact (both in the config and my brain) from my ATI
days.  Apologies to korthrun for the bogus info.

-Richard
--
gentoo-user@gentoo.org mailing list



No problem man, it happens to the lot of us :)

K
--
()  The ASCII Ribbon Campaign - against HTML Email,
/\  vCards, and proprietary formats.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Nvidia+Xorg not allowing DRI.

2006-07-15 Thread Korthrun

On 7/15/06, Hemmann, Volker Armin <[EMAIL PROTECTED]> wrote:

On Friday 14 July 2006 14:30, Korthrun wrote:
> Heyyas,
>
>  I'm running:
> Xorg 7.0-r1
> nvidia-kernel 1.0.8762
> nvidia-glx 1.0.8762
>
>  I've followed the guide at
> http://www.gentoo.org/doc/en/nvidia-guide.xml with the following
> exceptions. I'm using a kernel.org kernel not a portage kernel, and I
> didn't make the "changes" regarding framebuffers because I don't
> intend to use one.That whole bit is disabled in my kernel.
>
> X starts up fine and looks great, I get decent FPS from glxgears.
> While following the above guide I get to this point "Code Listing
> 2.19: Checking the direct rendering status" and end up with this:
>
> glxinfo | grep direct
> Xlib:  extension "XFree86-DRI" missing on display ":0.0".
> direct rendering: No

did you make eselect opengl set nvidia?
Did you ever use the nvidia-installer?
If yes to the second question, stale files from it, can ruin everything.

#
Section "Module"

# This loads the DBE extension module.

Load"dbe"   # Double buffer extension
Load"extmod"
Load"type1"
Load"speedo"
Load"freetype"
#Load"xtt"
Load"glx"
Load"v4l"
Load"ddc"
Load"i2c

EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection



# **
# Files section.  This allows default font and rgb paths to be set
# **

Section "Files"


FontPath   "/usr/share/fonts/misc/"
FontPath   "/usr/share/fonts/TTF/"
FontPath   "/usr/share/fonts/Type1/"
FontPath   "/usr/share/fonts/75dpi/"
FontPath   "/usr/share/fonts/100dpi/"
FontPath   "/usr/share/fonts/local/"
#FontPath   "/usr/share/fonts/Speedo/"
FontPath   "/usr/share/fonts/TrueType/"
FontPath   "/usr/share/fonts/freefont/"
FontPath   "/usr/share/fonts/sharefonts/"
FontPath   "/usr/share/fonts/corefonts/"

EndSection

# **
# Server flags section.
# **

Section "ServerFlags"


EndSection

# **
# Input devices
# **

# **
# Core keyboard's InputDevice section
# **

Section "InputDevice"

Identifier  "Keyboard1"
Driver  "kbd"

Option "AutoRepeat" "500 30"
Option "XkbRules"   "xorg"
Option "XkbModel"   "pc102"
Option "XkbLayout"  "de"

EndSection


# **
# Core Pointer's InputDevice section
# **

Section "InputDevice"

# Identifier and driver

Identifier  "Mouse1"
#Driver "mouse"
#Option  "Protocol""IMPS/2"
#Option  "Protocol" "ExplorerPS/2"
#Option "InputFashion" "Mouse"
#Option  "Buttons"  "7"
#Option   "ButtonNumber" "7"
#Option  "ZAxisMapping" "6 7"
#Option  "Emulate3Buttons" "false"
#Option "Device"  "/dev/input/mice"
#Option "ZAxisMapping" "4 5"
#  Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ExplorerPS/2"
Option  "Buttons"   "8"
Option  "ZAxisMapping"  "4 5 6 7"
Option  "Emulate3Buttons"   "false"
Option  "Resolution""800"
EndSection

# **
# Monitor section
# **

# Any number of monitor sections may be present

Section "Monitor"

Identifier  "ibm"

HorizSync   31.5-96
VertRefresh 50-85
Option "dpms"
EndSection


# **
# Graphics device section
# **


Section "Device"
Identifier  "6600"
Driver  "nvidia"
#VideoRam131072
# Insert Clocks lines here if appropriate

Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option "backingstore" "true"
 #   Option "XaaNoOffscreenPixmaps" "true"
Option "ADDARGBGLXVisuals" "true"
EndSection


# **
# Screen sections
# **

# Any number of scree

Re: [gentoo-user] Nvidia+Xorg not allowing DRI.

2006-07-15 Thread Richard Fish

On 7/15/06, Hemmann, Volker Armin <[EMAIL PROTECTED]> wrote:

no, you should not. This last 'stanza' is not needed - maybe even harmfull.
Remove it.


Oops, your right.

Looks like an artifact (both in the config and my brain) from my ATI
days.  Apologies to korthrun for the bogus info.

-Richard
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Nvidia+Xorg not allowing DRI.

2006-07-15 Thread Hemmann, Volker Armin
On Friday 14 July 2006 14:30, Korthrun wrote:
> Heyyas,
>
>  I'm running:
> Xorg 7.0-r1
> nvidia-kernel 1.0.8762
> nvidia-glx 1.0.8762
>
>  I've followed the guide at
> http://www.gentoo.org/doc/en/nvidia-guide.xml with the following
> exceptions. I'm using a kernel.org kernel not a portage kernel, and I
> didn't make the "changes" regarding framebuffers because I don't
> intend to use one.That whole bit is disabled in my kernel.
>
> X starts up fine and looks great, I get decent FPS from glxgears.
> While following the above guide I get to this point "Code Listing
> 2.19: Checking the direct rendering status" and end up with this:
>
> glxinfo | grep direct
> Xlib:  extension "XFree86-DRI" missing on display ":0.0".
> direct rendering: No

did you make eselect opengl set nvidia?
Did you ever use the nvidia-installer?
If yes to the second question, stale files from it, can ruin everything.

#
Section "Module"

# This loads the DBE extension module.

Load"dbe"   # Double buffer extension
Load"extmod"
Load"type1"
Load"speedo"
Load"freetype"
#Load"xtt"
Load"glx"
Load"v4l"
Load"ddc"
Load"i2c

EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection



# **
# Files section.  This allows default font and rgb paths to be set
# **

Section "Files"


FontPath   "/usr/share/fonts/misc/"
FontPath   "/usr/share/fonts/TTF/"
FontPath   "/usr/share/fonts/Type1/"
FontPath   "/usr/share/fonts/75dpi/"
FontPath   "/usr/share/fonts/100dpi/"
FontPath   "/usr/share/fonts/local/"
#FontPath   "/usr/share/fonts/Speedo/"
FontPath   "/usr/share/fonts/TrueType/"
FontPath   "/usr/share/fonts/freefont/"
FontPath   "/usr/share/fonts/sharefonts/"
FontPath   "/usr/share/fonts/corefonts/"

EndSection

# **
# Server flags section.
# **

Section "ServerFlags"


EndSection

# **
# Input devices
# **

# **
# Core keyboard's InputDevice section
# **

Section "InputDevice"

Identifier  "Keyboard1"
Driver  "kbd"

Option "AutoRepeat" "500 30"
Option "XkbRules"   "xorg"
Option "XkbModel"   "pc102"
Option "XkbLayout"  "de"

EndSection


# **
# Core Pointer's InputDevice section
# **

Section "InputDevice"

# Identifier and driver

Identifier  "Mouse1"
#Driver "mouse"
#Option  "Protocol""IMPS/2"
#Option  "Protocol" "ExplorerPS/2"
#Option "InputFashion" "Mouse"
#Option  "Buttons"  "7"
#Option   "ButtonNumber" "7"
#Option  "ZAxisMapping" "6 7"
#Option  "Emulate3Buttons" "false"
#Option "Device"  "/dev/input/mice"
#Option "ZAxisMapping" "4 5"
#  Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ExplorerPS/2"
Option  "Buttons"   "8"
Option  "ZAxisMapping"  "4 5 6 7"
Option  "Emulate3Buttons"   "false"
Option  "Resolution""800"
EndSection

# **
# Monitor section
# **

# Any number of monitor sections may be present

Section "Monitor"

Identifier  "ibm"

HorizSync   31.5-96
VertRefresh 50-85
Option "dpms"
EndSection


# **
# Graphics device section
# **


Section "Device"
Identifier  "6600"
Driver  "nvidia"
#VideoRam131072
# Insert Clocks lines here if appropriate

Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option "backingstore" "true"
 #   Option "XaaNoOffscreenPixmaps" "true"
Option "ADDARGBGLXVisuals" "true"
EndSection


# **
# Screen sections
# **

# Any number of screen sections may be present.  Each describes
# the configuration 

Re: [gentoo-user] Nvidia+Xorg not allowing DRI.

2006-07-15 Thread Hemmann, Volker Armin
On Friday 14 July 2006 18:51, Richard Fish wrote:
> On 7/14/06, Korthrun <[EMAIL PROTECTED]> wrote:
> > Section "DRI"
> > Group "video"
> > Mode 0660
> > EndSection
> >
> > ##End xorg.conf
> >
> >  I've tried it both with and without this last stanza regarding
> > DRI.
>
> You should definitely have that.  Is your user a member of the video group?

no, you should not. This last 'stanza' is not needed - maybe even harmfull. 
Remove it.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Nvidia+Xorg not allowing DRI.

2006-07-15 Thread Hemmann, Volker Armin
On Saturday 15 July 2006 01:01, Ryan Tandy wrote:
> Korthrun wrote:
> > #   Load  "dri"
>
> Uncomment that line, and restart X.

no.

That has to be commented - or removed.

Read the docs. Read the nvidia readme.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Nvidia+Xorg not allowing DRI.

2006-07-14 Thread Ryan Tandy

Korthrun wrote:

#   Load  "dri"


Uncomment that line, and restart X.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Nvidia+Xorg not allowing DRI.

2006-07-14 Thread Korthrun

On 7/14/06, Richard Fish <[EMAIL PROTECTED]> wrote:

On 7/14/06, Korthrun <[EMAIL PROTECTED]> wrote:
> I'm definatly a user of the video group.
> I'll try the emerge -ev world in a bit here, at the moment I'm KDE
> free but it can't hurt to try.

Try the eselect opengl option first...it will take much less time! :-)

-Richard
--
gentoo-user@gentoo.org mailing list



Thanks for the suggestion, I already have this set to nvidia. Are
there more options for this module that I'm missing? I'll poke through
the docs in the mean time.

Thanks muchly

--
()  The ASCII Ribbon Campaign - against HTML Email,
/\  vCards, and proprietary formats.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Nvidia+Xorg not allowing DRI.

2006-07-14 Thread Dale
Richard Fish wrote:
> On 7/14/06, Korthrun <[EMAIL PROTECTED]> wrote:
>> I'm definatly a user of the video group.
>> I'll try the emerge -ev world in a bit here, at the moment I'm KDE
>> free but it can't hurt to try.
>
> Try the eselect opengl option first...it will take much less time! :-)
>
> -Richard

It's worth a try but it didn't work here.  For his sake, I hope it works
for him.  That emerge -e world takes a while.

Dale
:-)  :-)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Nvidia+Xorg not allowing DRI.

2006-07-14 Thread Richard Fish

On 7/14/06, Korthrun <[EMAIL PROTECTED]> wrote:

I'm definatly a user of the video group.
I'll try the emerge -ev world in a bit here, at the moment I'm KDE
free but it can't hurt to try.


Try the eselect opengl option first...it will take much less time! :-)

-Richard
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Nvidia+Xorg not allowing DRI.

2006-07-14 Thread Dale
Korthrun wrote:
> On 7/14/06, Dale <[EMAIL PROTECTED]> wrote:
>>
>> I ran into the same thing.  I ended up doing a emerge -ev world to fix
>> mine.  I just had someone else on the forums to do the same thing and it
>> worked for them as well.
>>
>> It's a pain but it worked for me and the other person.  I personally
>> think it is something KDE but not kdelibs or the nvidia drivers.  I had
>> re-emerged them before a few times with no help.
>>
>> Maybe someone has a better idea.
>>
>> Dale
>> :-)  :-)
>> -- 
>> gentoo-user@gentoo.org mailing list
>>
>>
> I'm definatly a user of the video group.
> I'll try the emerge -ev world in a bit here, at the moment I'm KDE
> free but it can't hurt to try.
>

Well, it must just be something X related then.  I noticed it started
working when the emerge got to the KDE stuff but there may have been
something small that I missed as it went by.

Dale
:-)  :-)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Nvidia+Xorg not allowing DRI.

2006-07-14 Thread Korthrun

On 7/14/06, Dale <[EMAIL PROTECTED]> wrote:

Andrew Frink wrote:
>
>
> On 7/14/06, *Korthrun* <[EMAIL PROTECTED]
> > wrote:
>
> Heyyas,
>
>  I'm running:
> Xorg 7.0-r1
> nvidia-kernel 1.0.8762
> nvidia-glx 1.0.8762
>
>  I've followed the guide at
> http://www.gentoo.org/doc/en/nvidia-guide.xml
>  with the following
> exceptions. I'm using a kernel.org  kernel not
> a portage kernel, and I
> didn't make the "changes" regarding framebuffers because I don't
> intend to use one.That whole bit is disabled in my kernel.
>
> X starts up fine and looks great, I get decent FPS from glxgears.
> While following the above guide I get to this point "Code Listing
> 2.19: Checking the direct rendering status" and end up with this:
>
> glxinfo | grep direct
> Xlib:  extension "XFree86-DRI" missing on display ":0.0".
> direct rendering: No
>
> My Xorg.conf follows:
> ##Start xorg.conf
> Section "ServerLayout"
> Identifier "X.org  Configured"
> Screen  0  "Screen[0]" 0 0
> InputDevice"Mouse0" "CorePointer"
> InputDevice"Keyboard0" "CoreKeyboard"
> EndSection
>
> Section "Files"
> RgbPath  "/usr/share/X11/rgb"
> ModulePath   "/usr/lib/xorg/modules"
> FontPath "/usr/share/fonts/misc"
> FontPath "/usr/share/fonts/75dpi"
> FontPath "/usr/share/fonts/100dpi"
> FontPath "/usr/share/fonts/TTF"
> FontPath "/usr/share/fonts/Type1"
> EndSection
>
> Section "Module"
> Load  "glx"
> Load  "extmod"
> Load  "xtrap"
> Load  "record"
> Load  "dbe"
> #   Load  "dri"
> Load  "freetype"
> Load  "type1"
> EndSection
>
> Section "InputDevice"
> Identifier  "Keyboard0"
> Driver  "kbd"
> EndSection
>
> Section "InputDevice"
> Identifier  "Mouse0"
> Driver  "mouse"
> Option  "Protocol" "IMPS/2"
> Option  "Device" "/dev/input/mice"
> Option  "Buttons" "7"
> Option  "ZAxisMapping" "4 5"
> EndSection
>
> Section "Monitor"
> Identifier   "Monitor[0]"
> Option  "VendorName" "ATI Proprietary Driver"
> Option  "ModelName" "Generic Autodetecting Monitor"
> Option  "DPMS" "true"
> HorizSync 30-70
> VertRefresh 50-180
> EndSection
>
> Section "Device"
> Identifier  "Device[0]"
> Driver  "nvidia"
> EndSection
>
> Section "Screen"
> Identifier "Screen[0]"
> Device "Device[0]"
> Monitor"Monitor[0]"
> DefaultDepth 24
> SubSection "Display"
> Viewport   0 0
> Depth 24
> Modes "1280x1024"
> EndSubSection
> EndSection
>
> Section "DRI"
> Group "video"
> Mode 0660
> EndSection
>
> ##End xorg.conf
>
>  I've tried it both with and without this last stanza regarding
> DRI. I tossed it in there for giggles since I needed it with my ATI
> card. One thing I haven't ventured to yet is recompilin xorg. When I
> compiled it I did have VIDEO_CARDS set to radeon. Will this effect
> xorg working with nvidia cards? What would the proper VIDEO_CARDS
> setting be for a geforce 6800?
>
> Any suggestions/comments are very welcome. Thanks muchly.,
>
> Korf
> --
> ()  The ASCII Ribbon Campaign - against HTML Email,
> /\  vCards, and proprietary formats.
> --
> gentoo-user@gentoo.org  mailing list
>
> It may have i would sujest trying with VIDEO_CARDS="nvidia" and see..
> i'm not sure i haven't moved my box with an nvidia to xorg7
> cynyr

I ran into the same thing.  I ended up doing a emerge -ev world to fix
mine.  I just had someone else on the forums to do the same thing and it
worked for them as well.

It's a pain but it worked for me and the other person.  I personally
think it is something KDE but not kdelibs or the nvidia drivers.  I had
re-emerged them before a few times with no help.

Maybe someone has a better idea.

Dale
:-)  :-)
--
gentoo-user@gentoo.org mailing list



I'm definatly a user of the video group.
I'll try the emerge -ev world in a bit here, at the moment I'm KDE
free but it can't hurt to try.

--
()  The ASCII Ribbon Campaign - against HTML Email,
/\  vCards, and proprietary formats.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Nvidia+Xorg not allowing DRI.

2006-07-14 Thread Dale
Andrew Frink wrote:
>
>
> On 7/14/06, *Korthrun* <[EMAIL PROTECTED]
> > wrote:
>
> Heyyas,
>
>  I'm running:
> Xorg 7.0-r1
> nvidia-kernel 1.0.8762
> nvidia-glx 1.0.8762
>
>  I've followed the guide at
> http://www.gentoo.org/doc/en/nvidia-guide.xml
>  with the following
> exceptions. I'm using a kernel.org  kernel not
> a portage kernel, and I
> didn't make the "changes" regarding framebuffers because I don't
> intend to use one.That whole bit is disabled in my kernel.
>
> X starts up fine and looks great, I get decent FPS from glxgears.
> While following the above guide I get to this point "Code Listing
> 2.19: Checking the direct rendering status" and end up with this:
>
> glxinfo | grep direct
> Xlib:  extension "XFree86-DRI" missing on display ":0.0".
> direct rendering: No
>
> My Xorg.conf follows:
> ##Start xorg.conf
> Section "ServerLayout"
> Identifier "X.org  Configured"
> Screen  0  "Screen[0]" 0 0
> InputDevice"Mouse0" "CorePointer"
> InputDevice"Keyboard0" "CoreKeyboard"
> EndSection
>
> Section "Files"
> RgbPath  "/usr/share/X11/rgb"
> ModulePath   "/usr/lib/xorg/modules"
> FontPath "/usr/share/fonts/misc"
> FontPath "/usr/share/fonts/75dpi"
> FontPath "/usr/share/fonts/100dpi"
> FontPath "/usr/share/fonts/TTF"
> FontPath "/usr/share/fonts/Type1"
> EndSection
>
> Section "Module"
> Load  "glx"
> Load  "extmod"
> Load  "xtrap"
> Load  "record"
> Load  "dbe"
> #   Load  "dri"
> Load  "freetype"
> Load  "type1"
> EndSection
>
> Section "InputDevice"
> Identifier  "Keyboard0"
> Driver  "kbd"
> EndSection
>
> Section "InputDevice"
> Identifier  "Mouse0"
> Driver  "mouse"
> Option  "Protocol" "IMPS/2"
> Option  "Device" "/dev/input/mice"
> Option  "Buttons" "7"
> Option  "ZAxisMapping" "4 5"
> EndSection
>
> Section "Monitor"
> Identifier   "Monitor[0]"
> Option  "VendorName" "ATI Proprietary Driver"
> Option  "ModelName" "Generic Autodetecting Monitor"
> Option  "DPMS" "true"
> HorizSync 30-70
> VertRefresh 50-180
> EndSection
>
> Section "Device"
> Identifier  "Device[0]"
> Driver  "nvidia"
> EndSection
>
> Section "Screen"
> Identifier "Screen[0]"
> Device "Device[0]"
> Monitor"Monitor[0]"
> DefaultDepth 24
> SubSection "Display"
> Viewport   0 0
> Depth 24
> Modes "1280x1024"
> EndSubSection
> EndSection
>
> Section "DRI"
> Group "video"
> Mode 0660
> EndSection
>
> ##End xorg.conf
>
>  I've tried it both with and without this last stanza regarding
> DRI. I tossed it in there for giggles since I needed it with my ATI
> card. One thing I haven't ventured to yet is recompilin xorg. When I
> compiled it I did have VIDEO_CARDS set to radeon. Will this effect
> xorg working with nvidia cards? What would the proper VIDEO_CARDS
> setting be for a geforce 6800?
>
> Any suggestions/comments are very welcome. Thanks muchly.,
>
> Korf
> --
> ()  The ASCII Ribbon Campaign - against HTML Email,
> /\  vCards, and proprietary formats.
> --
> gentoo-user@gentoo.org  mailing list
>
> It may have i would sujest trying with VIDEO_CARDS="nvidia" and see..
> i'm not sure i haven't moved my box with an nvidia to xorg7
> cynyr

I ran into the same thing.  I ended up doing a emerge -ev world to fix
mine.  I just had someone else on the forums to do the same thing and it
worked for them as well.

It's a pain but it worked for me and the other person.  I personally
think it is something KDE but not kdelibs or the nvidia drivers.  I had
re-emerged them before a few times with no help.

Maybe someone has a better idea.

Dale
:-)  :-)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Nvidia+Xorg not allowing DRI.

2006-07-14 Thread Richard Fish

On 7/14/06, Andrew Frink <[EMAIL PROTECTED]> wrote:

 It may have i would sujest trying with VIDEO_CARDS="nvidia" and see.. i'm
not sure i haven't moved my box with an nvidia to xorg7


FYI, all that does is add a dependancy on the nvidia drivers.  It
doesn't change the actual build of x.org at all.

-Richard
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Nvidia+Xorg not allowing DRI.

2006-07-14 Thread Richard Fish

On 7/14/06, Korthrun <[EMAIL PROTECTED]> wrote:

Section "DRI"
Group "video"
Mode 0660
EndSection

##End xorg.conf

 I've tried it both with and without this last stanza regarding
DRI.


You should definitely have that.  Is your user a member of the video group?

-Richard
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Nvidia+Xorg not allowing DRI.

2006-07-14 Thread Andrew Frink
On 7/14/06, Korthrun <[EMAIL PROTECTED]> wrote:
Heyyas, I'm running:Xorg 7.0-r1nvidia-kernel 1.0.8762nvidia-glx 1.0.8762 I've followed the guide athttp://www.gentoo.org/doc/en/nvidia-guide.xml
 with the followingexceptions. I'm using a kernel.org kernel not a portage kernel, and Ididn't make the "changes" regarding framebuffers because I don'tintend to use 
one.That whole bit is disabled in my kernel.X starts up fine and looks great, I get decent FPS from glxgears.While following the above guide I get to this point "Code Listing2.19: Checking the direct rendering status" and end up with this:
glxinfo | grep directXlib:  extension "XFree86-DRI" missing on display ":0.0".direct rendering: NoMy Xorg.conf follows:##Start xorg.confSection "ServerLayout"
Identifier "X.org Configured"Screen  0  "Screen[0]" 0 0InputDevice"Mouse0" "CorePointer"InputDevice"Keyboard0" "CoreKeyboard"
EndSectionSection "Files"RgbPath  "/usr/share/X11/rgb"ModulePath   "/usr/lib/xorg/modules"FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi"FontPath "/usr/share/fonts/100dpi"FontPath "/usr/share/fonts/TTF"FontPath "/usr/share/fonts/Type1"
EndSectionSection "Module"Load  "glx"Load  "extmod"Load  "xtrap"Load  "record"Load  "dbe"
#   Load  "dri"Load  "freetype"Load  "type1"EndSectionSection "InputDevice"Identifier  "Keyboard0"Driver  "kbd"
EndSectionSection "InputDevice"Identifier  "Mouse0"Driver  "mouse"Option  "Protocol" "IMPS/2"Option  "Device" "/dev/input/mice"
Option  "Buttons" "7"Option  "ZAxisMapping" "4 5"EndSectionSection "Monitor"Identifier   "Monitor[0]"
Option  "VendorName" "ATI Proprietary Driver"Option  "ModelName" "Generic Autodetecting Monitor"Option  "DPMS" "true"
HorizSync 30-70VertRefresh 50-180EndSectionSection "Device"Identifier  "Device[0]"Driver  "nvidia"EndSectionSection "Screen"
Identifier "Screen[0]"Device "Device[0]"Monitor"Monitor[0]"DefaultDepth 24SubSection "Display"Viewport   0 0
Depth 24Modes "1280x1024"EndSubSectionEndSectionSection "DRI"Group "video"Mode 0660EndSection
##End xorg.conf I've tried it both with and without this last stanza regardingDRI. I tossed it in there for giggles since I needed it with my ATIcard. One thing I haven't ventured to yet is recompilin xorg. When I
compiled it I did have VIDEO_CARDS set to radeon. Will this effectxorg working with nvidia cards? What would the proper VIDEO_CARDSsetting be for a geforce 6800?Any suggestions/comments are very welcome. Thanks muchly.,
Korf--()  The ASCII Ribbon Campaign - against HTML Email,/\  vCards, and proprietary formats.--gentoo-user@gentoo.org mailing list
It may have i would sujest trying with VIDEO_CARDS="nvidia" and see.. i'm not sure i haven't moved my box with an nvidia to xorg7cynyr


[gentoo-user] Nvidia+Xorg not allowing DRI.

2006-07-14 Thread Korthrun

Heyyas,

I'm running:
Xorg 7.0-r1
nvidia-kernel 1.0.8762
nvidia-glx 1.0.8762

I've followed the guide at
http://www.gentoo.org/doc/en/nvidia-guide.xml with the following
exceptions. I'm using a kernel.org kernel not a portage kernel, and I
didn't make the "changes" regarding framebuffers because I don't
intend to use one.That whole bit is disabled in my kernel.

   X starts up fine and looks great, I get decent FPS from glxgears.
While following the above guide I get to this point "Code Listing
2.19: Checking the direct rendering status" and end up with this:

glxinfo | grep direct
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
direct rendering: No

   My Xorg.conf follows:
##Start xorg.conf
Section "ServerLayout"
   Identifier "X.org Configured"
   Screen  0  "Screen[0]" 0 0
   InputDevice"Mouse0" "CorePointer"
   InputDevice"Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
   RgbPath  "/usr/share/X11/rgb"
   ModulePath   "/usr/lib/xorg/modules"
   FontPath "/usr/share/fonts/misc"
   FontPath "/usr/share/fonts/75dpi"
   FontPath "/usr/share/fonts/100dpi"
   FontPath "/usr/share/fonts/TTF"
   FontPath "/usr/share/fonts/Type1"
EndSection

Section "Module"
   Load  "glx"
   Load  "extmod"
   Load  "xtrap"
   Load  "record"
   Load  "dbe"
#   Load  "dri"
   Load  "freetype"
   Load  "type1"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver  "kbd"
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver  "mouse"
   Option  "Protocol" "IMPS/2"
   Option  "Device" "/dev/input/mice"
   Option  "Buttons" "7"
   Option  "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
   Identifier   "Monitor[0]"
   Option  "VendorName" "ATI Proprietary Driver"
   Option  "ModelName" "Generic Autodetecting Monitor"
   Option  "DPMS" "true"
   HorizSync 30-70
   VertRefresh 50-180
EndSection

Section "Device"
   Identifier  "Device[0]"
   Driver  "nvidia"
EndSection

Section "Screen"
   Identifier "Screen[0]"
   Device "Device[0]"
   Monitor"Monitor[0]"
   DefaultDepth 24
   SubSection "Display"
   Viewport   0 0
   Depth 24
   Modes "1280x1024"
   EndSubSection
EndSection

Section "DRI"
   Group "video"
   Mode 0660
EndSection

##End xorg.conf

I've tried it both with and without this last stanza regarding
DRI. I tossed it in there for giggles since I needed it with my ATI
card. One thing I haven't ventured to yet is recompilin xorg. When I
compiled it I did have VIDEO_CARDS set to radeon. Will this effect
xorg working with nvidia cards? What would the proper VIDEO_CARDS
setting be for a geforce 6800?

   Any suggestions/comments are very welcome. Thanks muchly.,

Korf
--
()  The ASCII Ribbon Campaign - against HTML Email,
/\  vCards, and proprietary formats.
--
gentoo-user@gentoo.org mailing list