Hmm... Is there an equivalent for ATi drivers to force a mode? Something like the environment variables for nVidia?
Announcement
Collapse
No announcement yet.
Catalyst 8.6 + Cedega = graphics corruption
Collapse
X
-
I hope this is fixed in the 8.8 release.
I get the same corruption as everybody on Archlinux, Radeon 9800 Pro (both 8.6 and 8.7, 8.5 worked fine).
And with fullscreen opengl games, if you switch workspaces the game doesnt go away, even keeps updating, but it doesnt respond to mouse or keyboard presses until you switch back to the same workspace where it was.
Comment
-
I think I found a workaround on Archlinux
http://bbs.archlinux.org/viewtopic.p...395056#p395056
http://www.thinkwiki.org/wiki/Proble...ted_3D_display
From the second link
2/ As suggested by ATI support, edit the /etc/X11/xorg.conf and find the section "Display". Add the following line into the "Display" section:
Code:Virtual <width> <height>
Code:Virtual 1408 1050
Code:Virtual 1048 768
Code:xrandr -s 0
It's working great so far on catalyst 8.7.
Comment
-
Just to summarize, my steps were:
1) install catalyst 8.7
2) change xorg.conf to have a "Virtual X Y" line in the Display section
3) Start up X
4) run "xrandr -s 0"
5) run WoW ( I do it in a separate script which spawns a separate X session, you might need to do this too. )
Notes
- Right now, I am not sure if I deleted /etc/ati/amdpcsdb after I installed catalyst or not.
- I use d3d instead of opengl as the engine
I'll also try invoking WoW directly, without creating a separate X session.
Good Luck
Comment
-
Hi all,
I am really sad about this screen corruption bug. It is all ok in the 8.5, but these drivers are much slower for my 9700pro.
However I installed archlinux today (first time) with ATI drivers and with glxgears I've got this:
libGL error: failed to open DRM: Operation not permitted
libGL error: reverting to (slow) indirect rendering
Then I fixed permission in xorg.conf and glxgears was fine with cca 5600/s so I run wine and again graphic corruption :-(
However, maybe there can be any solution..? I have no idea what this actually do before and after permissions, bud maybe someone..?
Comment
-
8.8:
crossover games (tf2 still checkerboarding)
system monitor - still checkerboards but usable now (i.e. can now see system monitor window in front of checkerboards) - i noticed under the resources tab all 3 line graphs experience graphics corruption while updating)
Comment
-
Originally posted by LordRaiden View PostJust to summarize, my steps were:
1) install catalyst 8.7
2) change xorg.conf to have a "Virtual X Y" line in the Display section
3) Start up X
4) run "xrandr -s 0"
5) run WoW ( I do it in a separate script which spawns a separate X session, you might need to do this too. )
Notes
- Right now, I am not sure if I deleted /etc/ati/amdpcsdb after I installed catalyst or not.
- I use d3d instead of opengl as the engine
I'll also try invoking WoW directly, without creating a separate X session.
Good Luck
Also, why use D3D? I thought Wine worked best for WoW with OpenGL. But I use Cedega anyways, so I use D3D as default (since OpenGL can't run Specular Lighting and some other effects)
but with both Wine and Cedega, in both D3D and OpenGL, it's nowhere near Windows XP performance :/ I will try 8.8, since I stuck with 8.5 for so long now :P
Comment
Comment