+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 20

Thread: Random freeze and lockups with ati-6.10

  1. #1
    Join Date
    Apr 2007
    Location
    Mexico City, Mexico
    Posts
    877

    Default Random freeze and lockups with ati-6.10

    I'm using the default driver in Fedora 10, but still get the random freeze/lockup in my laptop (RS690M based), consistent lockup occurs when using Cairo-Dock and other graphics apps. Apparently this still has to do with EXA acceleration, but I also have seen these happen with XAA. Any pointers?

  2. #2
    Join Date
    Oct 2007
    Location
    Toronto-ish
    Posts
    6,087

    Default

    Are you running with KMS and memory management, or with nomodeset ?

  3. #3
    Join Date
    Dec 2007
    Posts
    1,689

    Default

    There were some issues with the accel code in the ddx that recently came to light. Your best bet it to try ati git master.

  4. #4
    Join Date
    Apr 2007
    Location
    Mexico City, Mexico
    Posts
    877

    Default

    As far as I am aware, yes, I am running with KMS. I have no other options passed to the kernel regarding graphics (APIC is a whole other story due to the laptop's BIOS).

    I'm not sure what do you mean about memory management (TTM/GEM?), and I do not know how to check for those (Xorg.log, maybe?)

    I tried recently to revert back to XAA, however for some reason when I start X with the modified xorg.conf file (Option "AccelMethod" "XAA") I get no X display at all... And the system seems to be in a frozen state, maybe I'm using a malformed xorg.conf file, Fedora 10, as many other modern distributions does not rely any longer on an xorg.conf file for the display's configuration, but you can override the auto configuration with one, however, I may seem to be using a malformed one. Should I use "ati" as the driver or "radeon" directly? I'm guessing the file I'm using is missing some parts (location of Xorg modules, etc), will try later.

  5. #5
    Join Date
    Nov 2006
    Posts
    72

    Default

    Is it a hard lockup? If so, it's probably the same I've been getting for ever: http://bugs.freedesktop.org/show_bug.cgi?id=16198
    (Currently testing the last patch attached there)

  6. #6
    Join Date
    Apr 2007
    Location
    Mexico City, Mexico
    Posts
    877

    Default

    With the 6.10 driver I'm getting a strange problem. I do not seem able to use the XAA AccelMethod any more, I see a message in Xorg.0.log regarding XAA and r300 and upwards not supporting this type of acceleration.

  7. #7
    Join Date
    Oct 2007
    Location
    Toronto-ish
    Posts
    6,087

    Default

    6.10 is pretty old now, might be worth updating to latest in git. A number of acceleration issues were fixed in between the two.

    The XAA message just says that Render acceleration is not supported with XAA -- agd5f only added Render accel to EXA. The change was not "taking render accel away from XAA" but "adding render accel to EXA" (in early 2008).

  8. #8
    Join Date
    Apr 2007
    Location
    Mexico City, Mexico
    Posts
    877

    Default

    I see... It's been a while since I last used git to update the driver, is there a place where the instructions are posted (so you don't have to post them again?)

  9. #9
    Join Date
    Dec 2007
    Posts
    1,689

  10. #10
    Join Date
    Apr 2007
    Location
    Mexico City, Mexico
    Posts
    877

    Default

    Thanks a lot, agd5f.

    Edit

    Hmm... I'm having a bit of trouble configuring the driver, it seems... I get this output in the console when the configure part of autogen.sh --prefix=/usr (or ./configure --prefix=/usr, for that matter) is running:

    Code:
    checking for gcc... (cached) gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking for gcc option to accept ISO C89... (cached) none needed
    checking dependency style of gcc... (cached) gcc3
    ./configure: line 20833: syntax error near unexpected token `XINERAMA,'
    ./configure: line 20833: `XORG_DRIVER_CHECK_EXT(XINERAMA, xineramaproto)'
    Last edited by Thetargos; 05-08-2009 at 03:19 PM.

+ Reply to Thread

Posting Permissions

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