[SOLVED] Another ATI odissey: dual head with xrandr

OK folks, say "Thanks!" to ATI for keeping the forum activity sky-high...
Let's start from the beginning: I have aSony Vaio VGN-SR21M/S laptop which sports an ATI Mobility Radeon HD3470, I use it at work and I love the dual monitor setup. Things worked beautifully with xorg-server 1.5 and catalyst 9.1, so I even wondered why so many people complains about ATI stuffs under Linux. But then xorg-server 1.6 came...
At first, I sticked with catalyst 9.4 from AUR, single and dual monitor worked (even if holding down a key made the X server crash when using dual monitor). After an upgrade (don't remember which one) catalyst refused to work, causing a segfault when starting X (the infamous signal 11 which fills the forums in these days). I tried to recompile the drivers, to reinstall the server, but nothing worked, so I decided to switch to the open xf86-video-ati driver.
The open driver works pretty well with single screen, but dual screen is driving me mad. Here's my xorg.conf:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
EndSection
Section "Device"
Identifier "Card0"
Driver "radeon"
Option "monitor-VGA-0" "VGA"
Option "monitor-LVDS" "LVDS"
EndSection
Section "Monitor"
Identifier "VGA"
Option "PreferredMode" "1280x1024"
Option "RightOf" "LVDS"
EndSection
Section "Monitor"
Identifier "LVDS"
Option "PreferredMode" "1280x800"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "LVDS"
DefaultDepth 24
SubSection "Display"
Modes "1280x800"
Depth 24
Virtual 2560 1024
EndSubSection
EndSection
and here's the output of xrandr:
$ xrandr
Screen 0: minimum 320 x 200, current 2560 x 800, maximum 2560 x 1024
VGA-0 connected 1280x800+1280+0 (normal left inverted right x axis y axis) 0mm x 0mm
1280x800 59.8*
1024x768 60.0
800x600 60.3
640x480 59.9
LVDS connected 1280x800+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1280x800 59.8*+
1280x720 59.9
1152x768 59.8
1024x768 60.0 59.9
800x600 60.3 59.9
640x480 59.9 59.4
HDMI-0 disconnected (normal left inverted right x axis y axis)
DVI-0 disconnected (normal left inverted right x axis y axis)
Screens seem ccorrectly configured, but the laptop LCD (LVDS) is blank. I can switch screens off and switch output, but can't make them work at the same time. I tried to remove the static configuration and tried to do everything manually using xrandr, but with the same results.
I don't know if it is a driver issue (so maybe switching to radeonhd could solve the problem) or an xorg bug...
Can anyone give me some useful hint? Thanks
Last edited by snack (2009-04-25 19:28:57)

Solved. Using radeonhd instead of ati makes everything as smooth as possible. The above xorg.conf works perfectly (substituting the monitor names used by ati with those used by radeonhd). I think that the problem is R600 support in ati, which is admittedly experimental and incomplete. Hope this can help someone...

Similar Messages

  • Dual-head with Radeon HD 2400LE not working/behaving strangely

    I have a Radeon HD 2400LE video card. and I'm attempting to set up dual-head with a 17" (1280x1024) scree and a 24" (1920x1200) screen.  I originally tried fglrx, and it worked mostly, but caused partial lockups every few hours (the mouse cursor would move, but didn't seem to pass any events to anything - even hover wouldn't work).  I'd like to use the radeonhd driver in any case, and I'm currently trying it from git/AUR, version 20090116-1.  I'll post my xorg.conf here shortly, once I've cleaned it up a bit.  Anyhow, I'm running KDE 4.2, and the display settings list VGA (my second monitor), DVI-digital (my first monitor), DVI-analog (the same port), and TV (S-Video - not used).  However, clicking "Identify Outputs" displays the VGA output properly, but the DVI-digital output indicator is shown halfway off the top-left corner of the VGA-connected screen.  Enabling the DVI monitor's output does something, because the monitor recognizes that it's connected, but it won't display anything, and changing the DVI settings causes various weird issues with the VGA-connected screen.  I'm not using Xinerama, as I was planning on doing the whole thing with KDE and the help of XRandR.  I could really use some help with this, as I've been fighting with dual-head all week.
    Thanks

    Here is my xorg.conf, it sounds like you are trying to acheive a similar setup to what I have, maybe you'll find this helpful
    let me know if you have anyquestions on it.
    Section "Module"
    Load "dbe"
    SubSection "extmod"
    Option "omit xfree86-DGA"
    EndSubSection
    Load "glx"
    Load "freetype"
    #Load "type1"
    Load "dri"
    Load "drm"
    EndSection
    Section "Files"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Server Flags"
    Option "AutoAddDevices" "false"
    EndSection
    Section "Input Device"
    Identifier "Keyboard1"
    Driver "kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbRules" "xorg"
    Option "XkbModel" "microsoft"
    Option "XkbLayout" "us"
    EndSection
    Section "Input Device"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "Auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    Option "Emulate3Buttons"
    EndSection
    Section "Monitor"
    Identifier "monitor0"
    Option "DPMS" "true"
    EndSection
    Section "Monitor"
    Identifier "monitor1"
    Option "DPMS" "true"
    Option "RightOf" "monitor0"
    EndSection
    Section "Device"
    Identifier "device0"
    Driver "radeonhd"
    BusID "PCI:1:5:0"
    Option "monitor-DVI-D_1" "monitor0"
    Option "monitor-VGA_1" "monitor1"
    Option "RROutputOrder" "DVI-D_1"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "device0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "ServerLayout"
    Identifier "Multihead Layout"
    Screen "Screen0" 0 0
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    EndSection
    Section "DRI"
    Group "video"
    Mode 0666
    EndSection
    Last edited by Cyrusm (2009-01-25 04:34:14)

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

  • [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)

  • Black screen with dual head with kernel 3.7

    When I boot my (rather old) laptop with a VGA screen attached, the main LVDS screen goes totally black (with no backlight) at loading the module i915 and the VGA screen goes black (but one can see the backlight is on). When I boot without the VGA screen attached all is normal (and I can plug it afterwards). In the first case xorg does not start (or is not visible).
    I have no problems with previous kernels or with the lts kernel if I pass the VIDEO=SVIDEO-1:d kernel parameters (otherwise the screen goes black when I attach no screen).
    Anyone having such problams, any workaround. For the moment, I just use the lts kernel.
    Relevant output of lspci:
    00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
    Last edited by olive (2013-01-21 15:51:02)

    see this
    https://bugs.archlinux.org/task/33062?project=1&cat[0]=10&string=linux
    https://bugs.freedesktop.org/show_bug.cgi?id=57365

  • Compiz Fusion + Dual Head + Xinerama

    When I try to run fusion-icon with two monitors connected, I get this error:
    compiz (core) - Fatal: No composite extension
    Is there an extra module I need to load in xorg.conf for xinerama + compiz?
    thanks in advance
    _matt

    Yea, you're right.  You need to use mergedFB with to get compiz working with ATI on dual head.  However, mergedfb requires you to use the open source drivers, thus making it not  compatible with my old (x300) card.
    (in case someone is reading this later on, the list of supported cards with the (open source) radeon driver is here: http://www.botchco.com/alex/radeon/merg … eon.4.html)
    Last edited by matt0509 (2008-06-22 15:45:35)

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

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

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

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

  • [Solved] Screen goes black when I run "xrandr" with displayport connec

    I am running Arch on a Dell Latitude E6500 with Xorg, nouveau, and Gnome 3. The graphics chipset is identified by lspci as "01:00.0 VGA compatible controller: NVIDIA Corporation G98M [Quadro NVS 160M] (rev a1)".  So far, everything has gone swimmingly with the integrated monitor. Today, I tried to connect an external monitor via DisplayPort. I initially connected the monitor with the system booted and logged in graphically. The external monitor did not receive a signal, so I ran xrandr in an xterm to see if it was being detected. As soon as I ran the command, the laptop screen went black. On a reboot (this time with the DisplayPort cable plugged in from the start), the boot process stopped at the end of the systemd messages (ie, the boot was successful, but X did not appear to start). Connecting to the system via ssh from another machine, I set DISPLAY=:0 and ran xrandr:
    Screen 0: minimum 320 x 200, current 1280 x 800, maximum 8192 x 8192
    LVDS-1 connected primary 1280x800+0+0 (normal left inverted right x axis y axis) 331mm x 207mm
    1280x800 60.03*+ 40.02
    1024x768 59.92
    800x600 59.86
    640x480 59.38
    720x400 59.55
    640x400 59.95
    640x350 59.77
    VGA-1 disconnected (normal left inverted right x axis y axis)
    DP-1 connected (normal left inverted right x axis y axis)
    1920x1200 59.95 +
    1600x1200 60.00
    1280x1024 75.02 60.02
    1152x864 75.00
    1024x768 75.08 60.00
    800x600 75.00 60.32
    640x480 75.00 60.00
    720x400 70.08
    DP-2 disconnected (normal left inverted right x axis y axis)
    So, X does appear to be running, but isn't actually rendering to either monitor. I noted that there is no "*" next to a graphics mode for DP-1, which I took to mean that no mode was selected.
    I then ran "xrandr --output DP-1 --auto" in an attempt to wake up the monitor. This had no effect on either monitor (I still had the boot messages on the integrated monitor, and a blank screen on the external), but running xrandr again showed that the default 1920x1200 mode was selected:
    Screen 0: minimum 320 x 200, current 3200 x 1200, maximum 8192 x 8192
    LVDS-1 connected primary 1280x800+0+0 (normal left inverted right x axis y axis) 331mm x 207mm
    1280x800 60.03*+ 40.02
    1024x768 59.92
    800x600 59.86
    640x480 59.38
    720x400 59.55
    640x400 59.95
    640x350 59.77
    VGA-1 disconnected (normal left inverted right x axis y axis)
    DP-1 connected 1920x1200+1280+0 (normal left inverted right x axis y axis) 519mm x 320mm
    1920x1200 59.95*+
    1600x1200 60.00
    1280x1024 75.02 60.02
    1152x864 75.00
    1024x768 75.08 60.00
    800x600 75.00 60.32
    640x480 75.00 60.00
    720x400 70.08
    DP-2 disconnected (normal left inverted right x axis y axis)
    The Xorg log shows the monitor connected through DisplayPort being detected with nothing that immediately looks like an error:
    [ 22.289] (II) NOUVEAU(0): EDID for output DP-1
    [ 22.289] (II) NOUVEAU(0): Manufacturer: DEL Model: a02b Serial#: 842084435
    [ 22.289] (II) NOUVEAU(0): Year: 2009 Week: 7
    [ 22.289] (II) NOUVEAU(0): EDID Version: 1.4
    [ 22.289] (II) NOUVEAU(0): Digital Display Input
    [ 22.289] (II) NOUVEAU(0): 8 bits per channel
    [ 22.289] (II) NOUVEAU(0): Digital interface is DisplayPort
    [ 22.289] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 52 vert.: 32
    [ 22.289] (II) NOUVEAU(0): Gamma: 2.20
    [ 22.289] (II) NOUVEAU(0): DPMS capabilities: Off
    [ 22.289] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4
    [ 22.289] (II) NOUVEAU(0): First detailed timing is preferred mode
    [ 22.289] (II) NOUVEAU(0): Preferred mode is native pixel format and refresh rate
    [ 22.289] (II) NOUVEAU(0): redX: 0.674 redY: 0.319 greenX: 0.188 greenY: 0.706
    [ 22.289] (II) NOUVEAU(0): blueX: 0.148 blueY: 0.064 whiteX: 0.313 whiteY: 0.329
    [ 22.289] (II) NOUVEAU(0): Supported established timings:
    [ 22.289] (II) NOUVEAU(0): 720x400@70Hz
    [ 22.289] (II) NOUVEAU(0): 640x480@60Hz
    [ 22.289] (II) NOUVEAU(0): 640x480@75Hz
    [ 22.289] (II) NOUVEAU(0): 800x600@60Hz
    [ 22.289] (II) NOUVEAU(0): 800x600@75Hz
    [ 22.289] (II) NOUVEAU(0): 1024x768@60Hz
    [ 22.289] (II) NOUVEAU(0): 1024x768@75Hz
    [ 22.289] (II) NOUVEAU(0): 1280x1024@75Hz
    [ 22.289] (II) NOUVEAU(0): Manufacturer's mask: 0
    [ 22.289] (II) NOUVEAU(0): Supported standard timings:
    [ 22.289] (II) NOUVEAU(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 22.289] (II) NOUVEAU(0): #1: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
    [ 22.289] (II) NOUVEAU(0): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 22.289] (II) NOUVEAU(0): Supported detailed timing:
    [ 22.289] (II) NOUVEAU(0): clock: 154.0 MHz Image Size: 519 x 320 mm
    [ 22.289] (II) NOUVEAU(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
    [ 22.289] (II) NOUVEAU(0): v_active: 1200 v_sync: 1203 v_sync_end 1209 v_blanking: 1235 v_border: 0
    [ 22.290] (II) NOUVEAU(0): Serial No: G283H929210S
    [ 22.290] (II) NOUVEAU(0): Monitor name: DELL 2408WFP
    [ 22.290] (II) NOUVEAU(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
    [ 22.290] (II) NOUVEAU(0): EDID (in hex):
    [ 22.290] (II) NOUVEAU(0): 00ffffffffffff0010ac2ba053303132
    [ 22.290] (II) NOUVEAU(0): 07130104a534207822b325ac5130b426
    [ 22.290] (II) NOUVEAU(0): 105054a54b008180a940714f01010101
    [ 22.290] (II) NOUVEAU(0): 010101010101283c80a070b023403020
    [ 22.290] (II) NOUVEAU(0): 360007402100001a000000ff00473238
    [ 22.290] (II) NOUVEAU(0): 3348393239323130530a000000fc0044
    [ 22.290] (II) NOUVEAU(0): 454c4c20323430385746500a000000fd
    [ 22.290] (II) NOUVEAU(0): 00384c1e5311010a2020202020200012
    [ 22.290] (II) NOUVEAU(0): Printing probed modes for output DP-1
    [ 22.290] (II) NOUVEAU(0): Modeline "1920x1200"x60.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
    [ 22.290] (II) NOUVEAU(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 22.290] (II) NOUVEAU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 22.290] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 22.290] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 22.290] (II) NOUVEAU(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 22.290] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 22.290] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 22.290] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 22.290] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 22.290] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 22.290] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    Googling has turned up a number of people having issues with DisplayPort, but in these cases the external monitor simply needs to be enabled (xrandr --auto, a BIOS setting, etc). Has anyone experienced this situation, where the working primary monitor stops working?
    Thanks!
    Last edited by Gavster (2015-01-25 17:00:50)

    I got a displayport -> HDMI cable to try the laptop with my television. This worked seamlessly, with X auto-detecting the new monitor and correctly enabling it with a default of 1920x1080 (interlaced). I also was able to change it to 1280x720 (progressive) with xrandr. Since the monitor I originally tried with straight displayport also has an HDMI input, I tried the new cable there and again was met with success. I'll mark this as solved with the likely culprit being something very strange with my displayport cable (I had ruled the cable out since the EDID was properly reporting the monitor model and supported resolutions).

  • ATI display driver lost with Linux and XP dual boot os

    I brought ThinkPad W500 with windows vista. I want to get rid of the hidden boot system reserved partition and downgrade to windows xp and install OpenSuse os. Following some sourses found on the web, I first set the bios sata ahci mode to compatable mode. Then install windows xp and update the sata driver. Restart and reset the bios sata back to ahci mode. It works fine with windows xp and I install back all driver. Finally I install OpenSuse and create dual boot with Grub. 
    But a serious problem come up with me. Everytime after restart from the linux os and back to windows xp, xp doesn't regonize the ATI display divice and tell me no driver installed with low screen resolution. And I have to restart the machine and boot direct into xp for the second time and the problem gone. But it is so annoying of doing this everytime. Anyone can help? Many thanks.
    Solved!
    Go to Solution.

    Hi stanleyimko,
    I don't have an answer, just a couple of questions:
    Does your W500 have switchable graphics?  If so, you may have to turn off "let the OS detect" or permanently select one or the other in BIOS.  XP isn't switchable aware, so I don't know why that would make a difference.
    Do you see the problem on cold (re) boot to XP, or only on warm reboot from Linux to XP?
    Seems like something is leaving your BIOS in an odd state (I guess that's obvious) and maybe a cold reboot would sort it.
    Z.
    The large print: please read the Community Participation Rules before posting. Include as much information as possible: model, machine type, operating system, and a descriptive subject line. Do not include personal information: serial number, telephone number, email address, etc.  The fine print: I do not work for, nor do I speak for Lenovo. Unsolicited private messages will be ignored. ... GeezBlog
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • Alittle help with dual-setup with ati radeon 5770

    Hello everyone, I have been trying to setup a dual display with 2 flat panel monitors.
    1. A WestingHouse Digital Electronics "17"
    2. A Goldstar Company Ltd "23" (Main Display)
    Im currently running the gnome desktop, what im trying to setup, is have both the gnome desktop show up on both monitors. For example if I wanted to move something from my main monitor to the smaller one to the left of me, I want to NOT be able to do that, and only have the mouse be able to move accross the 2. 2 Seperate desktops one 2 seperate screens. Im not quite sure what its called, Im thinking maybe its a clone Desktop? Anways, The graphics card Im using is an
    Ati Radeon 5770, has 2 vga ports. I currently have the "video-ati" driver installed and works well with my main screen, but im unable to get my secondary screen (to the left of me) working. I tried going into System>>Preferences>>Monitors, and tried tinkering with the display, and tried enabling the 2 monitors and moving them from left to right, to see if that would possibly let it show up or start to function, but only the main screen works. I generated a new xorg.conf, since I didnt have one prior to installing Arch, I was following these to guides
    http://en.gentoo-wiki.com/wiki/X.Org/Dual_Monitors
    http://en.gentoo-wiki.com/wiki/X.Org/Dual_Monitors/ATI
    both are very nice, but Im still not quite understanding yet. Defiantly am trying. I edited my xorg.conf a few times, but got the same results each time, just the screen going blank and X crashing.  I have here a copy of my xorg.conf, Xorg.conf.log, and xrandr output
    Xorg.conf
    http://pastebin.com/hbmdKrfv
    Xorg-logs
    http://pastebin.com/USZvtAMJ  (Im thinking the Vsync and Hsync have something that might help)
    Xrandr
    http://pastebin.com/2cV95Ef4
    Thank you guys!

    An xorg.conf may not be necessary, but I still find it nice to have the control that the file provides.
    In looking over yours, I see several things that could be causing your problems.
    First off,  I notice that you have Screen0  that is using Card0 and Monitor0.  This part looks ok. 
    When I look at Screen1, I notice that you are using  ATI Graphics Adapter1 and Monitor1.   I don't see entries for either of those, although you have an ATI Graphics Atapter2, but there is no entry for your second monitor.
    I also notice that you are trying to use both radeon and fglrx as drivers.  As far as I know (and I don't have an ATI video card at the moment), you can use one driver or the other, but not both.
    After you have these things fixed, then you can put in the Screen section in your server layout to describe the positioning of your second monitor.
    All in all, the issues that you have to fix are minor,  but frusterating if you are too close to the situation. 
    Good luck.

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

Maybe you are looking for

  • Why is Adobe Acrobat XI Pro launching as a continuation of a trial version in Windows 7?

    I have completely uninstalled the trial version prior to downloading the new version with my Adobe Application Manager, yet it still prompts me to purchase the product.  If I click on "License This Software" and sign in with my Adobe ID, it displays

  • How to put smartform in mail body

    Hi colleagues, I would like to send a mail with content build from a SMARTFORM.  I call the smartform function module and get the corresponding OTF file,  but I did not succeed to put it in a readable way in the mail body. How ot get the smartform as

  • Bea type 4 db2 driver-stored procedure error

    Iam creating a connection pool in weblogic 9.2 MP2 using bea type 4 db2 driver and excuting a stored procedure.Iam getting following error I enabled spy spy(2008/02/13 09:41:58.050)>> Driver Name = DB2 spy(2008/02/13 09:41:58.050)>> Driver Version =

  • Pal dvd settings

    I have accidently deleted all the apple dvd settings out of compressor 3. Ive been told the only way to get them back would be to re install final cut studio. Its not possible for me to do this at the moment. Would it be possible for any one who work

  • Partial pie chart build

    Hi Folks, I need to have a 3D pie chart and then animate only the amount of the pie I want to show, not the rest of it. I have tried creating a pie chart and made the proportions to equal 100%. By animating the build in as 3D grow I can make the wedg