Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
HOWTO: Radeon 9500 (and newer) with DRI [Part I]
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 28, 29, 30 ... 38, 39, 40  Next  
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
infirit
l33t
l33t


Joined: 11 Jan 2003
Posts: 778
Location: Hoofddorp / The Netherlands

PostPosted: Thu Oct 12, 2006 8:47 am    Post subject: Reply with quote

Then you will also need libdrm from cvs. Best way to get this is by using the overlay mentioned in this thread.
_________________
EASY TO INSTALL = Difficult to install, but instruction manual has pictures.
Join the adopt an unanswered post initiative today
Back to top
View user's profile Send private message
Phlogiston
Veteran
Veteran


Joined: 27 Jan 2004
Posts: 1925
Location: Europe, Swizerland

PostPosted: Thu Oct 12, 2006 10:09 am    Post subject: Reply with quote

wizatdiz wrote:
Phlogiston,

I get the same error and beryl works so, I assume it's harmless. The trick for me was to add this under the device section for the driver:
Code:
Option   "XAANoOffscreenPixmaps" "true"
After that, my laptop would no longer freeze. If that does not work for you, I can post addition configuration info.

I used http://wiki.gentoo-xeffects.org/Beryl for startup.


Ok thanks for your answer. I'm going to try that. What about other options, for example EXA? Or RenderAccel? Could you possibly share your r300 xorg.conf?

Thanks a lot!
_________________
Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor
Back to top
View user's profile Send private message
wizatdiz
n00b
n00b


Joined: 20 Aug 2004
Posts: 73
Location: Florida

PostPosted: Thu Oct 12, 2006 11:04 am    Post subject: Reply with quote

Select sections from my xorg.conf:
Code:
--snip
Section "Module"
   Load  "dbe"
   Load  "extmod"
   Load  "glx"
   Load  "freetype"
   Load  "type1"
   Load  "i2c"
   Load  "dri"
   Load  "bitmap"
   Load  "ddc"
   Load  "int10"
   Load  "vbe"
EndSection

Section "Extensions"
   Option "Composite" "Enable"
EndSection
--snip
Section "Device"
   Identifier  "Card0"
   Driver      "radeon"
   VendorName  "ATI Technologies Inc"
   BoardName   "ATI Radeon FireGL"
   Option   "BackingStore" "yes"
   Option   "dpms" "yes"
   Option   "AGPMode" "4"
   Option   "EnableDepthMoves" "yes"
   Option   "RenderAccel" "on"
   Option   "EnablePageFlip" "on"
   Option   "AGPFastWrite" "on"
   Option   "XAANoOffscreenPixmaps" "true"
   Option   "AddARGBGLXVisuals" "True"
   Option   "DynamicClocks" "on"
   BusID       "PCI:1:0:0"
EndSection
--snip
Back to top
View user's profile Send private message
infirit
l33t
l33t


Joined: 11 Jan 2003
Posts: 778
Location: Hoofddorp / The Netherlands

PostPosted: Thu Oct 12, 2006 11:24 am    Post subject: Reply with quote

wizatdiz wrote:
Option "RenderAccel" "on"
This is not yet supported by r300. /var/log/Xorg.0.log will say it gets disabled.
_________________
EASY TO INSTALL = Difficult to install, but instruction manual has pictures.
Join the adopt an unanswered post initiative today
Back to top
View user's profile Send private message
Phlogiston
Veteran
Veteran


Joined: 27 Jan 2004
Posts: 1925
Location: Europe, Swizerland

PostPosted: Thu Oct 12, 2006 11:43 am    Post subject: Reply with quote

Ok Thanks for the options. But in general where did you get them from? I don't think they are all in the man page.
_________________
Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor
Back to top
View user's profile Send private message
wizatdiz
n00b
n00b


Joined: 20 Aug 2004
Posts: 73
Location: Florida

PostPosted: Thu Oct 12, 2006 12:24 pm    Post subject: Reply with quote

