Results 1 to 5 of 5

Thread: Please help me change graphics drivers/modules

  1. #1
    Join Date
    Feb 2006
    Beans
    58

    Please help me change graphics drivers/modules

    I'm trying to change my graphics driver, a.k.a. "module". Can someone please help me?

    In Ubuntu 9.04, my graphics works great! In 10.04, not so much. So I want to make 10.04 as slick as 9.04. These are the modules that get loaded in 9.04:

    grep "LoadModule" /var/log/Xorg.0.log
    (II) LoadModule: "extmod"
    (II) LoadModule: "dbe"
    (II) LoadModule: "glx"
    (II) LoadModule: "record"
    (II) LoadModule: "dri"
    (II) LoadModule: "dri2"
    (II) LoadModule: "radeon"
    (II) LoadModule: "vgahw"
    (II) LoadModule: "int10"
    (II) LoadModule: "ddc"
    (II) LoadModule: "i2c"
    (II) LoadModule: "fb"
    (II) LoadModule: "ramdac"
    (II) LoadModule: "exa"
    (II) LoadModule: "theatre_detect"
    (II) LoadModule: "evdev"



    And these are the modules that get loaded in 10.04:

    grep "LoadModule" var/log/Xorg.0.log
    (II) LoadModule: "extmod"
    (II) LoadModule: "dbe"
    (II) LoadModule: "glx"
    (II) LoadModule: "record"
    (II) LoadModule: "dri"
    (II) LoadModule: "dri2"
    (II) LoadModule: "ati"
    (II) LoadModule: "radeon"
    (II) LoadModule: "vesa"
    (II) LoadModule: "fbdev"
    (II) LoadModule: "fbdevhw"
    (II) LoadModule: "fb"
    (II) LoadModule: "ramdac"
    (II) LoadModule: "exa"
    (II) LoadModule: "evdev"


    I guess I need to unload some stuff on 10.04 and load instead some stuff that was in 9.04. Can someone please tell me how?

    And a line from my lspci says this:

    01:00.0 VGA compatible controller: ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE]

    Thank you very much!

    --
    Tim

  2. #2
    Join Date
    May 2008
    Location
    Ohio, USA
    Beans
    6,905
    Distro
    Ubuntu Gnome 15.04 Vivid Vervet

  3. #3
    Join Date
    Feb 2006
    Beans
    58

    Re: Please help me change graphics drivers/modules

    Thanks for this reply, lidex. I looked over these pages.

    However, from what I can see the open source driver called "radeon" fully supports my card. And my 9.04 installation is already using it and not fglrx, so I may as well use radeon in 10.04 too. I think I am using radeon in both my installations, so why is 10.04 so much slower?

    Maybe it has something to with "theatre_detect" or "int10", whatever that stuff is.

    Does anybody know what's going on?

    Thanks.

    --
    Tim

  4. #4
    Join Date
    Feb 2006
    Beans
    58

    Re: Please help me change graphics drivers/modules

    Bump.

    Anyone have a clue why 10.04 is slower than 9.04 with the same video driver?

  5. #5
    Join Date
    Feb 2006
    Beans
    58

    Re: Please help me change graphics drivers/modules

    I think I've found an answer, and I'll post it here in case anyone else wants it.

    I noticed that in 10.04, there were a few things loading that I might not want. So I blacklisted them. I created a file "/etc/modprobe.d" called "blacklist.mylist.conf". It contains this:

    Code:
    # I'm guessing that we don't need the ati module or radeon.
    # Let's try to not load them.
    blacklist ati
    blacklist radeon
    Then I restarted.

    That seems to fix the problem.

Bookmarks

Posting Permissions

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