Results 1 to 9 of 9
I have sid system installed via debootstrap with a custom compiled kernel. I am running xfce4 without compositing, and 3d games are very slow. So far I have tried neverball ...
- 07-30-2008 #1Just Joined!
- Join Date
- Apr 2008
- Posts
- 8
Games are ridiculously slow
I have sid system installed via debootstrap with a custom compiled kernel. I am running xfce4 without compositing, and 3d games are very slow. So far I have tried neverball and supertux, and supertux is a normal speed, when I have OpenGL unchecked. When I check the OpenGL option it is also really slow.
I am running a pentium4 3.00Ghz 2GB ram (don't know what type) with an ATI Radeon 256Mb PCI graphics card.
Games in windows of a similar quality run fine.
- 07-30-2008 #2
From the looks of that xorg.conf, your X Windows environment hasn't been configured at all. Have you installed the ATI drivers already? You might also try:
Code:dpkg --reconfigure xserver-xorg
Registered Linux user #270181
TechieMoe's Tech Rants
- 07-30-2008 #3Just Joined!
- Join Date
- Apr 2008
- Posts
- 8
returns dpkg: unknown option --reconfigureCode:dpkg --reconfigure xserver-xorg
I tried dpkg-reconfigure xserver-xorg, and the only difference was
It didn't have
which I added, and use FBDev was uncommentedCode:Option "AccelMethod" "EXA"
- 07-31-2008 #4
Sorry, my syntax was off on the original command, but you seem to have figured it out. You're saying your ran dpkg-reconfigure and it came up with the same xorg.conf, minus the line you mentioned? That's odd. Usually a properly configured xorg.conf will have Display properties such as screen resolutions, listings for display drivers, and a number of other things I don't see in your original file.
Registered Linux user #270181
TechieMoe's Tech Rants
- 07-31-2008 #5
newer versions of xorg do more autodetection of hardware capability, and don't require an xorg.conf file to be so filled with things, i'm not sure that the fglrx driver is in use, what is output of
if that command doesn't work you might have to install mesa-utilsCode:glxinfo | grep direct
- 07-31-2008 #6Just Joined!
- Join Date
- Apr 2008
- Posts
- 8
I am using the radeon driver not fglrx because the newer fglrx doesn't support my cardCode:direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose) OpenGL renderer string: Mesa GLX Indirect
- 08-01-2008 #7
well unfortunately then you are out of luck if its not supported by proprietary ati drivers, you won't get any 3d acceleration and those games will run poorly if you try to use opengl instead of software rendering
- 08-01-2008 #8Just Joined!
- Join Date
- Apr 2008
- Posts
- 8
I think I'll try the older fglrx drivers, that do support my card
thanks for the help
- 08-02-2008 #9Just Joined!
- Join Date
- Apr 2008
- Posts
- 8
I reinstalled debian ( to an amd64 lenny ) and direct rendering is on, and neverball is fine at low settings, but supertuxkart and freedroidrpg are still very slow


Reply With Quote
