Give it a try. Maybe you get an unsupported message but that would be not critical.
Announcement
Collapse
No announcement yet.
"Ask ATI" dev thread
Collapse
X
-
I'd like to point out to everyone that "blackscreen" isn't really a useful diagnois.
First off, you want to boot to a text console (not X) when you are testing video drivers.
These instructions are for debian/ubuntu based distros, redhat based systems are slightly different.
You can do this by:
Code:sudo update-rc.d gdm remove
Login (as a regular user), and update the Xserver to be usable by ordinary users:
Code:sudo dpkg-reconfigure x11-common
You want to chose 'console' and the default nice value.
Once this is done, you can test without having to hit the reset button on your machine and screw up your filesystems.
I generally use the following command:
Code:X -verbose -probeonly >& ~/my-x-logfile-version ; sync
If everything works, the screen should change resolution and display a gray (checkerboard actually) pattern on it before exiting. If not, look through the logfile for (EE) and (WW) (errors and warnings) and see what it's saying, or pastebin it and link it here for people to look at.
To turn logging in directly to X again:
Code:sudo update-rc.d gdm defaults
Code:sudo /etc/init.d/gdm start
I hope this information helps someone with debugging.
Comment
-
Originally posted by harik View PostI agree, we do need a better benchmark. Lightsmark unfortunately requires OpenGL 2.0. The ones that kill the framerate are realtime radiocity, color bleeding, area lights, penumbra shadows, and the flyby of the cage. That set of tests gets 10 FPS at 1280x1024 _AND_ 320x200! Something is very wrong there - that should have at least some difference as the size of the scene increases. The other scenes vary as you'd expect - 320x200 had a peak FPS of over 250 for some of them, compared to mid 20s in 1280. Sadly lightsmark does not log individual framerates so I have to take notes of everything but the overall average.
I'll doublecheck when I get home tonight. It's really a terrible benchmark and the more I think about it the less it seems to matter. I'd be much more interested in your lightsmark 2008 score, since that actually tests more of the hardware.
I'm going to recompile my kernel without preempt to see if that helps - since it looks like important bits of the driver are operating under the assumption they won't be interrupted.
Comment
-
Originally posted by Qaridariumyes very ubuntu/gnome stylisch..
tipping sudo every comand is very ineffektiv
With 15 years linux admin experience, I still always use sudo - if you get "permission denied" for a command as user, it gives you a chance to think about what you're doing and if you REALLY want to delete every file in /etc.
Comment
Comment