Results 1 to 6 of 6

Thread: Second monitor not detected

  1. #1
    Join Date
    Sep 2011
    Beans
    3

    Second monitor not detected

    I just added a Radeon HD 6570 video card to my desktop computer. It is running 11.04 64bit. I have 2 monitors that I am trying to use, but it can only detect the monitor plugged into the vga port. Both monitors are vga and I am using a dvi to vga adapter that I know works. I installed the fglrx driver. No matter what I try the monitor in the dvi port using the adapter is not detected. Any ideas?
    Last edited by ConceitedCode; September 5th, 2011 at 03:21 AM.

  2. #2
    Join Date
    Jul 2008
    Location
    Canada
    Beans
    545
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Second monitor not detected

    Please try this:
    Code:
    sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
    sudo aticonfig --initial
    sudo aticonfig --initial=dual-head --screen-layout=left
    If this does not work let me know, after this restart X by pressing Ctrl + Alt +Backspace.

    Also, please post the output of:
    Code:
    fglrxinfo

  3. #3
    Join Date
    Sep 2011
    Beans
    3

    Re: Second monitor not detected

    I tried `sudo aticonfig --initial` and got this

    Code:
    Uninitialised file found, configuring.
    Fail to link to fglrx-libglx.so, please check whether driver is installed correctly
    Using /etc/X11/xorg.conf
    Saving back-up to /etc/X11/xorg.conf.original-0
    The output of fglrxinfo is

    Code:
    display: :0  screen: 0
    OpenGL vendor string: ATI Technologies Inc.
    OpenGL renderer string: AMD Radeon HD 6500 Series
    OpenGL version string: 4.1.10665 Compatibility Profile Context
    Here is the original xorg.conf

    Code:
    Section "Screen"
    	Identifier	"Default Screen"
    	DefaultDepth	24
    EndSection
    
    Section "Module"
    	Load	"glx"
    EndSection

  4. #4
    Join Date
    Jul 2008
    Location
    Canada
    Beans
    545
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Second monitor not detected

    Did you install the drivers via Hardware Drivers in Ubuntu or did you install manually?

    Also try running the second part of the aticonfig command anyway, the one I sent last time below
    Code:
    sudo aticonfig --initial=dual-head --screen-layout=left
    and then also this:
    Code:
    sudo aticonfig --input=/etc/X11/xorg.conf --tls=1

  5. #5
    Join Date
    Sep 2011
    Beans
    3

    Re: Second monitor not detected

    I used Hardware Drivers.

    the second command show this.

    Code:
    Found fglrx primary device section
    Found fglrx secondary device section
    Fail to link to fglrx-libglx.so, please check whether driver is installed correctly
    Using /etc/X11/xorg.conf
    Saving back-up to /etc/X11/xorg.conf.fglrx-1
    The last command you told me to try prints this.

    Code:
    Warning: Option 'UseFastTLS' doesn't affect running session.
    Using /etc/X11/xorg.conf
    Saving back-up to /etc/X11/xorg.conf.fglrx-2

  6. #6
    Join Date
    Jul 2008
    Location
    Canada
    Beans
    545
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Second monitor not detected

    Okay, interesting, we are already using that file anyway it seems.
    Perhaps, we should install the drivers manually if you have the time.
    Please visit this site and download the file here: http://support.amd.com/us/gpudownloa...2&lang=English

    Remove the current installation of drivers from Hardware Drivers and restart. You will not have graphic drivers install during this time.

    Ensure that no others are installed before you restart by running:
    Code:
    sudo apt-get remove --purge xserver-xorg-video-radeon
    It is likely these will not exist here anyhow.

    To install the drivers manually, once downloaded, you can follow this guide here, ask me if you need anything.

    Also, once those are installed, attempt this:
    Code:
     sudo aticonfig --initial -f
    Code:
    sudo aticonfig --set-pcs-str="DDX,EnableRandR12,FALSE"

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
  •