Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: ATI drivers for a EAH2400PRO

  1. #1
    Join Date
    May 2008
    Beans
    43

    ATI drivers for a EAH2400PRO

    well i tried just unlocking the ones on ubuntu(hardy) but no good,
    it just switched my monitor off after it finished booting,
    then i tried the official ones from ATI, but no luck, they wont even install,
    and i just tried EnvyNG but again, no good, does the same as the first option...

    does anyone know what i can do? im a fresh use to linux all together, being a windows user all my life im used to just have the software supplied with the hardware...

    any ideas?

    when the monitor goes black, it still plays the sound of the login screen, so i know its all working apart from the video card?

  2. #2
    Join Date
    Jun 2007
    Beans
    14,788

    Re: ATI drivers for a EAH2400PRO

    Your card is PCI-e16, not AGP, correct?

    Press Ctrl+Alt+F1, and that should bring you to the terminal where you can install the radeonhd driver.

    Use the two commands below and choosed radeonhd as your video driver. This should get your GUI working again after you restart, and then we can work on installing the Catlyst drivers if you want 3D accel and/or desktop effects.
    Code:
    sudo apt-get install xserver-xorg-video-radeonhd
    sudo dpkg-reconfigure -phigh xserver-xorg

  3. #3
    Join Date
    May 2008
    Beans
    43

    Re: ATI drivers for a EAH2400PRO

    ok cheers, ill take a look at that now, so your saying after i enable the drivers and the screen goes black or before-hand?

    and yes, PCIe is correct.

  4. #4
    Join Date
    Jun 2007
    Beans
    14,788

    Re: ATI drivers for a EAH2400PRO

    Let the system boot. When it's finished its flurry of disk activity and loaded all of your startup programs/daemons, then press Ctrl+Alt+F1

  5. #5
    Join Date
    May 2008
    Beans
    43

    Re: ATI drivers for a EAH2400PRO

    ok, so now i have my gui back,
    how do i go about getting drivers that work/to work?

  6. #6
    Join Date
    Jun 2007
    Beans
    14,788

    Re: ATI drivers for a EAH2400PRO

    Open a terminal.
    Code:
    sudo apt-get install xorg-driver-fglrx
    sudo aticonfig --initial -f --overlay-type=Xv
    Now restart. If you get a black screen again, redo the radeonhd commands, restart and let me know. We'll take a look at your xorg.conf file then.

  7. #7
    Join Date
    May 2008
    Beans
    43

    Re: ATI drivers for a EAH2400PRO

    im about to restart now, but heres what i got:

    Code:
    brett@da-beast-duo:~$ sudo apt-get install xorg-driver-fglrx
    [sudo] password for brett: 
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    xorg-driver-fglrx is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    brett@da-beast-duo:~$ sudo aticonfig --initial -f --overlay-type=Xv
    Data incomplete in file /etc/X11/xorg.conf
    	Device section "Configured Video Device" must have a Driver line.
    Uninitialised file found, configuring.
    Warning: Option 'VideoOverlay' doesn't affect running session.
    Warning: Option 'OpenGLOverlay' doesn't affect running session.
    Using /etc/X11/xorg.conf
    Data incomplete in file /etc/X11/xorg.conf
    	Device section "Configured Video Device" must have a Driver line.
    Segmentation fault

  8. #8
    Join Date
    May 2008
    Beans
    43

    Re: ATI drivers for a EAH2400PRO

    well it didn't make it black, it flickered a fair bit while logging on, but otherwise, everything is the same.

  9. #9
    Join Date
    Jun 2007
    Beans
    14,788

    Re: ATI drivers for a EAH2400PRO

    Great, now let's make sure it's installed correctly:
    Code:
    fglrxinfo

  10. #10
    Join Date
    May 2008
    Beans
    43

    Re: ATI drivers for a EAH2400PRO

    Code:
    brett@da-beast-duo:~$ fglrxinfo
    display: :0.0  screen: 0
    OpenGL vendor string: Mesa project: www.mesa3d.org
    OpenGL renderer string: Mesa GLX Indirect
    OpenGL version string: 1.4 (2.1 Mesa 7.0.3-rc2)

Page 1 of 2 12 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
  •