Results 1 to 9 of 9

Thread: Ati driver install problem

  1. #1
    Join Date
    Feb 2008
    Location
    East Greenbush, NY
    Beans
    13
    Distro
    Ubuntu 10.04 Lucid Lynx

    Ati driver install problem

    Okay so I was trying to install new ati drivers for my x1300 radeon graphics card I bought and when I try to run the command:
    Code:
    aticonfig --intitial
    I get the error that "Configured Video Devices" needs a driver line. Also I should mention that currently I am in the white screen of death when I log in to I always press ctrl+alt+f1 to get to the terminal

  2. #2
    Join Date
    Feb 2007
    Beans
    24,961
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Ati driver install problem

    Quote Originally Posted by zdog291 View Post
    Okay so I was trying to install new ati drivers for my x1300 radeon graphics card I bought and when I try to run the command:
    Code:
    aticonfig --intitial
    I get the error that "Configured Video Devices" needs a driver line. Also I should mention that currently I am in the white screen of death when I log in to I always press ctrl+alt+f1 to get to the terminal
    Hi and you can try and boot into recovery mode and use the xfix option. Recovery mode is the the usually the second choice at the grub.

  3. #3
    Join Date
    Mar 2008
    Beans
    917

    Re: Ati driver install problem

    You could also in grub boot menu press "e" and then select kernel you want to boot to and press "e" again to modify the boot commands and add vga=ask to the end of the list of boot commands and then press "b" to boot using the modified boot command. When you boot in such a fashion you should be asked about what vga mode to use by pressing enter to do so when prompted, do that and then choose one of the vga modes it says are supported at least then you will get a semi decent graphical login session going if that would help you fix the problem rather than having to do it via a command line.

  4. #4
    Join Date
    Feb 2008
    Location
    East Greenbush, NY
    Beans
    13
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Ati driver install problem

    I tried both of those solution and still got thw white screen of death, does any one know ho I could edit the xorg.conf file form the terminal so I could just manualy add Driver "ati"

  5. #5
    Join Date
    Mar 2008
    Beans
    917

    Re: Ati driver install problem

    yes you could use vim text editor to edit it here is the command to open it,

    sudo vim /etc/X11/xorg.conf

    be aware though that vim is pretty basic and so is not as easy to use as gedit is.

  6. #6
    Join Date
    May 2007
    Location
    STL, MO
    Beans
    1,283
    Distro
    Kubuntu Karmic Koala (testing)

    Re: Ati driver install problem

    Quote Originally Posted by nicedude View Post
    yes you could use vim text editor to edit it here is the command to open it,

    sudo vim /etc/X11/xorg.conf

    be aware though that vim is pretty basic and so is not as easy to use as gedit is.
    I love Vi, but it's not a suggestion when messing with xorg.conf for the first time. Use pico
    Code:
    sudo pico /etc/X11/xorg.conf
    You should make a backup of your configuration first.
    Code:
    sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bck
    If the file needs to be recovered just reverse the two file names from the last command

  7. #7
    Join Date
    Jun 2008
    Location
    England
    Beans
    2,568

    Re: Ati driver install problem

    If you cant get into any GUI you could reconfigure the xorg and then start again to find a driver

  8. #8
    Join Date
    May 2007
    Location
    STL, MO
    Beans
    1,283
    Distro
    Kubuntu Karmic Koala (testing)

    Re: Ati driver install problem

    Quote Originally Posted by tuxxy View Post
    If you cant get into any GUI you could reconfigure the xorg and then start again to find a driver
    Good idea. The command would be
    Code:
    sudo dpkg-reconfigure xserver-xorg

  9. #9
    Join Date
    Apr 2008
    Beans
    4,377
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Ati driver install problem

    You need to use:

    aticonfig --initial

    not

    aticonfig --intitial

    Now that you may have aticonfig somewhat confusedly configured you should use:

    aticonfig --initial -f

    This will add the proper lines to your xorg.conf and save the old one.

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
  •