infirit wrote:
[This is not yet supported by r300. /var/log/Xorg.0.log will say it gets disabled.
You are correct, I do see this in my log:
Code:
(II) RADEON(0): Render acceleration unsupported on Radeon 9500/9700 and newer.
(II) RADEON(0): Render acceleration disabled
Phlogiston wrote:
[But in general where did you get them from? I don't think they are all in the man page.
No one place. I searched here, xgl forums and a number of wikis. I did the trial and error thing over about 4 days enabling and disabling options until I got it to work. Then I tried to maximize fps and stability and ended up with what I posted. I left render accel in since it did not cause problems and I hope at some future point, it will be supported.
Back to top
View user's profile Send private message
Phlogiston
Veteran
Veteran


Joined: 27 Jan 2004
Posts: 1925
Location: Europe, Swizerland

PostPosted: Thu Oct 12, 2006 12:31 pm    Post subject: Reply with quote

wizatdiz wrote:
infirit wrote:
[This is not yet supported by r300. /var/log/Xorg.0.log will say it gets disabled.
You are correct, I do see this in my log:
Code:
(II) RADEON(0): Render acceleration unsupported on Radeon 9500/9700 and newer.
(II) RADEON(0): Render acceleration disabled
Phlogiston wrote:
[But in general where did you get them from? I don't think they are all in the man page.
No one place. I searched here, xgl forums and a number of wikis. I did the trial and error thing over about 4 days enabling and disabling options until I got it to work. Then I tried to maximize fps and stability and ended up with what I posted. I left render accel in since it did not cause problems and I hope at some future point, it will be supported.


Good work, thanks a lot. Yes unfortunately the performance is not that good here. How did you test fps? I have a lot more options in the device section and I will try to comment them out, hopefully this could help.
We must have composite enabled right? /edit: Just saw it... 8)

Oh but what I wanted to ask: I don't need aiglx with that driver?
_________________
Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor
Back to top
View user's profile Send private message
wizatdiz
n00b
n00b


Joined: 20 Aug 2004
Posts: 73
Location: Florida

PostPosted: Fri Oct 13, 2006 12:09 am    Post subject: Reply with quote

I just used glxgears. Yes, I know, not a good way to benchmark but, it's what I used. With the fglrx driver I would get about 2000. With the radeon driver it was up to about 2600. With beryl it was down to about 1600. My card is:
Code:
01:00.0 VGA compatible controller: ATI Technologies Inc M24 1T [FireGL M24 GL] (rev 80)
That was with the default beryl settings. Regarding aiglx, I get this in the log:
Code:
(**) Option "AIGLX" "true"
(**) AIGLX enabled
(WW) AIGLX: 3D driver claims to not support visual 0x23
(WW) AIGLX: 3D driver claims to not support visual 0x24
(WW) AIGLX: 3D driver claims to not support visual 0x25
(WW) AIGLX: 3D driver claims to not support visual 0x26
(WW) AIGLX: 3D driver claims to not support visual 0x27
(WW) AIGLX: 3D driver claims to not support visual 0x28
(WW) AIGLX: 3D driver claims to not support visual 0x29
(WW) AIGLX: 3D driver claims to not support visual 0x2a
(WW) AIGLX: 3D driver claims to not support visual 0x2b
(WW) AIGLX: 3D driver claims to not support visual 0x2c
(WW) AIGLX: 3D driver claims to not support visual 0x2d
(WW) AIGLX: 3D driver claims to not support visual 0x2e
(WW) AIGLX: 3D driver claims to not support visual 0x2f
(WW) AIGLX: 3D driver claims to not support visual 0x30
(WW) AIGLX: 3D driver claims to not support visual 0x31
(WW) AIGLX: 3D driver claims to not support visual 0x32
(II) AIGLX: Loaded and initialized /usr/lib/dri/r300_dri.so
So I do think it's required, but supported with the current driver.
Back to top
View user's profile Send private message
Phlogiston
Veteran
Veteran


Joined: 27 Jan 2004
Posts: 1925
Location: Europe, Swizerland

PostPosted: Fri Oct 13, 2006 2:27 pm    Post subject: Reply with quote

Ok thanks a lot. I get the same output with the same warnings, which are - as far as i googled - harmless. Furthermore with your settings beryl runs quite fast. I mean its really usable now!

I hope there are equal tuning options for my nvidia workstation, where beryl is unusable slow.

I have still one issue with the beryl-settings app. It always crashes when I select or unselect a plugin with a segfault. But I don't think that the optimal place to ask for this.

Have a nice day.
_________________
Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor
Back to top
View user's profile Send private message
Phlogiston
Veteran
Veteran


Joined: 27 Jan 2004
Posts: 1925
Location: Europe, Swizerland

PostPosted: Fri Oct 13, 2006 7:28 pm    Post subject: Reply with quote

Today I tried to set up dri on my friends laptop too, I installed everything correctly and the modules loaded fine, but still no direct rendering.

Here are all the logs:
dmesg: http://pastebin.ca/201299
xorg.conf: http://pastebin.ca/201302
xorg.log: http://pastebin.ca/201303

Thanks a lot for your help!

BTW: I am using all 9999 versions from the overlay except xorg-server.

/edit: We got it finally to work by setting the following symlink:
Code:

ln -s /usr/lib/dri/r300_dri.so /usr/lib/xorg/modules/dri/r300_dri.so       


Shouldn't this be corrected in the mesa ebuild?

But we can't get beryl to work it says:
Code:
glXBindTexImageEXT is missing


Why that?
_________________
Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor


Last edited by Phlogiston on Fri Oct 13, 2006 8:40 pm; edited 1 time in total
Back to top
View user's profile Send private message
infirit
l33t
l33t


Joined: 11 Jan 2003
Posts: 778
Location: Hoofddorp / The Netherlands

PostPosted: Fri Oct 13, 2006 8:27 pm    Post subject: Reply with quote

Phlogiston wrote:
Today I tried to set up dri on my friends laptop too, I installed everything correctly and the modules loaded fine, but still no direct rendering.
The device /dev/dri0 does not exist. Also i fail to see the radeon kernel module load, lsmod?
_________________
EASY TO INSTALL = Difficult to install, but instruction manual has pictures.
Join the adopt an unanswered post initiative today
Back to top
View user's profile Send private message
Phlogiston
Veteran
Veteran


Joined: 27 Jan 2004
Posts: 1925
Location: Europe, Swizerland

PostPosted: Fri Oct 13, 2006 9:16 pm    Post subject: Reply with quote

infirit wrote:
Phlogiston wrote:
Today I tried to set up dri on my friends laptop too, I installed everything correctly and the modules loaded fine, but still no direct rendering.
The device /dev/dri0 does not exist. Also i fail to see the radeon kernel module load, lsmod?


Hmm that seems not to be a problem. Dri is working now like a charm. But whenever we start beryl the system crashes. Quite strange, do you have an tweaks for this? 8) We are trying to remerge xorg-server atm.
_________________
Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor
Back to top
View user's profile Send private message
Phlogiston
Veteran
Veteran


Joined: 27 Jan 2004
Posts: 1925
Location: Europe, Swizerland

PostPosted: Fri Oct 13, 2006 9:51 pm    Post subject: Reply with quote

Ok we remerged the xorg-server but it didn't help.

DRM works but whenever we start beryl the whole system crashes.

Any help appreciated.
_________________
Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor
Back to top
View user's profile Send private message
Phlogiston
Veteran
Veteran


Joined: 27 Jan 2004
Posts: 1925
Location: Europe, Swizerland

PostPosted: Sat Oct 14, 2006 3:14 am    Post subject: Reply with quote

I found out that the option Option "ColorTiling" "1"
doubled my framerate. So you could try that as well.

But are u using the cvs version of mesa and all that stuff? Because the 9999 version of mesa was causing beryl to freeze. So I donwgraded that but now beryl is quite slow, especially scrolling is slow. I'm now downgrading the other packages too, except the x11-drm the driver itself.

Do you think that this makes sense? What would you recommend to use?
_________________
Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor
Back to top
View user's profile Send private message
Phlogiston
Veteran
Veteran


Joined: 27 Jan 2004
Posts: 1925
Location: Europe, Swizerland

PostPosted: Sat Oct 14, 2006 11:50 am    Post subject: Reply with quote

I can't compile xorg-server from git:

Code:

../../GL/mesa/.libs/libGLcore.a(fbobject.o): In function `_mesa_GenerateMipmapEXT':
fbobject.c:(.text+0xc01): undefined reference to `_mesa_generate_mipmap'
../../GL/mesa/.libs/libGLcore.a(texcompress_fxt1.o): In function `fxt1_encode':
texcompress_fxt1.c:(.text+0x2963): undefined reference to `_mesa_upscale_teximage2d'
../../GL/mesa/.libs/libGLcore.a(texstore.o): In function `_mesa_store_compressed_texsubimage2d':
texstore.c:(.text+0xcf2): undefined reference to `_mesa_generate_mipmap'
../../GL/mesa/.libs/libGLcore.a(texstore.o): In function `_mesa_store_compressed_teximage2d':
texstore.c:(.text+0xe64): undefined reference to `_mesa_generate_mipmap'
../../GL/mesa/.libs/libGLcore.a(texstore.o): In function `_mesa_store_texsubimage3d':
texstore.c:(.text+0x116e): undefined reference to `_mesa_generate_mipmap'
../../GL/mesa/.libs/libGLcore.a(texstore.o): In function `_mesa_store_texsubimage2d':
texstore.c:(.text+0x134e): undefined reference to `_mesa_generate_mipmap'
../../GL/mesa/.libs/libGLcore.a(texstore.o): In function `_mesa_store_texsubimage1d':
texstore.c:(.text+0x14ee): undefined reference to `_mesa_generate_mipmap'
../../GL/mesa/.libs/libGLcore.a(texstore.o):texstore.c:(.text+0x86d2): more undefined references to `_mesa_generate_mipmap' follow
collect2: ld returned 1 exit status
make[1]: *** [Xvfb] Fehler 1
make[1]: Leaving directory `/tmp/PORTAGE/var-tmp/portage/xorg-server-9999/work/xorg-server-9999/hw/vfb'
make: *** [all] Fehler 2


Anyone has a fix for this?
_________________
Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor
Back to top
View user's profile Send private message
Slippery Jim
Apprentice
Apprentice


Joined: 08 Jan 2005
Posts: 264

PostPosted: Sat Oct 14, 2006 1:58 pm    Post subject: Reply with quote

Phlogiston wrote:
I can't compile xorg-server from git:

Code:

../../GL/mesa/.libs/libGLcore.a(fbobject.o): In function `_mesa_GenerateMipmapEXT':
fbobject.c:(.text+0xc01): undefined reference to `_mesa_generate_mipmap'
../../GL/mesa/.libs/libGLcore.a(texcompress_fxt1.o): In function `fxt1_encode':
texcompress_fxt1.c:(.text+0x2963): undefined reference to `_mesa_upscale_teximage2d'
../../GL/mesa/.libs/libGLcore.a(texstore.o): In function `_mesa_store_compressed_texsubimage2d':
texstore.c:(.text+0xcf2): undefined reference to `_mesa_generate_mipmap'
../../GL/mesa/.libs/libGLcore.a(texstore.o): In function `_mesa_store_compressed_teximage2d':
texstore.c:(.text+0xe64): undefined reference to `_mesa_generate_mipmap'
../../GL/mesa/.libs/libGLcore.a(texstore.o): In function `_mesa_store_texsubimage3d':
texstore.c:(.text+0x116e): undefined reference to `_mesa_generate_mipmap'
../../GL/mesa/.libs/libGLcore.a(texstore.o): In function `_mesa_store_texsubimage2d':
texstore.c:(.text+0x134e): undefined reference to `_mesa_generate_mipmap'
../../GL/mesa/.libs/libGLcore.a(texstore.o): In function `_mesa_store_texsubimage1d':
texstore.c:(.text+0x14ee): undefined reference to `_mesa_generate_mipmap'
../../GL/mesa/.libs/libGLcore.a(texstore.o):texstore.c:(.text+0x86d2): more undefined references to `_mesa_generate_mipmap' follow
collect2: ld returned 1 exit status
make[1]: *** [Xvfb] Fehler 1
make[1]: Leaving directory `/tmp/PORTAGE/var-tmp/portage/xorg-server-9999/work/xorg-server-9999/hw/vfb'
make: *** [all] Fehler 2


Anyone has a fix for this?


Yeah, I found this in xorg bugzilla:

https://bugs.freedesktop.org/show_bug.cgi?id=8619

I added the patch to the xorg-server in Primozic's overlay, and it seems to work.

Incidentally, it looks like libGLcore is statically linked into the X server, which seems kind of weird to me, but that's an upstream issue I guess.
Back to top
View user's profile Send private message
Phlogiston
Veteran
Veteran


Joined: 27 Jan 2004
Posts: 1925
Location: Europe, Swizerland

PostPosted: Sat Oct 14, 2006 3:33 pm    Post subject: Reply with quote

Slippery Jim wrote:
Phlogiston wrote:
I can't compile xorg-server from git:

Code:

../../GL/mesa/.libs/libGLcore.a(fbobject.o): In function `_mesa_GenerateMipmapEXT':
fbobject.c:(.text+0xc01): undefined reference to `_mesa_generate_mipmap'
../../GL/mesa/.libs/libGLcore.a(texcompress_fxt1.o): In function `fxt1_encode':
texcompress_fxt1.c:(.text+0x2963): undefined reference to `_mesa_upscale_teximage2d'
../../GL/mesa/.libs/libGLcore.a(texstore.o): In function `_mesa_store_compressed_texsubimage2d':
texstore.c:(.text+0xcf2): undefined reference to `_mesa_generate_mipmap'
../../GL/mesa/.libs/libGLcore.a(texstore.o): In function `_mesa_store_compressed_teximage2d':
texstore.c:(.text+0xe64): undefined reference to `_mesa_generate_mipmap'
../../GL/mesa/.libs/libGLcore.a(texstore.o): In function `_mesa_store_texsubimage3d':
texstore.c:(.text+0x116e): undefined reference to `_mesa_generate_mipmap'
../../GL/mesa/.libs/libGLcore.a(texstore.o): In function `_mesa_store_texsubimage2d':
texstore.c:(.text+0x134e): undefined reference to `_mesa_generate_mipmap'
../../GL/mesa/.libs/libGLcore.a(texstore.o): In function `_mesa_store_texsubimage1d':
texstore.c:(.text+0x14ee): undefined reference to `_mesa_generate_mipmap'
../../GL/mesa/.libs/libGLcore.a(texstore.o):texstore.c:(.text+0x86d2): more undefined references to `_mesa_generate_mipmap' follow
collect2: ld returned 1 exit status
make[1]: *** [Xvfb] Fehler 1
make[1]: Leaving directory `/tmp/PORTAGE/var-tmp/portage/xorg-server-9999/work/xorg-server-9999/hw/vfb'
make: *** [all] Fehler 2


Anyone has a fix for this?


Yeah, I found this in xorg bugzilla:

https://bugs.freedesktop.org/show_bug.cgi?id=8619

I added the patch to the xorg-server in Primozic's overlay, and it seems to work.

Incidentally, it looks like libGLcore is statically linked into the X server, which seems kind of weird to me, but that's an upstream issue I guess.


Hmm I tried the same. But without luck. How exactly did you add it?
_________________
Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor
Back to top
View user's profile Send private message
dentharg
Guru
Guru


Joined: 10 Aug 2004
Posts: 438
Location: /poland/wroclaw

PostPosted: Sat Oct 14, 2006 8:32 pm    Post subject: Reply with quote

infirit wrote:
Then you will also need libdrm from cvs. Best way to get this is by using the overlay mentioned in this thread.


I got libdrm from cvs. It works!!!
Back to top
View user's profile Send private message
Phlogiston
Veteran
Veteran


Joined: 27 Jan 2004
Posts: 1925
Location: Europe, Swizerland

PostPosted: Sat Oct 14, 2006 10:19 pm    Post subject: Reply with quote

Phlogiston wrote:
Slippery Jim wrote:
Phlogiston wrote:
I can't compile xorg-server from git:

Code:

../../GL/mesa/.libs/libGLcore.a(fbobject.o): In function `_mesa_GenerateMipmapEXT':
fbobject.c:(.text+0xc01): undefined reference to `_mesa_generate_mipmap'
../../GL/mesa/.libs/libGLcore.a(texcompress_fxt1.o): In function `fxt1_encode':
texcompress_fxt1.c:(.text+0x2963): undefined reference to `_mesa_upscale_teximage2d'
../../GL/mesa/.libs/libGLcore.a(texstore.o): In function `_mesa_store_compressed_texsubimage2d':
texstore.c:(.text+0xcf2): undefined reference to `_mesa_generate_mipmap'
../../GL/mesa/.libs/libGLcore.a(texstore.o): In function `_mesa_store_compressed_teximage2d':
texstore.c:(.text+0xe64): undefined reference to `_mesa_generate_mipmap'
../../GL/mesa/.libs/libGLcore.a(texstore.o): In function `_mesa_store_texsubimage3d':
texstore.c:(.text+0x116e): undefined reference to `_mesa_generate_mipmap'
../../GL/mesa/.libs/libGLcore.a(texstore.o): In function `_mesa_store_texsubimage2d':
texstore.c:(.text+0x134e): undefined reference to `_mesa_generate_mipmap'
../../GL/mesa/.libs/libGLcore.a(texstore.o): In function `_mesa_store_texsubimage1d':
texstore.c:(.text+0x14ee): undefined reference to `_mesa_generate_mipmap'
../../GL/mesa/.libs/libGLcore.a(texstore.o):texstore.c:(.text+0x86d2): more undefined references to `_mesa_generate_mipmap' follow
collect2: ld returned 1 exit status
make[1]: *** [Xvfb] Fehler 1
make[1]: Leaving directory `/tmp/PORTAGE/var-tmp/portage/xorg-server-9999/work/xorg-server-9999/hw/vfb'
make: *** [all] Fehler 2


Anyone has a fix for this?


Yeah, I found this in xorg bugzilla:

https://bugs.freedesktop.org/show_bug.cgi?id=8619

I added the patch to the xorg-server in Primozic's overlay, and it seems to work.

Incidentally, it looks like libGLcore is statically linked into the X server, which seems kind of weird to me, but that's an upstream issue I guess.


Hmm I tried the same. But without luck. How exactly did you add it?


/edit: Solved, but beryl --> white windows and white cube problem
_________________
Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor
Back to top
View user's profile Send private message
buddabrod
Apprentice
Apprentice


Joined: 15 Oct 2006
Posts: 241
Location: Germany

PostPosted: Sun Oct 15, 2006 8:21 am    Post subject: Reply with quote

I got the same problem until i switched to CVS-versions oO
Now it's gone and i got no problems.
Back to top
View user's profile Send private message
Phlogiston
Veteran
Veteran


Joined: 27 Jan 2004
Posts: 1925
Location: Europe, Swizerland

PostPosted: Sun Oct 15, 2006 11:16 am    Post subject: Reply with quote

buddabrod wrote:
I got the same problem until i switched to CVS-versions oO
Now it's gone and i got no problems.


You are talking about the white cube problem right? I hope you can help me. Do you use all of the software from cvs? I'm thinking especially of glproto which - in earlier cases - caused the problem if it was >1.4.7.

And you are using beryl on r300 drivers?
_________________
Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor
Back to top
View user's profile Send private message
buddabrod
Apprentice
Apprentice


Joined: 15 Oct 2006
Posts: 241
Location: Germany

PostPosted: Sun Oct 15, 2006 5:41 pm    Post subject: Reply with quote

Quote:
You are talking about the white cube problem right? I hope you can help me. Do you use all of the software from cvs? I'm thinking especially of glproto which - in earlier cases - caused the problem if it was >1.4.7.
Yes, i am talking about that problem. And i am using all cvs versions from Primozic's overlay (i only got to solve that xorg-server problem, too, had no time until now)

Quote:
And you are using beryl on r300 drivers?
Yes, with a Radeon 9500Pro.
Back to top
View user's profile Send private message
Phlogiston
Veteran
Veteran


Joined: 27 Jan 2004
Posts: 1925
Location: Europe, Swizerland

PostPosted: Sun Oct 15, 2006 6:03 pm    Post subject: Reply with quote

buddabrod wrote:
Quote:
You are talking about the white cube problem right? I hope you can help me. Do you use all of the software from cvs? I'm thinking especially of glproto which - in earlier cases - caused the problem if it was >1.4.7.
Yes, i am talking about that problem. And i am using all cvs versions from Primozic's overlay (i only got to solve that xorg-server problem, too, had no time until now)

Quote:
And you are using beryl on r300 drivers?
Yes, with a Radeon 9500Pro.

Ok thanks for your answer... But I can't solve the white cube problem. Tried remerging every package, even compiling against glproto-1.4.7, but no luck at all.

No idea what to do. I think it is just a bug in beryl. If you find out something interesting, please share your experience here: http://bugs.beryl-project.org/ticket/469

Or do you have any hint left for me? Did you do anything special? You are using aiglx too right? What could it be?!?
_________________
Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor
Back to top
View user's profile Send private message
buddabrod
Apprentice
Apprentice


Joined: 15 Oct 2006
Posts: 241
Location: Germany

PostPosted: Sun Oct 15, 2006 6:25 pm    Post subject: Reply with quote

Which beryl version are you using?
i compile the cvs packages every day.
Back to top
View user's profile Send private message
Phlogiston
Veteran
Veteran


Joined: 27 Jan 2004
Posts: 1925
Location: Europe, Swizerland

PostPosted: Sun Oct 15, 2006 6:28 pm    Post subject: Reply with quote

buddabrod wrote:
Which beryl version are you using?
i compile the cvs packages every day.


Of course I tried with svn of beryl too.
_________________
Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor
Back to top
View user's profile Send private message
Display posts from previous:   
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3 ... 28, 29, 30 ... 38, 39, 40  Next
Page 29 of 40

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum