Dual Head Setup [VGA 1440x900, HDMI 1600x1200]

Hi,
first of all, I have to say that this is my very first time to real use arch. I'm here to get to know arch and to learn as much as I can, so I want to create a real desktop with 2 physical screens.
The first one is connected via VGA, its best resolution is 1440x900.
The second one is connected via HDMI, its best resolution is 1600x1200
I use i3 and got the HDMI screen working, with 1600x1200. native, in using xorg with the
xf86-video-ati driver.
The right screen, my HDMI (the larger one), shows the correct resolution. The left one shows me out of range.
I pacmaned xrandr to try to get some hints:
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 640 x 400, current 1600 x 1200, maximum 1600 x 1200
default connected 1600x1200+0+0 0mm x 0mm
1600x1200 0.00*
1280x1024 0.00
1024x768 0.00
800x600 0.00
640x480 0.00
720x400 0.00
First I thought of creating an own xorg.conf in /etc/X11/xorg.conf and later I got in my mind to use xrandr --mode to set the correct resolution.
Which one of these ideas is the correct one? Do you got a better suggestion for me? What do I have to do to reach my correct resolutions. It seems to me that the screen is handled as beeing one. Cause when I change xrandr default resolution, both screens change its resolution.
Hope the best for your help :-D
cheers

There is no "correct" one. If it works, it's correct. xrandr is the probably the easier of the two, so stick with that if it works.

Similar Messages

  • Frozen system when booting with dual-head setup (updates)

    Hi guys,
    I made a fresh install a couple of weeks ago and I configured my system for a dual-head setup following the wiki. I activated KMS and added radeon to the kernel parameters.
    My xorg.conf looks like this:
    Section "Monitor"
    Identifier "DVI-0"
    Option "PreferredMode" "1920x1080"
    Option "Position" "0 0"
    EndSection
    Section "Monitor"
    Identifier "HDMI-0"
    Option "PreferredMode" "1920x1080"
    Option "Position" "1920 0"
    EndSection
    I was having random freezes for a couple of days, but I didn't pay too much attention to it. I hard rebooted my computer when it froze and it could boot normally that second time.
    But after yesterday, last update to the open source drivers xf86-video-ati (1:7.5.0-2) and lib32-mesa-libgl (10.5.2-1), my system doesn't boot unless I disconnect one of the screens. When only one screen it's connected everything is fine. If I plug the second screen, it pops up the KDE service to configurate the second screen but as soon I press 'apply the chages' my system freezes and I had to hard reboot.
    I've tried all possible combinations usingt different outputs from the screens, getting the same results. Two of them connected --> freezes after grub loading. One connected --> boot Ok, but as soon as I plug the second one and I apply changes, freezes.
    I found one configuration that doesn't freeze my system. When I plug the second screen, as I said, KDE service automatically pops up. Before I was changing the positions of the screen, one beside the other one, and my system freezes when I apply the changes. If I just left the default configuration (one screen in top of the other), it doesn't freeze my system. After that, I can rearrange the screens, as I need them, and it doesn't freeze.
    Here it is my grub.cfg
    # DO NOT EDIT THIS FILE
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    ### BEGIN /etc/grub.d/00_header ###
    insmod part_gpt
    insmod part_msdos
    if [ -s $prefix/grubenv ]; then
    load_env
    fi
    if [ "${next_entry}" ] ; then
    set default="${next_entry}"
    set next_entry=
    save_env next_entry
    set boot_once=true
    else
    set default="0"
    fi
    if [ x"${feature_menuentry_id}" = xy ]; then
    menuentry_id_option="--id"
    else
    menuentry_id_option=""
    fi
    export menuentry_id_option
    if [ "${prev_saved_entry}" ]; then
    set saved_entry="${prev_saved_entry}"
    save_env saved_entry
    set prev_saved_entry=
    save_env prev_saved_entry
    set boot_once=true
    fi
    function savedefault {
    if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
    fi
    function load_video {
    if [ x$feature_all_video_module = xy ]; then
    insmod all_video
    else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
    fi
    if [ x$feature_default_font_path = xy ] ; then
    font=unicode
    else
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos2'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 e36984ca-21d8-4191-ba2f-a09bf8ce6f88
    else
    search --no-floppy --fs-uuid --set=root e36984ca-21d8-4191-ba2f-a09bf8ce6f88
    fi
    font="/usr/share/grub/unicode.pf2"
    fi
    if loadfont $font ; then
    set gfxmode=auto
    load_video
    insmod gfxterm
    set locale_dir=$prefix/locale
    set lang=en_US
    insmod gettext
    fi
    terminal_input console
    terminal_output gfxterm
    if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=5
    # Fallback normal timeout code in case the timeout_style feature is
    # unavailable.
    else
    set timeout=5
    fi
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Arch Linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-e36984ca-21d8-4191-ba2f-a09bf8ce6f88' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 128c8e95-9496-49d1-9a9e-bc886662258d
    else
    search --no-floppy --fs-uuid --set=root 128c8e95-9496-49d1-9a9e-bc886662258d
    fi
    echo 'Loading Linux linux ...'
    linux /vmlinuz-linux root=UUID=e36984ca-21d8-4191-ba2f-a09bf8ce6f88 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux.img
    submenu 'Advanced options for Arch Linux' $menuentry_id_option 'gnulinux-advanced-e36984ca-21d8-4191-ba2f-a09bf8ce6f88' {
    menuentry 'Arch Linux, with Linux linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-advanced-e36984ca-21d8-4191-ba2f-a09bf8ce6f88' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 128c8e95-9496-49d1-9a9e-bc886662258d
    else
    search --no-floppy --fs-uuid --set=root 128c8e95-9496-49d1-9a9e-bc886662258d
    fi
    echo 'Loading Linux linux ...'
    linux /vmlinuz-linux root=UUID=e36984ca-21d8-4191-ba2f-a09bf8ce6f88 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux.img
    menuentry 'Arch Linux, with Linux linux (fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-fallback-e36984ca-21d8-4191-ba2f-a09bf8ce6f88' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 128c8e95-9496-49d1-9a9e-bc886662258d
    else
    search --no-floppy --fs-uuid --set=root 128c8e95-9496-49d1-9a9e-bc886662258d
    fi
    echo 'Loading Linux linux ...'
    linux /vmlinuz-linux root=UUID=e36984ca-21d8-4191-ba2f-a09bf8ce6f88 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux-fallback.img
    ### END /etc/grub.d/10_linux ###
    ### BEGIN /etc/grub.d/20_linux_xen ###
    ### END /etc/grub.d/20_linux_xen ###
    ### BEGIN /etc/grub.d/30_os-prober ###
    ### END /etc/grub.d/30_os-prober ###
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    ### END /etc/grub.d/40_custom ###
    ### BEGIN /etc/grub.d/41_custom ###
    if [ -f ${config_directory}/custom.cfg ]; then
    source ${config_directory}/custom.cfg
    elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
    source $prefix/custom.cfg;
    fi
    ### END /etc/grub.d/41_custom ###
    ### BEGIN /etc/grub.d/60_memtest86+ ###
    ### END /etc/grub.d/60_memtest86+ ###
    And my fstab
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    # /dev/sda2 resto del disco
    UUID=e36984ca-21d8-4191-ba2f-a09bf8ce6f88 / ext4 defaults,noatime,discard 0 1
    # /dev/sda1 100MB
    UUID=128c8e95-9496-49d1-9a9e-bc886662258d /boot ext4 defaults,noatime,discard 0 2
    # /dev/sdc2 10GB
    UUID=3959515c-30e4-4749-bc30-5babba3311e8 /var ext4 defaults 0 2
    # /dev/sdc3 resto del disco
    UUID=8ccc2ed9-35e5-4a4f-81f1-98cc8bfc4ed1 /home ext4 defaults,noatime 0 2
    # /dev/sdc1
    UUID=35e39da9-c942-434d-bbfc-deb5e40ee8be none swap defaults 0 0
    #montaje de temp en ram
    tmpfs /tmp tmpfs nodev,nosuid,size=3G 0 0
    # External HDD
    UUID=0ae5eb6a-8c4c-480c-8efe-609ae83f2bdc /media/External\040HDD ext4 defaults 0 0
    # Seagate Expansion Drive
    UUID=16668D4B668D2C95 /media/Seagate\040Expansion\040Driventfs-3g defaults,nofail 0 0
    What else should I check?
    Thanks in advance.
    Edit: added info
    Edit2: more tests.
    Last edited by doblerone (2015-03-31 08:12:38)

    Rexilion wrote:Maybe try looking at /var/log/pacman.log and see if you can downgrade packages (start with the kernel). See if that works around the problem.
    Downgrading catalyst to 14.3 seems to have done the job. Thanks for the suggestion, marking as solved.
    Inxsible wrote:bheinks, you have been on the forums long enough to be aware of the forum rules. Make use of an image hosting site.
    Sorry, I don't post often and wasn't aware of the rules on images. I'll keep that in mind next time.

  • Nouveau graphical tearing, dual-head setup

    I currently experience tearing while using the Nouveau drivers for my NVidia card. I experienced the same (or a similar) tearing issue while using the proprietary drivers, which, along with the inherent incompatibility with most of the linux graphics stack, led me to switch to Nouveau.
    I'm using the 3D support from nouveau-dri along with xf86-video-nouveau and the most recent Gnome 3 build in the official repositories.
    I have a dual-head setup with one 1024x768 IBM monitor to the left of a 1920x1080 Dell monitor. Both report 60Hz vertical refresh rate in their configuration menus.
    So far, my attempts to solve this problem have consisted of the following steps:
    1. Use a minimal xorg.conf and configure everything using the integrated Gnome display settings utility. The minimal xorg.conf was as follows:
    Section "Device"
    Identifier "nvidia"
    Driver "nouveau"
    Option "GLXVBlank" "true"
    EndSection
    2. Enable/disable the GLXVBlank flag in xorg.conf.
    I do not experience the same issue when booted to Windows 7, using the most recent official NVidia drivers.
    I would greatly appreciate any help anyone could offer on this issue, it is quite frustrating to boot into Windows to watch videos without horizontal breaks in every frame. Thanks!
    Output from xrandr --current is as follows:
    [ifx@melancholy ~]$ xrandr --current
    Screen 0: minimum 320 x 200, current 2944 x 1080, maximum 8192 x 8192
    DVI-I-1 connected 1920x1080+1024+0 (normal left inverted right x axis y axis) 477mm x 268mm
    1920x1080 60.0*+
    1280x1024 75.0 60.0
    1152x864 75.0
    1024x768 75.1 60.0
    800x600 75.0 60.3
    640x480 75.0 60.0
    720x400 70.1
    DVI-I-2 connected 1024x768+0+312 (normal left inverted right x axis y axis) 304mm x 228mm
    1024x768 60.0*+ 75.1 70.1
    832x624 74.6
    800x600 72.2 75.0 60.3 56.2
    640x480 72.8 75.0 60.0 59.9
    720x400 70.1
    My current xorg.conf is as follows:
    Section "Monitor"
    Identifier "Monitor0"
    Option "PreferredMode" "1920x1080_60.00"
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    Option "PreferredMode" "1024x768_60.00"
    Option "LeftOf" "Monitor0"
    EndSection
    Section "Device"
    Identifier "nvidia"
    Driver "nouveau"
    Option "Monitor-DVI-I-1" "Monitor0"
    Option "Monitor-DVI-I-2" "Monitor1"
    Option "GLXVBlank" "true"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Virtual 2944 1080
    EndSubSection
    Device "nvidia"
    EndSection
    Section "ServerLayout"
    Identifier "Layout0"
    Screen "Screen0"
    EndSection
    Other information can be provided on request.

    Hello. I have the same problem. Not just on Arch. I've had this problem with many distros, graphics cards, and drivers across the board. Installing the proprietary nvidia driver fixes the video tearing (vsync) issue for me. However; A) it's Linux, I don't want to use proprietary anything (otherwise I'd be on a Mac); and B) the proprietary driver will not flip my display to portrait anyway.
    I basically have the same setup as Meyermagic. One GeForce 8600 GT, Two monitors (identical acers) 1680x1050 (oriented in portrait so 1050x1680 if you like), using open source Nouveau driver, created a minimal xorg file in /etc/X11/xorg.conf.d/20-nouveau.conf
    Section "Module"
    Load "glx"
    EndSection
    Section "Device"
    Identifier "Nvidia card"
    Driver "nouveau"
    Option "GLXVBlank" "true"
    EndSection
    Both monitors have a refresh rate of 60Hz. I still get really bad tearing as I drag windows across the screens.
    Again, I've had this issue with almost every Linux box I've built (the only time this is not even remotely an issue is on my Thinkpad T400 using the Intel graphics). I'm guessing I'm doing something wrong or I've just had bad luck because it is nearly impossible to find any support for this on any forum anywhere. Anything I do find is either a thread like this where someone asked the question and simply never got a response. Or it is some out-of-date forum that give you 10 ways to modify the xorg.conf none of which make any sense or don't work. Not to mention that xorg.conf is now depreciated anyways.
    Seriously, even if there is a wiki that concisely explains in excruciating detail how to actually modify the xorg conf files then I could figure it out for myself but I can't find that anywhere which makes me feel really stupid because I know it has to be out there. If there isn't an xorg wiki or xorg.com site or something that explains how to use the thing then I'm not sure I want to live on this planet anymore.
    If anyone can help in any way please do.

  • [Solved] Catalyst graphical glitches with dual head setup

    Hello all, having a weird issue with my dual monitor setup where graphical glitches make my primary monitor completely unusable. The Tear Free feature of the proprietary catalyst driver is what seems to be causing it:
    Tear Free enabled:
    Tear Free disabled:
    I can safely enable it with one monitor disabled also. The issue is that without Tear Free enabled, I'm experiencing some serious screen tearing when watching videos and playing games.
    My video card is the XFX HD 7970 Double D and I'm using the latest version of catalyst (14.4), installed from Vi0L0's repo. The monitors are the same model with the same specs (1920x1200 @60Hz). I definitely used to be able to use Tear Free with my dual head setup at most a month ago, so some update at some point must have broken it. I temporarily switched back to the open source driver before I had found Tear Free to be the culprit and the performance is still hardly comparable.
    Any ideas? Thanks in advance.
    Last edited by bheinks (2014-05-15 02:38:45)

    Rexilion wrote:Maybe try looking at /var/log/pacman.log and see if you can downgrade packages (start with the kernel). See if that works around the problem.
    Downgrading catalyst to 14.3 seems to have done the job. Thanks for the suggestion, marking as solved.
    Inxsible wrote:bheinks, you have been on the forums long enough to be aware of the forum rules. Make use of an image hosting site.
    Sorry, I don't post often and wasn't aware of the rules on images. I'll keep that in mind next time.

  • Bootsplash on a dual-head setup without KMS?

    Hello!
    I have been wanting to get a bootsplash working on my system, to get a feeling of a more polished system, but sadly I'm running the catalyst drivers for decent 3D game framerate, and it doesn't support KMS. It seemed like that would have been okay, and that for example plymouth could work through a framebuffer, but sadly I have dual-head with two different resolutions(1920x1200 and 1020x1280), and I couldn't get Uvesafb/v86d to work with that. I really want to get a bootsplash and I am willing to sacrafise some time to get it working. The main goal is just to get it working, but ideally I'd like it without any resolution changing or black flicker, as it's described here.  So Plymouth is my first-pick, as it looks "best".
    So far I have tried Splashy, FBsplash and Plymouth, with different degrees of success:
    FBsplash:
        Miscsplashutils(dependency) didn't build because freetype had been built without static linking(I don't know anything about this). I got it working with something I found in the comments though.
        But then FBsplash wouldn't build. And I gave it up.
    Splashy:
        Installation worked(splashy-full) after I modified the PKGBUILD with some automake patches so it should work with automake 1.14. But when I booted it the screen was just flickering black
    Plymouth:
        I got it installing, can't remeber if I needed some patches. And it worked, although only with a text-bootsplash. I also installed a framebuffer(Uvesafb/v86d) but that didn't work properly.
        The Plymouth loading anymation(spinfinity) continued into gdm.
    I am willing to retry everything and clearify what doesn't work, and why.
    Thanks to anyone who can help!
    Last edited by totokaka (2013-08-21 16:21:23)

    So I've been trying to get some development on this, and used most of the day to get uvesafb working.
    It is working quite good, but I don't get the native resolution of the screen(1920x1200), I only get 1600x1200.
    And my secound monitor is disabled, I suspect it's because the computer sends a resolution to big to both the screens, but it's really a a feature for me, as the terminal would be sideways on the secound monitor anyways.
    During my testing I also came to a new idea: Have the framebuffer, X and GDM originally only start the main monitor, and then leave it up to gnome to enable it. that way I would only get the flicker between GDM and gnome-shell, which I will get anyway, because it seems like everything ignores X's rotation of the screens, or at least doesnt support sideways. However I didn't find a way to get this working, any ideas?
    EDIT; My card is an HD6790, and as far as I can understand the GPU's bios is sending supported modes to uvesafb?
    Last edited by totokaka (2013-08-22 19:22:52)

  • Dual head setup (mach64 - ATI Rage Mobility)

    hello everyone!
    I want to use a new extra monitor I got recently, with my laptop, I use aweosme.
    I have installed:
    xf86-video-mach64 (recompiled with dri support)
    mach64-dri (from community)
    mach64drm (from AUR)
    https://wiki.archlinux.org/index.php/Mach64
    Still I can't get OpenGL to work:
    ismaelvc@toybox ~ $ glxinfo | egrep "direct rendering|OpenGL renderer"
    direct rendering: Yes
    OpenGL renderer string: Gallium 0.4 on softpipe
    I don't really know if it got something to do with this but I post it anyway in case it is.
    xrandr doesnt detect the other monitor:
    ismaelvc@toybox ~ $ xrandr -q
    xrandr: Failed to get size of gamma for output default
    Screen 0: minimum 320 x 175, current 1024 x 768, maximum 1024 x 768
    default connected 1024x768+0+0 0mm x 0mm
    1024x768 87.0* 85.0 75.0 70.0 60.0 81.0
    832x624 75.0
    800x600 85.0 75.0 72.0 60.0 56.0
    640x480 85.0 75.0 73.0 60.0
    720x400 85.0
    640x400 85.0
    640x350 85.0
    512x384 87.0 85.0 75.0 70.0 60.0
    416x312 75.0
    400x300 85.0 75.0 72.0 60.0 56.0
    320x240 85.0 75.0 73.0 60.0
    360x200 85.0
    320x200 85.0
    320x175 85.0
    Still it displays exactly the same that gets displayed at my laptop.
    I used to had problems with the drivers, I needed both mach64 and radeon for it to detect the screen properly, until I created a "20-mach64.conf" with this:
    Section "Device"
    Identifier "Card0"
    Driver "mach64"
    Card "ATI Rage Mobility - Mach64"
    Option "DMAMode" "async"
    Option "ForcePCIMode" "false"
    Option "AgpMode" "2"
    Option "AgpSize" "32"
    Option "BufferSize" "2"
    Option "LocalTextures" "true"
    Option "EnablePageFlip" "true"
    EndSection
    Section "Module"
    #<Your modules>
    Load "glx"
    Load "dri"
    EndSection
    Section "DRI"
    Group "video" #change to any desired group to restrict access
    Mode 0660
    EndSection
    I have a doubt regarding the commented line that came as example in the mach64 wiki that reads <your modules>, I don't know what goes in there.
    Also I red this for some mach64 related xorg info:
    http://www.x.org/archive/X11R6.8.0/doc/ati5.html
    http://forums.fedoraforum.org/showthread.php?t=201482
    The last one is for a cursor problem I have, but it wont get fixed, neither, anyway the default xcursor looks good in awesome, I switched to cli apps form many tasks, and use uzbl now! all this plus arch is now so minimmal I love it lol!
    I red in a post (not in this one) mach64 chips supported dual head, but I can't find it again, I will post it when I find it.
    Thanks in advance!
    EDIT: ok here it is, where it say its supported: I don't understand all the configs.
    http://cgit.freedesktop.org/xorg/driver … ff432c36bf
    Last edited by ismaelvc (2012-06-29 03:52:09)

    Sorry to necrobump but I was seeing you get a lot of incorrect information on LinuxQuestions.
    The mach64 driver does NOT support dualhead. Some chips are capable of it but this feature has yet to be added to the driver. It is also not compatible with xrandr. The man page you linked to mentioning dualhead support is for xf86-video-ati. It is only accessible from the git history of xf86-video-mach64 because those drivers used to live in the same source tree.
    I can try to help with DRI if that's still not working for you.

  • Xorg 6.8 and dual head setup

    Hello,
    I have a laptop with an ATI 9600 mobile chip which ran in xinerama mode fine for the previous release of xrog or xfrree86 but with the new xorg reslease 6.8 I can no longer run 2 monitors. It will run fine in single head mode, but it will no longer run in dual mode. In fact, it "seems" to run faster and take less memory in single head mode,
    I am posting my xorg.conf in the hope that someone can help!
    Section "ServerLayout"
    Identifier "Single"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "ServerLayout"
    Identifier "Dual"
    Screen 0 "Screen0" 0 0
    Screen 1 "Screen1" LeftOf "Screen0"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "ServerFlags"
    Option "Xinerama"
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    Section "Files"
    RgbPath "/usr/X11R6/lib/X11/rgb"
    ModulePath "/usr/X11R6/lib/modules"
    FontPath "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath "/usr/X11R6/lib/X11/fonts/CID/"
    FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath "/usr/X11R6/lib/X11/fonts/local"
    FontPath "/usr/X11R6/lib/X11/fonts/TTF"
    FontPath "/usr/X11R6/lib/X11/fonts/truetype"
    FontPath "/usr/share/fonts/corefonts"
    FontPath "/usr/X11R6/lib/X11/fonts/terminus"
    EndSection
    Section "Module"
    Load "extmod"
    Load "dri"
    Load "dbe"
    Load "record"
    Load "xtrap"
    Load "glx"
    Load "speedo"
    Load "type1"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "keyboard"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    #Option "Protocol" "auto"
    Option "Protocol" "ImPS/2"
    #Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/input/mice"
    Option "Emulate3Buttons" "true"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "Monitor"
    Identifier "LCD"
    VendorName "Laptop"
    ModelName "Monitor Model"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    Option "DPMS" "true"
    VendorName "GWY"
    ModelName "GWY00c0"
    HorizSync 30 - 96 # DDC-probed
    VertRefresh 50.0 - 76.0 # Very conservative. May flicker.
    # Default modes distilled from
    # "VESA and Industry Standards and Guide for Computer Display Monitor
    # Timing", version 1.0, revision 0.8, adopted September 17, 1998.
    # $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4 1999/11/18 16:52:17 tsi Exp $
    # 640x350 @ 85Hz (VESA) hsync: 37.9kHz
    ModeLine "640x350" 31.5 640 672 736 832 350 382 385 445 +hsync -vsync
    # 640x400 @ 85Hz (VESA) hsync: 37.9kHz
    ModeLine "640x400" 31.5 640 672 736 832 400 401 404 445 -hsync +vsync
    # 720x400 @ 85Hz (VESA) hsync: 37.9kHz
    ModeLine "720x400" 35.5 720 756 828 936 400 401 404 446 -hsync +vsync
    # 640x480 @ 60Hz (Industry standard) hsync: 31.5kHz
    ModeLine "640x480" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
    # 640x480 @ 72Hz (VESA) hsync: 37.9kHz
    ModeLine "640x480" 31.5 640 664 704 832 480 489 491 520 -hsync -vsync
    # 640x480 @ 75Hz (VESA) hsync: 37.5kHz
    ModeLine "640x480" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync
    # 640x480 @ 85Hz (VESA) hsync: 43.3kHz
    ModeLine "640x480" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync
    # 800x600 @ 56Hz (VESA) hsync: 35.2kHz
    ModeLine "800x600" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
    # 800x600 @ 60Hz (VESA) hsync: 37.9kHz
    ModeLine "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
    # 800x600 @ 72Hz (VESA) hsync: 48.1kHz
    ModeLine "800x600" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
    # 800x600 @ 75Hz (VESA) hsync: 46.9kHz
    ModeLine "800x600" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
    # 800x600 @ 85Hz (VESA) hsync: 53.7kHz
    ModeLine "800x600" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
    # 1024x768i @ 43Hz (industry standard) hsync: 35.5kHz
    ModeLine "1024x768" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync +vsync Interlace
    # 1024x768 @ 60Hz (VESA) hsync: 48.4kHz
    ModeLine "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
    # 1024x768 @ 70Hz (VESA) hsync: 56.5kHz
    ModeLine "1024x768" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
    # 1024x768 @ 75Hz (VESA) hsync: 60.0kHz
    ModeLine "1024x768" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
    # 1024x768 @ 85Hz (VESA) hsync: 68.7kHz
    ModeLine "1024x768" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
    # 1152x864 @ 75Hz (VESA) hsync: 67.5kHz
    ModeLine "1152x864" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
    # 1280x960 @ 60Hz (VESA) hsync: 60.0kHz
    ModeLine "1280x960" 108.0 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync
    # 1280x960 @ 85Hz (VESA) hsync: 85.9kHz
    ModeLine "1280x960" 148.5 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync
    # 1280x1024 @ 60Hz (VESA) hsync: 64.0kHz
    ModeLine "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
    # 1280x1024 @ 75Hz (VESA) hsync: 80.0kHz
    ModeLine "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
    # 1280x1024 @ 85Hz (VESA) hsync: 91.1kHz
    ModeLine "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync
    # 1600x1200 @ 60Hz (VESA) hsync: 75.0kHz
    ModeLine "1600x1200" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 65Hz (VESA) hsync: 81.3kHz
    ModeLine "1600x1200" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 70Hz (VESA) hsync: 87.5kHz
    ModeLine "1600x1200" 189.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 75Hz (VESA) hsync: 93.8kHz
    ModeLine "1600x1200" 202.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 85Hz (VESA) hsync: 106.3kHz
    ModeLine "1600x1200" 229.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1792x1344 @ 60Hz (VESA) hsync: 83.6kHz
    ModeLine "1792x1344" 204.8 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync
    # 1792x1344 @ 75Hz (VESA) hsync: 106.3kHz
    ModeLine "1792x1344" 261.0 1792 1888 2104 2456 1344 1345 1348 1417 -hsync +vsync
    # 1856x1392 @ 60Hz (VESA) hsync: 86.3kHz
    ModeLine "1856x1392" 218.3 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync
    # 1856x1392 @ 75Hz (VESA) hsync: 112.5kHz
    ModeLine "1856x1392" 288.0 1856 1984 2208 2560 1392 1393 1396 1500 -hsync +vsync
    # 1920x1440 @ 60Hz (VESA) hsync: 90.0kHz
    ModeLine "1920x1440" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync
    # 1920x1440 @ 75Hz (VESA) hsync: 112.5kHz
    ModeLine "1920x1440" 297.0 1920 2064 2288 2640 1440 1441 1444 1500 -hsync +vsync
    # Additional modelines
    ModeLine "1800x1440" 230 1800 1896 2088 2392 1440 1441 1444 1490 +HSync +VSync
    ModeLine "1800x1440" 250 1800 1896 2088 2392 1440 1441 1444 1490 +HSync +VSync
    # Extended modelines with GTF timings
    # 640x480 @ 100.00 Hz (GTF) hsync: 50.90 kHz; pclk: 43.16 MHz
    ModeLine "640x480" 43.16 640 680 744 848 480 481 484 509 -HSync +Vsync
    # 768x576 @ 60.00 Hz (GTF) hsync: 35.82 kHz; pclk: 34.96 MHz
    ModeLine "768x576" 34.96 768 792 872 976 576 577 580 597 -HSync +Vsync
    # 768x576 @ 72.00 Hz (GTF) hsync: 43.27 kHz; pclk: 42.93 MHz
    ModeLine "768x576" 42.93 768 800 880 992 576 577 580 601 -HSync +Vsync
    # 768x576 @ 75.00 Hz (GTF) hsync: 45.15 kHz; pclk: 45.51 MHz
    ModeLine "768x576" 45.51 768 808 888 1008 576 577 580 602 -HSync +Vsync
    # 768x576 @ 85.00 Hz (GTF) hsync: 51.42 kHz; pclk: 51.84 MHz
    ModeLine "768x576" 51.84 768 808 888 1008 576 577 580 605 -HSync +Vsync
    # 768x576 @ 100.00 Hz (GTF) hsync: 61.10 kHz; pclk: 62.57 MHz
    ModeLine "768x576" 62.57 768 816 896 1024 576 577 580 611 -HSync +Vsync
    # 800x600 @ 100.00 Hz (GTF) hsync: 63.60 kHz; pclk: 68.18 MHz
    ModeLine "800x600" 68.18 800 848 936 1072 600 601 604 636 -HSync +Vsync
    # 1024x768 @ 100.00 Hz (GTF) hsync: 81.40 kHz; pclk: 113.31 MHz
    ModeLine "1024x768" 113.31 1024 1096 1208 1392 768 769 772 814 -HSync +Vsync
    # 1152x864 @ 60.00 Hz (GTF) hsync: 53.70 kHz; pclk: 81.62 MHz
    ModeLine "1152x864" 81.62 1152 1216 1336 1520 864 865 868 895 -HSync +Vsync
    # 1152x864 @ 85.00 Hz (GTF) hsync: 77.10 kHz; pclk: 119.65 MHz
    ModeLine "1152x864" 119.65 1152 1224 1352 1552 864 865 868 907 -HSync +Vsync
    # 1152x864 @ 100.00 Hz (GTF) hsync: 91.50 kHz; pclk: 143.47 MHz
    ModeLine "1152x864" 143.47 1152 1232 1360 1568 864 865 868 915 -HSync +Vsync
    # 1280x960 @ 72.00 Hz (GTF) hsync: 72.07 kHz; pclk: 124.54 MHz
    ModeLine "1280x960" 124.54 1280 1368 1504 1728 960 961 964 1001 -HSync +Vsync
    # 1280x960 @ 75.00 Hz (GTF) hsync: 75.15 kHz; pclk: 129.86 MHz
    ModeLine "1280x960" 129.86 1280 1368 1504 1728 960 961 964 1002 -HSync +Vsync
    # 1280x960 @ 100.00 Hz (GTF) hsync: 101.70 kHz; pclk: 178.99 MHz
    ModeLine "1280x960" 178.99 1280 1376 1520 1760 960 961 964 1017 -HSync +Vsync
    # 1280x1024 @ 100.00 Hz (GTF) hsync: 108.50 kHz; pclk: 190.96 MHz
    ModeLine "1280x1024" 190.96 1280 1376 1520 1760 1024 1025 1028 1085 -HSync +Vsync
    # 1400x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 122.61 MHz
    ModeLine "1400x1050" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -HSync +Vsync
    # 1400x1050 @ 72.00 Hz (GTF) hsync: 78.77 kHz; pclk: 149.34 MHz
    ModeLine "1400x1050" 149.34 1400 1496 1648 1896 1050 1051 1054 1094 -HSync +Vsync
    # 1400x1050 @ 75.00 Hz (GTF) hsync: 82.20 kHz; pclk: 155.85 MHz
    ModeLine "1400x1050" 155.85 1400 1496 1648 1896 1050 1051 1054 1096 -HSync +Vsync
    # 1400x1050 @ 85.00 Hz (GTF) hsync: 93.76 kHz; pclk: 179.26 MHz
    ModeLine "1400x1050" 179.26 1400 1504 1656 1912 1050 1051 1054 1103 -HSync +Vsync
    # 1400x1050 @ 100.00 Hz (GTF) hsync: 111.20 kHz; pclk: 214.39 MHz
    ModeLine "1400x1050" 214.39 1400 1512 1664 1928 1050 1051 1054 1112 -HSync +Vsync
    # 1600x1200 @ 100.00 Hz (GTF) hsync: 127.10 kHz; pclk: 280.64 MHz
    ModeLine "1600x1200" 280.64 1600 1728 1904 2208 1200 1201 1204 1271 -HSync +Vsync
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "Dac6Bit" # [<bool>]
    #Option "Dac8Bit" # [<bool>]
    #Option "ForcePCIMode" # [<bool>]
    #Option "BusType" # [<str>]
    #Option "CPPIOMode" # [<bool>]
    #Option "CPusecTimeout" # <i>
    #Option "AGPMode" # <i>
    #Option "AGPFastWrite" # [<bool>]
    #Option "AGPSize" # <i>
    #Option "GARTSize" # <i>
    #Option "RingSize" # <i>
    #Option "BufferSize" # <i>
    #Option "EnableDepthMoves" # [<bool>]
    #Option "EnablePageFlip" # [<bool>]
    #Option "NoBackBuffer" # [<bool>]
    #Option "DRIReinit" # [<bool>]
    #Option "PanelOff" # [<bool>]
    #Option "DDCMode" # [<bool>]
    #Option "MonitorLayout" # [<str>]
    #Option "IgnoreEDID" # [<bool>]
    #Option "OverlayOnCRTC2" # [<bool>]
    #Option "CloneMode" # [<str>]
    #Option "CloneHSync" # [<str>]
    #Option "CloneVRefresh" # [<str>]
    #Option "UseFBDev" # [<bool>]
    #Option "VideoKey" # <i>
    #Option "DisplayPriority" # [<str>]
    #Option "PanelSize" # [<str>]
    #Option "ForceMinDotClock" # <freq>
    Identifier "Card0"
    #Driver "fglrx"
    #Driver "ati"
    Driver "radeon"
    VendorName "ATI Technologies Inc"
    BoardName "Radeon Mobility 9600"
    Screen 0
    #Option "AGPMode" "2"
    BusID "PCI:1:0:0"
    EndSection
    Section "Device"
    Identifier "Card1"
    #Driver "fglrx"
    #Driver "ati"
    Driver "radeon"
    VendorName "ATI Technologies Inc"
    BoardName "Radeon Mobility 9600"
    Screen 1
    #Option "AGPMode" "2"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "LCD"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Card1"
    Monitor "Monitor0"
    SubSection "Display"
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Thanks,
    Jason

    Hello,
    I have a laptop with an ATI 9600 mobile chip which ran in xinerama mode fine for the previous release of xrog or xfrree86 but with the new xorg reslease 6.8 I can no longer run 2 monitors. It will run fine in single head mode, but it will no longer run in dual mode. In fact, it "seems" to run faster and take less memory in single head mode,
    I am posting my xorg.conf in the hope that someone can help!
    Section "ServerLayout"
    Identifier "Single"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "ServerLayout"
    Identifier "Dual"
    Screen 0 "Screen0" 0 0
    Screen 1 "Screen1" LeftOf "Screen0"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "ServerFlags"
    Option "Xinerama"
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    Section "Files"
    RgbPath "/usr/X11R6/lib/X11/rgb"
    ModulePath "/usr/X11R6/lib/modules"
    FontPath "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath "/usr/X11R6/lib/X11/fonts/CID/"
    FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath "/usr/X11R6/lib/X11/fonts/local"
    FontPath "/usr/X11R6/lib/X11/fonts/TTF"
    FontPath "/usr/X11R6/lib/X11/fonts/truetype"
    FontPath "/usr/share/fonts/corefonts"
    FontPath "/usr/X11R6/lib/X11/fonts/terminus"
    EndSection
    Section "Module"
    Load "extmod"
    Load "dri"
    Load "dbe"
    Load "record"
    Load "xtrap"
    Load "glx"
    Load "speedo"
    Load "type1"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "keyboard"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    #Option "Protocol" "auto"
    Option "Protocol" "ImPS/2"
    #Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/input/mice"
    Option "Emulate3Buttons" "true"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "Monitor"
    Identifier "LCD"
    VendorName "Laptop"
    ModelName "Monitor Model"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    Option "DPMS" "true"
    VendorName "GWY"
    ModelName "GWY00c0"
    HorizSync 30 - 96 # DDC-probed
    VertRefresh 50.0 - 76.0 # Very conservative. May flicker.
    # Default modes distilled from
    # "VESA and Industry Standards and Guide for Computer Display Monitor
    # Timing", version 1.0, revision 0.8, adopted September 17, 1998.
    # $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4 1999/11/18 16:52:17 tsi Exp $
    # 640x350 @ 85Hz (VESA) hsync: 37.9kHz
    ModeLine "640x350" 31.5 640 672 736 832 350 382 385 445 +hsync -vsync
    # 640x400 @ 85Hz (VESA) hsync: 37.9kHz
    ModeLine "640x400" 31.5 640 672 736 832 400 401 404 445 -hsync +vsync
    # 720x400 @ 85Hz (VESA) hsync: 37.9kHz
    ModeLine "720x400" 35.5 720 756 828 936 400 401 404 446 -hsync +vsync
    # 640x480 @ 60Hz (Industry standard) hsync: 31.5kHz
    ModeLine "640x480" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
    # 640x480 @ 72Hz (VESA) hsync: 37.9kHz
    ModeLine "640x480" 31.5 640 664 704 832 480 489 491 520 -hsync -vsync
    # 640x480 @ 75Hz (VESA) hsync: 37.5kHz
    ModeLine "640x480" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync
    # 640x480 @ 85Hz (VESA) hsync: 43.3kHz
    ModeLine "640x480" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync
    # 800x600 @ 56Hz (VESA) hsync: 35.2kHz
    ModeLine "800x600" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
    # 800x600 @ 60Hz (VESA) hsync: 37.9kHz
    ModeLine "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
    # 800x600 @ 72Hz (VESA) hsync: 48.1kHz
    ModeLine "800x600" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
    # 800x600 @ 75Hz (VESA) hsync: 46.9kHz
    ModeLine "800x600" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
    # 800x600 @ 85Hz (VESA) hsync: 53.7kHz
    ModeLine "800x600" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
    # 1024x768i @ 43Hz (industry standard) hsync: 35.5kHz
    ModeLine "1024x768" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync +vsync Interlace
    # 1024x768 @ 60Hz (VESA) hsync: 48.4kHz
    ModeLine "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
    # 1024x768 @ 70Hz (VESA) hsync: 56.5kHz
    ModeLine "1024x768" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
    # 1024x768 @ 75Hz (VESA) hsync: 60.0kHz
    ModeLine "1024x768" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
    # 1024x768 @ 85Hz (VESA) hsync: 68.7kHz
    ModeLine "1024x768" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
    # 1152x864 @ 75Hz (VESA) hsync: 67.5kHz
    ModeLine "1152x864" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
    # 1280x960 @ 60Hz (VESA) hsync: 60.0kHz
    ModeLine "1280x960" 108.0 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync
    # 1280x960 @ 85Hz (VESA) hsync: 85.9kHz
    ModeLine "1280x960" 148.5 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync
    # 1280x1024 @ 60Hz (VESA) hsync: 64.0kHz
    ModeLine "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
    # 1280x1024 @ 75Hz (VESA) hsync: 80.0kHz
    ModeLine "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
    # 1280x1024 @ 85Hz (VESA) hsync: 91.1kHz
    ModeLine "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync
    # 1600x1200 @ 60Hz (VESA) hsync: 75.0kHz
    ModeLine "1600x1200" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 65Hz (VESA) hsync: 81.3kHz
    ModeLine "1600x1200" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 70Hz (VESA) hsync: 87.5kHz
    ModeLine "1600x1200" 189.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 75Hz (VESA) hsync: 93.8kHz
    ModeLine "1600x1200" 202.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 85Hz (VESA) hsync: 106.3kHz
    ModeLine "1600x1200" 229.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1792x1344 @ 60Hz (VESA) hsync: 83.6kHz
    ModeLine "1792x1344" 204.8 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync
    # 1792x1344 @ 75Hz (VESA) hsync: 106.3kHz
    ModeLine "1792x1344" 261.0 1792 1888 2104 2456 1344 1345 1348 1417 -hsync +vsync
    # 1856x1392 @ 60Hz (VESA) hsync: 86.3kHz
    ModeLine "1856x1392" 218.3 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync
    # 1856x1392 @ 75Hz (VESA) hsync: 112.5kHz
    ModeLine "1856x1392" 288.0 1856 1984 2208 2560 1392 1393 1396 1500 -hsync +vsync
    # 1920x1440 @ 60Hz (VESA) hsync: 90.0kHz
    ModeLine "1920x1440" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync
    # 1920x1440 @ 75Hz (VESA) hsync: 112.5kHz
    ModeLine "1920x1440" 297.0 1920 2064 2288 2640 1440 1441 1444 1500 -hsync +vsync
    # Additional modelines
    ModeLine "1800x1440" 230 1800 1896 2088 2392 1440 1441 1444 1490 +HSync +VSync
    ModeLine "1800x1440" 250 1800 1896 2088 2392 1440 1441 1444 1490 +HSync +VSync
    # Extended modelines with GTF timings
    # 640x480 @ 100.00 Hz (GTF) hsync: 50.90 kHz; pclk: 43.16 MHz
    ModeLine "640x480" 43.16 640 680 744 848 480 481 484 509 -HSync +Vsync
    # 768x576 @ 60.00 Hz (GTF) hsync: 35.82 kHz; pclk: 34.96 MHz
    ModeLine "768x576" 34.96 768 792 872 976 576 577 580 597 -HSync +Vsync
    # 768x576 @ 72.00 Hz (GTF) hsync: 43.27 kHz; pclk: 42.93 MHz
    ModeLine "768x576" 42.93 768 800 880 992 576 577 580 601 -HSync +Vsync
    # 768x576 @ 75.00 Hz (GTF) hsync: 45.15 kHz; pclk: 45.51 MHz
    ModeLine "768x576" 45.51 768 808 888 1008 576 577 580 602 -HSync +Vsync
    # 768x576 @ 85.00 Hz (GTF) hsync: 51.42 kHz; pclk: 51.84 MHz
    ModeLine "768x576" 51.84 768 808 888 1008 576 577 580 605 -HSync +Vsync
    # 768x576 @ 100.00 Hz (GTF) hsync: 61.10 kHz; pclk: 62.57 MHz
    ModeLine "768x576" 62.57 768 816 896 1024 576 577 580 611 -HSync +Vsync
    # 800x600 @ 100.00 Hz (GTF) hsync: 63.60 kHz; pclk: 68.18 MHz
    ModeLine "800x600" 68.18 800 848 936 1072 600 601 604 636 -HSync +Vsync
    # 1024x768 @ 100.00 Hz (GTF) hsync: 81.40 kHz; pclk: 113.31 MHz
    ModeLine "1024x768" 113.31 1024 1096 1208 1392 768 769 772 814 -HSync +Vsync
    # 1152x864 @ 60.00 Hz (GTF) hsync: 53.70 kHz; pclk: 81.62 MHz
    ModeLine "1152x864" 81.62 1152 1216 1336 1520 864 865 868 895 -HSync +Vsync
    # 1152x864 @ 85.00 Hz (GTF) hsync: 77.10 kHz; pclk: 119.65 MHz
    ModeLine "1152x864" 119.65 1152 1224 1352 1552 864 865 868 907 -HSync +Vsync
    # 1152x864 @ 100.00 Hz (GTF) hsync: 91.50 kHz; pclk: 143.47 MHz
    ModeLine "1152x864" 143.47 1152 1232 1360 1568 864 865 868 915 -HSync +Vsync
    # 1280x960 @ 72.00 Hz (GTF) hsync: 72.07 kHz; pclk: 124.54 MHz
    ModeLine "1280x960" 124.54 1280 1368 1504 1728 960 961 964 1001 -HSync +Vsync
    # 1280x960 @ 75.00 Hz (GTF) hsync: 75.15 kHz; pclk: 129.86 MHz
    ModeLine "1280x960" 129.86 1280 1368 1504 1728 960 961 964 1002 -HSync +Vsync
    # 1280x960 @ 100.00 Hz (GTF) hsync: 101.70 kHz; pclk: 178.99 MHz
    ModeLine "1280x960" 178.99 1280 1376 1520 1760 960 961 964 1017 -HSync +Vsync
    # 1280x1024 @ 100.00 Hz (GTF) hsync: 108.50 kHz; pclk: 190.96 MHz
    ModeLine "1280x1024" 190.96 1280 1376 1520 1760 1024 1025 1028 1085 -HSync +Vsync
    # 1400x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 122.61 MHz
    ModeLine "1400x1050" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -HSync +Vsync
    # 1400x1050 @ 72.00 Hz (GTF) hsync: 78.77 kHz; pclk: 149.34 MHz
    ModeLine "1400x1050" 149.34 1400 1496 1648 1896 1050 1051 1054 1094 -HSync +Vsync
    # 1400x1050 @ 75.00 Hz (GTF) hsync: 82.20 kHz; pclk: 155.85 MHz
    ModeLine "1400x1050" 155.85 1400 1496 1648 1896 1050 1051 1054 1096 -HSync +Vsync
    # 1400x1050 @ 85.00 Hz (GTF) hsync: 93.76 kHz; pclk: 179.26 MHz
    ModeLine "1400x1050" 179.26 1400 1504 1656 1912 1050 1051 1054 1103 -HSync +Vsync
    # 1400x1050 @ 100.00 Hz (GTF) hsync: 111.20 kHz; pclk: 214.39 MHz
    ModeLine "1400x1050" 214.39 1400 1512 1664 1928 1050 1051 1054 1112 -HSync +Vsync
    # 1600x1200 @ 100.00 Hz (GTF) hsync: 127.10 kHz; pclk: 280.64 MHz
    ModeLine "1600x1200" 280.64 1600 1728 1904 2208 1200 1201 1204 1271 -HSync +Vsync
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "Dac6Bit" # [<bool>]
    #Option "Dac8Bit" # [<bool>]
    #Option "ForcePCIMode" # [<bool>]
    #Option "BusType" # [<str>]
    #Option "CPPIOMode" # [<bool>]
    #Option "CPusecTimeout" # <i>
    #Option "AGPMode" # <i>
    #Option "AGPFastWrite" # [<bool>]
    #Option "AGPSize" # <i>
    #Option "GARTSize" # <i>
    #Option "RingSize" # <i>
    #Option "BufferSize" # <i>
    #Option "EnableDepthMoves" # [<bool>]
    #Option "EnablePageFlip" # [<bool>]
    #Option "NoBackBuffer" # [<bool>]
    #Option "DRIReinit" # [<bool>]
    #Option "PanelOff" # [<bool>]
    #Option "DDCMode" # [<bool>]
    #Option "MonitorLayout" # [<str>]
    #Option "IgnoreEDID" # [<bool>]
    #Option "OverlayOnCRTC2" # [<bool>]
    #Option "CloneMode" # [<str>]
    #Option "CloneHSync" # [<str>]
    #Option "CloneVRefresh" # [<str>]
    #Option "UseFBDev" # [<bool>]
    #Option "VideoKey" # <i>
    #Option "DisplayPriority" # [<str>]
    #Option "PanelSize" # [<str>]
    #Option "ForceMinDotClock" # <freq>
    Identifier "Card0"
    #Driver "fglrx"
    #Driver "ati"
    Driver "radeon"
    VendorName "ATI Technologies Inc"
    BoardName "Radeon Mobility 9600"
    Screen 0
    #Option "AGPMode" "2"
    BusID "PCI:1:0:0"
    EndSection
    Section "Device"
    Identifier "Card1"
    #Driver "fglrx"
    #Driver "ati"
    Driver "radeon"
    VendorName "ATI Technologies Inc"
    BoardName "Radeon Mobility 9600"
    Screen 1
    #Option "AGPMode" "2"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "LCD"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Card1"
    Monitor "Monitor0"
    SubSection "Display"
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Thanks,
    Jason

  • Grub/boot using wrong monitor (dual-head setup)?

    I have a dual monitor set up, using two dvi slots on my radeon HD card.
    When I start up my system, regardless of the order of the cables, it first shows my bios slash screen on both monitors, then it goes to Grub2 and I see "Loading Grub.." on both monitors.  After that, it always defaults to displaying on my "secondary" monitor, which I do not use very often.  Meanwhile my primary monitor goes black until my system reaches the SLIM login.
    Is there any way to define which monitor is to be used in Grub2 and during booting?
    I'm thinking it the default display may be configured in the /etc/grub.d/00_header file but I have no idea how to edit that.
    As I said, I tried switching the cables and also checked the bios and didn't see any settings regarding this.
    Last edited by CheesyBeef (2011-06-15 17:10:23)

    The primary display is the one that holds the tiny white stripe representing the MenuBar in this presentation in system Preferences > Displays:
    Drag the white stripe to the display you would like to be Primary.

  • Touchscreen dual head setup help needed

    I'm trying a rather complicated screen setup, with a 17" touchscreen (1280x1024) and a 24" widescreen (1920x1080). Using the opensource ATI driver.
    The touchscreen works on it's own, and cloning works, but looks ugly on the 24". An extended desktop works too, but then the touchscreen's coordinates are scaled over the vitual screen, so touching on the middle causes the cursor to move somewhere on the 24".
    Currently I'm trying a separate X screen setup, but it appears to be broken in the latest Xorg, which seems to require using xrandr. Can someone confirm this?
    Is there any way of limiting the touchscreen cursor input to the 17"?
    This is a new system, so I'm also open to WM suggestions.

    Looks like I'm missing an option "screen" in evtouch. I'll test it tomorrow. And post the details if I'm successful, because there is not much information to be found.

  • [Solved]Dual-Head Setup broken after last Kernelupgrade

    Hello,
    Yesterday I upgraded my from 4.0.2 to 4.0.3 and was kind of surprised when my second display didn't want to show a picture anymore. When booting everything looks good when sudenly one display gets black. It doesn't matter which Desktop I start, even when switching VT only one display is active, so it's not a Xorg-bug.
    Nothing shows up in journalctl oder dmesg and as far as the system is concerned everything works as expected. Everything worked as soon as I downgraded the Kernel to 4.0.2.
    Enabling testing and installing 4.0.4 didn't work either.
    So my question is, does anyone else experience this behaviour?
    thanks in advance
    - Radeon HD 77xx with open source drivers
    - two displays DVI (primary) and HDMI (secondary)
    Edit:
    I Just checked the kernel from today in testing (4.0.4-2) and saw something really interesting during boot.
    [drm:drm_edid_block_valid [drm]] *ERROR* EDID checksum is invalid, remainder is 105
    May 22 16:24:55 Arbiter kernel: Raw EDID:
    May 22 16:24:55 Arbiter kernel: 00 ff ff ff ff ff ff 00 41 2f 00 00 01 01 01 01
    May 22 16:24:55 Arbiter kernel: 00 16 01 03 80 a0 5a 78 0a ee 91 a3 54 4c 99 26
    May 22 16:24:55 Arbiter kernel: 0f 50 54 a1 08 00 31 40 45 40 61 40 71 40 81 80
    May 22 16:24:55 Arbiter kernel: 01 01 01 01 01 01 02 3a 80 18 71 38 2d 40 58 2c
    May 22 16:24:55 Arbiter kernel: 45 00 a0 5a 00 00 00 1e 01 1d 80 18 71 1c 16 20
    May 22 16:24:55 Arbiter kernel: 58 2c 25 00 20 00 00 01 03 78 78 78 78 78 78 78
    May 22 16:24:55 Arbiter kernel: 78 78 78 78 78 78 78 78 78 78 78 78 78 78 78 78
    May 22 16:24:55 Arbiter kernel: ae ae ae ae ae ae ae ae ae ae ae ae ae ae ae ae
    May 22 16:24:55 Arbiter kernel: Raw EDID:
    May 22 16:24:55 Arbiter kernel: ae ae ae 23 23 23 23 23 23 23 23 23 23 23 23 23
    May 22 16:24:55 Arbiter kernel: 23 23 23 23 23 23 23 23 23 23 00 00 00 00 00 00
    May 22 16:24:55 Arbiter kernel: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    May 22 16:24:55 Arbiter kernel: 00 00 01 01 01 01 01 01 01 01 01 01 01 01 01 01
    May 22 16:24:55 Arbiter kernel: 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01
    May 22 16:24:55 Arbiter kernel: 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01
    May 22 16:24:55 Arbiter kernel: 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01
    May 22 16:24:55 Arbiter kernel: 01 01 01 01 01 01 01 01 01 1d 1d 1d 1d 1d 1d 1d
    May 22 16:24:55 Arbiter kernel: Raw EDID:
    May 22 16:24:55 Arbiter kernel: 1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 1c 1c 1c 1c
    May 22 16:24:55 Arbiter kernel: 1c 1c 1c 1c 1c 1c 1c 1c 1c 1c 1c 1c 1c 1c 1c 1c
    May 22 16:24:55 Arbiter kernel: 1c 1c 1c 2c 2c 2c 2c 2c 2c 2c 2c 2c 2c 2c 2c 2c
    May 22 16:24:55 Arbiter kernel: 2c 2c 2c 2c 2c 2c 2c 2c 2c 2c 2c 18 18 18 18 18
    May 22 16:24:55 Arbiter kernel: 18 18 18 18 18 18 18 18 18 18 18 18 18 18 18 18
    May 22 16:24:55 Arbiter kernel: 18 18 9e 9e 9e 9e 9e 9e 9e 9e 9e 9e 9e 9e 9e 9e
    May 22 16:24:55 Arbiter kernel: 9e 9e 9e 9e 9e 9e 9e 9e 9e 9e 8a 8a 8a 8a 8a 8a
    May 22 16:24:55 Arbiter kernel: 8a 8a 8a 8a 8a 8a 8a 8a 8a 8a 8a 8a 8a 8a 8a 8a
    May 22 16:24:55 Arbiter kernel: Raw EDID:
    May 22 16:24:55 Arbiter kernel: 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10
    May 22 16:24:55 Arbiter kernel: 10 10 10 10 00 00 00 00 00 00 00 00 00 00 00 00
    May 22 16:24:55 Arbiter kernel: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    May 22 16:24:55 Arbiter kernel: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    May 22 16:24:55 Arbiter kernel: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    May 22 16:24:55 Arbiter kernel: 00 00 00 00 00 00 00 00 00 00 31 31 31 31 31 31
    May 22 16:24:55 Arbiter kernel: 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31
    May 22 16:24:55 Arbiter kernel: 31 31 0f 0f 0f 0f 0f 0f 0f 0f 0f 0f 0f 0f 0f 0f
    May 22 16:24:55 Arbiter kernel: radeon 0000:02:00.0: HDMI-A-1: EDID block 0 invalid.
    May 22 16:24:55 Arbiter kernel: [drm:radeon_dvi_detect [radeon]] *ERROR* HDMI-A-1: probed a monitor but no|invalid EDID
    I have no clue what to make of it. As soon as I downgrade the kernel again, everything is normal.
    Last edited by raygenbogen (2015-06-09 14:34:18)

    I think I kinda 'solved' the problem by enabling early KMS in mkinitcpio.conf and switched my first Display to the second DVI-Port. It works now, but I don't know if this could be labeled as 'solved' since it's a pretty specific solution and propably doesn't apply to anyone else.
    Edit. The most recent Kernel 4.0.5 in Testing solved the problem for me.
    Last edited by raygenbogen (2015-06-09 14:34:01)

  • KDE 4.1 with irregular dual head setup -- recommendations, suggestions

    Hello,
    I'm running KDE on a laptop with a 1440X900 screen and a 1280X1024 external monitor. 
    I couldn't get the KRandR to split the desktop onto two monitors, but plain xrandr worked fine -- the desktop is split, the external monitor is on the left, and resolutions are as they should be. 
    However, I'm having some problems/quirks with KDE 4.1 --
    1.  When both monitors are on, KDM's login window is on the left monitor, not the primary one (the one on the laptop).
    2.  When filing mail in Thunderbird, the contextual menus will trail off the bottom of the screen below the task bar, rather than reposition themselves to remain visible
    3.  The plasmoid swirly thing is in the upper right corner of the left monitor, but not the monitor on the right.
    Thanks,
    Chris

    I think I kinda 'solved' the problem by enabling early KMS in mkinitcpio.conf and switched my first Display to the second DVI-Port. It works now, but I don't know if this could be labeled as 'solved' since it's a pretty specific solution and propably doesn't apply to anyone else.
    Edit. The most recent Kernel 4.0.5 in Testing solved the problem for me.
    Last edited by raygenbogen (2015-06-09 14:34:01)

  • Set default boot display in dual-head setup

    Hi,
    Mac Pro 2010 with AMD Radeon 5770.  One display attached via DVI, the other via DVI plus a DVI-to-DisplayPort adapter cable.
    No matter which way I plug these displays in, it's always the display I consider to be the secondary one that displays the boot screen, and FileVault 2 FDE password prompt.  This display is seldom switched on, and I have it disabled during daily use using SwitchResX so that my pointer doesn't stray.  Having to switch it on purely for the purposes of boot is frustrating.
    So, is there some fail-safe way to force the boot screen and FDE prompt to always appear on the primary display?  I found a thread that reported using PRAM or NVRAM resetting to contrive this, but it transpired that it was not a permanent fix.
    Please, don't recommend I simply unplug the secondary monitor.

    The primary display is the one that holds the tiny white stripe representing the MenuBar in this presentation in system Preferences > Displays:
    Drag the white stripe to the display you would like to be Primary.

  • [solved] Dual head / Xinerama / xrandr setup with Intel 945 & dwm

    Recently came into possession of a 17" LCD and would like to use it in tandem with the internal LCD of my netbook. Clone works with xrandr, as does extended mode to an extent.  The problem is that in extended mode (or spanning, or whatever you want to call it) the smaller screen has dead space which isn't respected by dwm (or any other WM I've tried).  So I'd like to setup dual X sessions (aka Zaphod mode?), each running their own instance of dwm--I don't need to move windows from screen to screen so that's not a concern.
    Has anyone had luck accomplishing this with the current intel driver?  The closest I've gotten so far is a black screen/blinking cursor which drops back to a login prompt after a few seconds.   I see a ton of related topics on Google about this and most of them are unresolved.  If I can get something put together I'll document it in the dwm and/or intel wikis.
    Specs:
    * Acer Aspire One AOD150 with Intel GMA945 @ 1024x600
    * LCD @ 1280x1024
    Last edited by thayer (2009-08-30 05:03:14)

    It's a work in progress, but for those who are interested I was able to get a dual-head setup (using xrandr and the Xinerama extensions) with the current Intel driver (not legacy) using the following:
    /etc/X11/xorg.conf:
    # file: /etc/X11/xorg.conf
    # author: Thayer Williams - http://cinderwick.ca
    # vim:enc=utf-8:nu:ai:si:et:ts=4:sw=4:ft=sh:
    Section "ServerLayout"
    Identifier "AA1Xorg"
    Screen 0 "AA1Screen" 0 0
    InputDevice "AA1Keyboard" "CoreKeyboard"
    InputDevice "LogitechMX518" "CorePointer"
    InputDevice "SynapticsTouchpad" "AlwaysCore"
    Option "BlankTime" "0"
    Option "StandbyTime" "0"
    Option "SuspendTime" "0" # disable all other forms of power save
    Option "OffTime" "10" # turn off DPMS-capable monitor after x mins
    EndSection
    Section "ServerFlags"
    Option "DontZap" "false" # ctrl+alt+backspace to restart x (see input too)
    Option "AIGLX" "false"
    Option "AutoAddDevices" "false" # false to disabl hal hotplugging
    Option "AllowMouseOpenFail" "true" # load Xorg even if mouse input not found
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/artwiz-fonts"
    FontPath "/usr/share/fonts/local"
    EndSection
    Section "Module"
    Load "synaptics"
    EndSection
    Section "InputDevice"
    Identifier "AA1Keyboard"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    Option "XkbOptions" "terminate:ctrl_alt_bksp" # yes, we really want ctrl+alt+backspace to restart X
    EndSection
    Section "InputDevice"
    Identifier "LogitechMX518"
    Driver "mouse"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ExplorerPS/2" # options: ExplorerPS/2, IMPS/2, auto, USB (Exp. req'd for side-buttons)
    Option "ZAxisMapping" "4 5"
    Option "Buttons" "5"
    Option "ButtonMapping" "1 2 3 8 9"
    Option "Emulate3Buttons" "no"
    EndSection
    Section "InputDevice"
    Identifier "SynapticsTouchpad"
    Driver "synaptics"
    #Option "Device" "/dev/input/mice"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "ZAxisMapping" "4 5 6 7"
    Option "SHMConfig" "true" # configurable at runtime? security risk if on
    Option "LeftEdge" "1700" # x coord left
    Option "RightEdge" "5300" # x coord right
    Option "TopEdge" "1700" # y coord top
    Option "BottomEdge" "4200" # y coord bottom
    Option "FingerLow" "25" # pressure below this level triggers release
    Option "FingerHigh" "30" # pressure above this level triggers touch
    Option "TapButton1" "1" # mouse button reported on a non-corner one-finger tap
    Option "TapButton2" "2" # mouse button reported on a non-corner two-finger tap
    Option "FastTaps" "true" # make single-taps faster, and double-taps slower
    Option "MaxTapTime" "180" # max time in ms for detecting tap
    Option "MaxTapMove" "220"
    Option "VertEdgeScroll" "true" # enable vertical scroll zone
    Option "HorizEdgeScroll" "true" # enable horizontal scroll zone
    Option "CornerCoasting" "true" # enable continuous scroll with finger in corner
    Option "CoastingSpeed" "0.30" # corner coasting speed
    Option "VertScrollDelta" "100" # edge-to-edge scroll distance of the vertical scroll
    Option "HorizScrollDelta" "100" # edge-to-edge scroll distance of the horizontal scroll
    Option "MinSpeed" "0.09" # speed factor for low pointer movement
    Option "MaxSpeed" "0.18" # maximum speed factor for fast pointer movement
    Option "AccelFactor" "0.0015" # acceleration factor for normal pointer movements
    Option "VertTwoFingerScroll" "true" # vertical scroll anywhere with two fingers
    Option "HorizTwoFingerScroll" "true" # horizontal scroll anywhere with two fingers
    EndSection
    Section "Monitor"
    Identifier "AA1Monitor"
    VendorName "Acer"
    Option "DPMS" "true"
    HorizSync 28-96
    VertRefresh 50-75
    EndSection
    Section "Device"
    Identifier "Intel945"
    Driver "intel"
    BusID "PCI:0:2:0"
    Option "Tiling" "false" # controls whether buffers are allocated in tiled mode
    EndSection
    Section "Screen"
    Identifier "AA1Screen"
    Device "Intel945"
    Monitor "AA1Monitor"
    SubSection "Display"
    Depth 24
    Modes "1280x1024" "1280x600" "1024x768" "1024x600" "800x600" "640x480"
    Virtual 2048 2048
    EndSubSection
    EndSection
    Until I have a chance to write a fancier script I've added the following to ~/.xinitrc:
    xrandr --output LVDS1 --mode 1024x600
    xrandr --output VGA1 --below LVDS1 --mode 1280x1024
    The first command ensures the netbook screen takes the proper resolution and the second enables the external LCD.  If I startx when the LCD is disconnected then the netbook screen is the only screen enabled (no dead space).
    Caveats
    1. With mplayer in fullscreen it appears as 1024x600 even when opened on the 1280x1024 screen.
    2. The external LCD cannot be placed left or right of the netbook screen because it would exceed the 2048 virtual resolution which segfaults X with the latest intel driver.  Virtual cannot be set higher than 2048 in either direction without segfaulting X; though I imagine this will be addressed in future versions of the intel driver.
    Many thanks to mzapotoczny!
    Last edited by thayer (2009-08-30 04:41:40)

  • Kdemod 4.2 with dual head

    I want to use dual head setting in kde 4.2 but it has bunch of issues. When in kde4 i issue the command
    xrandr --output VGA --left-of LVDS
    , it enable the dual head setup but the resolution defaults to 1024x768 for both my monitor and Laptop. When I change the resolution to the correct ones from the kde4 display setting in control panel, it screws up the dual head setup and the screens starts overlapping.
    Has anyone managed to set dual  head on kde4.

    Two weeks late, but anyway...
    You can set the position for the second monitor too.
    xrandr --output DVI-0 --pos 1680x0
    This works for my setup. The systemsettings xrandr module doesn't, how am I supposed to use that?

  • Setting up independant dual-head configuration in the usual way?

    I'm preparing to set up a dual monitor system pretty soon using an ATI Radeon card. I went through the wiki and read what the ATI page has to say:
    Independent dual-headed setups can be configured the usual way
    The problem is that it gives no indication of what the usual way is.  I vaguely have an idea that I might need xinerama, but couldn't find a wiki page on that either... I've also tried googling with limited results.
    Is anyone able to let me know of a good resource for this?
    Last edited by phunni (2011-12-26 20:15:38)

    Check this out:  https://wiki.archlinux.org/index.php/Xorg
    I'm using a radeon 6870 with kde and in my case I was able to set up my dual screens using Settings > System Settings > Hardware > Display and Monitor > Size & Orientation, clicking Save as Default once I had things set up the way I wanted made the settings permanent
    If you're going to use Ati's catalyst control center driver then you should probably also read this page:  https://wiki.archlinux.org/index.php/ATI_Catalyst

Maybe you are looking for