![]() |
Debian Wheezy: OpenGl suddenly stopped working
Hi all,
I'm running Debian wheezy with a 3.0.0-6.dmz.1-liquorix-amd64 kernel and a Radeon HD 4350 video card for which I'm using the radeon xserver-xorg kernel driver. xserver-xorg-core version 1.11.1-1 Symptoms: suddenly I'm getting a blank black screen for all OpenGl applications. These include: OpenGl screensavers, opengl games like Emilia Pinball and Supertux racer, glxgears. google earth. Running any of these results in a blank black screen. Any ideas out there? If you need more diagnostics, tell me what to try and I'll report back. If run various things through the command line with or without gdb and no info was obtained. Thanks for the help, jdk |
Post output:
Code:
glxinfo | grep -i render |
Quote:
Code:
~$ glxinfo |grep -i renderThanks, jdk |
Gallium arrived several weeks ago along with the mesa 7.11 libs.
Post outputs: Code:
cat /etc/X11/xorg.conf |
Quote:
grep EE only returned SCREEN so no errors (I had already looked but it never hurts to check again). Code:
[ 27.029] (WW) Falling back to old probe method for vesajdk |
Very odd...
Code:
export LIBGL_DEBUG=verboseIf there's nothing unusual try purging and reinstalling mesa drm and radeon. Also try the obvious stuff like disabling display compositing, etc. //edit: I doubt it's related, but make sure firmware is installed Code:
apt-cache policy firmware-linux-nonfree |
I used to have this issue in Ubuntu, uninstalling Compiz always fixed it.
|
Quote:
thanks though jdk |
Quote:
Code:
$ glxinfoI'll check what package gives me r600 stuff. Thanks loads, jdk |
I tried searching the Debian package site for packages that have libtxc_dxtn.so No luck. No packages have that file and not surprisingly I don't have that package on my system. Very strange.
jdk |
Code:
apt-file search libtxc_dxtn.soRegards. |
Compiz or not, if you are using another compositing capable window manager such as, e.g. xfwm4 or kwin. disable it's compositing and try e.g. glxgears again.
Regarding r600_dri.so, not an error, the second one is loaded otherwise it would spit the usual "cannot open shared object file" error. The .drirc warnings aren't critical, but install driconf and it will generate a .drirc in your ~ You shouldn't need libtxc-dxtn0, that's the S3TC lib, but installing the one from debian-multimedia shouldn't hurt. Next, try creating an /etc/X11/xorg.conf, in case it's a DRI permissions issue (unlikely) Code:
Section "Device"If that makes no difference, the next stage is probably to reinstall all the mesa, drm and radeon stuff: Code:
aptitude reinstall libgl1-mesa-dri libgl1-mesa-glx libdrm-radeon1 libdrm2 xserver-xorg-video-radeon xserver-xorg-core |
Quote:
Yes I see the packages. I've always had debian-multimedia in my sources-list since it came into existence. ciao, jdk |
Quote:
Quote:
Quote:
Code:
Section "Device"Quote:
will report back the results. thanks again, jdk |
All symptoms listed in the first post are now gone. The problem is solved. The solution was either (a) installing the libtxc-dxtn0 package or (b) creating the xorg.conf file as per Caravel's specs. My guess is (b). What do you think Caravel?
Thanks to all. Debian support on linuxquestions is second to none. Could this indicate a bug in the last update of mesa? Some routine configuration that was left out? ciao, jdk |
| All times are GMT -5. The time now is 05:12 AM. |