ATI HD 5700 dual screen flicker

     You will see this with boot camp Windows 7 ultimate 64 bit, however when opening a windows media video a slight line/flicker appears then goes away 2 seconds later. I followed every clue and so far have eliminated video card, adapter, wire, and cables. If it is a driver issue both Apple and ATI have not seen it nor has there been a fix for it. 99.9% of Mac Pro users will not see this due to it only happening on a dual screen Windows setup. In OS X Lion it never appears. I truly believe it is software related because I have 2 VGA 19" square generic Acer monitors and when I set the settings to one screen, the problem never appears. Any more input will be appreciated.

The dual monitor setup although new is only VGA in. For some reason the Acer corp can only give
the answer not the reason but dual monitor with lets say 2 other monitors stops this from occuring
so even though these are beautiful screens they will not work properly with setup.
Thank You Acer
Acer V193:
  Resolution:          1280 x 1024 @ 60 Hz
  Pixel Depth:          32-Bit Color (ARGB8888)
  Display Serial Number:          LBZ081684206
  Mirror:          Off
  Online:          Yes
  Rotation:          Supported
  Adapter Type:          Apple Mini DisplayPort To VGA Adapter
  Adapter Firmware Version:          1.03

Similar Messages

  • Dual Screen Flicker?

    I have a new MacBook Pro with a new 20" studio Display attached. I like to run them side by side to give me more desktop space.
    After about 1 hour after being connected and ON the MBpro monitor begins to flicker, ghost and go crazy. The external monitor being hooked up has been the only time it does this. I try disconnecting the montitor and plugging back in but it does it again. Only fix is to restart. Any thoughts? Am I doing something wrong?
    thanks

    Actually, those temperatures are not that high. And it sounds like you are not creating thermal problems since you are allowing air to flow around the MBP. The only thing I would question, since I don't know how big an iTrip box is, maybe that could be acting as an insulator against an important part of the underneath side of the MBP.
    A box with still air in it isn't going to be much aid to cooling. In fact, it makes a pretty darn good insulator. It would be better if you could figure out a way to hold the MBP up from it's corners near the area of the rubber feet. That would allow for more surface area of the bottom being exposed to air.

  • What options do I have if I want to set up a dual screen?

    I have a Thinkpad T400 with a ATI Radeon HD3470 card. I am running the latest Arch x86_64 with Fluxbox and the 9.4 Catalyst drivers.
    What is the easiest solution to set up a dual screen? Is there a way to do this without editing xorg.conf? Not that editing xorg.conf really is a big problem, but I will be moving around a bit and finding the correct settings for each screen would take some work. And I would like to see how far the dual screen development has come on GNU/Linux.
    The way I see it the best way would be to have two screens with separate resolutions. Since LCD screens do not handle resolutions other then the native very well. So just stretching the screen makes the slave screen run the same height as the parent screen. Or am I wrong? It is not a problem running stretched if the screens run at the native resolution.
    So, xrandr just gives me stretching. And the need of editing xorg.conf.
    What about Twinview(just for nVidia) and Xinerama?
    Is there other solutions?
    SOLUTIONS:
    There is arandr and lxrandr, both frontends to xrandr. Requires minimal xorg.conf editing. Only add a virtual line in the screen section. The virtual size does not have to be accurate, it only have to be bigger then the screens together. In my case, I have a 1440x900 primary screen and at most a 1280x1024 secondary screen. So my virtual size would be minimum 2720x1024. This is with the screens side by side. If the screens is one above the other it would be 1440x1924.
    The exact size of the monitor is handled by xrandr(arandr or lxrandr). So, there will be no dead zone in the width(side by side solution), if the real height is different on the screen there will be a dead zone in height.
    Using arandr or lxrandr means that you manually have to set this up each time the computer is restarted. To automate this, you can use xrandr. First do a
    # xrandr
    Screen 0: minimum 320 x 200, current 2464 x 900, maximum 2720 x 1024
    LCD connected 1440x900+0+0 (normal left inverted right x axis y axis) 304mm x 190mm
    1440x900 50.0*+ 60.2
    1152x864 60.0 50.0
    1280x768 59.9 50.0
    1280x720 60.0 50.0
    1024x768 60.0 50.0
    800x600 60.3 50.0
    720x480 60.0 50.0
    640x480 60.0 50.0
    640x400 59.9 50.0
    512x384 60.0 50.0
    400x300 60.7 50.0
    320x240 60.0 49.9
    320x200 60.1 50.0
    DFP1 disconnected (normal left inverted right x axis y axis)
    CRT1 connected 1024x768+1440+0 (normal left inverted right x axis y axis) 304mm x 228mm
    1024x768 60.0*+ 75.0 70.1 60.0*
    800x600 72.2 75.0 70.0 60.3 56.2
    720x480 60.0
    640x480 75.0 72.8 75.0 60.0
    640x400 75.1 59.9
    512x384 60.0 74.9
    400x300 75.0 60.7
    320x240 75.6 60.0
    320x200 75.5 60.1
    to find out where the screens are connected. Mine are LCD and CRT1. Then test with
    # xrandr --output CRT1 --right-of LCD
    to see if you get a stretched desktop. If this works, just add the last line to your .xinitrc
    This solution gives you stretching.
    My complete xorg.conf
    # Copyright 2004 The X.Org Foundation
    Section "ServerLayout"
    Identifier "Laptop"
    Screen 0 "Default" 0 0
    EndSection
    Section "ServerFlags"
    Option "AutoAddDevices" "True"
    EndSection
    Section "Monitor"
    Identifier "LCD"
    Option "DPMS" "true"
    EndSection
    Section "Device"
    Identifier "radeon_hd"
    Driver "fglrx"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "Default"
    Device "radeon_hd"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1440x900" "1024x768"
    Virtual 2720 1024
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    Last edited by orjanp (2009-05-01 09:33:55)

    I have an ATI Mobility x1600 on my laptop,and I use a separate CRT monitor as second output (well primary until I fix my backlight)
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    Screen 1 "Screen1" RightOf "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "USB Mouse" "CorePointer"
    EndSection
    Section "ServerFlags"
    Option "AllowMouseOpenFail" "true"
    Option "AutoAddDevices" "False"
    Option "DontZap" "False"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc:unscaled"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/PEX"
    FontPath "/usr/share/fonts/cyrillic"
    FontPath "/usr/share/fonts/local"
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/ttf/western"
    FontPath "/usr/share/fonts/ttf/decoratives"
    FontPath "/usr/share/fonts/truetype"
    FontPath "/usr/share/fonts/truetype/openoffice"
    FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath "/usr/share/fonts/latex-ttf-fonts"
    FontPath "/usr/share/fonts/defoma/CID"
    FontPath "/usr/share/fonts/defoma/TrueType"
    EndSection
    Section "Module"
    Load "ddc"
    Load "drm"
    Load "dbe"
    Load "dri"
    Load "extmod"
    Load "glx"
    Load "bitmap"
    Load "freetype"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    Option "XkbVariant" ""
    EndSection
    Section "InputDevice"
    Identifier "USB Mouse"
    Driver "mouse"
    Option "Device" "/dev/input/mice"
    Option "SendCoreEvents" "true"
    Option "Protocol" "IMPS/2"
    Option "ZAxisMapping" "4 5"
    Option "Buttons" "5"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    Option "DPMS" "No"
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    Option "DPMS" "No"
    ModeLine "1024x768" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync +vsync Interlace
    ModeLine "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
    ModeLine "1024x768" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
    ModeLine "1024x768" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
    ModeLine "1024x768" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
    ModeLine "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
    ModeLine "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
    ModeLine "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync
    ModeLine "1024x768" 113.31 1024 1096 1208 1392 768 769 772 814 -HSync +Vsync
    ModeLine "1280x1024" 190.96 1280 1376 1520 1760 1024 1025 1028 1085 -HSync +Vsync
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "ati"
    VendorName "ATI Technologies Inc"
    BoardName "M56P [Radeon Mobility X1600]"
    BusID "PCI:1:0:0"
    Option "AGPMode" "4"
    Option "ColorTiling" "on"
    Option "AccelMethod" "EXA"
    Option "AGPFastWrite" "yes"
    Option "DRI" "on"
    Screen 0
    Option "DDCMode" "True"
    Option "MonitorLayout" "LVDS,CRT"
    EndSection
    Section "Device"
    Identifier "Card1"
    Driver "ati"
    VendorName "ATI Technologies Inc"
    BoardName "M56P [Radeon Mobility X1600]"
    BusID "PCI:1:0:0"
    Option "AGPMode" "4"
    Option "ColorTiling" "on"
    Option "AccelMethod" "EXA"
    Option "AGPFastWrite" "yes"
    Option "DRI" "on"
    Screen 1
    Option "DDCMode" "True"
    Option "MonitorLayout" "LVDS,CRT"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1280x800" "1024x768"
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Card1"
    Monitor "Monitor1"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1024x768"
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    Section "Extensions"
    Option "Composite" "false"
    EndSection
    This works, and I get separate resolutions on the monitors. I tried using radeonhd but then the resolution on teh second monitor goes to some crappy values(which I figure are calculated proportionally to the 1280x800 one).

  • External monitor simply not working - including with external dock (dual screen)

    I can't get the external monitor (aka dual screen) to work on my T60 via the VGA port. My model is currently running Windows XP and has a ATI Radeon X1300 video card.
    I'm 6 months out of warantee (although this problem started while in warantee but I can't convince Lenovo of that).
    I've tried the following:
    - ensuring "extend my monitor onto this desktop" in windows display properties
    - disabling/enabling Presentation Director and trying all the schemes
    - setting all different combinations of modes for resolution/colour on both (LCD + VGA) monitor
    - trying two different monitors and cables (which did work with other computers)
    - Updating the video drivers (from the Lenovo website) and Presentation Director to the latest versions
    I then figured it might be a hardware fault, so I tried to see if the external monitor was activated on bootup. I made sure the "LCD + VGA" option on boot was selected in BIOS. Still no joy.
    Finally, I figured the actual VGA connector was broken so I bought a compatible mini docking station (port replicator) and attached the VGA cable to that and even that didn't work.
    What on earth could be wrong if it's not the software and not the VGA connector? The video card is working as its powering the LCD display?
    Is my only option to give it in to repair (I can't afford that)?
    Michael
    Message Edited by mstrom on 07-03-2008 04:03 AM

    T23FUN wrote:
    Hi,
    Does the external connections and cables work with another system. I'd do that first.
    If all of it works with another system then it could be drivers or internal things but try that first.
    There are some driver updates on the Lenovo site. Make sure your BIOS are updated and such.
    Good Luck,
    Yup, checked the cables and monitor with another system (actually with the same laptop using a USB->VGA adaptor which isn't a long-term fix)
    Also updated to all the latest driver including a BIOS update (which I forgot to mention).
    thanks,
    Michael

  • X crashes on startup with AMD dual screen setup

    Ever since I bought my AMD Kaveri A10-7850K at the end of January last year I've been having trouble getting a dual screen setup to work properly. Initially I put this down to poor beta drivers, and as I had far too much going on to investigate the issue further beyond some fiddling with xorg.conf, I bought an AMD A4-4000 as a temporary solution while waiting for the Catalyst drivers to catch up.
    In June last year I decided to give my A10-7850K another go, assuming that the Catalyst driver would have matured enough in the meantime to cater for the Kaveri processors. Unfortunately the situation was still the same, and I I didn't have the time nor want to be swapping processors all constantly to I decided to just give up on a dual monitor setup for the time being.
    After many years of using two screens, however, it is very hard to get used to a single monitor again, and as January is a quiet month for me I decided today to have another at getting it to work properly.
    My setup is as follows:
    an LG LG 23EA63V connected via HDMI as my main monitor at 1920x1080
    a Viewsonic VP-171b connected via DVI as my secondary monitor at 1280x1024
    AMD A10-7850K APU
    Catalyst 14.12-1 drivers installed from Vi0l0's repo
    Xorg 1.15 installed from Vi0l0's repo
    KDE 4.14.3 using kwin
    KDM is launched using kdm.service
    KMS disabled via nomodeset
    fglrx module loaded on boot via cat /etc/modules-load.d/catalyst.conf
    Tear free rendering enabled
    After plugging in my secondary monitor configuring it in amdcccle to be to the right of my primary moniotor in multi-display desktop mode, everything works correctly. This even works in my preferred setup where the secondary monitor is rotated into portrait mode, although I currently have not configured rotation so as to not overcomplicate the troubleshooting.
    Upon rebooting, however, X hangs with a static white cursor in the top left hand of both screens, which after a while disappears completely. I then have to unplug the secondary (DVI) monitor and hard reset the PC before I can boot into my desktop again. The bizarre thing is though that when I plug in my secondary monitor again and configure it as desired, either through amdcccle or krandr, everything works perfectly again.
    This is, of course, an incredibly cumbersome way of working, especially when most of the time I forget to disconnect my DVI monitor prior to turning on my PC, hence me just making do with a single monitor for the past 7 months.
    I did a complete fresh install of Catalyst yesterday (uninstall drivers, delete remaining config files, reinstall drivers from repo), to no avail.
    Output from xrandr after rebooting with the secondary monitor disconnected:
    $ xrandr
    Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
    DFP1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 510mm x 290mm
    1920x1080 60.00*+ 50.00 59.94 60.00 50.00 59.94
    1776x1000 50.00 59.94 50.00 59.94
    1680x1050 50.00 59.95
    1400x1050 50.00 59.98
    1600x900 50.00 60.00
    1280x1024 50.00 60.02
    1440x900 50.00 59.89
    1280x960 50.00 60.02
    1280x800 50.00 59.81
    1152x864 50.00 59.96
    1280x768 50.00 59.81
    1280x720 60.00 50.00 59.94
    1024x768 50.00 60.00
    1152x648 50.00 59.94
    800x600 50.00 60.32
    720x480 50.00 60.00 59.94
    640x480 50.00 60.00 59.94
    DFP2 disconnected (normal left inverted right x axis y axis)
    CRT1 disconnected (normal left inverted right x axis y axis)
    Output from xrandr after reconnecting the secondary monitor:
    $ xrandr
    Screen 0: minimum 320 x 200, current 3200 x 1080, maximum 16384 x 16384
    DFP1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 510mm x 290mm
    1920x1080 60.00*+ 50.00 59.94 60.00 50.00 59.94
    1776x1000 50.00 59.94 50.00 59.94
    1680x1050 50.00 59.95
    1400x1050 50.00 59.98
    1600x900 50.00 60.00
    1280x1024 50.00 60.02
    1440x900 50.00 59.89
    1280x960 50.00 60.02
    1280x800 50.00 59.81
    1152x864 50.00 59.96
    1280x768 50.00 59.81
    1280x720 60.00 50.00 59.94
    1024x768 50.00 60.00
    1152x648 50.00 59.94
    800x600 50.00 60.32
    720x480 50.00 60.00 59.94
    640x480 50.00 60.00 59.94
    DFP2 connected 1280x1024+1920+0 (normal left inverted right x axis y axis) 338mm x 270mm
    1280x1024 60.02*+ 75.02
    1280x960 75.02 60.02
    1152x864 75.00 60.02
    1280x768 75.02 60.02
    1280x720 75.02 60.02
    1024x768 85.00 75.03 70.07 60.00
    800x600 85.06 72.19 75.00 60.32 56.25
    640x480 85.01 75.00 72.81 66.61 59.94
    CRT1 disconnected (normal left inverted right x axis y axis)
    my xorg.conf file:
    Section "ServerLayout"
    Identifier "aticonfig Layout"
    Screen 0 "aticonfig-Screen[0]-0" 0 0
    EndSection
    Section "Module"
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-0"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-1"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Monitor"
    Identifier "0-DFP1"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    Option "PreferredMode" "1920x1080"
    Option "TargetRefresh" "60"
    Option "Position" "0 0"
    Option "Rotate" "normal"
    Option "Disable" "false"
    EndSection
    Section "Monitor"
    Identifier "0-DFP2"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    Option "PreferredMode" "1280x1024"
    Option "TargetRefresh" "60"
    Option "Position" "1920 0"
    Option "Rotate" "normal"
    Option "Disable" "false"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-0"
    Driver "fglrx"
    Option "Monitor-DFP1" "0-DFP1"
    Option "Monitor-DFP2" "0-DFP2"
    BusID "PCI:0:1:0"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-1"
    Driver "fglrx"
    Option "Monitor-DFP1" "0-DFP1"
    BusID "PCI:0:1:0"
    Screen 1
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device "aticonfig-Device[0]-0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Virtual 3200 3200
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]-1"
    Device "aticonfig-Device[0]-1"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    My Xorg.0.log:
    http://pastebin.com/ki5A0T7R
    I'm quite desperate to get this working, almost a year after buying my new setup, so any pointers are welcome!
    Thanks in advance!

    Actually of the above listed commands only xclock is in xorg-apps .
    pacman -S xorg-apps xorg-twm xterm
    is needed.

  • Screen flicker on external monitor

    Has anyone had any experience with screen flicker on an external monitor?  I connected my laptop to an external monitor and I get consistent flicker on the whole screen.  If anyone can help, or could help pointing me to website etc. I'd appreciate it.

    Good suggestions guys I'll put out some more information.  The cable is ok (good thought to check for it).  I plugged my vga cable to my tv and do not get the screen flicker.  Also I'm using the ati driver which possibly has the same problem as the intel, one.  I configured my xorg.conf as describe in the wiki xrandr page:
    http://wiki.archlinux.org/index.php/Xra … _xorg.conf
    One thing that I noticed that is a bit odd is the xrandr reports the display rate as 60.1.  I've never seen this before so right now I'm thinking that it has to do with that.
    xrandr
    Screen 0: minimum 320 x 200, current 1440 x 900, maximum 1440 x 1440
    VGA-0 connected 1440x900+0+0 (normal left inverted right x axis y axis) 410mm x 257mm
    1440x900 60.1 + 75.0*
    1400x1050 74.9 60.0
    Still up the river so any more suggestions would be definitely appreciated.

  • Dual screens with x1600 mobility & open source driver

    Hi, I've been trying to get a dual screen setup with two truly independent screens (not the one giant screen that xrandr gives you), but I've been having some issues.  The hardware I'm attempting this on is my macbook pro 2.1 with a 1440x900 internal display and ati x1600 mobility, and a 1680x1050 apple cinema display connected with DVI.  Here is the xorg.conf that I've come up with after a bit of tinkering.
    Section "ServerLayout"
    Identifier "Xorg Configured"
    Screen 0 "Screen0" 0 0
    Screen 1 "Screen1" RightOf "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    # Additional fonts: Locale, Gimp, TTF...
    # FontPath "/usr/share/lib/X11/fonts/latin2/75dpi"
    # FontPath "/usr/share/lib/X11/fonts/latin2/100dpi"
    # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc:unscaled"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/PEX"
    FontPath "/usr/share/fonts/cyrillic"
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/ttf/western"
    FontPath "/usr/share/fonts/ttf/decoratives"
    FontPath "/usr/share/fonts/truetype"
    FontPath "/usr/share/fonts/truetype/openoffice"
    FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath "/usr/share/fonts/latex-ttf-fonts"
    FontPath "/usr/share/fonts/defoma/CID"
    FontPath "/usr/share/fonts/defoma/TrueType"
    FontPath "/usr/share/fonts/local"
    EndSection
    Section "Module"
    Load "ddc" # ddc probing of monitor
    Load "dbe"
    Load "dri"
    Load "extmod"
    Load "glx"
    Load "bitmap" # bitmap-fonts
    Load "type1"
    Load "freetype"
    Load "record"
    Load "synaptics"
    Load "drm" #from arch wiki
    EndSection
    Section "ServerFlags"
    Option "AllowMouseOpenFail" "true"
    Option "DontZap" "off"
    Option "Xinerama" "0"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    Option "XkbVariant" ""
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    Option "DPMS" "true"
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    Option "DPMS" "true"
    EndSection
    Section "Device"
    Identifier "Radeon0"
    Driver "radeon"
    Option "XAANoOffscreenPixmaps" "true" #Needed for aiglx, from arch wiki
    Option "AGPMode" "8"
    Option "AccelMethod" "EXA"
    Screen 0
    EndSection
    Section "Device"
    Identifier "Radeon1"
    Driver "radeon"
    Option "XAANoOffscreenPixmaps" "true" #Needed for aiglx, from arch wiki
    Option "AGPMode" "8"
    Option "AccelMethod" "EXA"
    Screen 1
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Radeon0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Virtual 3120 1050
    Modes "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Radeon1"
    Monitor "Monitor1"
    DefaultDepth 24
    SubSection "Display"
    Virtual 3120 1050
    Modes "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    Section "Extensions"
    Option "Composite" "true"
    EndSection
    Sorry the tabs are a little screwed up, but I think it's still easy enough to read.  When I start the xserver using this file the external monitor appears to be functioning properly, but the internal display is black.  Moving the mouse off to the right of the external display causes the cursor to appear on the internal display using the default X cursor theme.  The mouse then remains trapped on the internal monitor.  Other than displaying the cursor, the internal display seems to be non-functional.
    If I comment out the Screen...1 line in the ServerLayout section I can get both monitors working with xrandr, but this causes other issues and is not what I want.  Does anybody know how I could get two real screen going?
    Thanks!

    bump (I'm starting to think this VGA card just doesn't work with the driver )

  • Dual screen HP Pavillon P6-2427eb

    Hi,
    I have recenty bought a HP Pavillon P6-2427eb PC.
    It has a seperate video card with a DVI  + HDMI connection.
    I want to use dual screen, but when I connect both screens it doesn't work.
    The first screen is a fujutsi siemens screen wich is connected on the DVI connecter.
    The second one is a HP 23" screen with Displayport connection (also has DVI + VGA) but I get no signal on it.
    When I connect the DVI to the HP screen, this one works, but I can't get them both to work.
    On the motherboard there are 2 DVI connectors, so I removed the seperate video card and connected both screens on DVI, they both work but duplicate the image.
    When I look in the settings of my screens, and try to activated dual screen it says only one monitor is connected.
    Any suggestions?

    Hi JumJonckers, You have an ATI graphic card right? have you installed the latest ATI driver for your graphic card?
    Please have a look on your graphic card multimonitor FAQ:
    http://support.amd.com/en-us/kb-articles/Pages/MultimonitorFAQ.aspx
    Also, here is a quick guide on how to dual monitors on ATI Catalyst(the graphic card driver):
    http://www.ehow.com/how_6941499_set-multiple-monitors-ati-card.html
    Thanks, Adi.
    I'm an HP Employee
    -Please mark Accept As Solution if it solves your problem
    -Please click the Kudos Thumbs up if you would like to say thanks

  • Dual screen problems after last updates

    Hello everyone,
         it was long time since our Arch gave me some problems, but then now I'm fighting furiously with dual screen configuration with new gnome. Let me explain.
    I upgraded the home PC that I hadn't update for months, so I updated more or less everything ... kernel, nvidia drivers, gnome, etc..
    The PC has always been dual screen (no twin view, without xinerama), two screens (one on a LCD monitor and one on a TV) where I could run separate applications independent.
    Now, after the update, when I launch any application in the second screen (the TV) it starts on the first (screen).
    Obviously I have't made any changes to xorg.conf before and after the upgrade. I also tried to recreate one with the nvidia-tools but nothing ...
    Can you help me? Someone had the same problem?
    I post my xorg.conf, I hope that someone has a hint. I can no longer watching movies on TV and it is very annoying!
    # nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings: version 1.0 (buildmeister@builder63) Wed Oct 1 15:10:25 PDT 2008
    # Auto-generated by Archie mkxcfg
    # Auto-generated by Archie mkxcfg
    #Section "DRI"
    # Mode 0666
    #EndSection
    Section "ServerLayout"
    # PS/2 Mouse not detected
    # Serial Mouse not detected
    Identifier "Xorg Configured"
    Screen 0 "Screen0" 1024 0
    Screen 1 "Screen1" LeftOf "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "USB Mouse" "CorePointer"
    EndSection
    Section "Files"
    # Additional fonts: Locale, Gimp, TTF...
    # FontPath "/usr/share/lib/X11/fonts/latin2/75dpi"
    # FontPath "/usr/share/lib/X11/fonts/latin2/100dpi"
    # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc:unscaled"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/PEX"
    FontPath "/usr/share/fonts/cyrillic"
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/ttf/western"
    FontPath "/usr/share/fonts/ttf/decoratives"
    FontPath "/usr/share/fonts/truetype"
    FontPath "/usr/share/fonts/truetype/openoffice"
    FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath "/usr/share/fonts/latex-ttf-fonts"
    FontPath "/usr/share/fonts/defoma/CID"
    FontPath "/usr/share/fonts/defoma/TrueType"
    EndSection
    Section "Module"
    # Load "type1"
    Load "ddc" # ddc probing of monitor
    Load "dbe"
    # Load "dri"
    Load "extmod"
    Load "glx"
    Load "bitmap" # bitmap-fonts
    Load "freetype"
    Load "record"
    # Load "synaptics"
    EndSection
    Section "ServerFlags"
    Option "AllowMouseOpenFail" "true"
    Option "Xinerama" "0"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "it"
    Option "XkbVariant" ""
    EndSection
    Section "InputDevice"
    Identifier "Serial Mouse"
    Driver "mouse"
    Option "Protocol" "Microsoft"
    Option "Device" "/dev/ttyS0"
    Option "Emulate3Buttons" "true"
    Option "Emulate3Timeout" "70"
    Option "SendCoreEvents" "true"
    EndSection
    Section "InputDevice"
    Identifier "PS/2 Mouse"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "ZAxisMapping" "4 5"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "true"
    Option "Emulate3Timeout" "70"
    Option "SendCoreEvents" "true"
    EndSection
    Section "InputDevice"
    Identifier "USB Mouse"
    Driver "mouse"
    Option "Device" "/dev/input/mice"
    Option "SendCoreEvents" "true"
    Option "Protocol" "IMPS/2"
    Option "ZAxisMapping" "4 5"
    Option "Buttons" "5"
    EndSection
    Section "Monitor"
    # Warning: This may fry old Monitors
    # Very conservative. May flicker.
    # VertRefresh 50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
    # Default modes distilled from
    # "VESA and Industry Standards and Guide for Computer Display Monitor
    # Timing", version 1.0, revision 0.8, adopted September 17, 1998.
    # $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4 1999/11/18 16:52:17 tsi Exp $
    # 640x350 @ 85Hz (VESA) hsync: 37.9kHz
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Samsung SyncMaster"
    HorizSync 30.0 - 81.0
    VertRefresh 56.0 - 75.0
    ModeLine "640x350" 31.5 640 672 736 832 350 382 385 445 +hsync -vsync
    ModeLine "640x400" 31.5 640 672 736 832 400 401 404 445 -hsync +vsync
    ModeLine "720x400" 35.5 720 756 828 936 400 401 404 446 -hsync +vsync
    ModeLine "640x480" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
    ModeLine "640x480" 31.5 640 664 704 832 480 489 491 520 -hsync -vsync
    ModeLine "640x480" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync
    ModeLine "640x480" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync
    ModeLine "800x600" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
    ModeLine "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
    ModeLine "800x600" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
    ModeLine "800x600" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
    ModeLine "800x600" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
    ModeLine "1024x768" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync +vsync interlace
    ModeLine "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
    ModeLine "1024x768" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
    ModeLine "1024x768" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
    ModeLine "1024x768" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
    ModeLine "1152x864" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
    ModeLine "1280x960" 108.0 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync
    ModeLine "1280x960" 148.5 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync
    ModeLine "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
    ModeLine "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
    ModeLine "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync
    ModeLine "1600x1200" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine "1600x1200" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine "1600x1200" 189.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine "1600x1200" 202.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine "1600x1200" 229.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine "1792x1344" 204.8 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync
    ModeLine "1792x1344" 261.0 1792 1888 2104 2456 1344 1345 1348 1417 -hsync +vsync
    ModeLine "1856x1392" 218.3 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync
    ModeLine "1856x1392" 288.0 1856 1984 2208 2560 1392 1393 1396 1500 -hsync +vsync
    ModeLine "1920x1440" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync
    ModeLine "1920x1440" 297.0 1920 2064 2288 2640 1440 1441 1444 1500 -hsync +vsync
    ModeLine "1800x1440" 230.0 1800 1896 2088 2392 1440 1441 1444 1490 +hsync +vsync
    ModeLine "1800x1440" 250.0 1800 1896 2088 2392 1440 1441 1444 1490 +hsync +vsync
    ModeLine "640x480" 43.2 640 680 744 848 480 481 484 509 -hsync +vsync
    ModeLine "768x576" 35.0 768 792 872 976 576 577 580 597 -hsync +vsync
    ModeLine "768x576" 42.9 768 800 880 992 576 577 580 601 -hsync +vsync
    ModeLine "768x576" 45.5 768 808 888 1008 576 577 580 602 -hsync +vsync
    ModeLine "768x576" 51.8 768 808 888 1008 576 577 580 605 -hsync +vsync
    ModeLine "768x576" 62.6 768 816 896 1024 576 577 580 611 -hsync +vsync
    ModeLine "800x600" 68.2 800 848 936 1072 600 601 604 636 -hsync +vsync
    ModeLine "1024x768" 113.3 1024 1096 1208 1392 768 769 772 814 -hsync +vsync
    ModeLine "1152x864" 81.6 1152 1216 1336 1520 864 865 868 895 -hsync +vsync
    ModeLine "1152x864" 119.7 1152 1224 1352 1552 864 865 868 907 -hsync +vsync
    ModeLine "1152x864" 143.5 1152 1232 1360 1568 864 865 868 915 -hsync +vsync
    ModeLine "1280x960" 124.5 1280 1368 1504 1728 960 961 964 1001 -hsync +vsync
    ModeLine "1280x960" 129.9 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync
    ModeLine "1280x960" 179.0 1280 1376 1520 1760 960 961 964 1017 -hsync +vsync
    ModeLine "1280x1024" 191.0 1280 1376 1520 1760 1024 1025 1028 1085 -hsync +vsync
    ModeLine "1400x1050" 122.6 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
    ModeLine "1400x1050" 149.3 1400 1496 1648 1896 1050 1051 1054 1094 -hsync +vsync
    ModeLine "1400x1050" 155.8 1400 1496 1648 1896 1050 1051 1054 1096 -hsync +vsync
    ModeLine "1400x1050" 179.3 1400 1504 1656 1912 1050 1051 1054 1103 -hsync +vsync
    ModeLine "1400x1050" 214.4 1400 1512 1664 1928 1050 1051 1054 1112 -hsync +vsync
    ModeLine "1600x1200" 280.6 1600 1728 1904 2208 1200 1201 1204 1271 -hsync +vsync
    Option "DPMS" "true"
    # HorizSync 28.0 - 78.0 # Warning: This may fry very old Monitors
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    VendorName "Unknown"
    ModelName "TV-0"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "nvidia"
    VendorName "All"
    BoardName "All"
    EndSection
    Section "Device"
    Identifier "Videocard0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 7300 LE"
    BusID "PCI:4:0:0"
    Screen 0
    EndSection
    Section "Device"
    Identifier "Videocard1"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 7300 LE"
    BusID "PCI:4:0:0"
    Screen 1
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 7300 LE"
    BusID "PCI:4:0:0"
    Screen 0
    EndSection
    Section "Device"
    Identifier "Device1"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 7300 LE"
    BusID "PCI:4:0:0"
    Screen 1
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "TwinView" "0"
    Option "TwinViewXineramaInfoOrder" "CRT-0"
    Option "metamodes" "CRT: 1280x1024 +0+0; CRT: 1024x768 +0+0; CRT: 800x600 +0+0; CRT: 640x480 +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    # Removed Option "metamodes" "TV: nvidia-auto-select +0+0"
    Identifier "Screen1"
    Device "Device1"
    Monitor "Monitor1"
    DefaultDepth 24
    Option "TwinView" "0"
    Option "TwinViewXineramaInfoOrder" "TV-0"
    Option "metamodes" "TV: 1024x768 +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Writing the post a tried to install fluxbox, and then... all ok. In fluxbox all works fine. I think this is a problem related to the new gnome screen configurer.
    I post an image of gnome screen configurer vs nvidia-tools.
    Googling around I found that new gnome screen configuration (using xrandr) is not compatible with nvidia drivers. Could be this the source of the problem?
    Help please
    Last edited by frullino (2008-10-25 13:17:29)

    Hi,
    Does your Mac go to the sleep status when you close the cover? If so, the remote session can be terminated due to time out and the time out value may be redesigned in the latest versions.
    Thanks.
    Jeremy Wu
    TechNet Community Support

  • Temporary Solution for screen flicker r9 280x

    After performing various tests I've fixed the screen flickering on my msi r9 280x, I hope this can be useful for all here with the same problem and with different patterns of R9 family, that I have running on my pc and I have not had even the slightest flicker playing youtube videos where the problem became acute.
    1 open the task manager and end the process Catalyst Control Center: Monitoring program and also the Catalyst Control Center: Host Application.
    2 Go to C: \ Users \ XXX \ AppData \ Local \ ATI \ ACE right click on the Profiles file, in the end the general menu select Read only, accept.
    3 Again right click and select edit, and file searches within these lines
    <Feature name="CoreVoltageTarget_PCI_VEN_1002&amp;DEV_6798&amp;SUBSYS_27751462&amp;REV_00_4&amp;320ACFF0&amp;0&amp;0010A">
    <Property name = "Want_0" value = "850" /> CHANGE THIS VALUE OF 850 FOR 900 only
    <Property name = "Want_1" value = "1200" />
    This value changes the low voltage in 2d (resting) 0.85va 0.90v
    4 then go to the File menu, select Save As, in writing profiles.xml nombe save.
    5 Again right click on the profiles file saved on the desktop and select read-only
    6 Go back to Go to C: \ Users \ XXX \ AppData \ Local \ ATI \ ACE and remove the profiles file.
    7 copy or cut and paste into C profiles saved file to your desktop: \ Users \ XXX \ AppData \ Local \ ATI \ ACE.
    8 Finally go to task manager and then click on file to run new task, we write MOM.exe there and ready, restart the pc for security.
    to ensure that its voltage is at 0.90v use GPUZ and check the end of the sensors tab.
    note that if we use the application msi afterburner not enable Unofficial Overclocking mode option because in themselves to have it on and change the clocks video card testing restores the voltage 0.85V.
    when I play some games I use msi afterburner like msi Gaming app since I have experienced that without the Gaming app clocks fall then at 300mhz after making this process voltage, I recommend you use to see, as an example in msi afterburner I apply the core clocks of vga 1100 and Gaming active app one of the two profiles, the Gaming mode or the mode Oc down and watches only parameters selecionados 1020 mhz or 1050 mhz vga respectively when accelerating up to 1100 mhz selected msi afterburner.
    I hope this is useful that I share as many as we can not believe that to date no actions are taken to this problem taking into account the value of the video card. Maybe this and many what they knew, but there will be many who do not and those like me tried in many ways to carry it out and not succeeded because that's how I achieved step by step and fully functional, sorry if some way I can not explain to clearly as I do not speak English and I'm using a translator, and hopefully serve them again, I just do it to help them all and hopefully once and for all of the annoying screen flicker go ...

    Ryan Dinan, "Importing Photoshop files into Illustrator CS3" #27, 22 Oct 2007 7:00 pm

  • Perpetual Screen Flicker

    I posted a question back in June about my monitors flickering on and off at sporadic intervals. I'm reposting, hoping a fresh set of eyes will see the question and help me out. Thank you.
    Without warning, my monitors will take turns turning blue, then black, then coming back on again in a cycle that repeats for as long as 15 minutes. On the black screen, I get a small message that reads "no signal." Just before the monitors 'die' I lose control of my cursor. Any suggestions? Does the info below help? Thanks!
    MacPro 2x2.66 GHz Dual-Core Intel Xeon
    OS X 10.4.11
    NVIDIA GeForce 7300 GT:
    Chipset Model: NVIDIA GeForce 7300 GT
    Type: Display
    Bus: PCIe
    Slot: Slot-1
    PCIe Lane Width: x16
    VRAM (Total): 256 MB
    Vendor: NVIDIA (0x10de)
    Device ID: 0x0393
    Revision ID: 0x00a1
    ROM Revision: 3011
    Displays:
    VX922:
    Resolution: 1280 x 1024 @ 60 Hz
    Depth: 32-bit Color
    Core Image: Hardware Accelerated
    Mirror: Off
    Online: Yes
    Quartz Extreme: Supported
    Rotation: Supported
    VX922:
    Resolution: 1280 x 1024 @ 60 Hz
    Depth: 32-bit Color
    Core Image: Hardware Accelerated
    Main Display: Yes
    Mirror: Off
    Online: Yes
    Quartz Extreme: Supported
    Rotation: Supported

    I have a new MacBook Pro 15 inch that I bought the first day they were available. I too have noticed screen flicker. It only occurs on the left side of the screen and is only noticeable at somewhat reduced brightness. I'm trying to decide whether to take it back to Apple for repair or replacement, or whether it should be considered within the working parameters of the screen, as it's not apparent at "normal" brightness, i.e., the brightness most people probably use most of the time. Has anyone consulted Apple about this and got a response?
    -Dennis Webb
    [email protected]

  • Ok, dual screen for AIT but anything for nVidia?

    so there is screen spanning doctor for ATI eMacs. but i have a 700mhz emac (with nvidia graphics card), I run logic pro on it and want to have a 2 screen setup, has any one seen a fix for them so i can use dual screens? (as in proper dual screens, not mirroring).
    any help?
    Thanks, Olly.

    The eMac's nVidia graphics card physically does not support spanning across multiple monitors.

  • GTX 780TI GAMING 3G dual screen issue

    Hi,
    Been searching around but I don't seem to be able to hone in on the right search criteria to find anything.
    I have the 780ti running dual screens. I have a nice new 144hz widescreen and I'm running an old Philips 75hz as general purpose screen next to it. I'm keeping hold of the old one at the minute as it works well with my gfs work laptop when she needs a full screen.
    When I bring a game up and try and run it on the 144hz screen it tries to swap screen constantly. It flicks back and forwards across both screens at a rapid rate.
    I had this working on my very old twin 4870s (you can tell how long I've been out of the game literally) but it occurred to me that I was running a screen off each card. So now I'm wondering if I can run two screens of one 780ti? If that's the case I'll just get another one which I plan to do in the future anyway. But after splashing out 2k on a new machine spending another 500 isn't going to make the gf happy.

    It isn't that I want to run across both.
    I wanted the game on 1 screen and another screen to put up web pages, voice server etc.
     I guess it is the same difference to the card though. I may just be better of with another card and another 144hz screen.
    I would've thought running the game windowed and making sure it didn't stray onto the other screen would be possible.

  • [Xorg] Dual Screen issue

    Hello ladies and gents,
    I try since few days to configure a dual screen for my arch.
    At least, it doesn't works , my second screen is always black.
    My configuration :
    I have a Radeon HD 7870
    I've installed the opensource drivers xf86-video-ati
    I use awesome 3 as window manager
    The first screen is plug in HDMI on MDMI-0 (it's a ViewSonic 24" in 1920x1080_60)
    The second screen is plug in DVI on DVI-1 (it's a Samsung SyncMaster 24" in 1920x1080_60)
    Both of them works fine in standalone.
    And both of them works fine together during the boot and the system choice (syslinux).
    After the choice, black out for my second screen.
    I'have done lot of tries. Any of them works.
    I tried to use xrandr :
    xrandr --output DVI-1 --mode 1920x1080 --pos 1920x0 --output HDMI-0 --mode 1920x1080 --pos 0x0 --verbose
    The second screen is always black et xrandr returns :
    crtc 0: 1920x1080 60.0 +0+0 "HDMI-0"
    crtc 1: 1920x1080 60.0 +1920+0 "DVI-1"
    Same result with arandr
    For information :
    xrandr -q --verbose
    returns :
    Screen 0: minimum 320 x 200, current 3840 x 1080, maximum 16384 x 16384
    DisplayPort-0 disconnected (normal left inverted right x axis y axis)
    Identifier: 0x45
    Timestamp: 107196
    Subpixel: horizontal rgb
    Clones:
    CRTCs: 0 1 2 3 4 5
    Transform: 1.000000 0.000000 0.000000
    0.000000 1.000000 0.000000
    0.000000 0.000000 1.000000
    filter:
    underscan vborder: 0
    range: (0, 128)
    underscan hborder: 0
    range: (0, 128)
    underscan: off
    supported: offonauto
    coherent: 1
    range: (0, 1)
    HDMI-0 connected 1920x1080+0+0 (0x4a) normal (normal left inverted right x axis y axis) 520mm x 290mm
    Identifier: 0x46
    Timestamp: 107196
    Subpixel: horizontal rgb
    Gamma: 1.0:1.0:1.0
    Brightness: 1.0
    Clones:
    CRTC: 0
    CRTCs: 0 1 2 3 4 5
    Transform: 1.000000 0.000000 0.000000
    0.000000 1.000000 0.000000
    0.000000 0.000000 1.000000
    filter:
    EDID:
    00ffffffffffff005a632a7d01010101
    2916010380341d782e2ac5a4564f9e28
    0f5054bfef80b300a940950090408180
    8140714f0101023a801871382d40582c
    450008222100001e000000ff00535848
    3132343130303632380a000000fd0032
    4c0f5312000a202020202020000000fc
    00565832343630205345524945530185
    020322f14f900504030207061f141312
    1116150123091f078301000065030c00
    2000023a801871382d40582c45000822
    2100001e011d8018711c1620582c2500
    08222100009e011d007251d01e206e28
    550008222100001e8c0ad08a20e02d10
    103e9600082221000018023a80d07238
    2d40102c458008222100001e00000004
    underscan vborder: 0
    range: (0, 128)
    underscan hborder: 0
    range: (0, 128)
    underscan: off
    supported: offonauto
    coherent: 1
    range: (0, 1)
    1920x1080 (0x4a) 148.5MHz +HSync +VSync *current +preferred
    h: width 1920 start 2008 end 2052 total 2200 skew 0 clock 67.5KHz
    v: height 1080 start 1084 end 1089 total 1125 clock 60.0Hz
    1920x1080 (0x4b) 148.5MHz +HSync +VSync
    h: width 1920 start 2448 end 2492 total 2640 skew 0 clock 56.2KHz
    v: height 1080 start 1084 end 1089 total 1125 clock 50.0Hz
    1920x1080i (0x4c) 74.2MHz +HSync +VSync Interlace
    h: width 1920 start 2448 end 2492 total 2640 skew 0 clock 28.1KHz
    v: height 1080 start 1084 end 1094 total 1125 clock 50.0Hz
    1920x1080i (0x4d) 74.2MHz +HSync +VSync Interlace
    h: width 1920 start 2008 end 2052 total 2200 skew 0 clock 33.8KHz
    v: height 1080 start 1084 end 1094 total 1125 clock 60.1Hz
    1600x1200 (0x4e) 162.0MHz +HSync +VSync
    h: width 1600 start 1664 end 1856 total 2160 skew 0 clock 75.0KHz
    v: height 1200 start 1201 end 1204 total 1250 clock 60.0Hz
    1680x1050 (0x4f) 119.0MHz +HSync -VSync
    h: width 1680 start 1728 end 1760 total 1840 skew 0 clock 64.7KHz
    v: height 1050 start 1053 end 1059 total 1080 clock 59.9Hz
    1400x1050 (0x50) 101.0MHz +HSync -VSync
    h: width 1400 start 1448 end 1480 total 1560 skew 0 clock 64.7KHz
    v: height 1050 start 1053 end 1057 total 1080 clock 59.9Hz
    1280x1024 (0x51) 135.0MHz +HSync +VSync
    h: width 1280 start 1296 end 1440 total 1688 skew 0 clock 80.0KHz
    v: height 1024 start 1025 end 1028 total 1066 clock 75.0Hz
    1280x1024 (0x52) 108.0MHz +HSync +VSync
    h: width 1280 start 1328 end 1440 total 1688 skew 0 clock 64.0KHz
    v: height 1024 start 1025 end 1028 total 1066 clock 60.0Hz
    1440x900 (0x53) 88.8MHz +HSync -VSync
    h: width 1440 start 1488 end 1520 total 1600 skew 0 clock 55.5KHz
    v: height 900 start 903 end 909 total 926 clock 59.9Hz
    1280x960 (0x54) 108.0MHz +HSync +VSync
    h: width 1280 start 1376 end 1488 total 1800 skew 0 clock 60.0KHz
    v: height 960 start 961 end 964 total 1000 clock 60.0Hz
    1152x864 (0x55) 108.0MHz +HSync +VSync
    h: width 1152 start 1216 end 1344 total 1600 skew 0 clock 67.5KHz
    v: height 864 start 865 end 868 total 900 clock 75.0Hz
    1280x720 (0x56) 74.2MHz +HSync +VSync
    h: width 1280 start 1720 end 1760 total 1980 skew 0 clock 37.5KHz
    v: height 720 start 725 end 730 total 750 clock 50.0Hz
    1280x720 (0x57) 74.2MHz +HSync +VSync
    h: width 1280 start 1390 end 1430 total 1650 skew 0 clock 45.0KHz
    v: height 720 start 725 end 730 total 750 clock 60.0Hz
    1440x576i (0x58) 27.0MHz -HSync -VSync Interlace
    h: width 1440 start 1464 end 1590 total 1728 skew 0 clock 15.6KHz
    v: height 576 start 580 end 586 total 625 clock 50.1Hz
    1024x768 (0x59) 78.8MHz +HSync +VSync
    h: width 1024 start 1040 end 1136 total 1312 skew 0 clock 60.1KHz
    v: height 768 start 769 end 772 total 800 clock 75.1Hz
    1024x768 (0x5a) 75.0MHz -HSync -VSync
    h: width 1024 start 1048 end 1184 total 1328 skew 0 clock 56.5KHz
    v: height 768 start 771 end 777 total 806 clock 70.1Hz
    1024x768 (0x5b) 65.0MHz -HSync -VSync
    h: width 1024 start 1048 end 1184 total 1344 skew 0 clock 48.4KHz
    v: height 768 start 771 end 777 total 806 clock 60.0Hz
    1440x480i (0x5c) 27.0MHz -HSync -VSync Interlace
    h: width 1440 start 1478 end 1602 total 1716 skew 0 clock 15.7KHz
    v: height 480 start 488 end 494 total 525 clock 60.1Hz
    832x624 (0x5d) 57.3MHz -HSync -VSync
    h: width 832 start 864 end 928 total 1152 skew 0 clock 49.7KHz
    v: height 624 start 625 end 628 total 667 clock 74.6Hz
    800x600 (0x5e) 50.0MHz +HSync +VSync
    h: width 800 start 856 end 976 total 1040 skew 0 clock 48.1KHz
    v: height 600 start 637 end 643 total 666 clock 72.2Hz
    800x600 (0x5f) 49.5MHz +HSync +VSync
    h: width 800 start 816 end 896 total 1056 skew 0 clock 46.9KHz
    v: height 600 start 601 end 604 total 625 clock 75.0Hz
    800x600 (0x60) 40.0MHz +HSync +VSync
    h: width 800 start 840 end 968 total 1056 skew 0 clock 37.9KHz
    v: height 600 start 601 end 605 total 628 clock 60.3Hz
    800x600 (0x61) 36.0MHz +HSync +VSync
    h: width 800 start 824 end 896 total 1024 skew 0 clock 35.2KHz
    v: height 600 start 601 end 603 total 625 clock 56.2Hz
    720x576 (0x62) 27.0MHz -HSync -VSync
    h: width 720 start 732 end 796 total 864 skew 0 clock 31.2KHz
    v: height 576 start 581 end 586 total 625 clock 50.0Hz
    720x480 (0x63) 27.0MHz -HSync -VSync
    h: width 720 start 736 end 798 total 858 skew 0 clock 31.5KHz
    v: height 480 start 489 end 495 total 525 clock 59.9Hz
    640x480 (0x64) 31.5MHz -HSync -VSync
    h: width 640 start 664 end 704 total 832 skew 0 clock 37.9KHz
    v: height 480 start 489 end 491 total 520 clock 72.8Hz
    640x480 (0x65) 31.5MHz -HSync -VSync
    h: width 640 start 656 end 720 total 840 skew 0 clock 37.5KHz
    v: height 480 start 481 end 484 total 500 clock 75.0Hz
    640x480 (0x66) 30.2MHz -HSync -VSync
    h: width 640 start 704 end 768 total 864 skew 0 clock 35.0KHz
    v: height 480 start 483 end 486 total 525 clock 66.7Hz
    640x480 (0x67) 25.2MHz -HSync -VSync
    h: width 640 start 656 end 752 total 800 skew 0 clock 31.5KHz
    v: height 480 start 490 end 492 total 525 clock 60.0Hz
    640x480 (0x68) 25.2MHz -HSync -VSync
    h: width 640 start 656 end 752 total 800 skew 0 clock 31.5KHz
    v: height 480 start 490 end 492 total 525 clock 59.9Hz
    720x400 (0x69) 28.3MHz -HSync +VSync
    h: width 720 start 738 end 846 total 900 skew 0 clock 31.5KHz
    v: height 400 start 412 end 414 total 449 clock 70.1Hz
    DVI-0 disconnected (normal left inverted right x axis y axis)
    Identifier: 0x47
    Timestamp: 107196
    Subpixel: horizontal rgb
    Clones:
    CRTCs: 0 1 2 3 4 5
    Transform: 1.000000 0.000000 0.000000
    0.000000 1.000000 0.000000
    0.000000 0.000000 1.000000
    filter:
    load detection: 1
    range: (0, 1)
    underscan vborder: 0
    range: (0, 128)
    underscan hborder: 0
    range: (0, 128)
    underscan: off
    supported: offonauto
    coherent: 1
    range: (0, 1)
    DVI-1 connected 1920x1080+1920+0 (0x4a) normal (normal left inverted right x axis y axis) 530mm x 300mm
    Identifier: 0x48
    Timestamp: 107196
    Subpixel: horizontal rgb
    Gamma: 1.0:1.0:1.0
    Brightness: 1.0
    Clones:
    CRTC: 1
    CRTCs: 0 1 2 3 4 5
    Transform: 1.000000 0.000000 0.000000
    0.000000 1.000000 0.000000
    0.000000 0.000000 1.000000
    filter:
    EDID:
    00ffffffffffff004c2dcc053432524c
    0714010380351e782a6041a6564a9c25
    1250542308008100814081809500a940
    b30001010101023a801871382d40582c
    4500122c2100001e000000fd00383c1e
    5111000a202020202020000000fc0053
    796e634d61737465720a2020000000ff
    0048394d5a3230383438330a2020003f
    load detection: 1
    range: (0, 1)
    underscan vborder: 0
    range: (0, 128)
    underscan hborder: 0
    range: (0, 128)
    underscan: off
    supported: offonauto
    coherent: 1
    range: (0, 1)
    1920x1080 (0x4a) 148.5MHz +HSync +VSync *current +preferred
    h: width 1920 start 2008 end 2052 total 2200 skew 0 clock 67.5KHz
    v: height 1080 start 1084 end 1089 total 1125 clock 60.0Hz
    1600x1200 (0x4e) 162.0MHz +HSync +VSync
    h: width 1600 start 1664 end 1856 total 2160 skew 0 clock 75.0KHz
    v: height 1200 start 1201 end 1204 total 1250 clock 60.0Hz
    1680x1050 (0x4f) 119.0MHz +HSync -VSync
    h: width 1680 start 1728 end 1760 total 1840 skew 0 clock 64.7KHz
    v: height 1050 start 1053 end 1059 total 1080 clock 59.9Hz
    1280x1024 (0x52) 108.0MHz +HSync +VSync
    h: width 1280 start 1328 end 1440 total 1688 skew 0 clock 64.0KHz
    v: height 1024 start 1025 end 1028 total 1066 clock 60.0Hz
    1440x900 (0x53) 88.8MHz +HSync -VSync
    h: width 1440 start 1488 end 1520 total 1600 skew 0 clock 55.5KHz
    v: height 900 start 903 end 909 total 926 clock 59.9Hz
    1280x960 (0x54) 108.0MHz +HSync +VSync
    h: width 1280 start 1376 end 1488 total 1800 skew 0 clock 60.0KHz
    v: height 960 start 961 end 964 total 1000 clock 60.0Hz
    1280x800 (0x6a) 71.0MHz +HSync -VSync
    h: width 1280 start 1328 end 1360 total 1440 skew 0 clock 49.3KHz
    v: height 800 start 803 end 809 total 823 clock 59.9Hz
    1024x768 (0x5b) 65.0MHz -HSync -VSync
    h: width 1024 start 1048 end 1184 total 1344 skew 0 clock 48.4KHz
    v: height 768 start 771 end 777 total 806 clock 60.0Hz
    800x600 (0x60) 40.0MHz +HSync +VSync
    h: width 800 start 840 end 968 total 1056 skew 0 clock 37.9KHz
    v: height 600 start 601 end 605 total 628 clock 60.3Hz
    800x600 (0x61) 36.0MHz +HSync +VSync
    h: width 800 start 824 end 896 total 1024 skew 0 clock 35.2KHz
    v: height 600 start 601 end 603 total 625 clock 56.2Hz
    640x480 (0x67) 25.2MHz -HSync -VSync
    h: width 640 start 656 end 752 total 800 skew 0 clock 31.5KHz
    v: height 480 start 490 end 492 total 525 clock 60.0Hz
    And this is my Xorg.0.log file :
    http://pastebin.com/Ah79VBbV
    I tried differents 10-monitor.conf... without success : My second screen is always black.
    A try :
    Section "ServerLayout"
    Identifier "Main"
    Screen 0 "Screen0" 0 0
    Screen 1 "Screen1" RightOf "Screen0"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "radeon"
    Option "ZaphodHeads" "HDMI-0"
    VendorName "ATI"
    BusID "PCI:1:0:0"
    Screen 0
    EndSection
    Section "Device"
    Identifier "Device1"
    Driver "radeon"
    Option "ZaphodHeads" "DVI-1"
    VendorName "ATI"
    BusID "PCI:0:2:0"
    Screen 1
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "HDMI-0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1920x1080"
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Device1"
    Monitor "DVI-1"
    EndSection
    Section "Monitor"
    Identifier "HDMI-0"
    Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
    Option "PreferredMode" "1920x1080_60.00"
    Option "dpms" "true"
    EndSection
    Section "Monitor"
    Identifier "DVI-1"
    Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
    Option "PreferredMode" "1920x1080_60.00"
    Option "dpms" "true"
    EndSection
    With Worg.0.log :
    http://pastebin.com/n7YpQtfG
    Another try:
    Section "Device"
    Identifier "Device0"
    Driver "radeon"
    Option "Monitor-HDMI-0" "Monitor0"
    Option "Monitor-DVI-1" "Monitor1"
    EndSection
    Section "Monitor"
    Identifier "HDMI-0"
    Option "DPMS" "true"
    EndSection
    Section "Monitor"
    Identifier "DVI-1"
    Option "DPMS" "true"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "HDMI-0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1920x1080" "1280x1024" "800x600"
    Virtual 3840 3840
    EndSubSection
    EndSection
    With Xorg.0.log :
    http://pastebin.com/mvr4Vqvi
    Any help/idea would be great.
    Thanks.

    Hello everyone !
    Here is the dmesg :
    http://pastebin.com/Jscw6y9i
    If it can help.
    I'm not sure if i posted in the good section. Maybe i should move the post to Kernel & Hardware ?

  • X + Ati/radeon + Compiz = white screen.

    So I'm trying to configure Arch Linux with my Ati Radeon HD 4870 card. I've got it all set up, and I can get dual screen working with Gnome's display management tool. (Although I want to use LXDE instead, and i've yet to figure out my dual screens with that). But here's my major problem atm: I can't get compiz fusion to work. Whenever I do
    fusion-icon
    In terminal, it just goes all white. I press ctrl+c to get out, but then my window borders are gone, and I have to replace it using metacity --replace.
    So, any ideas?
    Oh, and it does the same thing with both the ATI and RadeonHD drivers.

    Ok... Many posts like this on the forum.
    If you are using opensource drivers you do not have 3d support for newer ATI cards.
    mesa 7.7 is expected around christmas, and will probably introduce this along with the 2.6.32 kernel. (Hopefully)
    Then you can try fusion-icon again
    (or go with the aur catalyst thing... i have decided to wait for my 4870x2)

Maybe you are looking for