Results 1 to 4 of 4

Thread: Dual Display - required virtual size does not fit available size

  1. #1
    Join Date
    Apr 2011
    Beans
    56
    Distro
    Ubuntu 12.04 Precise Pangolin

    Dual Display - required virtual size does not fit available size

    I just installed 11.10 rc and I changed my ATI settings (dual monitor) and after reboot I cant use dual monitor any more

    It seems the "Display" app in ubuntu wont allow me to use dual monitors. I get the error

    "required virtual size does not fit available size: requested=(2304, 768), minimum=(320, 200), maximum=(1280, 1280)"

    and because I can't get both monitors active (except mirrored) I can't use dual display in ATI ccc

    EDIT>
    Update. not exactly sure what caused it but the problem was xorg.conf
    seems the old xorg.cofg was renamed to xorg.conf.dist-upgrade-201110070100
    and the new xorg.conf only had in it

    Code:
    Section "Screen"
     Identifier    "Default Screen"
     DefaultDepth    24
    EndSection
     Section "Module"
     Load    "glx"
    EndSection
    so I restored the old xorg.conf and everything works.
    Last edited by SushiAddiction; October 7th, 2011 at 03:42 AM.

  2. #2
    Join Date
    Mar 2007
    Location
    NY
    Beans
    109
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Dual Display - required virtual size does not fit available size

    Just upgraded and the same exact thing happened. This kind of stinks.

  3. #3
    Join Date
    Mar 2007
    Location
    NY
    Beans
    109
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Dual Display - required virtual size does not fit available size

    First, in terminal you need to:

    Code:
    gksudo amdcccle
    Then, head over to display manager -> multi display

    Select Multi-display desktop with display(s)

    Apply this and restart. It worked for me.



    via
    http://blog.jvc26.org/2011/09/29/mul...-oneiric-fglrx

  4. #4
    Join Date
    Oct 2011
    Beans
    3

    Re: Dual Display - required virtual size does not fit available size

    After upgrading to 00, dual monitor support was OK with my 2 1920x1200 monitors rotated. I noticed that the mouse tracking was slow over Chrome. So, I did the additional drivers install of the ATI proprietary driver. Mouse tracking was full speed, but now I only had one display mirrored. I didn't have a backup xorg.conf in my /etc/X11. The xorg.conf was bare. Running Catalyst Control Center would exit without asking me to apply changes. Mofifying the xorg.conf file to have a Display subsection with a larger virtual size, followed by running CCC worked for me.

    Section "Screen"
    Identifier "Default Screen"
    Device "Default Video Device"
    DefaultDepth 24
    SubSection "Display"
    Virtual 2400 1920
    EndSubSection
    EndSection

    CCC wrote out an a full xorg.conf file and all is well now.

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
  •