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.

    Radeon on Linux

    Discussion in 'Linux Compatibility and Software' started by Rich.Carpenter, Dec 12, 2008.

  1. Rich.Carpenter

    Rich.Carpenter Cranky Bastage

    Reputations:
    91
    Messages:
    903
    Likes Received:
    0
    Trophy Points:
    30
    In the past ATI driver support in Linux has been horrible. I was just wondering, has this gotten any better? I heard that ATI has open-sourced their drivers. Do they now compare to what nVidia offers in Linux?
     
  2. Ayle

    Ayle Trailblazer

    Reputations:
    877
    Messages:
    3,707
    Likes Received:
    7
    Trophy Points:
    106
    If you don't run compiz, the experience will be a bliss. If you run compiz :D say goodbye to any 3d games and to hardware accelerated video playback, you can't run those with any compositing software enabled.
     
  3. notyou

    notyou Notebook Deity

    Reputations:
    652
    Messages:
    1,562
    Likes Received:
    0
    Trophy Points:
    55
    I will second that, it's not a big deal for me though to disable compiz when I watch a video or play a game (does that ever really happen for Windows users using Linux?). I'm sure that if bored enough I could create a script to disable compiz when program X launches and enable it once closed.
     
  4. Rich.Carpenter

    Rich.Carpenter Cranky Bastage

    Reputations:
    91
    Messages:
    903
    Likes Received:
    0
    Trophy Points:
    30
    Would that simply be a matter of replacing the shortcut's command with a script that basically does the following?

    [Disable Compiz]
    [Execute game/video player (command used by the program shortcut)]
    [Enable Compiz]

    I'd be very interested to see how you would tackle it.

    The reason I'm asking about the drivers, is that I'm looking at new laptops, and while I do really like the lower heat/power requirements of the Radeon mobile GPU's, one thing I will be doing with this machine is dual-booting Linux.
     
  5. puter1

    puter1 Notebook Deity

    Reputations:
    95
    Messages:
    776
    Likes Received:
    0
    Trophy Points:
    30
    Check out the website, http://www.phoronix.com

    They have a forum and the discussions often regard the nvidia and ati hardware and drivers.

    It sounds like ati still is a major headache to use and is often frustrating for Linux users. I would love to switch to ati but it sounds too problematic. Even though it's open source, there are still more problems compared to nvidia. Linux might not be that much of a priority compared to Windows and therefore, there isn't enough of a R&D group to develop and maintain the drivers crucial to mainstream and even graphical use.
     
  6. notyou

    notyou Notebook Deity

    Reputations:
    652
    Messages:
    1,562
    Likes Received:
    0
    Trophy Points:
    55
    Well, the way I think would be most logical is to have a blacklist of programs that use compiz (would have to manually enter programs, for now at least). Then, whenever a program is opened/closed, check if any processes have the same tag as ones that are in the black list, if there aren't, re-enable compiz, otherwise just leave it. Slightly more resource usage but you don't need to change each shortcut.