The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    X Windows Problem

    Discussion in 'Linux Compatibility and Software' started by Bog, Apr 23, 2007.

  1. Bog

    Bog Losing it...

    Reputations:
    4,018
    Messages:
    6,046
    Likes Received:
    7
    Trophy Points:
    206
    I posted a thread a short time ago about my Kubuntu 6.10 install freezing, whether running KDE or Beryl. In fact, my problems are the same as this one, and he's running a similar laptop with the same video card:

    http://community.netscape.com/n/pfx...essages&webtag=ws-laptop&tid=75726&redirCnt=1

    In short I'd like to know if Ubuntu or it's variants have particular problems with my video card; and if there is something I can do about it, such as install a video driver. Currently I am running Kubuntu 7.04, using the "ati" driver. Any suggestions are welcome.
     
  2. Pitabred

    Pitabred Linux geek con rat flail!

    Reputations:
    3,300
    Messages:
    7,115
    Likes Received:
    3
    Trophy Points:
    206
    Unfortunately, Kubuntu 6.10 had some bugs for a while with Konqueror freezing up while browsing, and Beryl hasn't ever been very stable. Add to that ATI's less than stellar Linux support, and you have some icky stability issues. Is the problem still happening in 7.04? If you do it quickly, ctrl+alt+backspace will reset the X server (any work you're doing currently will be lost) and sometimes make the system responsive again, but not always. I've had the same issues with the NVIDIA drivers, but again (cross my fingers) things seem a lot better under 7.04, even running 64bit like I am.
     
  3. Bog

    Bog Losing it...

    Reputations:
    4,018
    Messages:
    6,046
    Likes Received:
    7
    Trophy Points:
    206
    Yes, the problem is still with 7.04; freezes happen more often, in fact. If it's a problem that I can't fix, then I guess I can live with it.
     
  4. Mr. Foolish

    Mr. Foolish Notebook Guru

    Reputations:
    1
    Messages:
    72
    Likes Received:
    0
    Trophy Points:
    15
    I had similar problems with my Gateway laptop when using the open-source "ati" driver and found that disabling EXA (the newer 2d acceleration method) helps a lot. Do you have EXA enabled, e.g. by a line like 'Option "AccelMethod" "EXA"' in the Device section of your xorg.conf? If so, disable it by changing this to "XAA", or if the line is not there add an Option "AccelMethod" "XAA"' line to the Device section, then restart X, and see if that helps.
     
  5. Pitabred

    Pitabred Linux geek con rat flail!

    Reputations:
    3,300
    Messages:
    7,115
    Likes Received:
    3
    Trophy Points:
    206
    Unfortunately, Beryl is still beta. It's pretty, but it's not stable in many cases. Best bet is to avoid it, or turn it off when you're doing important work. I have also heard that forcing the AIGLX rendering path if you have an NVIDIA card will help the stability, but I haven't tested that out.
     
  6. Bog

    Bog Losing it...

    Reputations:
    4,018
    Messages:
    6,046
    Likes Received:
    7
    Trophy Points:
    206
    I don't have EXA or XAA as an option. Here is my device section:

    Section "Device"
    Identifier "ATI Technologies Inc RS300M AGP [Radeon Mobility 9100IGP]"
    Driver "ati"
    BusID "PCI:1:5:0"
    EndSection

    Section "Monitor"
    Identifier "Generic Monitor"
    Option "DPMS"
    EndSection