You are not logged in.
Pages: 1
Hi All,
Finally got Xgl + Beryl running but noticed that when it was doing my effects it pegged my CPU.
1 [bash~]
LIBGL_DEBUG=verbose glxinfo
2 name of display: :1.0
3 Xlib: extension "XFree86-DRI" missing on display ":1.0".
4 libGL error: XF86DRIQueryDirectRenderingCapable failed
5 display: :1 screen: 0
Glxgears gives me a crappy frame rate as well - looks like it is using software rendering... does anybody have ideas about why this could be happening ? I'm using fglrx with a pretty basic xorg.conf file that was generated from aticonfig
Offline
Did you add
Section "ServerFlags"
Option "AIGLX" "off" # Disable AIGLX (use old XGL driver)
EndSection
to your x config? AIGLX + ati proprietary drivers don't play nice together. I noticed a huge boost in performance when I disabled AIGLX (esp 3d).
Offline
I added it and still don't have direct rendreing. Any other ideas ?
Offline
Nobody has any other ideas ?
Offline
/var/log/Xorg.0.log and /var/log/Xorg.1.log might help - I've never used XGL before so I don't know if/how that might be related.
Offline
Similar problems here, though with a SuperSavage Chip. Xgl runs (without rendering) and beryl doesn't (no surprise).
$ LIBGL_DEBUG=verbose glxinfo
name of display: :1.0
Xlib: extension "XFree86-DRI" missing on display ":1.0".
libGL error: XF86DRIQueryDirectRenderingCapable failed
display: :1 screen: 0
direct rendering: No
...
$ beryl-xgl
XGL Present
beryl-xgl: Support for non power of two textures missing
beryl-xgl: Failed to manage screen: 0
beryl-xgl: No manageable screens found on display :1.0
Offline
I have beryl running, its just in non-direct rendering... according to glxinfo.
GlxInfo says I do have direct rendering when I run normal X (no Xgl ).
Offline
Oh - then it seems I am out of my element.
Not sure if that's expected behavior or not - from what I understand XGL runs on top of another accelerated X server, so this may be what's expected to happen.
Offline
Pages: 1