Announcement

Collapse
No announcement yet.

Cant boot after ATI proprietary driver install

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

    Cant boot after ATI proprietary driver install

    Since the easy install driver worked on a previous system, I simply downloaded the fglrx package, went to system settings and choose "restricted driver". Now, whenever I try to boot, the system hangs on a blank screen. In recovery mode, typing "fglrx-info" returns "Cannot open device :0".

    How do I roll back to the previous driver from recovery mode?

    #2
    Re: Cant boot after ATI proprietary driver install

    I simply downloaded the fglrx package
    From where ?
    Is this from repositories or from AMD(Ati)


    In recovery mode, typing "fglrx-info" returns "Cannot open device :0"
    I think that recovery mode use vesa drivers.


    Now, whenever I try to boot, the system hangs on a blank screen.
    You could try:

    Blank screen: press Ctrl + Alt + F1 (or F2...6). This will start virtual console.

    From Virtual console
    http://en.wikipedia.org/wiki/Virtual_console
    a virtual console (VC, sometimes virtual terminal, VT) is a conceptual combination of the keyboard and the display for a user interface. The concrete combination is the system console of the computer, where the user can switch between the virtual consoles to access multiple unrelated user interfaces. Usually in Linux, the first six virtual consoles provide a text terminal with a login prompt to a unix shell. The graphical X Window System starts in the seventh virtual console.

    Log in and
    Code:
    sudo dpkg-reconfigure -phigh xserver-xorg
    this will make new xorg.conf with default options.


    Restart


    Installing AMD(Ati) Proprietary Linux Display Driver (fglrx)

    DIY

    BinaryDriverHowto/ATI
    https://help.ubuntu.com/community/BinaryDriverHowto/ATI

    Ubuntu Feisty Installation Guide
    http://wiki.cchtml.com/index.php/Ubu...allation_Guide

    Installing Breezy...Feisty
    http://wiki.cchtml.com/index.php/Ubuntu


    With a Little Help

    SheeEttin fglrx automatic download/installation script
    http://kubuntuforums.net/forums/inde...opic=3082777.0

    Envy
    http://www.albertomilone.com/nvidia_scripts1.html


    Laptops

    Ati Xpress 200M + Edgy + Feisty + FGLRX working how to + eyecandy
    http://ubuntuforums.org/showthread.php?t=321766


    Aftermath

    Topic: how do u install ATI drivers?
    http://kubuntuforums.net/forums/inde...opic=3084084.0

    Topic: X Error: BadDevice, invalid or uninitialized input device 168
    http://kubuntuforums.net/forums/index.php?topic=7964.0

    Topic: HOWTO : Disaster Recovery and xorg.conf
    http://kubuntuforums.net/forums/inde...opic=3082808.0
    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    Comment


      #3
      Re: Cant boot after ATI proprietary driver install

      I downloaded the package from the repository through adept.

      I tried sudo dpkg-reconfigure -phigh xserver-xorg, only to get an error when I startx. I'm not sure what else the driver install affected that could be screwing it up, is there any way to roll back the installation with apt-get?

      Comment


        #4
        Re: Cant boot after ATI proprietary driver install

        only to get an error when I startx
        What kind of error ?

        What happen if you:
        Code:
        sudo /etc/init.d/kdm restart
        is there any way to roll back the installation with apt-get?
        Well - there is no need to. After installation you need to edit xorg.conf (Xorg.conf is xorg X Window System server configuration file) and tell that you want to use fglrx driver. That is: "System -> Administration -> Restricted Drivers Manager" and select "ATI accelerated graphics driver".

        sudo dpkg-reconfigure -phigh xserver-xorg should reset the situation so that kubuntu is using safe drivers (non proprietary).

        You could also try:
        Code:
        sudo dpkg-reconfigure xserver-xorg
        This reconfigures xorg (ask questions - what you want to do).

        Here is good page of sudo dpkg-reconfigure xserver-xorg:
        http://users.bigpond.net.au/hermanzone/p7.html
        Before you edit, BACKUP !

        Why there are dead links ?
        1. Thread: Please explain how to access old kubuntu forum posts
        2. Thread: Lost Information

        Comment


          #5
          Re: Cant boot after ATI proprietary driver install

          Thanks for the help, I fixed the problem by simply reinstalling kubuntu.

          Comment

          Working...
          X