* Re: [gentoo-user] Nvidia+Xorg not allowing DRI.
2006-07-14 12:30 [gentoo-user] Nvidia+Xorg not allowing DRI Korthrun
@ 2006-07-14 13:09 ` Andrew Frink
2006-07-14 16:53 ` Dale
2006-07-14 16:53 ` Richard Fish
2006-07-14 16:51 ` Richard Fish
` (3 subsequent siblings)
4 siblings, 2 replies; 22+ messages in thread
From: Andrew Frink @ 2006-07-14 13:09 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 3546 bytes --]
On 7/14/06, Korthrun <korthrun@gmail.com> 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
[-- Attachment #2: Type: text/html, Size: 7604 bytes --]
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Nvidia+Xorg not allowing DRI.
2006-07-14 13:09 ` Andrew Frink
@ 2006-07-14 16:53 ` Dale
2006-07-14 17:55 ` Korthrun
2006-07-14 16:53 ` Richard Fish
1 sibling, 1 reply; 22+ messages in thread
From: Dale @ 2006-07-14 16:53 UTC (permalink / raw
To: gentoo-user
Andrew Frink wrote:
>
>
> On 7/14/06, *Korthrun* <korthrun@gmail.com
> <mailto:korthrun@gmail.com>> 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
> <http://www.gentoo.org/doc/en/nvidia-guide.xml> with the following
> exceptions. I'm using a kernel.org <http://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 <http://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 <mailto: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
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Nvidia+Xorg not allowing DRI.
2006-07-14 16:53 ` Dale
@ 2006-07-14 17:55 ` Korthrun
2006-07-14 18:08 ` Richard Fish
2006-07-14 18:09 ` Dale
0 siblings, 2 replies; 22+ messages in thread
From: Korthrun @ 2006-07-14 17:55 UTC (permalink / raw
To: gentoo-user
On 7/14/06, Dale <teendale@vista-express.com> wrote:
> Andrew Frink wrote:
> >
> >
> > On 7/14/06, *Korthrun* <korthrun@gmail.com
> > <mailto:korthrun@gmail.com>> 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
> > <http://www.gentoo.org/doc/en/nvidia-guide.xml> with the following
> > exceptions. I'm using a kernel.org <http://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 <http://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 <mailto: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
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Nvidia+Xorg not allowing DRI.
2006-07-14 17:55 ` Korthrun
@ 2006-07-14 18:08 ` Richard Fish
2006-07-14 18:17 ` Dale
2006-07-14 18:40 ` Korthrun
2006-07-14 18:09 ` Dale
1 sibling, 2 replies; 22+ messages in thread
From: Richard Fish @ 2006-07-14 18:08 UTC (permalink / raw
To: gentoo-user
On 7/14/06, Korthrun <korthrun@gmail.com> 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
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Nvidia+Xorg not allowing DRI.
2006-07-14 18:08 ` Richard Fish
@ 2006-07-14 18:17 ` Dale
2006-07-14 18:40 ` Korthrun
1 sibling, 0 replies; 22+ messages in thread
From: Dale @ 2006-07-14 18:17 UTC (permalink / raw
To: gentoo-user
Richard Fish wrote:
> On 7/14/06, Korthrun <korthrun@gmail.com> 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
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Nvidia+Xorg not allowing DRI.
2006-07-14 18:08 ` Richard Fish
2006-07-14 18:17 ` Dale
@ 2006-07-14 18:40 ` Korthrun
1 sibling, 0 replies; 22+ messages in thread
From: Korthrun @ 2006-07-14 18:40 UTC (permalink / raw
To: gentoo-user
On 7/14/06, Richard Fish <bigfish@asmallpond.org> wrote:
> On 7/14/06, Korthrun <korthrun@gmail.com> 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
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Nvidia+Xorg not allowing DRI.
2006-07-14 17:55 ` Korthrun
2006-07-14 18:08 ` Richard Fish
@ 2006-07-14 18:09 ` Dale
1 sibling, 0 replies; 22+ messages in thread
From: Dale @ 2006-07-14 18:09 UTC (permalink / raw
To: gentoo-user
Korthrun wrote:
> On 7/14/06, Dale <teendale@vista-express.com> 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
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Nvidia+Xorg not allowing DRI.
2006-07-14 13:09 ` Andrew Frink
2006-07-14 16:53 ` Dale
@ 2006-07-14 16:53 ` Richard Fish
1 sibling, 0 replies; 22+ messages in thread
From: Richard Fish @ 2006-07-14 16:53 UTC (permalink / raw
To: gentoo-user
On 7/14/06, Andrew Frink <andrew.frink@gmail.com> 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
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Nvidia+Xorg not allowing DRI.
2006-07-14 12:30 [gentoo-user] Nvidia+Xorg not allowing DRI Korthrun
2006-07-14 13:09 ` Andrew Frink
@ 2006-07-14 16:51 ` Richard Fish
2006-07-15 8:57 ` Hemmann, Volker Armin
2006-07-14 23:01 ` Ryan Tandy
` (2 subsequent siblings)
4 siblings, 1 reply; 22+ messages in thread
From: Richard Fish @ 2006-07-14 16:51 UTC (permalink / raw
To: gentoo-user
On 7/14/06, Korthrun <korthrun@gmail.com> 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
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Nvidia+Xorg not allowing DRI.
2006-07-14 16:51 ` Richard Fish
@ 2006-07-15 8:57 ` Hemmann, Volker Armin
2006-07-15 17:34 ` Richard Fish
0 siblings, 1 reply; 22+ messages in thread
From: Hemmann, Volker Armin @ 2006-07-15 8:57 UTC (permalink / raw
To: gentoo-user
On Friday 14 July 2006 18:51, Richard Fish wrote:
> On 7/14/06, Korthrun <korthrun@gmail.com> 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
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Nvidia+Xorg not allowing DRI.
2006-07-15 8:57 ` Hemmann, Volker Armin
@ 2006-07-15 17:34 ` Richard Fish
2006-07-15 23:21 ` Korthrun
0 siblings, 1 reply; 22+ messages in thread
From: Richard Fish @ 2006-07-15 17:34 UTC (permalink / raw
To: gentoo-user
On 7/15/06, Hemmann, Volker Armin <volker.armin.hemmann@tu-clausthal.de> 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
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Nvidia+Xorg not allowing DRI.
2006-07-15 17:34 ` Richard Fish
@ 2006-07-15 23:21 ` Korthrun
0 siblings, 0 replies; 22+ messages in thread
From: Korthrun @ 2006-07-15 23:21 UTC (permalink / raw
To: gentoo-user
On 7/15/06, Richard Fish <bigfish@asmallpond.org> wrote:
> On 7/15/06, Hemmann, Volker Armin <volker.armin.hemmann@tu-clausthal.de> 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
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Nvidia+Xorg not allowing DRI.
2006-07-14 12:30 [gentoo-user] Nvidia+Xorg not allowing DRI Korthrun
2006-07-14 13:09 ` Andrew Frink
2006-07-14 16:51 ` Richard Fish
@ 2006-07-14 23:01 ` Ryan Tandy
2006-07-15 8:56 ` Hemmann, Volker Armin
2006-07-15 8:59 ` Hemmann, Volker Armin
2006-07-15 23:47 ` [gentoo-user] " Korthrun
4 siblings, 1 reply; 22+ messages in thread
From: Ryan Tandy @ 2006-07-14 23:01 UTC (permalink / raw
To: gentoo-user
Korthrun wrote:
> # Load "dri"
Uncomment that line, and restart X.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Nvidia+Xorg not allowing DRI.
2006-07-14 23:01 ` Ryan Tandy
@ 2006-07-15 8:56 ` Hemmann, Volker Armin
2006-07-15 23:35 ` Ryan Tandy
0 siblings, 1 reply; 22+ messages in thread
From: Hemmann, Volker Armin @ 2006-07-15 8:56 UTC (permalink / raw
To: gentoo-user
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
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Nvidia+Xorg not allowing DRI.
2006-07-15 8:56 ` Hemmann, Volker Armin
@ 2006-07-15 23:35 ` Ryan Tandy
0 siblings, 0 replies; 22+ messages in thread
From: Ryan Tandy @ 2006-07-15 23:35 UTC (permalink / raw
To: gentoo-user
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
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Nvidia+Xorg not allowing DRI.
2006-07-14 12:30 [gentoo-user] Nvidia+Xorg not allowing DRI Korthrun
` (2 preceding siblings ...)
2006-07-14 23:01 ` Ryan Tandy
@ 2006-07-15 8:59 ` Hemmann, Volker Armin
2006-07-15 23:21 ` Korthrun
2006-07-15 23:47 ` [gentoo-user] " Korthrun
4 siblings, 1 reply; 22+ messages in thread
From: Hemmann, Volker Armin @ 2006-07-15 8:59 UTC (permalink / raw
To: gentoo-user
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"
#VideoRam 131072
# 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 of a single screen. A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
Identifier "Screen 1"
Device "6600"
Monitor "ibm"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1280x960" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x960" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x960" "1024x768" "800x600" "640x480" "640x400"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
# The Identifier line must be present
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
works perfect.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Nvidia+Xorg not allowing DRI.
2006-07-15 8:59 ` Hemmann, Volker Armin
@ 2006-07-15 23:21 ` Korthrun
0 siblings, 0 replies; 22+ messages in thread
From: Korthrun @ 2006-07-15 23:21 UTC (permalink / raw
To: gentoo-user
On 7/15/06, Hemmann, Volker Armin <volker.armin.hemmann@tu-clausthal.de> 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"
> #VideoRam 131072
> # 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 of a single screen. A single specific screen section
> # may be specified from the X server command line with the "-screen"
> # option.
> Section "Screen"
> Identifier "Screen 1"
> Device "6600"
> Monitor "ibm"
> DefaultDepth 24
>
> Subsection "Display"
> Depth 8
> Modes "1280x960" "1024x768" "800x600" "640x480"
> ViewPort 0 0
> EndSubsection
> Subsection "Display"
> Depth 16
> Modes "1280x960" "1024x768" "800x600" "640x480"
> ViewPort 0 0
> EndSubsection
> Subsection "Display"
> Depth 24
> Modes "1280x960" "1024x768" "800x600" "640x480" "640x400"
> ViewPort 0 0
> EndSubsection
> EndSection
>
>
> Section "ServerLayout"
>
> # The Identifier line must be present
> Identifier "Simple Layout"
>
> Screen "Screen 1"
> InputDevice "Mouse1" "CorePointer"
> InputDevice "Keyboard1" "CoreKeyboard"
>
> EndSection
>
>
> works perfect.
> --
> gentoo-user@gentoo.org mailing list
>
>
> did you make eselect opengl set nvidia?
Yes. I have done it by hand several times, and when I emerge the
nvidia-* portage does it for me.
> Did you ever use the nvidia-installer?
No. I'm about to unmerge the drivers from portage and try the driver
off of nvidias site though.
I'll also try some snippets out of your config and see what happens.
Thanks much for the replies,
K
--
() The ASCII Ribbon Campaign - against HTML Email,
/\ vCards, and proprietary formats.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* [gentoo-user] Re: Nvidia+Xorg not allowing DRI.
2006-07-14 12:30 [gentoo-user] Nvidia+Xorg not allowing DRI Korthrun
` (3 preceding siblings ...)
2006-07-15 8:59 ` Hemmann, Volker Armin
@ 2006-07-15 23:47 ` Korthrun
2006-07-16 0:17 ` Korthrun
4 siblings, 1 reply; 22+ messages in thread
From: Korthrun @ 2006-07-15 23:47 UTC (permalink / raw
To: gentoo-user
On 7/14/06, Korthrun <korthrun@gmail.com> 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.
>
Well, I've now narrowed it down to permissions. I didn't install the
drivers off of nvidias site as they are the same version. Perusing the
nvidia linux forum I came across a post that made me want to do
glxgears again. I was root on that console due to just having emerged
something, and DRI works fine. I'm going to poke some stuff with chmod
and restart, but if any know what might be the difference that allows
root to do it I'd love to hear it.
K
--
() The ASCII Ribbon Campaign - against HTML Email,
/\ vCards, and proprietary formats.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* [gentoo-user] Re: Nvidia+Xorg not allowing DRI.
2006-07-15 23:47 ` [gentoo-user] " Korthrun
@ 2006-07-16 0:17 ` Korthrun
2006-07-16 12:54 ` Dale
0 siblings, 1 reply; 22+ messages in thread
From: Korthrun @ 2006-07-16 0:17 UTC (permalink / raw
To: gentoo-user
On 7/15/06, Korthrun <korthrun@gmail.com> wrote:
> On 7/14/06, Korthrun <korthrun@gmail.com> 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.
> >
> Well, I've now narrowed it down to permissions. I didn't install the
> drivers off of nvidias site as they are the same version. Perusing the
> nvidia linux forum I came across a post that made me want to do
> glxgears again. I was root on that console due to just having emerged
> something, and DRI works fine. I'm going to poke some stuff with chmod
> and restart, but if any know what might be the difference that allows
> root to do it I'd love to hear it.
>
> K
>
> --
> () The ASCII Ribbon Campaign - against HTML Email,
> /\ vCards, and proprietary formats.
>
I restarted X and I can see DRI fine on a non privileged user. The
change was adding some of the options from device section of the
xorg.conf posted by Hemmann, Volker Armin
Thanks everyone,
K
--
() The ASCII Ribbon Campaign - against HTML Email,
/\ vCards, and proprietary formats.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Re: Nvidia+Xorg not allowing DRI.
2006-07-16 0:17 ` Korthrun
@ 2006-07-16 12:54 ` Dale
2006-07-22 14:20 ` Korthrun
0 siblings, 1 reply; 22+ messages in thread
From: Dale @ 2006-07-16 12:54 UTC (permalink / raw
To: gentoo-user
Korthrun wrote:
>
> I restarted X and I can see DRI fine on a non privileged user. The
> change was adding some of the options from device section of the
> xorg.conf posted by Hemmann, Volker Armin
>
> Thanks everyone,
>
> K
>
Can you post what you changed? I would like to compare mine to yours.
Thanks
Dale
:-) :-)
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Re: Nvidia+Xorg not allowing DRI.
2006-07-16 12:54 ` Dale
@ 2006-07-22 14:20 ` Korthrun
0 siblings, 0 replies; 22+ messages in thread
From: Korthrun @ 2006-07-22 14:20 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 619 bytes --]
On 7/16/06, Dale <teendale@vista-express.com> wrote:
> Korthrun wrote:
> >
> > I restarted X and I can see DRI fine on a non privileged user. The
> > change was adding some of the options from device section of the
> > xorg.conf posted by Hemmann, Volker Armin
> >
> > Thanks everyone,
> >
> > K
> >
>
> Can you post what you changed? I would like to compare mine to yours.
>
> Thanks
>
> Dale
>
> :-) :-)
> --
> gentoo-user@gentoo.org mailing list
>
>
Sorry for the delay...the lot of what I have now should be attatched.
--
() The ASCII Ribbon Campaign - against HTML Email,
/\ vCards, and proprietary formats.
[-- Attachment #2: xorg.conf --]
[-- Type: application/octet-stream, Size: 1742 bytes --]
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"
Load "vnc"
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"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option "backingstore" "true"
Option "ADDARGBGLXVisuals" "true"
EndSection
Section "Screen"
Identifier "Screen[0]"
Device "Device[0]"
Monitor "Monitor[0]"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768"
EndSubSection
Option "PasswordFile" "/home/korthrun/.vnc/passwd"
EndSection
#Section "DRI"
# Group "video"
# Mode 0660
#EndSection
^ permalink raw reply [flat|nested] 22+ messages in thread