Announcement

Collapse
No announcement yet.

HOW TO: Install experimental X.Org and the latest graphics drivers

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • vinnywright
    replied
    well I should have known better "sigh" and tested on one of my testing partitions ....but I did not "sigh" .
    I am just glad that I did install the ppa-purge and copyed this
    Code:
    sudo ppa-purge ppa:sarvatt/intel-sna sudo ppa-purge ppa:xorg-edgers/ppa
    to .txt file first!!

    after adding the ppa's and "sudo apt-get update && sudo apt-get dist-upgrade" I got a LOT of packages and a new kernel 3.5.0-5-generic which also gave this warning
    Code:
    ERROR (dkms apport): kernel package linux-headers-3.5.0-5-generic is not supported
    Error! Bad return status for module build on kernel: 3.5.0-5-generic (x86_64)
    Consult /var/lib/dkms/vboxhost/4.1.12/build/make.log for more information.
    however on reboot I was left with a black screen and no TTY's .
    A ctrl>alt>delete and remove the "quiet splash" from the grub boot line got me the TTY's back and let me cat the .txt file I had saved the ppa-purg commands to and run them .
    However besides removing the offending ppa packages it removed google-earth hplip-gui and other hp packages and some sane related packages and what elce I haven’t found yet who knows ..........But I have my desktop back and the new kernel as well and most seems ok so far
    Whew .....thought I had rely messed up their for a wile 8)

    VINNY

    Leave a comment:


  • Snowhog
    replied
    Do you have the dkms package installed?
    DKMS is a framework designed to allow individual kernel modules to be upgraded without changing the whole kernel. It is also very easy to rebuild modules as you upgrade kernels.
    With this installed, when ever the kernel is updated, the modules used by virtualbox will be upgraded/rebuilt as well.

    Leave a comment:


  • pnunn
    replied
    Installing the latest virtual box seems to have done the trick.. nice one.

    Leave a comment:


  • pnunn
    replied
    The graphics drivers seem to have installed OK and the new kernel it bought with it.. but virtual box is now borked. (there is no vboxdrv anywhere to be seen.. )sigh. Now to try and fix that.

    Leave a comment:


  • pauly
    replied
    Yeh these drivers gave me problems when I was using citrix. I didn't render the citrix apps properly. Purging the ppa's and downgrading forced me to remove a lot of packages I wanted due to dependency problems. Now I will have to go back and re install a lot of things I had working. I should have stuck with what I had. Too bad I didn't realize until after I had created a new system image.

    Leave a comment:


  • HOW TO: Install experimental X.Org and the latest graphics drivers

    UPDATE: xorg-edgers is also applicable for those with AMD and nVidia graphics. intel-sna, of course, isn't.
    UPDATE 2: SNA is enabled by default now, so the SNA step below can be omitted.

    Linux graphics are in constant flux. Two package archives in Launchpad contain updated versions of the X.Org stack and popular graphics drivers. These have been known to improve graphics performance and also provide for proper operation of effects in KWin.

    It's a fairly easy process to try this yourself. And with the proper precautions, you can uninstall these packages and return to your original X.Org and graphics drivers if these updates should ever cause problems. Be sure to follow all of the steps below. You will be working at a command line, so open a Konsole window and let's get started.

    First, install the package ppa-purge:

    Code:
    sudo apt-get install ppa-purge
    Read the PPA description which contains relevant, current, important notices on using the PPA at xorg crack pushers > xorg-edgers fresh X crack

    Next, add the xorg-edgers repository:

    Code:
    sudo add-apt-repository ppa:xorg-edgers/ppa
    If you have Intel graphics, I'd recommend trying the Sandy Bridge New Acceleration driver, which is in the intel-sna repository: {EDIT: skip this if you're installing a driver dated on or after 29 June 2012, as since that date SNA is enabled by default.}

    Code:
    sudo add-apt-repository ppa:sarvatt/intel-sna
    Then, update and upgrade:

    Code:
    sudo apt-get update && sudo apt-get dist-upgrade
    This will bring in newer versions of X Server, Mesa, and ATI/nVidia/Intel drivers. These have greatly improved effects for me, and I've encountered no problems.

    But if they don't work for you, you can easily return to your prior state:

    Code:
    sudo ppa-purge ppa:sarvatt/intel-sna
    sudo ppa-purge ppa:xorg-edgers/ppa
    sudo apt-get update && sudo apt-get dist-upgrade
    Last edited by SteveRiley; Jul 20, 2012, 11:34 PM.
Working...
X