Find the answer to your Linux question:
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 ...
  1. #1
    Just 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.
    Attached Files Attached Files

  2. #2
    Linux Guru techieMoe's Avatar
    Join Date
    Aug 2004
    Location
    Texas
    Posts
    9,496
    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

  3. #3
    Just Joined!
    Join Date
    Apr 2008
    Posts
    8
    Code:
    dpkg --reconfigure xserver-xorg
    returns dpkg: unknown option --reconfigure

    I tried dpkg-reconfigure xserver-xorg, and the only difference was
    It didn't have
    Code:
    Option "AccelMethod" "EXA"
    which I added, and use FBDev was uncommented

  4. #4
    Linux Guru techieMoe's Avatar
    Join Date
    Aug 2004
    Location
    Texas
    Posts
    9,496
    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

  5. #5
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    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
    Code:
    glxinfo | grep direct
    if that command doesn't work you might have to install mesa-utils

  6. #6
    Just Joined!
    Join Date
    Apr 2008
    Posts
    8
    Code:
    direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
    OpenGL renderer string: Mesa GLX Indirect
    I am using the radeon driver not fglrx because the newer fglrx doesn't support my card

  7. #7
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    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

  8. #8
    Just 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

  9. #9
    Just 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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •