Sometimes dual head display is stretched

Sometimes when I am logging in, instead of the gdm login screen appearing on my default monitor, it turns off the default one, and half of it appears, stretched in the secondary one.  If I log in with this setting, then the primary monitor is off unless I set it back with nvidia-settings.  Normally, and most of the time, however, it is fine.  This never happened on ubuntu so I think its becuase i did something wrong.  I'll provide any config files you think may pertain, just ask.  thanks

This is a bug, when operating in dual display mode on Win 2k with the desktop setup as a side by side virtual monitor ALL Java GUI applications fail to start. I've noticed this on all version of the JVM. However, when the desktop is setup as a top/bottom virtual display, Java GUI apps work correctly.

Similar Messages

  • [SOLVED] Configure dual head with different resolutions xf86-video-ati

    I have 1680x1050 and 1280x1024 monitors which I would like to setup so that I have two displays (:0.0 and :0.1), i.e. can't drag a window to the other display, but can move the mouse from one screen to the next. The graphics card is Radeon HD 4850.
    At the moment I have one screen only, so I can't move the mouse from the first to the second screen, it is captive in the first screen.
    xrandr -q
    Screen 0: minimum 320 x 200, current 1680 x 1050, maximum 1680 x 1680
    HDMI-0 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 338mm x 270mm
       1280x1024      60.0*+   75.0 
       1280x960       60.0 
       1152x864       75.0     70.0 
       1024x768       75.0     70.1     60.0 
       832x624        74.6 
       800x600        72.2     75.0     60.3     56.2 
       640x480        75.0     72.8     66.7     59.9 
       720x400        70.1 
    VGA-0 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 338mm x 270mm
       1280x1024      60.0*+   75.0 
       1280x960       60.0 
       1152x864       75.0     70.0 
       1024x768       75.0     70.1     60.0 
       832x624        74.6 
       800x600        72.2     75.0     60.3     56.2 
       640x480        75.0     72.8     66.7     59.9 
       720x400        70.1 
    DVI-0 connected 1680x1050+0+0 (normal left inverted right x axis y axis) 474mm x 296mm
       1680x1050      60.0*+
       1600x1200      60.0 
       1280x1024      75.0     60.0 
       1440x900       75.0     59.9 
       1280x960       60.0 
       1152x864       75.0 
       1280x720       60.0 
       1024x768       75.0     70.1     60.0 
       832x624        74.6 
       800x600        72.2     75.0     60.3     56.2 
       640x480        75.0     72.8     66.7     59.9 
       720x400        70.1 
    xorg.conf:
    Section "ServerLayout"
            Identifier     "dual head configuration"
            Screen      0  "Screen0" 0 0
            Screen         "Screen1" RightOf "Screen0"
            InputDevice    "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    EndSection
    Section "Module"
            Load "glx"
            Load "dri"
            Load "drm"
    EndSection
    Section "InputDevice"
    # keyboard added by rhpxl
            Identifier  "Keyboard0"
            Driver      "kbd"
            Option      "XkbModel" "pc105"
            Option      "XkbLayout" "us"
    EndSection
    Section "Monitor"
            Identifier   "Monitor0"
            Option      "VendorName" "ATI Proprietary Driver"
            Option      "ModelName" "Generic Autodetecting Monitor"
            Option      "DPMS" "true"
            DisplaySize 444 277
    EndSection
    Section "Monitor"
            Identifier   "Monitor1"
            Option      "VendorName" "ATI Proprietary Driver"
            Option      "ModelName" "Generic Autodetecting Monitor"
            Option      "DPMS" "true"
            DisplaySize 339 271
    EndSection
    Section "Device"
            Identifier  "Videocard0"
            Driver      "radeon"
            BusID       "PCI:2:0:0"
    EndSection
    Section "Device"
            Identifier  "Videocard1"
            Driver      "radeon"
            BusID       "PCI:2:0:0"
    EndSection
    Section "Screen"
            Identifier "Screen0"
            Device     "Videocard0"
            Monitor    "Monitor0"
            DefaultDepth     24
            SubSection "Display"
                    Viewport   0 0
                    Depth     24
                    Modes    "1680x1050"
            EndSubSection
    EndSection
    Section "Screen"
            Identifier "Screen1"
            Device     "Videocard1"
            Monitor    "Monitor1"
            DefaultDepth     24
            SubSection "Display"
                    Viewport   0 0
                    Depth     24
                    Modes    "1280x1024"
            EndSubSection
    EndSection
    Xorg.0.log:
    (==) ServerLayout "dual head configuration"
    (**) |-->Screen "Screen0" (0)
    (**) |   |-->Monitor "Monitor0"
    (**) |   |-->Device "Videocard0"
    (**) |-->Screen "Screen1" (1)
    (**) |   |-->Monitor "Monitor1"
    (**) |   |-->Device "Videocard1"
    (**) |-->Input Device "Keyboard0"
    It doesn't look as if xrandr can help as it reports a maximum virtual desktop of 1680x1680.
    Because the two monitors are different resolutions I don't know if a single screen is the answer.
    I used to have two displays/screens configured to two different resolutions matching the monitors using the catalyst driver but can't get it working using the xf86-video-ati driver.
    Any help would be appreciated.
    Thanks
    Willem
    Last edited by Willem (2010-01-02 20:42:41)

    Thanks, with your help I was able to get it working.
    The xorg.conf relevant sections:
    Section "ServerLayout"
            Identifier     "dual head configuration"
            Screen      0  "Screen0" 0 0
            InputDevice    "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Monitor"
            Identifier   "Monitor0"
            Option      "VendorName" "ATI Proprietary Driver"
            Option      "ModelName" "Generic Autodetecting Monitor"
            Option      "DPMS" "true"
            DisplaySize 444 277
    EndSection
    Section "Monitor"
            Identifier   "Monitor1"
            Option      "VendorName" "ATI Proprietary Driver"
            Option      "ModelName" "Generic Autodetecting Monitor"
            Option      "DPMS" "true"
            DisplaySize 339 271
            Option      "RightOf" "Monitor0"
    EndSection
    Section "Device"
            Identifier  "Videocard0"
            Driver      "radeon"
            BusID       "PCI:2:0:0"
            Option "Monitor-HDMI-0" "Monitor0"
            Option "Monitor-DVI-0" "Monitor1"
    EndSection
    Section "Screen"
            Identifier "Screen0"
            Device     "Videocard0"
            Monitor    "Monitor0"
            DefaultDepth     24
            SubSection "Display"
                    Viewport   0 0
                    Depth     24
                    Virtual 2960 1050
            EndSubSection
    EndSection
    Would still be interested to get a seperate display for each monitor working though.

  • Xorg.conf , nvidia 96xx and dual head failure

    i cant get Xorg to work with nvidia driver at all.
    here is where i am.
    setup aurch linux [X]
    setup xserver with NV driver 1 head[X]
    setup dual head[]
    ok so i cant even get nvidia drivers to work or dual head on the NV driver.
    i dont have an xorg.conf setup but i have tried the xorg.conf from my fedora setup but it just black screened.
    here is my error log.
    X.Org X Server 1.6.2
    Release Date: 2009-7-7
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.30-ARCH x86_64
    Current Operating System: Linux mypc 2.6.30-ARCH #1 SMP PREEMPT Mon Jul 20 07:46:03 CEST 2009 x86_64
    Build Date: 18 July 2009 03:49:37PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jul 24 03:43:51 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) No Layout section. Using the first Screen section.
    (==) No screen section available. Using defaults.
    (**) |-->Screen "Default Screen Section" (0)
    (**) | |-->Monitor "<default monitor>"
    (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    (**) | |-->Device "Device0"
    (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/TTF" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/Type1" does not exist.
    Entry deleted from font path.
    (==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    built-ins
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (II) Cannot locate a core pointer device.
    (II) Cannot locate a core keyboard device.
    (II) The server relies on HAL to provide the list of input devices.
    If no devices become available, reconfigure HAL or disable AllowEmptyInput.
    (II) Loader magic: 0xb40
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
    (II) Loader running on linux
    (++) using VT number 7
    (--) PCI:*(0:1:0:0) 10de:0622:1462:1270 nVidia Corporation G94 [GeForce 9600 GT] rev 161, Mem @ 0xfd000000/16777216, 0xd0000000/268435456, 0xfa000000/33554432, I/O @ 0x0000d800/128, BIOS @ 0x????????/524288
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [18] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [20] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [22] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [25] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [26] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [27] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [28] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [29] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [30] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [31] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [32] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [33] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [34] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [35] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Server Extension
    (II) NVIDIA GLX Module 96.43.11 Mon Feb 23 16:13:29 PST 2009
    (II) Loading extension GLX
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
    (II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Video Driver
    (II) NVIDIA dlloader X Driver 96.43.11 Mon Feb 23 15:54:58 PST 2009
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 01@00:00:0
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (II) resource ranges after probing:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [18] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [20] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [22] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [25] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [26] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [27] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [28] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [29] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [30] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [31] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [32] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [33] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [34] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [35] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    (==) NVIDIA(0): RGB weight 888
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) NVIDIA(0): Enabling RENDER acceleration
    (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) NVIDIA(0): enabled.
    (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device PCI:1:0:0.
    (EE) NVIDIA(0): Please see the COMMON PROBLEMS section in the README for
    (EE) NVIDIA(0): additional information.
    (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
    (EE) NVIDIA(0): *** Aborting ***
    (II) UnloadModule: "nvidia"
    (II) UnloadModule: "fb"
    (EE) Screen(s) found, but none have a usable configuration.
    Fatal server error:
    no screens found
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    Ive tried everything i could think of or what arch wiki could. I came to aurch linux to learn more about linux (fedora holds your hand to much.) but i dont think i can figure this one out on my own.

    serverman,
    let me see if I understand your situation.
    You are using the nvidia drivers and want to setup a dual screen with independent screens (?).
    Without a xorg.conf one screen should work out of the box with one screen.
    For the proprietary drivers you will need a minimal xorg.conf:
    Section "Device"
    Identifier "Configured Video Device"
    Driver "nvidia"
    EndSection
    Section "Screen"
    Identifier "Default Screen"
    Device "Configured Video Device"
    DefaultDepth 24
    EndSection
    This still has only one screen, but can you try it and tell what happens ?
    Mektub

  • 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.

  • Xrandr not listing dual head outputs

    I'm running into a little annoying problem with xrandr. It doesn't want to list my nvidia 8800gt's dual heads as different outputs.
    [foosoft@asakura ~]$ xrandr
    Screen 0: minimum 320 x 175, current 1920 x 1200, maximum 1920 x 1200
    default connected 1920x1200+0+0 0mm x 0mm
    1920x1200 50.0*
    1680x1050 51.0 52.0
    1600x1200 53.0 54.0
    1440x900 55.0 56.0
    1400x1050 57.0 58.0 59.0
    1280x1024 60.0 61.0 62.0
    1280x960 63.0 64.0
    1152x864 65.0
    1024x768 66.0 67.0 68.0 69.0 70.0 71.0 72.0
    960x720 73.0 74.0 75.0
    928x696 76.0 77.0
    896x672 78.0 79.0
    832x624 80.0
    800x600 81.0 82.0 83.0 84.0 85.0 86.0 87.0 88.0 89.0 90.0
    720x400 91.0
    700x525 92.0 93.0
    640x512 94.0 95.0 96.0
    640x480 97.0 98.0 99.0 100.0 101.0 102.0 103.0 104.0
    640x400 105.0
    640x350 106.0
    576x432 107.0
    512x384 108.0 109.0 110.0 111.0 112.0
    416x312 113.0
    400x300 114.0 115.0 116.0 117.0 118.0
    360x200 119.0
    320x240 120.0 121.0 122.0 123.0
    320x200 124.0
    320x175 125.0
    So it only lists "default" even though I have a second monitor plugged in over DVI (a TV actually). I know it's not a problem with output to the TV because if I specifically set up output in xorg.conf it works fine. However I would much prefer to enable and disable output to TV on an as-needed basis.
    Here's my xorg.conf:
    [foosoft@asakura ~]$ cat /etc/X11/xorg.conf
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder58) Tue Oct 20 21:25:04 PDT 2009
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    #Screen 1 "Screen1" Above "Screen0"
    Option "Xinerama" "0"
    EndSection
    Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Gateway FHD2400"
    HorizSync 31.0 - 83.0
    VertRefresh 56.0 - 76.0
    Option "DPMS"
    EndSection
    Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier "Monitor1"
    VendorName "Unknown"
    ModelName "SONY TV"
    HorizSync 15.0 - 46.0
    VertRefresh 59.0 - 61.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 8800 GT"
    BusID "PCI:1:0:0"
    Screen 0
    EndSection
    Section "Device"
    Identifier "Device1"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 8800 GT"
    BusID "PCI:1:0:0"
    Screen 1
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "TwinView" "0"
    Option "metamodes" "DFP-0: nvidia-auto-select +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Device1"
    Monitor "Monitor1"
    DefaultDepth 24
    Option "TwinView" "0"
    Option "metamodes" "DFP-1: 1280x720 +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    Option "AGPFastWrite" "true"
    Option "EnablePageFlip" "true"
    EndSection
    And my X11 log:
    [foosoft@asakura ~]$ cat /var/log/Xorg.0.log
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    X.Org X Server 1.7.3.901 (1.7.4 RC 1)
    Release Date: 2009-12-11
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.32-ARCH x86_64
    Current Operating System: Linux asakura 2.6.31-ARCH #1 SMP PREEMPT Tue Nov 10 19:01:40 CET 2009 x86_64
    Kernel command line: root=/dev/disk/by-uuid/3695c065-a8fe-4574-9ae8-d67e25387b14 ro
    Build Date: 12 December 2009 08:39:02PM
    Current version of pixman: 0.16.4
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Sat Dec 26 15:37:16 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Layout0"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Device0"
    (**) Option "Xinerama" "0"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (**) Extension "Composite" is enabled
    (WW) Ignoring unrecognized extension "AGPFastWrite"
    (WW) Ignoring unrecognized extension "EnablePageFlip"
    (II) Cannot locate a core pointer device.
    (II) Cannot locate a core keyboard device.
    (II) The server relies on HAL to provide the list of input devices.
    If no devices become available, reconfigure HAL or disable AutoAddDevices.
    (II) Loader magic: 0x7c09a0
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 6.0
    X.Org XInput driver : 7.0
    X.Org Server Extension : 2.0
    (++) using VT number 7
    (--) PCI:*(0:1:0:0) 10de:0611:1462:8010 nVidia Corporation G92 [GeForce 8800 GT] rev 162, Mem @ 0xfa000000/16777216, 0xd0000000/268435456, 0xf8000000/33554432, I/O @ 0x0000af00/128, BIOS @ 0x????????/131072
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.7.3.901, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.7.3.901, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Server Extension
    (II) NVIDIA GLX Module 190.42 Tue Oct 20 21:19:30 PDT 2009
    (II) Loading extension GLX
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.7.3.901, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.7.3.901, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    (II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Video Driver
    (II) NVIDIA dlloader X Driver 190.42 Tue Oct 20 20:42:04 PDT 2009
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 01@00:00:0
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules/libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.7.3.901, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "wfb"
    (II) LoadModule: "wfb"
    (II) Loading /usr/lib/xorg/modules/libwfb.so
    (II) Module wfb: vendor="X.Org Foundation"
    compiled for 1.7.3.901, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
    (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    (==) NVIDIA(0): RGB weight 888
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) NVIDIA(0): Option "TwinView" "0"
    (**) NVIDIA(0): Option "MetaModes" "DFP-0: nvidia-auto-select +0+0"
    (**) Dec 26 15:37:17 NVIDIA(0): Enabling RENDER acceleration
    (II) Dec 26 15:37:17 NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) Dec 26 15:37:17 NVIDIA(0): enabled.
    (II) Dec 26 15:37:19 NVIDIA(0): NVIDIA GPU GeForce 8800 GT (G92) at PCI:1:0:0 (GPU-0)
    (--) Dec 26 15:37:19 NVIDIA(0): Memory: 524288 kBytes
    (--) Dec 26 15:37:19 NVIDIA(0): VideoBIOS: 62.92.12.00.04
    (II) Dec 26 15:37:19 NVIDIA(0): Detected PCI Express Link width: 16X
    (--) Dec 26 15:37:19 NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) Dec 26 15:37:19 NVIDIA(0): Connected display device(s) on GeForce 8800 GT at PCI:1:0:0:
    (--) Dec 26 15:37:19 NVIDIA(0): Gateway FHD2400 (DFP-0)
    (--) Dec 26 15:37:19 NVIDIA(0): SONY TV (DFP-1)
    (--) Dec 26 15:37:19 NVIDIA(0): Gateway FHD2400 (DFP-0): 330.0 MHz maximum pixel clock
    (--) Dec 26 15:37:19 NVIDIA(0): Gateway FHD2400 (DFP-0): Internal Dual Link TMDS
    (--) Dec 26 15:37:19 NVIDIA(0): SONY TV (DFP-1): 330.0 MHz maximum pixel clock
    (--) Dec 26 15:37:19 NVIDIA(0): SONY TV (DFP-1): Internal Dual Link TMDS
    (II) Dec 26 15:37:19 NVIDIA(0): Display Device found referenced in MetaMode: DFP-0
    (II) Dec 26 15:37:19 NVIDIA(0): Assigned Display Device: DFP-0
    (II) Dec 26 15:37:19 NVIDIA(0): Validated modes:
    (II) Dec 26 15:37:19 NVIDIA(0): "DFP-0:nvidia-auto-select+0+0"
    (II) Dec 26 15:37:19 NVIDIA(0): Virtual screen size determined to be 1920 x 1200
    (--) Dec 26 15:37:19 NVIDIA(0): DPI set to (93, 95); computed from "UseEdidDpi" X config
    (--) Dec 26 15:37:19 NVIDIA(0): option
    (==) Dec 26 15:37:19 NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
    (--) Depth 24 pixmap format is 32 bpp
    (II) Dec 26 15:37:19 NVIDIA(0): Initialized GPU GART.
    (II) Dec 26 15:37:19 NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    (II) Dec 26 15:37:19 NVIDIA(0): may not be running or the "AcpidSocketPath" X
    (II) Dec 26 15:37:19 NVIDIA(0): configuration option may not be set correctly. When the
    (II) Dec 26 15:37:19 NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    (II) Dec 26 15:37:19 NVIDIA(0): try to use it to receive ACPI event notifications. For
    (II) Dec 26 15:37:19 NVIDIA(0): details, please see the "ConnectToAcpid" and
    (II) Dec 26 15:37:19 NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    (II) Dec 26 15:37:19 NVIDIA(0): Config Options in the README.
    (II) Dec 26 15:37:19 NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select+0+0"
    (II) Loading extension NV-GLX
    (II) Dec 26 15:37:19 NVIDIA(0): Initialized OpenGL Acceleration
    (==) NVIDIA(0): Disabling shared memory pixmaps
    (II) Dec 26 15:37:19 NVIDIA(0): Initialized X Rendering Acceleration
    (==) NVIDIA(0): Backing store disabled
    (==) NVIDIA(0): Silken mouse enabled
    (**) NVIDIA(0): DPMS enabled
    (II) Loading extension NV-CONTROL
    (II) Loading extension XINERAMA
    (==) RandR enabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing extension GLX
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.7.3, module version = 2.3.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 7.0
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event0"
    (II) Macintosh mouse button emulation: Found 3 mouse buttons
    (II) Macintosh mouse button emulation: Found relative axes
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Configuring as mouse
    (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
    (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
    (**) Macintosh mouse button emulation: (accel) acceleration profile 0
    (II) Macintosh mouse button emulation: initialized for relative axes.
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (**) AT Translated Set 2 keyboard: always reports core events
    (**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
    (II) AT Translated Set 2 keyboard: Found keys
    (II) AT Translated Set 2 keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)
    (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): always reports core events
    (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Device: "/dev/input/event5"
    (II) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Found 9 mouse buttons
    (II) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Found scroll wheel(s)
    (II) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Found relative axes
    (II) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Found x and y relative axes
    (II) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Configuring as mouse
    (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): YAxisMapping: buttons 4 and 5
    (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)" (type: MOUSE)
    (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): (accel) keeping acceleration scheme 1
    (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): (accel) acceleration profile 0
    (II) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): initialized for relative axes.
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event4"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event3"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    Any ideas?
    Last edited by FooSoft (2009-12-26 23:50:25)

    ROOKIE wrote:If VGA-0 was to the right of LVDS then the virtual screen size was big enough to accommodate both screens.
    Your dead right, it did work but now for some odd reason the virtual screen size is no longer large enough to accom' both screen.
    ROOKIE wrote:Which driver did you say you are using?
    I installed xf86-video-ati and assume it is loading fine.
    Cyrusm wrote:oh yeah, do you think you could post your xorg.conf
    I would love to but I do not have such a thing, I can post my Xorg.0.log if you would like to take a look.  I believe I am trusting HAL to auto configure each time so xorg.conf doesn't exist.  All seems like black magic to me but to date has worked well.
    Will I need to create an xorg.conf file, populate it and get it working to be able to use both screens as well as to be able to play video on VGA-0?
    I can duplicate LVDS onto VGA-0 but again video will not play on VGA-0.
    Thank you both so far with you help.  Would love to sort this out and if I need to get dirty with and xorg.conf file then so be it.

  • 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

  • Dual-head on NVIDIA

    Hello, I'm trying to configure a dual-head setup (NVIDIA proprietary drivers). I've tried both Xinerama and Twinview, but the screen is always treated as one big virtual screen and window managers spread fullscreen windows over both monitors.
    Here's what I've tried (they all resulted in the above):
    - # nvidia-xconfig
    - These instructions
    - # nvidia-xsettings
    - These instructions (I might've misunderstood them, they were fairly vague)
    In addition, Xinerama seems to disable the randr extension, which makes me unable to use xrandr or arandr, so the preferred option is to use Twinview.
    For clearance, when I open arandr, I see one big, wide screen called default. How do I set it up so that it shows 2 different screens?

    Separate X sessions on dual screens (both monitors have own x sessions )
    no xrandr
    only
    GUI Nvidia X Server Settings
    # nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings: version 295.40 ([email protected]) Thu Apr 5 22:40:34 PDT 2012
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    Screen 1 "Screen1" RightOf "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    Option "Xinerama" "0"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "FUS SL3220W"
    HorizSync 30.0 - 83.0
    VertRefresh 56.0 - 75.0
    Option "DPMS"
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    VendorName "Unknown"
    ModelName "NEC LCD22WV"
    HorizSync 31.0 - 83.0
    VertRefresh 56.0 - 76.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce GTS 250"
    Option "RegistryDwords" "PerfLevelSrc=0x2222"
    BusID "PCI:1:0:0"
    EndSection
    Section "Device"
    Identifier "Device1"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 9600 GT"
    Option "RegistryDwords" "PerfLevelSrc=0x2222"
    BusID "PCI:2:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "TwinView" "0"
    Option "TwinViewXineramaInfoOrder" "DFP-0"
    Option "metamodes" "nvidia-auto-select +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Device1"
    Monitor "Monitor1"
    DefaultDepth 24
    Option "TwinView" "0"
    Option "TwinViewXineramaInfoOrder" "CRT-0"
    Option "metamodes" "nvidia-auto-select +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Tested Kde,Xfce,Lxde.Awesome

  • Dual 17" Displays

    I presently have a Dual G4 with two 17" Apple Monitors connected and running side by side. I'm looking to purchase a Mac Mini and was wondering if there was any way to continue to use both of these monitors with that machine?

    The Matrox Dual head 2 Go device (http://www.matrox.com/graphics/en/gxm/products/dh2go/home.php) will allow you to run dual displays from your mini, and use them in extended mode, not just for mirroring - however it uses analog input (thus can be used with the mini and it's supplied DVI/VGA adapter) but only outputs VGA.
    There has been a recent discussion of the use of a specific splitter cable that will allow the existing DVI-I output on the mini to be split between one DVI and one VGA display, but there has not yet been a clear outcome regarding it working in MacOS. See http://discussions.apple.com/thread.jspa?threadID=832771&tstart=0 for the discussion.

  • Solaris 10 x86 w/ Matrox G450 dual head and xinerama

    I have solaris 10 x86 with matrox g450 dual head and x.org x-server. The problem is to get xinerama work. When xinerama isn't enabled, two different desktops work well - or, they work, but they are pretty useless because I can't move windows between them. So, I have to enable xinerama, but it seems, that neither JDS/Gnome nor CDE haven't been built including support for xinerama.
    When I enable xinerama, X.org-x-server starts fine and there's dtlogin. When I login and it passes execution to gnome, it fails and x-server restarts. Same with CDE. But if I put 'exec /opt/sfw/bin/xterm to my .dtprofile', it starts ok and I can do some testing..
    % dtwm
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 149 (XINERAMA)
    Minor opcode of failed request: 2 (XINERAMAGetScreenCount)
    Resource id in failed request: 0x0
    Serial number of failed request: 18
    Current serial number in output stream: 18
    % gtk-demo
    The program 'gtk-demo' received an X Window System error.
    This probably reflects a bug in the program.
    The error was 'BadWindow (invalid Window parameter)'.
    (Details: serial 13 error_code 3 request_code 149 minor_code 2)
    (Note to programmers: normally, X errors are reported asynchronously;
    that is, you will receive the error a while after causing it.
    To debug your program, run it with the --sync command line<br />
    option to change this behavior. You can then get a meaningful
    backtrace from your debugger if you break on the gdk_x_error() function.)
    % gtk-demo --sync<br />
    The program 'gtk-demo' received an X Window System error.
    This probably reflects a bug in the program.
    The error was 'BadWindow (invalid Window parameter)'.
    (Details: serial 13 error_code 3 request_code 149 minor_code 2)
    (Note to programmers: normally, X errors are reported asynchronously;
    that is, you will receive the error a while after causing it.
    To debug your program, run it with the --sync command line<br />
    option to change this behavior. You can then get a meaningful
    backtrace from your debugger if you break on the gdk_x_error() function.)
    If I start /opt/sfw/bin/fvwm2, it works fine too, so the problem seems to be gtk/glib/gnome and CDE. One odd thing is that, normal CDE-programs, like dtterm, dtcm, dtcalc etc. works fine. But dtwm doesn't work in xinerama mode.
    So, would anyone have any suggestion what could I do? Do I have to recompile my own GNOME, or could Sun do something to the next Solaris 10 update? (As far as I understood, current Solaris 10 release doesn't include zfs yet, so there will be update soon, I think)
    - Tuomas M

    Hello,
    I'm also using a g450.
    Now I'm trying for 5 days to get it work with xinerama under Xorg and/or
    Xsun.
    Can anybody tell me how to get it work ?
    I would like to see a working xorg.conf.
    (I don't know how to configure 2 screens for Xsun. Mybe someone can give my his configuration file(s) ?)
    Thanks to all who will help me !!!
    p.s. here is my latest attempt of xorg.conf which does not provide xinerama for me:
    Section "ServerLayout"
    Identifier "Multihead layout"
    Screen 0 "Screen 0" 0 0
    Screen 1 "Screen 1" Rightof "Screen 0"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    Option "Xinerama" "true"
    # Option "Clone" "off"
    EndSection
    Section "Module"
    Load "dbe" # Double buffer extension
    SubSection "extmod"
    Option "omit xfree86-dga" # don't initialise the DGA extension
    EndSubSection
    Load "bitstream"
    Load "type1"
    Load "Xst"
    Load "IA"
    EndSection
    Section "Files"
    RgbPath "/usr/X11/lib/X11/rgb"
    FontPath "/usr/X11/lib/X11/fonts/TrueType/"
    FontPath "/usr/X11/lib/X11/fonts/Type1/"
    FontPath "/usr/X11/lib/X11/fonts/Type1/sun/"
    FontPath "/usr/X11/lib/X11/fonts/F3bitmaps/"
    FontPath "/usr/X11/lib/X11/fonts/misc/"
    FontPath "/usr/X11/lib/X11/fonts/100dpi/"
    FontPath "/usr/X11/lib/X11/fonts/75dpi/"
    # FontPath "/usr/X11/lib/X11/fonts/local/"
    # FontPath "/usr/X11/lib/X11/fonts/Speedo/"
    # FontPath "/usr/X11/lib/X11/fonts/freefont/"
    # ModulePath "/usr/X11/lib/modules"
    EndSection
    # Input devices
    Section "InputDevice"
    Identifier "Keyboard1"
    Driver "Keyboard"
    Option "AutoRepeat" "500 30"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "de"
    EndSection
    # Core Pointer's InputDevice section
    Section "InputDevice"
    # Identifier and driver
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "IMPS/2"
    Option "ZAxisMapping" "4 5"
    Option "Device" "/dev/kdmouse"
    # Option "Emulate3Buttons"
    # Option "Emulate3Timeout" "50"
    EndSection
    # Monitor section
    # Any number of monitor sections may be present
    Section "Monitor"
    Identifier "nec"
    VendorName "NEC"
    ModelName "NEC LCD"
    HorizSync 30.0 - 81.0
    VertRefresh 50-90
    EndSection
    Section "Monitor"
    Identifier "nec2"
    VendorName "NEC"
    ModelName "NEC LCD"
    HorizSync 30.0 - 81.0
    VertRefresh 50-90
    EndSection
    # Graphics device section
    Section "Device"
    Identifier "Matrox"
    Driver "mga"
    VideoRam 32768
    BusID "PCI:01:00:0"
    # Insert Clocks lines here if appropriate
    EndSection
    Section "Device"
    Identifier "Matrox2"
    Driver "mga"
    VendorName "Matrox"
    BoardName "Matrox Millennium G450"
    BusID "PCI:01:04:0"
    # Option "MGASDRAM"
    EndSection
    # Screen sections
    Section "Screen"
    Identifier "Screen 0"
    Device "Matrox"
    Monitor "nec"
    DefaultDepth 16
    Subsection "Display"
    Depth 8
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 16
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 24
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    EndSection
    Section "Screen"
    Identifier "Screen 1"
    Device "Matrox2"
    Monitor "nec2"
    DefaultDepth 16
    Subsection "Display"
    Depth 8
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 16
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 24
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    EndSection

  • 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?

  • 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.

  • OpenOffice crash with dual-head presentation in Impress

    Hi, I have an issue with Impress, I hoped that version 3.2 would fix it but it's not so. Now I think it is a problem of my system.
    I have a dual head setup with an ATI card (Catalyst 10.5, xorg-server 1.7.6); I start a slide show with Impress on the secondary display, then when I press esc to return to Impress the program crashes. Starting it from the console I get this error messages:
    $ SAL_SYNCHRONIZE=1 soffice -impress
    ** (soffice:3129): WARNING **: Inhibit method failed
    ** (soffice:3129): WARNING **: Inhibit problem : The name org.gnome.ScreenSaver was not provided by any .service files
    ** (soffice:3129): WARNING **: UnInhibit method failed
    ** (soffice:3129): WARNING **: Inhibit problem : The name org.gnome.ScreenSaver was not provided by any .service files
    X-Error: RenderBadPicture (invalid Picture parameter)
    Major opcode: 155
    Minor opcode: 7
    Resource ID: 0x1800911
    Serial No: 40909 (40909)
    I think the warnings are harmless, and that X-Error is the problem. I don't know if I should file a bug upstream, I searched OO bug tracker but I didn't find anything.
    Thank you.

    Hey, I just discovered the same problem here... I believe it's exclusive with oo, and go-oo doesn't have it.
    EDIT:
    According to this, it has to do with gtk, a possibly workaround (at least for me) is running this first:
    export OOO_FORCE_DESKTOP="soffice"
    Then openoffice doesn't crash when you close the presentation :). Hope it helps until we find a real solution :).
    PS.- The warning still appears though.
    Last edited by pablox (2010-06-09 23:13:44)

  • Dual-Head Disconnected DVI-0

    Hi,
    I am trying to get dual head working with no luck. The two monitors work fine when linux is booting (cloned view) but under Xorg I can't get the second one working.
    I am using Xorg 1.6 X.Org X Server 1.6.1 and [testing]
    My card is a 01:00.0 VGA compatible controller: ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)]
    I am using a DVI-to-VGA extension cable for the DVI output and a regular vga cable on the vga one.
    xrandr shows:
    Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 1280 x 1280
    VGA-0 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 380mm x 300mm
    1280x1024 60.0*+ 75.0 60.0*
    1152x864 75.0
    1024x768 75.0 70.1 60.0
    832x624 74.6
    800x600 72.2 75.0 60.3
    640x480 75.0 72.8 59.9
    720x400 70.1
    DVI-0 disconnected (normal left inverted right x axis y axis)
    S-video disconnected (normal left inverted right x axis y axis)
    So it sees the DVI-0 one disconnected.
    I tried it with extra/xf86-video-ati and also with aur/xf86-video-ati-git.
    Same results with both.
    Like I said, both monitors work fine when Arch is booting up.
    Any ideas?
    Thanks in advance!

    mbahamonde wrote:
    Update: I got both monitors working now, I am now using native VGA and a native DVI cable and it works under clone mode. But I can't get dual-head to work.
    xrandr --output DVI-0 --left-of VGA-0
    xrandr: screen cannot be larger than 1280x1280 (desired size 2560x1024)
    Both screens are exactly the same monitor so I'm not sure why I'm getting that. Any ideas?
    You miss the 'Virtual' line in xorg.conf! Like this:
    SubSection "Display"
                    Viewport   0 0
                    Depth     24
                    Virtual 2560 1024   <----
    EndSubSection
    Add it for for every bit depth you use.
    Last edited by signor_rossi (2009-04-22 17:29:25)

  • Dual Head - Window managers / Desktop enviroments Issues

    Hi.
    Grasping how Xorg, KDM/GDM, and the many DE:s / WM:s handle Dual head and the likes is not a walk in the park. This is really not really helpful towards newbies, setting up tv-out and such...
    Xinerama - cons:
    No DRI / openGL
    Not all apps are xinerama aware, and not many have option to be started up on xinerama screen.
    Xinerama - pros:
    Drag apps between screens
    Xinerama - usability:
    KDE: good
    Gnome: poor (apps end up on second screen, second monitor is not very configurable)
    Xfce: good
    TvinView - cons:
    Missing features (A good example is crt is primary monitor, ALWAYS. Not fun when using laptops in tvinview configs)
    TvinView - pros:
    Accelerated output.
    Good configurability in xorg.conf (makes your brain hurt though)
    TvinView - usability:
    Cant say, not been experimenting much. should be the same as dual screens.
    Dual Screens - cons:
    Cant move apps between screens.
    You get a barebone "extra" desktop on second screen, for "free", yay!
    Dual Screen - pros:
    Accelerated output
    Start apps with enviroment variable "DISPLAY=0.1" to second screen
    Duals Screen - usability:
    KDE: good
    Gnome: poor (Apps end up on wrong screen all to often, Autostarted apps in the notification area / system tray crashes)
    Xfce: good
    Needless to say i think all setups pretty much suck, but what to do, what to do...
    Either way i run dual screens because i want glx accelerated graphics.
    As i use xfce and kde, i have no problems with this setup, but what about all gnome people?
    Also, i've been browsing the net for DAYS (really) trying to figure out how to stop xfce, gnome and kde from loading that second desktop. There is NO info whatsoever on how to do this.
    I want plain X, on my second screen/head. I have heard of people having this, but because of gnome/whatever not supporting dual-head, back in the days. Also one guy i spoke with accidently got this behaviour with KDE 3.5.2 when changing from gdm to kdm.
    I also WANT this bug (which for me would be a feature!).
    This way i could fire up another WM on that head, or why not freevo as a dedicated media player together with my remote control?
    help me out...

    @pelle: I have the same problem with gnome... in my xinitrc I first start ratpoison on the second screend but if I start gnome afterwards it takes both screens anyway. It currently only works with two 'simple' WMs. Though, I like Fluxbox as a replacement for gnome/kde very much. If it only had support for beryl, it would definately be my WM of choice.
    @tmadhavan: You can indeed only have one exec line but you can execute any amount of commands before that line adding a '&' at the end of the line. The exec just defines the command that is linked to the XServer which means, if the 'exec' command exits, then the Xserver exits as well. But it doesn't have the WM you use with 'exec'. I once used a script I had written there, that allowed me to change the WM on the fly without shutting down neither X itself, nor any application I had running.

  • Kdemod 4.2 and dual head

    I am trying to setup dual monitor in kde 4.2. I ran the command
    xrandr --output DVI-0 --right-of VGA-0
    but it doesn't work, I get an error msg
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    . Doesn't kde 4 support dual head?

    what videocard are you using?
    I have kde4.2 running smoothly on my nvidia-card with twinview
    It's not yet perfect but it runs fine, there are still some problems if you want to use panels on both screens.
    Also watch out with gtk-qt, here there are problems with gvim, openoffice, ... if you use it select the gtk style kde4-oxygen, then everything works fine

Maybe you are looking for

  • MSI nVidia GeForce 4200 TI driver problem

    Hi.. I really need your help guys.. First of all, I have Windows XP Pro. Okay, I have this MSI nVidia GeForce 4200 TI card, and wanted to change drivers. I had 50.xx, and wanted to change back to 40.xx, because it works better with Counter-Strike. So

  • What is the impact on an Exchange server when moving FSMO role and schema master into another DC?

    What is the impact on an Exchange server when moving FSMO role and schema master into another DC? What do we have to do on exchange after performing a such task? I had 1 DC (Windows server 2008 R2), 1 Exchange 2010 SP3. I install a new DC (Windows se

  • Checks not printing after f110

    Hi all after we ran the f110 tcode, the checks are not printing out, i checked the variant and the print immediately wasnt checked, i checked that and it still doesnt print. The job log in SM35 shows as completed. I checked in SP2 and i cant get the

  • X11 problem after upgrade to Snow Leopard

    I have just upgraded to Snow Leopard from Tiger. I use Sun's Secure Global Desktop native client which runs using X11. It worked fine under Tiger, but since the upgrade it isn't working - the native client starts up, I can access its menus (for prefe

  • Downloaded video blurs in imovie hd 6

    I was able to download last years video of my horse from website to edit in imovie, but it looks blurry. What can i do to smooth it out. It plays fine in QT or windows media player.