Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 42

Thread: How do you remove MESA drivers?

  1. #21
    Join Date
    Jul 2008
    Beans
    121

    Re: How do you remove MESA drivers?

    Uninstalled the ATI driver with envy. Tried to use Method 2, but It stops mid-install with this error:
    Generating package: Ubuntu/hardy
    Resolving build dependencies...
    ./packages/Ubuntu/ati-packager.sh: 347: sh -c '/usr/sbin/synaptic --set-selections --non-interactive --hide-main-window < /tmp/fileTcJZYW': not found
    Unable to resolve build-essential fakeroot. Please manually install and try again.

    What now?
    Last edited by DOS4dinner; July 9th, 2008 at 07:11 PM.
    In DOS, no one can hear you click.

  2. #22
    Join Date
    Jul 2008
    Beans
    121

    Re: How do you remove MESA drivers?

    Hmm...this does not look promising. Anyone have any other ideas?
    In DOS, no one can hear you click.

  3. #23
    Join Date
    Sep 2006
    Location
    Bruxelles, Belgium
    Beans
    657

    Re: How do you remove MESA drivers?

    You could try using the open source driver . Radeon 9800 is fully supported and should work great with compiz.

  4. #24
    Join Date
    Jul 2008
    Beans
    121

    Re: How do you remove MESA drivers?

    Quote Originally Posted by zgornel View Post
    You could try using the open source driver . Radeon 9800 is fully supported and should work great with compiz.
    How do I go about enabling that? Also, does it support 3D (as that is my main issue--2D works fine)
    Last edited by DOS4dinner; July 10th, 2008 at 12:03 AM.
    In DOS, no one can hear you click.

  5. #25
    Join Date
    Sep 2006
    Location
    Bruxelles, Belgium
    Beans
    657

    Re: How do you remove MESA drivers?

    Section Device of xorg.conf should look like this:
    Code:
    Section "Device"
    	Identifier	"Configured Video Device"
    	Driver		"radeon"
    EndSection
    Also, make sure you have xserver-xorg-video-ati installed. You can check the man page for xorg.conf options for the driver:
    Code:
    man radeon
    . It should support 3D quite well. Your problem is not only 3D, if DRI is not initialized you do not have 2D acceleration as well which means videos will be choppy and high content video will be unplayable.
    Last edited by zgornel; July 10th, 2008 at 12:08 AM.

  6. #26
    Join Date
    Jul 2008
    Beans
    121

    Re: How do you remove MESA drivers?

    Quote Originally Posted by zgornel View Post
    Section Device of xorg.conf should look like this:
    Code:
    Section "Device"
    	Identifier	"Configured Video Device"
    	Driver		"radeon"
    EndSection
    Also, make sure you have xserver-xorg-video-ati installed. You can check the man page for xorg.conf options for the driver:
    Code:
    man radeon
    . It should support 3D quite well. Your problem is not only 3D, if DRI is not initialized you do not have 2D acceleration as well which means videos will be choppy and high content video will be unplayable.
    Do I need to use the envy installer or another form of installation, or do I just put in the code? Note: At this point, I have no driver installed that I know of. I used envy to uninstall the ATI driver.
    In DOS, no one can hear you click.

  7. #27
    Join Date
    Jul 2008
    Beans
    121

    Re: How do you remove MESA drivers?

    Re-installed my ATI drivers with envy and edited the conf as you requested. Seems to make no difference.
    In DOS, no one can hear you click.

  8. #28
    Join Date
    Feb 2007
    Location
    Germany, Nuremburg
    Beans
    1,019
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: How do you remove MESA drivers?

    Quote Originally Posted by DOS4dinner View Post
    Uninstalled the ATI driver with envy. Tried to use Method 2, but It stops mid-install with this error:
    Generating package: Ubuntu/hardy
    Resolving build dependencies...
    ./packages/Ubuntu/ati-packager.sh: 347: sh -c '/usr/sbin/synaptic --set-selections --non-interactive --hide-main-window < /tmp/fileTcJZYW': not found
    Unable to resolve build-essential fakeroot. Please manually install and try again.

    What now?
    sudo apt-get install fakeroot build-essential
    Note: you may need some more
    Note: opensource is about 30% of 3D rendering capability of the fglrx
    ... put your money where your mouth is ...
    stop sustaining Microsoft (and its pet named Apple)!
    Use the Thanks-button if you feel like!

  9. #29
    Join Date
    Sep 2006
    Location
    Bruxelles, Belgium
    Beans
    657

    Re: How do you remove MESA drivers?

    Quote Originally Posted by DOS4dinner View Post
    Do I need to use the envy installer or another form of installation, or do I just put in the code? Note: At this point, I have no driver installed that I know of. I used envy to uninstall the ATI driver.
    Uninstall the official drivers and modify xorg.conf. The driver should be provided with the default install of Ubuntu.

  10. #30
    Join Date
    Feb 2007
    Location
    Germany, Nuremburg
    Beans
    1,019
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: How do you remove MESA drivers?

    Well, he should first think about which driver he finally wants, and not undoing the steps for fglrx when he has done 50%...
    ... put your money where your mouth is ...
    stop sustaining Microsoft (and its pet named Apple)!
    Use the Thanks-button if you feel like!

Page 3 of 5 FirstFirst 12345 LastLast

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
  •