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

Similar Messages

  • [FIXED] color corruption with Radeon M6, xf86-video-ati 6.7.195-2

    Hi!
    Since the last upgrade (to xf86-video-ati 6.7.195-2) I observe a color corruption on my Thinkpad X31 (Radeon Mobility M6 LY, 16MB) exactly as described here: https://bugs.launchpad.net/xorg-server/+bug/150361
    Curiously, when I run
    xrandr --output LVDS --mode 1024x768 --rate 60
    (simply restating the settings before), everything is fine again.
    Should I file a bug in flyspray? I am not sure whether this is related to http://bugs.archlinux.org/task/8558 but since using version 6.7.195-1 or 6.7.195-2 did not help, I doubt that.
    Could't someone port the patch from Ubuntu?
    --Sascha
    Last edited by satta (2007-11-12 16:02:24)

    Yep, fixed in 6.7.195-3. Thanks!

  • Error when compiling xf86-video-ati

    Hello I need to compile this pkbuild xf86-video-ati-6.14.3.tar.bz2 but always gives me the same errors, I tried with gcc4.6 and gcc4.3, but no way
    always gives the same error, use arch64.
    If compiled in arch32 works.
    I tested with other versions xf86-video-ati but with the same result.
    In file included from atombios_output.c:46:0:
    radeon.h:795:5: warning: 'PCITAG' is deprecated [-Wdeprecated-declarations]
    In file included from atombios_crtc.c:44:0:
    radeon.h:795:5: warning: 'PCITAG' is deprecated [-Wdeprecated-declarations]
    In file included from radeon_dri2.c:37:0:
    radeon.h:795:5: warning: 'PCITAG' is deprecated [-Wdeprecated-declarations]
    radeon_dri2.c:532:17: error: field 'link' has incomplete type
    radeon_dri2.c:536:19: error: field 'reference_list' has incomplete type
    radeon_dri2.c: In function 'ListAddDRI2ClientEvents':
    radeon_dri2.c:564:5: warning: implicit declaration of function 'list_add' [-Wimplicit-function-declaration]
    radeon_dri2.c: In function 'ListDelDRI2ClientEvents':
    radeon_dri2.c:577:5: warning: implicit declaration of function 'list_del' [-Wimplicit-function-declaration]
    radeon_dri2.c: In function 'radeon_dri2_client_state_changed':
    radeon_dri2.c:591:9: warning: implicit declaration of function 'list_init' [-Wimplicit-function-declaration]
    radeon_dri2.c:599:13: warning: implicit declaration of function 'list_for_each_entry' [-Wimplicit-function-declaration]
    radeon_dri2.c:599:80: error: expected ';' before '{' token
    make[2]: *** [radeon_dri2.lo] Error 1
    make[2]: *** Se espera a que terminen otras tareas....
    atombios_crtc.c: In function 'atombios_crtc_mode_set':
    atombios_crtc.c:461:58: warning: 'output' may be used uninitialized in this function [-Wuninitialized]
    atombios_crtc.c:364:19: note: 'output' was declared here
    make[2]: se sale del directorio `/root/xf86-video-ati/src/xf86-video-ati-6.14.3/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: se sale del directorio `/root/xf86-video-ati/src/xf86-video-ati-6.14.3'
    make: *** [all] Error 2
    ==> ERROR: Se produjo un error en build().
    Cancelando....
    Thank you.

    Hello, I found the problem, it seems to update the server-xorg.
    In archlinux32, I could compile it because I had not updated the system, once updated, shows the same bug.
    I can report this problem as a bug?
    https://bugs.freedesktop.org/show_bug.cgi?id=45937
    http://cgit.freedesktop.org/xorg/driver … 8f1d153c9c
    http://cgit.freedesktop.org/xorg/driver … 153c9c.zip
    If you install  xorg-server-devel-1.11.4-1-(i686/x86_64).pkg.tar.xz,does the compilation.
    Thank.
    Last edited by vicent (2012-03-22 16:46:41)

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

  • [SOLVED] Google Earth doesn't work with xf86-video-ati

    Hi all,
    I'm having a problem with the open-source ATI drivers.  I haven't had much luck finding out anything from anywhere else, so I'm hoping someone here can help.
    Whenever I start Google Earth, the graphics run EXTREMELY slowly, almost as if it's running on a system with low memory.  I'm running an Acer Extensa 4420 with an AMD Athlon 64 X2 dual-core 64-bit processor with 2GB of RAM.  As mentioned before, I'm running on the open-source xf86-video-ati drivers, but this is the only app that gives me problems.  GL screensavers run fine, and glxgears runs without any significant input.  Running Google Earth in terminal also gives no output. 
    And I'm not sure if this is related, but closing Google Earth also crashes X.
    Here's xorg.conf:
    Section "Module"
    Load "extmod"
    Load "dbe"
    Load "record"
    #Free86-DGA extension within that module.
    SubSection "extmod"
    Option "omit xfree86-dga" # don't initialise the DGA extension
    EndSubSection
    # This loads the font modules
    # Load "type1"
    Load "freetype"
    # Load "xtt"
    # This loads the GLX module
    Load "glx"
    # This loads the DRI module
    Load "dri"
    Load "drm"
    Load "synaptics"
    EndSection
    # Files section. This allows default font and rgb paths to be set
    Section "Files"
    # Multiple FontPath entries are allowed (which are concatenated together),
    # as well as specifying multiple comma-separated entries in one FontPath
    # command (or a combination of both methods)
    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"
    # FontPath "/usr/lib/X11/fonts/local/"
    # FontPath "/usr/lib/X11/fonts/misc/"
    # FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
    # FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
    # FontPath "/usr/lib/X11/fonts/Type1/"
    # FontPath "/usr/lib/X11/fonts/TrueType/"
    # FontPath "/usr/lib/X11/fonts/freefont/"
    # FontPath "/usr/lib/X11/fonts/75dpi/"
    # FontPath "/usr/lib/X11/fonts/100dpi/"
    # The module search path. The default path is shown here.
    # ModulePath "/usr/lib/modules"
    EndSection
    # Server flags section.
    Section "ServerFlags"
    # Uncomment this to cause a core dump at the spot where a signal is
    # received. This may leave the console in an unusable state, but may
    # provide a better stack trace in the core dump to aid in debugging
    # Option "NoTrapSignals"
    # Uncomment this to disable the <Ctrl><Alt><Fn> VT switch sequence
    # (where n is 1 through 12). This allows clients to receive these key
    # events.
    # Option "DontVTSwitch"
    # Uncomment this to disable the <Ctrl><Alt><BS> server abort sequence
    # This allows clients to receive this key event.
    Option "DontZap" "no"
    # Uncomment this to disable the <Ctrl><Alt><KP_+>/<KP_-> mode switching
    # sequences. This allows clients to receive these key events.
    # Option "Dont Zoom"
    # Uncomment this to disable tuning with the xvidtune client. With
    # it the client can still run and fetch card and monitor attributes,
    # but it will not be allowed to change them. If it tries it will
    # receive a protocol error.
    # Option "DisableVidModeExtension"
    # Uncomment this to enable the use of a non-local xvidtune client.
    # Option "AllowNonLocalXvidtune"
    # Uncomment this to disable dynamically modifying the input device
    # (mouse and keyboard) settings.
    # Option "DisableModInDev"
    # Uncomment this to enable the use of a non-local client to
    # change the keyboard or mouse settings (currently only xset).
    # Option "AllowNonLocalModInDev"
    Option "AutoAddDevices" "False"
    EndSection
    # Input devices
    # Core keyboard's InputDevice section
    Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    Option "AutoRepeat" "500 30"
    # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
    # Option "Xleds" "1 2 3"
    # Option "LeftAlt" "Meta"
    # Option "RightAlt" "ModeShift"
    # To customise the XKB settings to suit your keyboard, modify the
    # lines below (which are the defaults). For example, for a non-U.S.
    # keyboard, you will probably want to use:
    # Option "XkbModel" "pc105"
    # If you have a US Microsoft Natural keyboard, you can use:
    # Option "XkbModel" "microsoft"
    # Then to change the language, change the Layout setting.
    # For example, a german layout can be obtained with:
    # Option "XkbLayout" "de"
    # or:
    # Option "XkbLayout" "de"
    # Option "XkbVariant" "nodeadkeys"
    # If you'd like to switch the positions of your capslock and
    # control keys, use:
    # Option "XkbOptions" "ctrl:swapcaps"
    # These are the default XKB settings for Xorg
    # Option "XkbRules" "xorg"
    # Option "XkbModel" "pc105"
    # Option "XkbLayout" "us"
    # Option "XkbVariant" ""
    # Option "XkbOptions" ""
    # Option "XkbDisable"
    Option "XkbRules" "xorg"
    Option "XkbModel" "acer_laptop"
    Option "XkbLayout" "us,de"
    Option "XkbOptions" "grp:lwin_switch,grp_led:num,eurosign:e"
    EndSection
    # Core Pointer's InputDevice section
    Section "InputDevice"
    # Identifier and driver
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "Auto" # Auto detect
    Option "Device" "/dev/input/mice"
    # Mouse-speed setting for PS/2 mouse.
    # Option "Resolution" "256"
    # Baudrate and SampleRate are only for some Logitech mice. In
    # almost every case these lines should be omitted.
    # Option "BaudRate" "9600"
    # Option "SampleRate" "150"
    # Mouse wheel mapping. Default is to map vertical wheel to buttons 4 & 5,
    # horizontal wheel to buttons 6 & 7. Change if your mouse has more than
    # 3 buttons and you need to map the wheel to different button ids to avoid
    # conflicts.
    Option "ZAxisMapping" "4 5 6 7"
    # Emulate3Buttons is an option for 2-button mice
    # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
    # Option "Emulate3Buttons"
    # Option "Emulate3Timeout" "50"
    # ChordMiddle is an option for some 3-button Logitech mice
    # Option "ChordMiddle"
    EndSection
    Section "InputDevice"
    Identifier "Touchpad"
    Driver "synaptics"
    Option "AlwaysCore" "true" # send events to CorePointer
    #Option "Device" "/dev/input/mice"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "SHMConfig" "false" # configurable at runtime? security risk
    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 "MaxTapTime" "180" # max time in ms for detecting tap
    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.10" # speed factor for low pointer movement
    Option "MaxSpeed" "0.60" # maximum speed factor for fast pointer movement
    Option "AccelFactor" "0.0020" # acceleration factor for normal pointer movements
    Option "VertTwoFingerScroll" "true" # vertical scroll anywhere with two fingers
    Option "HorizTwoFingerScroll" "true" # horizontal scroll anywhere with two fingers
    Option "TapButton1" "1"
    Option "TapButton2" "2"
    EndSection
    # Other input device sections
    # this is optional and is required only if you
    # are using extended input devices. This is for example only. Refer
    # to the xorg.conf man page for a description of the options.
    # Section "InputDevice"
    # Identifier "Mouse2"
    # Driver "mouse"
    # Option "Protocol" "MouseMan"
    # Option "Device" "/dev/mouse2"
    # EndSection
    # Section "InputDevice"
    # Identifier "spaceball"
    # Driver "magellan"
    # Option "Device" "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    # Identifier "spaceball2"
    # Driver "spaceorb"
    # Option "Device" "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    # Identifier "touchscreen0"
    # Driver "microtouch"
    # Option "Device" "/dev/ttyS0"
    # Option "MinX" "1412"
    # Option "MaxX" "15184"
    # Option "MinY" "15372"
    # Option "MaxY" "1230"
    # Option "ScreenNumber" "0"
    # Option "ReportingMode" "Scaled"
    # Option "ButtonNumber" "1"
    # Option "SendCoreEvents"
    # EndSection
    # Section "InputDevice"
    # Identifier "touchscreen1"
    # Driver "elo2300"
    # Option "Device" "/dev/ttyS0"
    # Option "MinX" "231"
    # Option "MaxX" "3868"
    # Option "MinY" "3858"
    # Option "MaxY" "272"
    # Option "ScreenNumber" "0"
    # Option "ReportingMode" "Scaled"
    # Option "ButtonThreshold" "17"
    # Option "ButtonNumber" "1"
    # Option "SendCoreEvents"
    # EndSection
    # Monitor section
    # Any number of monitor sections may be present
    Section "Monitor"
    Identifier "Acer Laptop"
    # HorizSync is in kHz unless units are specified.
    # HorizSync may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
    HorizSync 31.5 - 57.0
    # HorizSync 30-64 # multisync
    # HorizSync 31.5, 35.2 # multiple fixed sync frequencies
    # HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
    # VertRefresh is in Hz unless units are specified.
    # VertRefresh may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
    VertRefresh 50-90
    EndSection
    # Graphics device section
    # Any number of graphics device sections may be present
    # Standard VGA Device:
    Section "Device"
    Identifier "Standard VGA"
    VendorName "Unknown"
    BoardName "Unknown"
    # The chipset line is optional in most cases. It can be used to override
    # the driver's chipset detection, and should not normally be specified.
    # Chipset "generic"
    # The Driver line must be present. When using run-time loadable driver
    # modules, this line instructs the server to load the specified driver
    # module. Even when not using loadable driver modules, this line
    # indicates which driver should interpret the information in this section.
    Driver "vga"
    # The BusID line is used to specify which of possibly multiple devices
    # this section is intended for. When this line isn't present, a device
    # section can only match up with the primary video device. For PCI
    # devices a line like the following could be used. This line should not
    # normally be included unless there is more than one video device
    # intalled.
    # BusID "PCI:0:10:0"
    # VideoRam 256
    # Clocks 25.2 28.3
    EndSection
    # Device configured by xorgconfig:
    Section "Device"
    Identifier "ATI Radeon"
    Driver "radeon"
    #VideoRam 262144
    # Insert Clocks lines here if appropriate
    Option "AGPMode" "4"
    Option "ColorTiling" "on"
    Option "AccelMethod" "EXA"
    Option "EnablePageFlip" "on"
    Option "AGPFastWrite" "yes"
    Option "EXAVSync" "yes"
    Option "ForceTVOut" "true"
    Option "TVStandard" "ntsc"
    EndSection
    # Screen sections
    # Any number of screen sections may be present. Each describes
    # the configuration of a single screen. A single specific screen section
    # may be specified from the X server command line with the "-screen"
    # option.
    Section "Screen"
    Identifier "Screen 1"
    Device "ATI Radeon"
    Monitor "Acer Laptop"
    DefaultDepth 24
    Subsection "Display"
    Depth 8
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 16
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 24
    Modes "1200x800"
    ViewPort 0 0
    EndSubsection
    EndSection
    # ServerLayout sections.
    # Any number of ServerLayout sections may be present. Each describes
    # the way multiple screens are organised. A specific ServerLayout
    # section may be specified from the X server command line with the
    # "-layout" option. In the absence of this, the first section is used.
    # When now ServerLayout section is present, the first Screen section
    # is used alone.
    Section "ServerLayout"
    # The Identifier line must be present
    Identifier "Simple Layout"
    # Each Screen line specifies a Screen section name, and optionally
    # the relative position of other screens. The four names after
    # primary screen name are the screens to the top, bottom, left and right
    # of the primary screen. In this example, screen 2 is located to the
    # right of screen 1.
    Screen "Screen 1"
    # Each InputDevice line specifies an InputDevice section name and
    # optionally some options to specify the way the device is to be
    # used. Those options include "CorePointer", "CoreKeyboard" and
    # "SendCoreEvents".
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Touchpad" "SendCoreEvents"
    InputDevice "Keyboard1" "CoreKeyboard"
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    Here's my drirc:
    <driconf>
    <device screen="0" driver="r300">
    <application name="Default">
    <option name="force_s3tc_enable" value="false" />
    <option name="texture_coord_units" value="8" />
    <option name="fthrottle_mode" value="2" />
    <option name="disable_stencil_two_side" value="false" />
    <option name="tcl_mode" value="3" />
    <option name="texture_depth" value="0" />
    <option name="fp_optimization" value="0" />
    <option name="def_max_anisotropy" value="1.0" />
    <option name="no_rast" value="false" />
    <option name="command_buffer_size" value="8" />
    <option name="round_mode" value="0" />
    <option name="dither_mode" value="0" />
    <option name="disable_lowimpact_fallback" value="true" />
    <option name="texture_image_units" value="8" />
    <option name="disable_s3tc" value="false" />
    <option name="color_reduction" value="1" />
    <option name="vblank_mode" value="1" />
    </application>
    <application name="Google Earth" executable="googleearth">
    </application>
    </device>
    </driconf>
    Last edited by coolpyrofreak (2009-07-03 05:56:18)

    I had the same problem (slow googleearth) with ATI Technologies Inc Radeon Mobility U1 (IGP 320m).
    This .drirc solves it. I don't have an xorg.conf.
    - no need for the 'disable_lowimpact_fallback' option
    - no need to turn off 'atmosphere'
    cat .drirc
    <driconf>
    <device screen="0" driver="radeon">
    <application name="Default">
    <option name="force_s3tc_enable" value="false" />
    <option name="no_rast" value="false" />
    <option name="fthrottle_mode" value="2" />
    <option name="tcl_mode" value="3" />
    <option name="texture_depth" value="0" />
    <option name="def_max_anisotropy" value="1.0" />
    <option name="no_neg_lod_bias" value="false" />
    <option name="texture_units" value="3" />
    <option name="dither_mode" value="0" />
    <option name="hyperz" value="true" />
    <option name="round_mode" value="0" />
    <option name="color_reduction" value="1" />
    <option name="vblank_mode" value="0" />
    <option name="allow_large_textures" value="1" />
    </application>
    </device>
    </driconf>

  • It's all green with xf86-video-ati. [Solved]

    Firstly, I am running an updated install of Arch with KDE. My graphics card is an ATI Radeon HD 4800
    After following the directions on the wiki (http://wiki.archlinux.org/index.php/ATI), my entire screen is shaded dark green. I can see things through it, bit it makes changes difficult.
    Before the problem, I enabled early start KMS as per the directions, this did not seem to affect anything after a restart or two.
    I moved on to generating a xorg.conf file using HWD and configuring it to use xf86-video-ati. Upon running hwd -x, I found it odd that it only generated a xorg.conf.mesa file, but assumed that I could make the changes that I wanted myself. I made a copy of the generated configuration file and named it xorg.conf and began editing. At this point in time, my computer was green screen free. The default generated config file worked fine using mesa, but I wanted to utilize my GPU. I found the "Devices" section and commented out:
    Driver      "vesa"
    and added
    Driver      "radeon"
    This is where my problems began. Upon rebooting, I was presented with a green KDM. Logging in or switching consoles did nothing to save me from my newly made green Frankenstein computer. So, I renamed my xorg.conf file to xorg.conf.bak and rebooted. Everything was back to normal (no green, no xorg.conf). I checked my Xorg.0.log file, but couldn't make out any errors. I've included my xorg.conf file as well as my the last part of my log file to aid anyone brave enough to do battle with the green. It would be great if anyone could help me out with this, I think that I'm a bit in over my head. Also, I would use the proprietary catalyst drivers, but they don't yet support the newest version of xorg that I'm running. I've tested the catalyst drivers in other installs and the GPU works perfectly, so I'm positive that it isn't a hardware problem.
    If there is any more information that I can provide, just let me know.
    xorg.conf
    Section "ServerLayout"
    Identifier "Xorg Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "PS/2 Mouse" "CorePointer"
    # Serial Mouse not detected
    # USB Mouse not detected
    EndSection
    Section "ServerFlags"
    Option "AllowMouseOpenFail" "true"
    Option "AutoAddDevices" "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"
    # Additional fonts: Locale, Gimp, TTF...
    FontPath "/usr/share/fonts/cyrillic"
    # 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!
    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" # 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"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    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
    # Auto-generated by Archie mkxcfg
    Section "Monitor"
    Identifier "Monitor0"
    Option "DPMS" "true"
    # HorizSync 28.0 - 78.0 # Warning: This may fry very old Monitors
    HorizSync 28.0 - 96.0 # Warning: This may fry old Monitors
    VertRefresh 50.0 - 75.0 # 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
    ModeLine "640x350" 31.5 640 672 736 832 350 382 385 445 +hsync -vsync
    # 640x400 @ 85Hz (VESA) hsync: 37.9kHz
    ModeLine "640x400" 31.5 640 672 736 832 400 401 404 445 -hsync +vsync
    # 720x400 @ 85Hz (VESA) hsync: 37.9kHz
    ModeLine "720x400" 35.5 720 756 828 936 400 401 404 446 -hsync +vsync
    # 640x480 @ 60Hz (Industry standard) hsync: 31.5kHz
    ModeLine "640x480" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
    # 640x480 @ 72Hz (VESA) hsync: 37.9kHz
    ModeLine "640x480" 31.5 640 664 704 832 480 489 491 520 -hsync -vsync
    # 640x480 @ 75Hz (VESA) hsync: 37.5kHz
    ModeLine "640x480" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync
    # 640x480 @ 85Hz (VESA) hsync: 43.3kHz
    ModeLine "640x480" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync
    # 800x600 @ 56Hz (VESA) hsync: 35.2kHz
    ModeLine "800x600" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
    # 800x600 @ 60Hz (VESA) hsync: 37.9kHz
    ModeLine "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
    # 800x600 @ 72Hz (VESA) hsync: 48.1kHz
    ModeLine "800x600" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
    # 800x600 @ 75Hz (VESA) hsync: 46.9kHz
    ModeLine "800x600" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
    # 800x600 @ 85Hz (VESA) hsync: 53.7kHz
    ModeLine "800x600" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
    # 1024x768i @ 43Hz (industry standard) hsync: 35.5kHz
    ModeLine "1024x768" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync +vsync Interlace
    # 1024x768 @ 60Hz (VESA) hsync: 48.4kHz
    ModeLine "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
    # 1024x768 @ 70Hz (VESA) hsync: 56.5kHz
    ModeLine "1024x768" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
    # 1024x768 @ 75Hz (VESA) hsync: 60.0kHz
    ModeLine "1024x768" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
    # 1024x768 @ 85Hz (VESA) hsync: 68.7kHz
    ModeLine "1024x768" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
    # 1152x864 @ 75Hz (VESA) hsync: 67.5kHz
    ModeLine "1152x864" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
    # 1280x960 @ 60Hz (VESA) hsync: 60.0kHz
    ModeLine "1280x960" 108.0 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync
    # 1280x960 @ 85Hz (VESA) hsync: 85.9kHz
    ModeLine "1280x960" 148.5 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync
    # 1280x1024 @ 60Hz (VESA) hsync: 64.0kHz
    ModeLine "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
    # 1280x1024 @ 75Hz (VESA) hsync: 80.0kHz
    ModeLine "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
    # 1280x1024 @ 85Hz (VESA) hsync: 91.1kHz
    ModeLine "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync
    # 1600x1200 @ 60Hz (VESA) hsync: 75.0kHz
    ModeLine "1600x1200" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 65Hz (VESA) hsync: 81.3kHz
    ModeLine "1600x1200" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 70Hz (VESA) hsync: 87.5kHz
    ModeLine "1600x1200" 189.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 75Hz (VESA) hsync: 93.8kHz
    ModeLine "1600x1200" 202.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 85Hz (VESA) hsync: 106.3kHz
    ModeLine "1600x1200" 229.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1792x1344 @ 60Hz (VESA) hsync: 83.6kHz
    ModeLine "1792x1344" 204.8 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync
    # 1792x1344 @ 75Hz (VESA) hsync: 106.3kHz
    ModeLine "1792x1344" 261.0 1792 1888 2104 2456 1344 1345 1348 1417 -hsync +vsync
    # 1856x1392 @ 60Hz (VESA) hsync: 86.3kHz
    ModeLine "1856x1392" 218.3 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync
    # 1856x1392 @ 75Hz (VESA) hsync: 112.5kHz
    ModeLine "1856x1392" 288.0 1856 1984 2208 2560 1392 1393 1396 1500 -hsync +vsync
    # 1920x1440 @ 60Hz (VESA) hsync: 90.0kHz
    ModeLine "1920x1440" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync
    # 1920x1440 @ 75Hz (VESA) hsync: 112.5kHz
    ModeLine "1920x1440" 297.0 1920 2064 2288 2640 1440 1441 1444 1500 -hsync +vsync
    # Additional modelines
    ModeLine "1800x1440" 230 1800 1896 2088 2392 1440 1441 1444 1490 +HSync +VSync
    ModeLine "1800x1440" 250 1800 1896 2088 2392 1440 1441 1444 1490 +HSync +VSync
    # Extended modelines with GTF timings
    # 640x480 @ 100.00 Hz (GTF) hsync: 50.90 kHz; pclk: 43.16 MHz
    ModeLine "640x480" 43.16 640 680 744 848 480 481 484 509 -HSync +Vsync
    # 768x576 @ 60.00 Hz (GTF) hsync: 35.82 kHz; pclk: 34.96 MHz
    ModeLine "768x576" 34.96 768 792 872 976 576 577 580 597 -HSync +Vsync
    # 768x576 @ 72.00 Hz (GTF) hsync: 43.27 kHz; pclk: 42.93 MHz
    ModeLine "768x576" 42.93 768 800 880 992 576 577 580 601 -HSync +Vsync
    # 768x576 @ 75.00 Hz (GTF) hsync: 45.15 kHz; pclk: 45.51 MHz
    ModeLine "768x576" 45.51 768 808 888 1008 576 577 580 602 -HSync +Vsync
    # 768x576 @ 85.00 Hz (GTF) hsync: 51.42 kHz; pclk: 51.84 MHz
    ModeLine "768x576" 51.84 768 808 888 1008 576 577 580 605 -HSync +Vsync
    # 768x576 @ 100.00 Hz (GTF) hsync: 61.10 kHz; pclk: 62.57 MHz
    ModeLine "768x576" 62.57 768 816 896 1024 576 577 580 611 -HSync +Vsync
    # 800x600 @ 100.00 Hz (GTF) hsync: 63.60 kHz; pclk: 68.18 MHz
    ModeLine "800x600" 68.18 800 848 936 1072 600 601 604 636 -HSync +Vsync
    # 1024x768 @ 100.00 Hz (GTF) hsync: 81.40 kHz; pclk: 113.31 MHz
    ModeLine "1024x768" 113.31 1024 1096 1208 1392 768 769 772 814 -HSync +Vsync
    # 1152x864 @ 60.00 Hz (GTF) hsync: 53.70 kHz; pclk: 81.62 MHz
    ModeLine "1152x864" 81.62 1152 1216 1336 1520 864 865 868 895 -HSync +Vsync
    # 1152x864 @ 85.00 Hz (GTF) hsync: 77.10 kHz; pclk: 119.65 MHz
    ModeLine "1152x864" 119.65 1152 1224 1352 1552 864 865 868 907 -HSync +Vsync
    # 1152x864 @ 100.00 Hz (GTF) hsync: 91.50 kHz; pclk: 143.47 MHz
    ModeLine "1152x864" 143.47 1152 1232 1360 1568 864 865 868 915 -HSync +Vsync
    # 1280x960 @ 72.00 Hz (GTF) hsync: 72.07 kHz; pclk: 124.54 MHz
    ModeLine "1280x960" 124.54 1280 1368 1504 1728 960 961 964 1001 -HSync +Vsync
    # 1280x960 @ 75.00 Hz (GTF) hsync: 75.15 kHz; pclk: 129.86 MHz
    ModeLine "1280x960" 129.86 1280 1368 1504 1728 960 961 964 1002 -HSync +Vsync
    # 1280x960 @ 100.00 Hz (GTF) hsync: 101.70 kHz; pclk: 178.99 MHz
    ModeLine "1280x960" 178.99 1280 1376 1520 1760 960 961 964 1017 -HSync +Vsync
    # 1280x1024 @ 100.00 Hz (GTF) hsync: 108.50 kHz; pclk: 190.96 MHz
    ModeLine "1280x1024" 190.96 1280 1376 1520 1760 1024 1025 1028 1085 -HSync +Vsync
    # 1400x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 122.61 MHz
    ModeLine "1400x1050" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -HSync +Vsync
    # 1400x1050 @ 72.00 Hz (GTF) hsync: 78.77 kHz; pclk: 149.34 MHz
    ModeLine "1400x1050" 149.34 1400 1496 1648 1896 1050 1051 1054 1094 -HSync +Vsync
    # 1400x1050 @ 75.00 Hz (GTF) hsync: 82.20 kHz; pclk: 155.85 MHz
    ModeLine "1400x1050" 155.85 1400 1496 1648 1896 1050 1051 1054 1096 -HSync +Vsync
    # 1400x1050 @ 85.00 Hz (GTF) hsync: 93.76 kHz; pclk: 179.26 MHz
    ModeLine "1400x1050" 179.26 1400 1504 1656 1912 1050 1051 1054 1103 -HSync +Vsync
    # 1400x1050 @ 100.00 Hz (GTF) hsync: 111.20 kHz; pclk: 214.39 MHz
    ModeLine "1400x1050" 214.39 1400 1512 1664 1928 1050 1051 1054 1112 -HSync +Vsync
    # 1600x1200 @ 100.00 Hz (GTF) hsync: 127.10 kHz; pclk: 280.64 MHz
    ModeLine "1600x1200" 280.64 1600 1728 1904 2208 1200 1201 1204 1271 -HSync +Vsync
    EndSection
    # Auto-generated by Archie mkxcfg
    Section "Device"
    Identifier "Card0"
    #Driver "vesa"
    Driver "radeon"
    VendorName "All"
    BoardName "All"
    Option "AccelMethod" "EXA"
    Option "RenderAccel" "on"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultColorDepth 16
    SubSection "Display"
    Depth 1
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 32
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    Xorg.0.log (not complete)
    Dac detection success
    (II) RADEON(0): Output: DVI-1, Detected Monitor Type: 0
    Unhandled monitor type 0
    (II) RADEON(0): EDID vendor "SAM", prod id 292
    (II) RADEON(0): Using EDID range info for horizontal sync
    (II) RADEON(0): Using EDID range info for vertical refresh
    (II) RADEON(0): Printing DDC gathered Modelines:
    (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
    (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 1
    (II) RADEON(0): EDID data from the display on output: DVI-0 ----------------------
    (II) RADEON(0): Manufacturer: SAM Model: 124 Serial#: 1296707895
    (II) RADEON(0): Year: 2004 Week: 51
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
    (II) RADEON(0): Sync: Separate Composite
    (II) RADEON(0): Max Image Size [cm]: horiz.: 34 vert.: 27
    (II) RADEON(0): Gamma: 2.20
    (II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.650 redY: 0.330 greenX: 0.330 greenY: 0.600
    (II) RADEON(0): blueX: 0.150 blueY: 0.080 whiteX: 0.313 whiteY: 0.329
    (II) RADEON(0): Supported established timings:
    (II) RADEON(0): 720x400@70Hz
    (II) RADEON(0): 640x480@60Hz
    (II) RADEON(0): 640x480@67Hz
    (II) RADEON(0): 640x480@72Hz
    (II) RADEON(0): 640x480@75Hz
    (II) RADEON(0): 800x600@56Hz
    (II) RADEON(0): 800x600@60Hz
    (II) RADEON(0): 800x600@72Hz
    (II) RADEON(0): 800x600@75Hz
    (II) RADEON(0): 832x624@75Hz
    (II) RADEON(0): 1024x768@60Hz
    (II) RADEON(0): 1024x768@70Hz
    (II) RADEON(0): 1024x768@75Hz
    (II) RADEON(0): 1280x1024@75Hz
    (II) RADEON(0): 1152x864@75Hz
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported standard timings:
    (II) RADEON(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    (II) RADEON(0): #1: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    (II) RADEON(0): Supported detailed timing:
    (II) RADEON(0): clock: 108.0 MHz Image Size: 338 x 270 mm
    (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
    (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
    (II) RADEON(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 140 MHz
    (II) RADEON(0): Monitor name: SyncMaster
    (II) RADEON(0): Serial No: H9NXC27207
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0): 00ffffffffffff004c2d240137314a4d
    (II) RADEON(0): 330e01036c221b782aaaa5a654549926
    (II) RADEON(0): 145054bfef808180714f010101010101
    (II) RADEON(0): 010101010101302a009851002a403070
    (II) RADEON(0): 1300520e1100001e000000fd00384b1e
    (II) RADEON(0): 510e000a202020202020000000fc0053
    (II) RADEON(0): 796e634d61737465720a2020000000ff
    (II) RADEON(0): 0048394e584332373230370a20200010
    (II) RADEON(0): EDID vendor "SAM", prod id 292
    Output CRT1 disable success
    Blank CRTC 0 success
    Disable CRTC memreq 0 success
    Disable CRTC 0 success
    Blank CRTC 1 success
    Disable CRTC memreq 1 success
    Disable CRTC 1 success
    Blank CRTC 0 success
    Disable CRTC memreq 0 success
    Disable CRTC 0 success
    Output CRT1 disable success
    Enable CRTC 0 success
    Enable CRTC memreq 0 success
    Unblank CRTC 0 success
    Output CRT1 enable success
    Last edited by ryeguy146 (2009-11-20 02:20:55)

    ryeguy146 wrote:
    The proprietary driver doesn't yet support XOrg 7.5, so unless I want to rip out X and downgrade, that's out of the question. Hell, I don't even know where I'd get the source for 7.4 (latest supported) if I wanted it. MadTux suggests that ATI may be releasing the next version of the Catalyst soon, so maybe they'll support 7.5 with that. Maybe not. I don't have this problem using, say, ubuntu with the old XOrg.
    The xf86-video-radeon gives me a black screen, so that's out, though I haven't tried either the xf86-video-radeon-git or the xf86-video-ati-git, I may just bust those out and see what it gets me.
    Flamelab's suggestion seems plausable. Installing xf86-video-ati-git and using his xorg.conf sample; I'll try that out now and report back shortly.
    Edit:
    Well that's interesting. Trying flamelab's suggestion does seem to work perfectly. No green, no black screen, just good stuff. Glxgears runs nicely (which I assume is OpenGL). My xorg.conf is as follows:
    Section "Device"
    Identifier "My Graphics Card"
    Driver "radeon"
    Option "DRI" "on"
    Option "AccelMethod" "EXA"
    Option "DMAForXv" "on"
    Option "RenderAccel" "on"
    EndSection
    So that's something. Compositing still doesn't wish to work, but I think that I'm getting to where I want to be. Thanks for the tip, M177ER.
    In order to see 3D with xf86-video-ati-git or you'll wait for linux kernel 2.6.32 (coming soon), or you can build the -git versions of mesa,libgl,ati-dri, kernel etc which can cause trouble if you don't know what to do. See here if you have time : http://bbs.archlinux.org/viewtopic.php?id=79509
    As for the PKGBUILD: Xorg-server is a bit strict with full xorg.conf files lately. So creating a lite xorg.conf, can solve most problems.

  • [SOLVED]Error with xf86-video-ati 6.12.99.git20091221-1 + mesa-7.6.1-1

    Upgrade mesa (7.6-2 -> 7.6.1-1), libgl (7.6-2 -> 7.6.1-1), libgl (7.6-2 -> 7.6.1-1) and ati-dri (7.6-2 -> 7.6.1-1) from testing broke my resolution in KDE - X start only with vesa driver.
    I don't use xorg.conf, kernel is kernel26 2.6.32.2-1 from testing, KMS disabled (don't work with this kernel)
    /var/log/Xorg.0.log:
    (II) LoadModule: "radeon"
    (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    dlopen: libdrm_radeon.so.1: cannot open shared object file: No such file or directory
    (EE) Failed to load /usr/lib/xorg/modules/drivers/radeon_drv.so
    (II) UnloadModule: "radeon"
    (EE) Failed to load module "radeon" (loader failed, 7)
    (II) LoadModule: "vesa"
    Compiling xf86-video-ati-git (20091223-1) solve this problem
    Last edited by Tapan (2009-12-23 14:19:23)

    I have kernel 2.6.31-ARCH, nothing testing repository but in my
    grep EE /var/log/Xorg.0.log
    Current Operating System: Linux skynet 2.6.31-ARCH #1 SMP PREEMPT Tue Nov 10 19:01:40 CET 2009 x86_64
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (II) Loading extension MIT-SCREEN-SAVER
    (EE) Failed to load module "fbdev" (module does not exist, 0)
    (EE) RADEON(0): [dri] RADEONDRIGetVersion failed because of a version mismatch.
    (EE) Microsoft Comfort Curve Keyboard 2000: failed to initialize for relative axes.
    and, for example, switch for different desktop is very slow. Also maximized windows is very slow (I'm using xfce with compositing)

  • Layout with different resolutions

    Hallo and good morning!
    Once again I need some advice:
    I have a program that is running on different machines with different resolutions.
    Is it possible to avoid, that the layout is paning all around?
    Best regards
    Hilby
    Solved!
    Go to Solution.

    Hi Hilby,
    No... that is currently a limitation of the layouts, where we try to adapt to each screen, but the objects and the layout may not fit into a different aspect ratio with a different number of pixels.
    The aspect ratio is the most important, followed by the total resolution of the screen.
    Some more information on aspect ratios is below.
    In summary, DASYLab is unable to completely adapt the "Screen" layout for evey monitor size and resolution. If you want to have a fixed layout that does not completely occupy some monitors, then consider using a fixed size, like A4 or A3.
    If you make something on a big monitor, 1600x1200 for example, and move it to a wide screen monitor,, 1600x900.
    From my friends at Wikipedia
    With computer displays, aspect ratios wider than 4:3 are also called widescreen. Widescreen computer displays were previously typically of 16:10 aspect ratio, now they are shifting to 16:9.
    Until about 2003, most computer monitors had a 4:3 aspect ratio and some had 5:4. Between 2003 and 2006, monitors with 16:9 and mostly 16:10 (8:5) aspect ratios became commonly available
    - cj
    Measurement Computing (MCC) has free technical support. Visit www.mccdaq.com and click on the "Support" tab for all support options, including DASYLab.

  • [SOLVED] Mobility Radeon HD 5400 Series with xf86-video-ati

    I have an hp laptop with the following VGA Devices:
    00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02)
    01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Manhattan [Mobility Radeon HD 5400 Series]
    I installed:
    xf86-video-ati 1:7.0.0-1
    When I run:
    Xorg -configure
    I get:
    [ 8983.828] (EE)
    [ 8983.829] (EE) Backtrace:
    [ 8983.830] (EE) 0: Xorg (xorg_backtrace+0x36) [0x58a426]
    [ 8983.832] (EE) 1: Xorg (0x400000+0x18e279) [0x58e279]
    [ 8983.833] (EE) 2: /usr/lib/libpthread.so.0 (0x7f5ea78c8000+0xf1e0) [0x7f5ea78d71e0]
    [ 8983.834] (EE) 3: /usr/lib/xorg/modules/drivers/radeon_drv.so (0x7f5ea53e2000+0x41bd4) [0x7f5ea5423bd4]
    [ 8983.836] (EE) 4: Xorg (DoConfigure+0xdec) [0x46b15c]
    [ 8983.837] (EE) 5: Xorg (0x400000+0x7a728) [0x47a728]
    [ 8983.838] (EE) 6: Xorg (0x400000+0x26786) [0x426786]
    [ 8983.839] (EE) 7: /usr/lib/libc.so.6 (__libc_start_main+0xf5) [0x7f5ea654ca15]
    [ 8983.841] (EE) 8: Xorg (0x400000+0x26cad) [0x426cad]
    [ 8983.842] (EE)
    [ 8983.843] (EE) Segmentation fault at address 0x18
    [ 8983.847]
    Fatal server error:
    [ 8983.848] Caught signal 11 (Segmentation fault). Server aborting
    What did I tried:
    Using vesa instead --> gives me a flickering screen
    Using intel instead --> gives me a black screen
    Somebody an idea, what I can do?
    Last edited by haschibaschi (2013-01-23 21:25:23)

    Ok, I removed the packages
    xf86-video-intel xf86-video-vesa xf86-video-fbdev
    So its the xf86-video-ati, which is used.
    Here is my Xorg.0.log
    [ 9.006]
    X.Org X Server 1.13.2
    Release Date: 2013-01-24
    [ 9.006] X Protocol Version 11, Revision 0
    [ 9.006] Build Operating System: Linux 3.7.4-1-ARCH x86_64
    [ 9.006] Current Operating System: Linux flaptop 3.7.4-1-ARCH #1 SMP PREEMPT Mon Jan 21 23:05:29 CET 2013 x86_64
    [ 9.006] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=c40fce05-33ae-4a4d-aa51-21295185a22f ro quiet
    [ 9.006] Build Date: 25 January 2013 09:33:50AM
    [ 9.006]
    [ 9.006] Current version of pixman: 0.28.2
    [ 9.006] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 9.006] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 9.006] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jan 26 00:26:38 2013
    [ 9.109] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 9.220] (==) No Layout section. Using the first Screen section.
    [ 9.220] (==) No screen section available. Using defaults.
    [ 9.220] (**) |-->Screen "Default Screen Section" (0)
    [ 9.220] (**) | |-->Monitor "<default monitor>"
    [ 9.221] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 9.221] (==) Automatically adding devices
    [ 9.221] (==) Automatically enabling devices
    [ 9.221] (==) Automatically adding GPU devices
    [ 9.326] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 9.326] Entry deleted from font path.
    [ 9.368] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 9.368] Entry deleted from font path.
    [ 9.368] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 9.368] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 9.368] Entry deleted from font path.
    [ 9.368] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 9.368] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 9.368] (**) ModulePath set to "/usr/lib/xorg/modules/updates,/usr/lib/xorg/modules"
    [ 9.368] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 9.368] (II) Loader magic: 0x7fcc40
    [ 9.368] (II) Module ABI versions:
    [ 9.368] X.Org ANSI C Emulation: 0.4
    [ 9.368] X.Org Video Driver: 13.1
    [ 9.368] X.Org XInput driver : 18.0
    [ 9.368] X.Org Server Extension : 7.0
    [ 9.368] (II) config/udev: Adding drm device (/dev/dri/card1)
    [ 9.369] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 9.371] (--) PCI:*(0:0:2:0) 8086:0046:103c:144a rev 2, Mem @ 0xc0000000/4194304, 0xb0000000/268435456, I/O @ 0x00005050/8
    [ 9.371] (--) PCI: (0:1:0:0) 1002:68e0:103c:144a rev 0, Mem @ 0xa0000000/268435456, 0xc4400000/131072, I/O @ 0x00004000/256, BIOS @ 0x????????/131072
    [ 9.371] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 9.384] Initializing built-in extension Generic Event Extension
    [ 9.384] Initializing built-in extension SHAPE
    [ 9.384] Initializing built-in extension MIT-SHM
    [ 9.384] Initializing built-in extension XInputExtension
    [ 9.384] Initializing built-in extension XTEST
    [ 9.384] Initializing built-in extension BIG-REQUESTS
    [ 9.384] Initializing built-in extension SYNC
    [ 9.384] Initializing built-in extension XKEYBOARD
    [ 9.384] Initializing built-in extension XC-MISC
    [ 9.385] Initializing built-in extension SECURITY
    [ 9.385] Initializing built-in extension XINERAMA
    [ 9.385] Initializing built-in extension XFIXES
    [ 9.385] Initializing built-in extension RENDER
    [ 9.385] Initializing built-in extension RANDR
    [ 9.385] Initializing built-in extension COMPOSITE
    [ 9.385] Initializing built-in extension DAMAGE
    [ 9.385] Initializing built-in extension MIT-SCREEN-SAVER
    [ 9.385] Initializing built-in extension DOUBLE-BUFFER
    [ 9.385] Initializing built-in extension RECORD
    [ 9.385] Initializing built-in extension DPMS
    [ 9.385] Initializing built-in extension X-Resource
    [ 9.385] Initializing built-in extension XVideo
    [ 9.385] Initializing built-in extension XVideo-MotionCompensation
    [ 9.385] Initializing built-in extension XFree86-VidModeExtension
    [ 9.385] Initializing built-in extension XFree86-DGA
    [ 9.385] Initializing built-in extension XFree86-DRI
    [ 9.385] Initializing built-in extension DRI2
    [ 9.385] (II) LoadModule: "glx"
    [ 9.439] (II) Loading /usr/lib/xorg/modules/updates/extensions/libglx.so
    [ 9.497] (II) Module glx: vendor="Advanced Micro Devices, Inc."
    [ 9.497] compiled for 6.9.0, module version = 1.0.0
    [ 9.498] Loading extension GLX
    [ 9.498] (==) Matched intel as autoconfigured driver 0
    [ 9.498] (==) Matched ati as autoconfigured driver 1
    [ 9.498] (==) Matched intel as autoconfigured driver 2
    [ 9.498] (==) Matched vesa as autoconfigured driver 3
    [ 9.498] (==) Matched modesetting as autoconfigured driver 4
    [ 9.498] (==) Matched fbdev as autoconfigured driver 5
    [ 9.498] (==) Assigned the driver to the xf86ConfigLayout
    [ 9.498] (II) LoadModule: "intel"
    [ 9.544] (WW) Warning, couldn't open module intel
    [ 9.544] (II) UnloadModule: "intel"
    [ 9.544] (II) Unloading intel
    [ 9.544] (EE) Failed to load module "intel" (module does not exist, 0)
    [ 9.544] (II) LoadModule: "ati"
    [ 9.545] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [ 9.558] (II) Module ati: vendor="X.Org Foundation"
    [ 9.558] compiled for 1.13.0, module version = 7.0.0
    [ 9.558] Module class: X.Org Video Driver
    [ 9.558] ABI class: X.Org Video Driver, version 13.0
    [ 9.558] (II) LoadModule: "radeon"
    [ 9.559] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 9.640] (II) Module radeon: vendor="X.Org Foundation"
    [ 9.641] compiled for 1.13.0, module version = 7.0.0
    [ 9.641] Module class: X.Org Video Driver
    [ 9.641] ABI class: X.Org Video Driver, version 13.0
    [ 9.641] (II) LoadModule: "vesa"
    [ 9.641] (WW) Warning, couldn't open module vesa
    [ 9.641] (II) UnloadModule: "vesa"
    [ 9.641] (II) Unloading vesa
    [ 9.641] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 9.641] (II) LoadModule: "modesetting"
    [ 9.641] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [ 9.650] (II) Module modesetting: vendor="X.Org Foundation"
    [ 9.650] compiled for 1.13.1, module version = 0.6.0
    [ 9.650] Module class: X.Org Video Driver
    [ 9.650] ABI class: X.Org Video Driver, version 13.1
    [ 9.650] (II) LoadModule: "fbdev"
    [ 9.651] (WW) Warning, couldn't open module fbdev
    [ 9.651] (II) UnloadModule: "fbdev"
    [ 9.651] (II) Unloading fbdev
    [ 9.651] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 9.651] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
    ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
    ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
    ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
    ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
    CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
    BARTS, BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, PITCAIRN, PITCAIRN, PITCAIRN,
    PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    PITCAIRN, PITCAIRN, PITCAIRN, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, VERDE
    [ 9.655] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [ 9.655] (++) using VT number 7
    [ 9.670] (II) [KMS] Kernel modesetting enabled.
    [ 9.670] (II) modesetting(0): using drv /dev/dri/card0
    [ 9.670] (II) modesetting(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 9.670] (==) modesetting(0): Depth 24, (==) framebuffer bpp 32
    [ 9.670] (==) modesetting(0): RGB weight 888
    [ 9.670] (==) modesetting(0): Default visual is TrueColor
    [ 9.670] (II) modesetting(0): ShadowFB: preferred YES, enabled YES
    [ 9.670] (II) modesetting(0): Output LVDS-0 has no monitor section
    [ 9.683] (II) modesetting(0): Output VGA-0 has no monitor section
    [ 9.683] (II) modesetting(0): EDID for output LVDS-0
    [ 9.683] (II) modesetting(0): Manufacturer: AUO Model: 22ec Serial#: 0
    [ 9.683] (II) modesetting(0): Year: 2009 Week: 1
    [ 9.683] (II) modesetting(0): EDID Version: 1.3
    [ 9.683] (II) modesetting(0): Digital Display Input
    [ 9.683] (II) modesetting(0): Max Image Size [cm]: horiz.: 34 vert.: 19
    [ 9.683] (II) modesetting(0): Gamma: 2.20
    [ 9.683] (II) modesetting(0): No DPMS capabilities specified
    [ 9.683] (II) modesetting(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 9.683] (II) modesetting(0): First detailed timing is preferred mode
    [ 9.683] (II) modesetting(0): redX: 0.620 redY: 0.340 greenX: 0.330 greenY: 0.570
    [ 9.683] (II) modesetting(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
    [ 9.683] (II) modesetting(0): Manufacturer's mask: 0
    [ 9.683] (II) modesetting(0): Supported detailed timing:
    [ 9.683] (II) modesetting(0): clock: 69.3 MHz Image Size: 344 x 193 mm
    [ 9.683] (II) modesetting(0): h_active: 1366 h_sync: 1398 h_sync_end 1422 h_blank_end 1432 h_border: 0
    [ 9.683] (II) modesetting(0): v_active: 768 v_sync: 771 v_sync_end 775 v_blanking: 806 v_border: 0
    [ 9.684] (II) modesetting(0): Unknown vendor-specific block f
    [ 9.684] (II) modesetting(0): AUO
    [ 9.684] (II) modesetting(0): B156XW02 V2
    [ 9.684] (II) modesetting(0): EDID (in hex):
    [ 9.684] (II) modesetting(0): 00ffffffffffff0006afec2200000000
    [ 9.684] (II) modesetting(0): 01130103802213780ac8959e57549226
    [ 9.684] (II) modesetting(0): 0f505400000001010101010101010101
    [ 9.684] (II) modesetting(0): 010101010101121b5642500026302018
    [ 9.684] (II) modesetting(0): 340058c1100000180000000f00000000
    [ 9.684] (II) modesetting(0): 00000000000000000020000000fe0041
    [ 9.684] (II) modesetting(0): 554f0a202020202020202020000000fe
    [ 9.684] (II) modesetting(0): 004231353658573032205632200a00c0
    [ 9.684] (II) modesetting(0): Printing probed modes for output LVDS-0
    [ 9.684] (II) modesetting(0): Modeline "1366x768"x60.0 69.30 1366 1398 1422 1432 768 771 775 806 -hsync -vsync (48.4 kHz eP)
    [ 9.697] (II) modesetting(0): EDID for output VGA-0
    [ 9.697] (II) modesetting(0): Output LVDS-0 connected
    [ 9.697] (II) modesetting(0): Output VGA-0 disconnected
    [ 9.697] (II) modesetting(0): Using exact sizes for initial modes
    [ 9.697] (II) modesetting(0): Output LVDS-0 using initial mode 1366x768
    [ 9.697] (II) modesetting(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 9.697] (==) modesetting(0): DPI set to (96, 96)
    [ 9.697] (II) Loading sub module "fb"
    [ 9.697] (II) LoadModule: "fb"
    [ 9.697] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 9.730] (II) Module fb: vendor="X.Org Foundation"
    [ 9.730] compiled for 1.13.2, module version = 1.0.0
    [ 9.730] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 9.730] (II) Loading sub module "shadow"
    [ 9.730] (II) LoadModule: "shadow"
    [ 9.730] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [ 9.744] (II) Module shadow: vendor="X.Org Foundation"
    [ 9.744] compiled for 1.13.2, module version = 1.1.0
    [ 9.744] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 9.744] (==) RADEON(G0): Depth 24, (--) framebuffer bpp 32
    [ 9.744] (II) RADEON(G0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 9.744] (==) RADEON(G0): Default visual is TrueColor
    [ 9.744] (==) RADEON(G0): RGB weight 888
    [ 9.744] (II) RADEON(G0): Using 8 bits per RGB (8 bit DAC)
    [ 9.744] (--) RADEON(G0): Chipset: "ATI Mobility Radeon HD 5000 Series" (ChipID = 0x68e0)
    [ 9.745] (II) Loading sub module "dri2"
    [ 9.745] (II) LoadModule: "dri2"
    [ 9.745] (II) Module "dri2" already built-in
    [ 9.745] (II) Loading sub module "exa"
    [ 9.745] (II) LoadModule: "exa"
    [ 9.745] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 9.762] (II) Module exa: vendor="X.Org Foundation"
    [ 9.762] compiled for 1.13.2, module version = 2.6.0
    [ 9.762] ABI class: X.Org Video Driver, version 13.1
    [ 9.762] (II) RADEON(G0): KMS Color Tiling: enabled
    [ 9.762] (II) RADEON(G0): KMS Color Tiling 2D: enabled
    [ 9.762] (II) RADEON(G0): KMS Pageflipping: enabled
    [ 9.762] (II) RADEON(G0): SwapBuffers wait for vsync: enabled
    [ 9.765] (II) RADEON(G0): Output LVDS-1 has no monitor section
    [ 9.767] (II) RADEON(G0): Output HDMI-0 has no monitor section
    [ 9.893] (II) RADEON(G0): Output VGA-1 has no monitor section
    [ 9.896] (II) RADEON(G0): EDID for output LVDS-1
    [ 9.896] (II) RADEON(G0): Printing probed modes for output LVDS-1
    [ 9.896] (II) RADEON(G0): Modeline "1366x768"x60.0 69.30 1366 1398 1422 1432 768 771 775 806 -hsync -vsync (48.4 kHz eP)
    [ 9.896] (II) RADEON(G0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz)
    [ 9.896] (II) RADEON(G0): Modeline "1152x768"x59.8 71.75 1152 1216 1328 1504 768 771 781 798 -hsync +vsync (47.7 kHz)
    [ 9.896] (II) RADEON(G0): Modeline "1024x768"x59.9 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync (47.8 kHz)
    [ 9.896] (II) RADEON(G0): Modeline "800x600"x59.9 38.25 800 832 912 1024 600 603 607 624 -hsync +vsync (37.4 kHz)
    [ 9.896] (II) RADEON(G0): Modeline "848x480"x59.7 31.50 848 872 952 1056 480 483 493 500 -hsync +vsync (29.8 kHz)
    [ 9.896] (II) RADEON(G0): Modeline "720x480"x59.7 26.75 720 744 808 896 480 483 493 500 -hsync +vsync (29.9 kHz)
    [ 9.896] (II) RADEON(G0): Modeline "640x480"x59.4 23.75 640 664 720 800 480 483 487 500 -hsync +vsync (29.7 kHz)
    [ 9.899] (II) RADEON(G0): EDID for output HDMI-0
    [ 10.023] (II) RADEON(G0): EDID for output VGA-1
    [ 10.023] (II) RADEON(G0): Output LVDS-1 connected
    [ 10.023] (II) RADEON(G0): Output HDMI-0 disconnected
    [ 10.023] (II) RADEON(G0): Output VGA-1 disconnected
    [ 10.023] (II) RADEON(G0): Using exact sizes for initial modes
    [ 10.023] (II) RADEON(G0): Output LVDS-1 using initial mode 1366x768
    [ 10.023] (II) RADEON(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 10.023] (II) RADEON(G0): mem size init: gart size :1fdff000 vram size: s:20000000 visible:fba0000
    [ 10.023] (II) RADEON(G0): EXA: Driver will allow EXA pixmaps in VRAM
    [ 10.024] (==) RADEON(G0): DPI set to (96, 96)
    [ 10.024] (II) Loading sub module "fb"
    [ 10.024] (II) LoadModule: "fb"
    [ 10.024] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 10.024] (II) Module fb: vendor="X.Org Foundation"
    [ 10.024] compiled for 1.13.2, module version = 1.0.0
    [ 10.024] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 10.024] (II) Loading sub module "ramdac"
    [ 10.024] (II) LoadModule: "ramdac"
    [ 10.024] (II) Module "ramdac" already built-in
    [ 10.024] (==) Depth 24 pixmap format is 32 bpp
    [ 10.037] (II) RADEON(G0): [DRI2] Setup complete
    [ 10.037] (II) RADEON(G0): [DRI2] DRI driver: r600
    [ 10.037] (II) RADEON(G0): [DRI2] VDPAU driver: r600
    [ 10.037] (II) RADEON(G0): Front buffer size: 4128K
    [ 10.037] (II) RADEON(G0): VRAM usage limit set to 228182K
    [ 10.048] (==) RADEON(G0): Backing store disabled
    [ 10.048] (II) RADEON(G0): Direct rendering enabled
    [ 10.048] (II) RADEON(G0): Setting EXA maxPitchBytes
    [ 10.048] (II) EXA(256): Driver allocated offscreen pixmaps
    [ 10.048] (II) EXA(256): Driver registered support for the following operations:
    [ 10.048] (II) Solid
    [ 10.048] (II) Copy
    [ 10.048] (II) Composite (RENDER acceleration)
    [ 10.048] (II) UploadToScreen
    [ 10.048] (II) DownloadFromScreen
    [ 10.048] (II) RADEON(G0): Acceleration enabled
    [ 10.048] (==) RADEON(G0): DPMS enabled
    [ 10.048] (==) RADEON(G0): Silken mouse enabled
    [ 10.049] (II) RADEON(G0): Set up textured video
    [ 10.049] (II) RADEON(G0): [XvMC] Associated with Radeon Textured Video.
    [ 10.049] (II) RADEON(G0): [XvMC] Extension initialized.
    [ 10.049] (II) RADEON(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 10.056] (==) modesetting(0): Backing store disabled
    [ 10.056] (==) modesetting(0): Silken mouse enabled
    [ 10.056] (II) modesetting(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 10.056] (==) modesetting(0): DPMS enabled
    [ 10.080] (--) RandR disabled
    [ 10.100] (EE) GLX error: Can not get required symbols.
    [ 10.100] (II) modesetting(0): Damage tracking initialized
    [ 10.100] (II) modesetting(0): Setting screen physical size to 361 x 203
    [ 10.428] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 10.428] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 10.428] (II) LoadModule: "evdev"
    [ 10.429] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 10.498] (II) Module evdev: vendor="X.Org Foundation"
    [ 10.498] compiled for 1.13.0, module version = 2.7.3
    [ 10.498] Module class: X.Org XInput Driver
    [ 10.498] ABI class: X.Org XInput driver, version 18.0
    [ 10.498] (II) Using input driver 'evdev' for 'Power Button'
    [ 10.498] (**) Power Button: always reports core events
    [ 10.498] (**) evdev: Power Button: Device: "/dev/input/event4"
    [ 10.498] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 10.498] (--) evdev: Power Button: Found keys
    [ 10.498] (II) evdev: Power Button: Configuring as keyboard
    [ 10.498] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
    [ 10.498] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 10.498] (**) Option "xkb_rules" "evdev"
    [ 10.498] (**) Option "xkb_model" "evdev"
    [ 10.498] (**) Option "xkb_layout" "ch"
    [ 10.498] (**) Option "xkb_variant" "de"
    [ 10.547] (II) config/udev: Adding input device Video Bus (/dev/input/event14)
    [ 10.547] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 10.547] (II) Using input driver 'evdev' for 'Video Bus'
    [ 10.548] (**) Video Bus: always reports core events
    [ 10.548] (**) evdev: Video Bus: Device: "/dev/input/event14"
    [ 10.548] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 10.548] (--) evdev: Video Bus: Found keys
    [ 10.548] (II) evdev: Video Bus: Configuring as keyboard
    [ 10.548] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input14/event14"
    [ 10.548] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 10.548] (**) Option "xkb_rules" "evdev"
    [ 10.548] (**) Option "xkb_model" "evdev"
    [ 10.548] (**) Option "xkb_layout" "ch"
    [ 10.548] (**) Option "xkb_variant" "de"
    [ 10.548] (II) config/udev: Adding input device Video Bus (/dev/input/event15)
    [ 10.548] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 10.548] (II) Using input driver 'evdev' for 'Video Bus'
    [ 10.548] (**) Video Bus: always reports core events
    [ 10.548] (**) evdev: Video Bus: Device: "/dev/input/event15"
    [ 10.548] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 10.548] (--) evdev: Video Bus: Found keys
    [ 10.548] (II) evdev: Video Bus: Configuring as keyboard
    [ 10.548] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:10/LNXVIDEO:02/input/input15/event15"
    [ 10.548] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
    [ 10.548] (**) Option "xkb_rules" "evdev"
    [ 10.548] (**) Option "xkb_model" "evdev"
    [ 10.548] (**) Option "xkb_layout" "ch"
    [ 10.548] (**) Option "xkb_variant" "de"
    [ 10.549] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 10.549] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 10.549] (II) Using input driver 'evdev' for 'Power Button'
    [ 10.549] (**) Power Button: always reports core events
    [ 10.549] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 10.549] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 10.549] (--) evdev: Power Button: Found keys
    [ 10.549] (II) evdev: Power Button: Configuring as keyboard
    [ 10.549] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
    [ 10.549] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
    [ 10.549] (**) Option "xkb_rules" "evdev"
    [ 10.549] (**) Option "xkb_model" "evdev"
    [ 10.549] (**) Option "xkb_layout" "ch"
    [ 10.549] (**) Option "xkb_variant" "de"
    [ 10.549] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
    [ 10.549] (II) No input driver specified, ignoring this device.
    [ 10.549] (II) This device may have been added with another device file.
    [ 10.549] (II) config/udev: Adding drm device (/dev/dri/card1)
    [ 10.550] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event13)
    [ 10.550] (II) No input driver specified, ignoring this device.
    [ 10.550] (II) This device may have been added with another device file.
    [ 10.550] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 10.550] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event10)
    [ 10.550] (II) No input driver specified, ignoring this device.
    [ 10.550] (II) This device may have been added with another device file.
    [ 10.551] (II) config/udev: Adding input device HDA Intel MID Mic (/dev/input/event11)
    [ 10.551] (II) No input driver specified, ignoring this device.
    [ 10.551] (II) This device may have been added with another device file.
    [ 10.551] (II) config/udev: Adding input device HDA Intel MID Front Headphone (/dev/input/event12)
    [ 10.551] (II) No input driver specified, ignoring this device.
    [ 10.551] (II) This device may have been added with another device file.
    [ 10.552] (II) config/udev: Adding input device Acrox USB & PS/2 Mouse (/dev/input/event9)
    [ 10.552] (**) Acrox USB & PS/2 Mouse: Applying InputClass "evdev pointer catchall"
    [ 10.552] (II) Using input driver 'evdev' for 'Acrox USB & PS/2 Mouse'
    [ 10.552] (**) Acrox USB & PS/2 Mouse: always reports core events
    [ 10.552] (**) evdev: Acrox USB & PS/2 Mouse: Device: "/dev/input/event9"
    [ 10.552] (--) evdev: Acrox USB & PS/2 Mouse: Vendor 0xf62 Product 0x1001
    [ 10.552] (--) evdev: Acrox USB & PS/2 Mouse: Found 9 mouse buttons
    [ 10.552] (--) evdev: Acrox USB & PS/2 Mouse: Found scroll wheel(s)
    [ 10.552] (--) evdev: Acrox USB & PS/2 Mouse: Found relative axes
    [ 10.552] (--) evdev: Acrox USB & PS/2 Mouse: Found x and y relative axes
    [ 10.552] (II) evdev: Acrox USB & PS/2 Mouse: Configuring as mouse
    [ 10.552] (II) evdev: Acrox USB & PS/2 Mouse: Adding scrollwheel support
    [ 10.552] (**) evdev: Acrox USB & PS/2 Mouse: YAxisMapping: buttons 4 and 5
    [ 10.552] (**) evdev: Acrox USB & PS/2 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 10.552] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/input/input9/event9"
    [ 10.553] (II) XINPUT: Adding extended input device "Acrox USB & PS/2 Mouse" (type: MOUSE, id 10)
    [ 10.553] (II) evdev: Acrox USB & PS/2 Mouse: initialized for relative axes.
    [ 10.553] (**) Acrox USB & PS/2 Mouse: (accel) keeping acceleration scheme 1
    [ 10.553] (**) Acrox USB & PS/2 Mouse: (accel) acceleration profile 0
    [ 10.553] (**) Acrox USB & PS/2 Mouse: (accel) acceleration factor: 2.000
    [ 10.553] (**) Acrox USB & PS/2 Mouse: (accel) acceleration threshold: 4
    [ 10.554] (II) config/udev: Adding input device Acrox USB & PS/2 Mouse (/dev/input/mouse1)
    [ 10.554] (II) No input driver specified, ignoring this device.
    [ 10.554] (II) This device may have been added with another device file.
    [ 10.554] (II) config/udev: Adding input device 2SF022 (/dev/input/event8)
    [ 10.554] (**) 2SF022: Applying InputClass "evdev keyboard catchall"
    [ 10.554] (II) Using input driver 'evdev' for '2SF022'
    [ 10.554] (**) 2SF022: always reports core events
    [ 10.554] (**) evdev: 2SF022: Device: "/dev/input/event8"
    [ 10.554] (--) evdev: 2SF022: Vendor 0xbda Product 0x5801
    [ 10.554] (--) evdev: 2SF022: Found keys
    [ 10.555] (II) evdev: 2SF022: Configuring as keyboard
    [ 10.555] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.0/input/input8/event8"
    [ 10.555] (II) XINPUT: Adding extended input device "2SF022" (type: KEYBOARD, id 11)
    [ 10.555] (**) Option "xkb_rules" "evdev"
    [ 10.555] (**) Option "xkb_model" "evdev"
    [ 10.555] (**) Option "xkb_layout" "ch"
    [ 10.555] (**) Option "xkb_variant" "de"
    [ 10.556] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 10.556] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 10.556] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 10.556] (**) AT Translated Set 2 keyboard: always reports core events
    [ 10.556] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 10.556] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 10.556] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 10.556] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 10.556] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 10.556] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
    [ 10.556] (**) Option "xkb_rules" "evdev"
    [ 10.556] (**) Option "xkb_model" "evdev"
    [ 10.556] (**) Option "xkb_layout" "ch"
    [ 10.556] (**) Option "xkb_variant" "de"
    [ 10.557] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event7)
    [ 10.557] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 10.557] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 10.557] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [ 10.557] (II) LoadModule: "synaptics"
    [ 10.557] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 10.705] (II) Module synaptics: vendor="X.Org Foundation"
    [ 10.705] compiled for 1.13.1, module version = 1.6.2
    [ 10.705] Module class: X.Org XInput Driver
    [ 10.705] ABI class: X.Org XInput driver, version 18.0
    [ 10.705] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 10.705] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 10.705] (**) Option "Device" "/dev/input/event7"
    [ 10.720] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
    [ 10.720] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
    [ 10.720] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5672
    [ 10.720] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4550
    [ 10.720] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 10.720] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 10.720] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
    [ 10.720] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 10.720] (**) Option "TapButton1" "1"
    [ 10.720] (**) Option "TapButton2" "2"
    [ 10.720] (**) Option "TapButton3" "3"
    [ 10.720] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
    [ 10.720] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 10.720] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 10.726] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event7"
    [ 10.727] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
    [ 10.727] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 10.727] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
    [ 10.727] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.038
    [ 10.727] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 10.727] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 10.727] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 10.727] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 10.727] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 10.728] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 10.728] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 10.728] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/event6)
    [ 10.728] (II) No input driver specified, ignoring this device.
    [ 10.728] (II) This device may have been added with another device file.
    [ 10.729] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/js0)
    [ 10.729] (II) No input driver specified, ignoring this device.
    [ 10.729] (II) This device may have been added with another device file.
    [ 10.729] (II) config/udev: Adding input device PC Speaker (/dev/input/event1)
    [ 10.729] (II) No input driver specified, ignoring this device.
    [ 10.729] (II) This device may have been added with another device file.
    [ 10.730] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event5)
    [ 10.730] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 10.731] (II) Using input driver 'evdev' for 'HP WMI hotkeys'
    [ 10.731] (**) HP WMI hotkeys: always reports core events
    [ 10.731] (**) evdev: HP WMI hotkeys: Device: "/dev/input/event5"
    [ 10.731] (--) evdev: HP WMI hotkeys: Vendor 0 Product 0
    [ 10.731] (--) evdev: HP WMI hotkeys: Found keys
    [ 10.731] (II) evdev: HP WMI hotkeys: Configuring as keyboard
    [ 10.731] (**) Option "config_info" "udev:/sys/devices/virtual/input/input5/event5"
    [ 10.731] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 14)
    [ 10.731] (**) Option "xkb_rules" "evdev"
    [ 10.731] (**) Option "xkb_model" "evdev"
    [ 10.731] (**) Option "xkb_layout" "ch"
    [ 10.731] (**) Option "xkb_variant" "de"
    Between why I installed the mentioned packages was, cause I'v seen these log entries in the Xorg.0.log:
    (EE) Failed to load module "xxxx" (module does not exist, 0)
    Can somebody explain what happens here.

  • [SOLVED] Poor 2D performance of Radeon 7200 with newest xf86-video-ati

    Today arrived new version (6.12.99) of ATI OSS driver (also new version of ati-dri 7.6, mesa 7.6 and xorg-server 1.7.1) Since that moment I'm experiencing poor 2D performance, especially in GIMP (scrooling of zoomed canvas). Also switching of virt. desktop where is bloated Java app. or fat Firefox instance result in poor render of screen (program renders by parts/semiwindows).
    Here is some relevant infoozzzz:
    lspci
    02:00.0 VGA compatible controller: ATI Technologies Inc Radeon R100 QD [Radeon 7200]
    pacman -Syu
    [2009-11-02 08:52] synchronizing package lists
    [2009-11-02 08:53] starting full system upgrade
    [2009-11-02 09:00] removed gnome-mount (0.8-1)
    [2009-11-02 09:00] upgraded libdrm (2.4.13-1 -> 2.4.15-1)
    [2009-11-02 09:00] upgraded libx11 (1.2.2-1 -> 1.3.2-1)
    [2009-11-02 09:00] upgraded xextproto (7.0.5-1 -> 7.1.1-1)
    [2009-11-02 09:00] upgraded libxext (1.0.5-2 -> 1.1.1-1)
    [2009-11-02 09:00] upgraded libxxf86vm (1.0.99.1-1 -> 1.1.0-1)
    [2009-11-02 09:00] upgraded fixesproto (4.0-3 -> 4.1.1-1)
    [2009-11-02 09:00] upgraded libxfixes (4.0.3-2 -> 4.0.4-1)
    [2009-11-02 09:00] upgraded libxdamage (1.1.1-2 -> 1.1.2-1)
    [2009-11-02 09:00] upgraded libgl (7.5.1-2 -> 7.6-2)
    [2009-11-02 09:00] upgraded ati-dri (7.5.1-2 -> 7.6-2)
    [2009-11-02 09:00] upgraded bash (4.0.033-1 -> 4.0.035-1)
    [2009-11-02 09:00] upgraded dbus-glib (0.82-1 -> 0.82-2)
    [2009-11-02 09:00] upgraded gstreamer0.10 (0.10.24-1 -> 0.10.25-1)
    [2009-11-02 09:00] upgraded libxv (1.0.4-1 -> 1.0.5-1)
    [2009-11-02 09:00] upgraded gstreamer0.10-base (0.10.24-1 -> 0.10.25-1)
    [2009-11-02 09:00] upgraded libtheora (1.0-1 -> 1.1.1-1)
    [2009-11-02 09:00] upgraded gstreamer0.10-base-plugins (0.10.24-1 -> 0.10.25-1)
    [2009-11-02 09:00] upgraded gstreamer0.10-python (0.10.16-1 -> 0.10.17-1)
    [2009-11-02 09:00] upgraded exaile (0.3.0.1-2 -> 0.3.0.1-3)
    [2009-11-02 09:00] upgraded libxt (1.0.6-1 -> 1.0.7-1)
    [2009-11-02 09:00] upgraded xulrunner (1.9.1.3-2 -> 1.9.1.4-1)
    [2009-11-02 09:00] upgraded firefox (3.5.3-1 -> 3.5.4-1)
    [2009-11-02 09:00] upgraded gnome-disk-utility (2.28.0-1 -> 2.28.0-2)
    [2009-11-02 09:00] upgraded gnutls (2.8.3-1 -> 2.8.4-1)
    [2009-11-02 09:00] upgraded gstreamer0.10-ffmpeg (0.10.8-1 -> 0.10.9-1)
    [2009-11-02 09:00] upgraded inputproto (1.5.1-2 -> 2.0-1)
    [2009-11-02 09:00] upgraded kernel-headers (2.6.31.4-1 -> 2.6.31.4-2)
    [2009-11-02 09:00] upgraded libatasmart (0.16-1 -> 0.17-1)
    [2009-11-02 09:00] upgraded libdmx (1.0.99.1-1 -> 1.1.0-1)
    [2009-11-02 09:00] upgraded libgksu (2.0.8-1 -> 2.0.12-1)
    [2009-11-02 09:00] upgraded libgphoto2 (2.4.6-3 -> 2.4.7-1)
    [2009-11-02 09:00] upgraded libgsf (1.14.15-1 -> 1.14.16-1)
    [2009-11-02 09:00] upgraded libldap (2.4.18-1 -> 2.4.19-1)
    [2009-11-02 09:00] upgraded libmpcdec (1.2.6-1 -> 1.2.6-2)
    [2009-11-02 09:00] upgraded libsexy (0.1.11-1 -> 0.1.11-2)
    [2009-11-02 09:00] upgraded libusb1 (1.0.1-1 -> 1.0.3-1)
    [2009-11-02 09:00] upgraded libxmu (1.0.4-2 -> 1.0.5-1)
    [2009-11-02 09:00] upgraded libxpm (3.5.7-2 -> 3.5.8-1)
    [2009-11-02 09:00] upgraded libxaw (1.0.6-1 -> 1.0.7-1)
    [2009-11-02 09:00] upgraded libxcomposite (0.4.0-2 -> 0.4.1-1)
    [2009-11-02 09:00] upgraded libxdmcp (1.0.2-2 -> 1.0.3-1)
    [2009-11-02 09:00] upgraded libxfont (1.4.0-1 -> 1.4.1-1)
    [2009-11-02 09:00] upgraded libxfontcache (1.0.4-2 -> 1.0.5-1)
    [2009-11-02 09:00] upgraded renderproto (0.9.3-2 -> 0.11-1)
    [2009-11-02 09:00] upgraded libxrender (0.9.4-2 -> 0.9.5-1)
    [2009-11-02 09:00] upgraded libxft (2.1.13-1 -> 2.1.14-1)
    [2009-11-02 09:00] upgraded libxi (1.2.1-1 -> 1.3-2)
    [2009-11-02 09:00] upgraded libxinerama (1.0.99.1-1 -> 1.1-1)
    [2009-11-02 09:00] upgraded libxkbfile (1.0.5-1 -> 1.0.6-1)
    [2009-11-02 09:00] upgraded libxres (1.0.3-2 -> 1.0.4-1)
    [2009-11-02 09:00] upgraded libxtst (1.0.3-2 -> 1.1.0-1)
    [2009-11-02 09:00] upgraded libxvmc (1.0.4-2 -> 1.0.5-1)
    [2009-11-02 09:00] upgraded libxxf86dga (1.1.1-0.1 -> 1.1.1-1)
    [2009-11-02 09:00] upgraded libxxf86misc (1.0.1-2 -> 1.0.2-1)
    [2009-11-02 09:00] upgraded mesa (7.5.1-2 -> 7.6-2)
    [2009-11-02 09:00] upgraded nautilus (2.28.0-1 -> 2.28.1-1)
    [2009-11-02 09:00] upgraded nspr (4.8-1 -> 4.8.2-1)
    [2009-11-02 09:00] upgraded openssh (5.3p1-1 -> 5.3p1-2)
    [2009-11-02 09:00] upgraded pcre (7.9-1 -> 8.00-1)
    [2009-11-02 09:00] upgraded sg3_utils (1.27-2 -> 1.28-1)
    [2009-11-02 09:01] upgraded shared-mime-info (0.70-1 -> 0.70-2)
    [2009-11-02 09:01] upgraded tightvnc (1.3.10-2 -> 1.3.10-3)
    [2009-11-02 09:01] upgraded virtualbox-modules (3.0.8-1 -> 3.0.10-1)
    [2009-11-02 09:01] upgraded virtualbox-ose (3.0.8-1 -> 3.0.10-1)
    [2009-11-02 09:01] upgraded vte (0.22.2-1 -> 0.22.3-1)
    [2009-11-02 09:01] upgraded xf86-input-evdev (2.2.5-1 -> 2.3.0-1)
    [2009-11-02 09:01] upgraded xf86-video-ati (6.12.4-1 -> 6.12.99.git20091014-1)
    [2009-11-02 09:01] upgraded xf86-video-vesa (2.2.0-1 -> 2.2.1-1)
    [2009-11-02 09:01] upgraded xorg-apps (7.5-1.1 -> 7.5-2)
    [2009-11-02 09:01] upgraded xorg-font-utils (7.4-3 -> 7.5-2)
    [2009-11-02 09:01] upgraded xorg-fonts-alias (1.0.1-2 -> 1.0.2-1)
    [2009-11-02 09:01] Regenerating font encodings... done.
    [2009-11-02 09:01] upgraded xorg-fonts-encodings (1.0.2-3 -> 1.0.3-1)
    [2009-11-02 09:01] upgraded xorg-server-utils (7.4-7 -> 7.5-3)
    [2009-11-02 09:01] upgraded xorg-server (1.6.3.901-1 -> 1.7.1-1)
    [2009-11-02 09:01] upgraded xorg-utils (7.4-4 -> 7.5-1)
    [2009-11-02 09:01] upgraded xorg-xauth (1.0.3-1 -> 1.0.4-1)
    [2009-11-02 09:01] upgraded xorg-xkb-utils (7.4-2 -> 7.5-1)
    [2009-11-02 09:01] upgraded xterm (246-1 -> 250-1)
    cat /etc/X11/xorg.conf
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    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 "Module"
    Load "glx"
    Load "dri"
    Load "drm"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "LTN"
    ModelName "H1996NSL/PNST"
    HorizSync 30.0 - 96.0
    VertRefresh 50.0 - 160.0
    Option "DPMS"
    EndSection
    Section "Device"
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    Option "AGPMode" "4" # <i>
    #Option "AGPFastWrite" # [<bool>]
    #Option "AGPSize" # <i>
    #Option "GARTSize" # <i>
    #Option "RingSize" # <i>
    #Option "BufferSize" # <i>
    #Option "EnableDepthMoves" # [<bool>]
    Option "EnablePageFlip" "on" # [<bool>]
    #Option "NoBackBuffer" # [<bool>]
    #Option "DMAForXv" # [<bool>]
    #Option "FBTexPercent" # <i>
    #Option "DepthBits" # <i>
    #Option "PCIAPERSize" # <i>
    #Option "AccelDFS" # [<bool>]
    #Option "IgnoreEDID" # [<bool>]
    #Option "DisplayPriority" # [<str>]
    #Option "PanelSize" # [<str>]
    #Option "ForceMinDotClock" # <freq>
    Option "ColorTiling" "on" # [<bool>]
    #Option "VideoKey" # <i>
    #Option "RageTheatreCrystal" # <i>
    #Option "RageTheatreTunerPort" # <i>
    #Option "RageTheatreCompositePort" # <i>
    #Option "RageTheatreSVideoPort" # <i>
    #Option "TunerType" # <i>
    #Option "RageTheatreMicrocPath" # <str>
    #Option "RageTheatreMicrocType" # <str>
    #Option "ScalerWidth" # <i>
    Option "RenderAccel" "on" # [<bool>]
    #Option "SubPixelOrder" # [<str>]
    #Option "ShowCache" # [<bool>]
    #Option "DynamicClocks" # [<bool>]
    #Option "VGAAccess" # [<bool>]
    #Option "ReverseDDC" # [<bool>]
    #Option "LVDSProbePLL" # [<bool>]
    #Option "AccelMethod" # <str>
    Option "DRI" "on" # [<bool>]
    #Option "ConnectorTable" # <str>
    #Option "Int10" # [<bool>]
    #Option "EXAVSync" # [<bool>]
    Identifier "Card0"
    Driver "radeon"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1280x1024"
    EndSubSection
    EndSection
    Section "DRI"
    Group "video"
    Mode 0666
    EndSection
    glxinfo
    http://pastebin.com/f71f5461c
    BTW I'm not using Compiz. Has anyone an idea what could happen? In Glxgears I'm achieving 1200fps, but working with GIMP is laggy-horror.
    THX.
    Last edited by Srigi (2009-11-04 07:27:45)

    exactly the same here...
    01:00.0 VGA compatible controller: ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]
    glxinfo: http://pastebin.com/m75fc2c9
    Xorg.0.log: http://pastebin.com/m267826b1
    xorg.conf: http://pastebin.com/m75c033c2
    greets,
    smax

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

  • Connect 2 externa monitors with different resolutions?

    Is it possible to oonnect 2 external monitors, with different resolutions to a mbp pro?
    I've read some about the "matrox solution", but that one requires that the monitors uses the same resolution.
    And, just to be clear, I don't want to just duplicate the screens, one should be primary.

    You may want to phone OWC and ask whether what you want to do is possible if one monitor is connected to the mini-Displayport and the other is connected to a USB port using this adapter:
    http://eshop.macsales.com/item/Other%20World%20Computing/VIDU2DVIA/
    Note that the OWC adapter, like most USB video adapters I've seen advertised, is limited to a maximum resolution of 1600 x 1200, so you won't want to use it with a monitor whose native resolution is higher than that.
    Message was edited by: eww

  • HP 6730b can I swap screens with different resolutions?

    Hi,
    Is it possible to swap screens with different resolutions on a HP 6730b?
    Mine is 1680x1050 pixels and I want to find a 1280x800 screen to replace it.
    (letters are far too small for an old fart like me. ;-)
    The resolution list does support 1280x800 but it looks like viewing the screen through dirty glasses.
    Just wondering if the interface is the same.
    Cheers, 
    Bas

    Usually people want to go in the other direction. Here is the Service Manual:
    Manual link
    The parts list shows a panel that is SXGA+ (1400 x 1050) and a WXGA (1280 x 768 or 800) panel.
    There are multiple motherboards, but the only difference appaears to be whether there is a slot for a cellular card or not. In other words if you install the WXGA panel the motherboard should work with it and you will get 1280 x 800 resolution looking good. Laptop displays and other digital panels only work at their maximum aka native resolution and you get that muddy look if you try to run them at a lower res. You want to buy the whole panel with the cable designed for the WXGA....sometimes the cables will not work with a different resolution screen. Post back if you need further help finding a screen. You may find it cheaper and easier to sell or trade your laptop for one with the lower resolution screen.

  • Problem with a new install: X, Radeon 4650, and xf86-video-ati

    Hi guys,
    I am trying to setup a new install here but am getting stuck at X (I have been following the beginners guide).
    Everything is stock (kernel, not [testing], etc.).
    I have a ATI Radeon HD 4650 and am using the xf86-video-ati driver. I want to use dual monitors with this card (one 1920x1080 and another 1680x1050), but as far as I can tell, this is not the root of the problem. KMS is enabled by default and works well (with the exception of some slight artifacts on the 1080p monitor). I have tried to disable KMS but to no avail. But here is the essence  of my situtaion:
    Note: Yes, hal & dbus are both running.
    Running X as root without Xorg.conf: Mirrored at 1680x1050
    Running X as root with Xorg.conf: Black screens
    Running X as normal without Xorg.conf: Mirrored at 1680x1050
    Running X as normal with Xorg.conf: Black screens
    Note: The Xorg.conf is being taken from X -configure as well as taken from Xorg.0.log
    My /var/log/Xorg.0.log can be found here: http://pastebin.ca/1877044 (after attempting to run X as a normal user without Xorg.conf)
    Why can't I use a xorg.conf? How can I setup dual displays at their native resolutions?
    Thanks, any help is greatly appreciated!

    oh boy ...been in your exact situation before. I have a radeon 4890 HD. Very easy to get running the way you want it, once you know the steps to take of course.
    btw, I've ALWAYS found it easier to run X with an xorg.conf file.
    The way you go about setting up a dual head radeon card is actually very simple.
    First, delete your /etc/X11/xorg.conf file if you have one.
    Second, run "sudo aticonfig --initial=dual-head"
    Third, make sure the fglrx module is mentioned in your rc.conf file under modules.
    aticonfig will then create a new xorg.conf file for you that will work with your dual head.
    A few tweaks to the xorg.conf file before you start x:
    Decide whether you would like to run Xinerama or not. Xinerama may or may not have any benefits, but I've had much more success by keeping it off.
    You do that by:
    Section "ServerFlags"
              Option          "Xinerama"  "off"
    EndSection
    Make sure 'Load "dri2"' and 'Load "dri"' are commented out under section 'module'
    Lastly, specify your display size under Section "Screen" (you should have two screen sections)
    Do this by adding Modes     "1920x1080" under each SubSection "Display" .... or just take a shortcut and put it under the last subsection like I did.
    Do it again for the your other screen section.
    You are going to make a "virtual" screen, which would exist if your two physical screens were joined into one big one.
    So put under your second "screen" section, Virtual 3360 3360 (I have two 1680x1050 monitors)
    attatched is my xorg.conf for clarification:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "aticonfig-Screen[0]-0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    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 "Module"
    # Load "dri2"
    # Load "dri"
    Load "record"
    Load "extmod"
    Load "glx"
    Load "dbe"
    EndSection
    Section "ServerFlags"
    Option "Xinerama" "off"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    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 "0-DFP1"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    Option "PreferredMode" "1680x1050"
    Option "TargetRefresh" "60"
    Option "Position" "1680 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" "1680x1050"
    Option "TargetRefresh" "60"
    Option "Position" "0 0"
    Option "Rotate" "normal"
    Option "Disable" "false"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "AccelMethod" # [<str>]
    #Option "offscreensize" # [<str>]
    #Option "SWcursor" # [<bool>]
    #Option "ignoreconnector" # [<str>]
    #Option "forcereduced" # [<bool>]
    #Option "forcedpi" # <i>
    #Option "useconfiguredmonitor" # [<bool>]
    #Option "HPD" # <str>
    #Option "NoRandr" # [<bool>]
    #Option "RROutputOrder" # [<str>]
    #Option "DRI" # [<bool>]
    #Option "TVMode" # [<str>]
    #Option "ScaleType" # [<str>]
    #Option "UseAtomBIOS" # [<bool>]
    #Option "AtomBIOS" # [<str>]
    #Option "UnverifiedFeatures" # [<bool>]
    #Option "Audio" # [<bool>]
    #Option "AudioStreamSilence" # [<str>]
    #Option "HDMI" # [<str>]
    #Option "COHERENT" # [<str>]
    #Option "ForceLowPowerMode" # [<bool>]
    #Option "LowPowerModeEngineClock" # <i>
    Identifier "Card0"
    Driver "radeonhd"
    VendorName "ATI Technologies Inc"
    BoardName "RV790 [Radeon HD 4800 Series]"
    BusID "PCI:2:0:0"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-0"
    Driver "fglrx"
    Option "Monitor-DFP1" "0-DFP1"
    Option "Monitor-DFP2" "0-DFP2"
    BusID "PCI:2:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1680x1050"
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device "aticonfig-Device[0]-0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Virtual 3360 3360
    Depth 24
    Modes "1680x1050"
    EndSubSection
    EndSection

  • [Solved] No AIGLX after recent update (xf86-video-ati)

    Hey there,
    I was wondering why gnome3 wasn't working in full mode so I played around a bit
    and finally updated my xorg-server to 1.10.* along with all of my graphics drivers.
    Now I don't have opengl support anymore. Before gnome3 I was running compiz
    using my old drivers without problems. The new drivers don't work so well for me obviously.
    So in my Xorg log it says:
    (EE) AIGLX error: Calling driver entry point failed
    (EE) AIGLX: reverting to software rendering
    I have an AMD 785G on-board chip using the following drivers:
    xf86-video-ati 6.14.1-1
    ati-dri 7.10.2-2
    libgl 7.10.2-2
    libdrm 2.4.25-1
    and I have a dual head setup so I do have a tiny Xorg.conf...
    just in case that's important.
    For once my entire system is updated to all the latest versions.
    Any ideas? Should I switch to the testing drivers?
    Should I downgrade again? I'm pretty sure the old drivers didn't work with the new xorg-server
    that's why I delayed the xorg update for so long...
    Last edited by Orim (2011-06-04 21:09:33)

    Yeah, I'm in the video group.
    At least that's what "groups" tells me.
    My Xorg.conf or precisely my 10-monitor.conf in xorg.conf.d
    Section "Module"
    Load "glx"
    Load "dri"
    Load "drm"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "radeon"
    Option "AccelMethod" "EXA"
    Option "ColorTiling" "on"
    Option "DisplayPriority" "BIOS"
    Option "RenderAccel" "true"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Virtual 3520 1200
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    Xorg.log:
    [ 2211.198]
    X.Org X Server 1.10.2
    Release Date: 2011-05-28
    [ 2211.199] X Protocol Version 11, Revision 0
    [ 2211.200] Build Operating System: Linux 2.6.38-ARCH x86_64
    [ 2211.200] Current Operating System: Linux mistress 2.6.38-ARCH #1 SMP PREEMPT Mon May 23 22:02:08 CEST 2011 x86_64
    [ 2211.201] Kernel command line: cryptdevice=/dev/md1:lvm cryptkey=/dev/disk/by-uuid/cef85147-d5fa-406e-a3cc-c15610d7476c:ext3:/vault root=/dev/mapper/lvm-root radeon.modeset=0 rootdelay=10 vga=794 ro
    [ 2211.202] Build Date: 30 May 2011 08:18:15AM
    [ 2211.203]
    [ 2211.203] Current version of pixman: 0.20.2
    [ 2211.204] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 2211.206] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 2211.208] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jun 4 15:10:09 2011
    [ 2211.209] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 2211.211] (==) No Layout section. Using the first Screen section.
    [ 2211.211] (**) |-->Screen "Screen0" (0)
    [ 2211.211] (**) | |-->Monitor "<default monitor>"
    [ 2211.211] (**) | |-->Device "Device0"
    [ 2211.211] (==) No monitor specified for screen "Screen0".
    Using a default monitor configuration.
    [ 2211.211] (==) Automatically adding devices
    [ 2211.211] (==) Automatically enabling devices
    [ 2211.211] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 2211.211] Entry deleted from font path.
    [ 2211.211] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 2211.211] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 2211.211] (**) Extension "Composite" is enabled
    [ 2211.211] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 2211.211] (II) Loader magic: 0x7d3440
    [ 2211.211] (II) Module ABI versions:
    [ 2211.211] X.Org ANSI C Emulation: 0.4
    [ 2211.211] X.Org Video Driver: 10.0
    [ 2211.211] X.Org XInput driver : 12.2
    [ 2211.211] X.Org Server Extension : 5.0
    [ 2211.211] (--) PCI:*(0:1:5:0) 1002:9710:1458:d000 rev 0, Mem @ 0xd0000000/268435456, 0xfdfe0000/65536, 0xfde00000/1048576, I/O @ 0x0000ee00/256
    [ 2211.211] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 2211.212] (II) "extmod" will be loaded by default.
    [ 2211.212] (II) "dbe" will be loaded by default.
    [ 2211.212] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    [ 2211.212] (II) "record" will be loaded by default.
    [ 2211.212] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    [ 2211.212] (II) "dri2" will be loaded by default.
    [ 2211.212] (II) LoadModule: "glx"
    [ 2211.212] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 2211.212] (II) Module glx: vendor="X.Org Foundation"
    [ 2211.212] compiled for 1.10.2, module version = 1.0.0
    [ 2211.212] ABI class: X.Org Server Extension, version 5.0
    [ 2211.212] (==) AIGLX enabled
    [ 2211.212] (II) Loading extension GLX
    [ 2211.212] (II) LoadModule: "dri"
    [ 2211.212] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 2211.212] (II) Module dri: vendor="X.Org Foundation"
    [ 2211.212] compiled for 1.10.2, module version = 1.0.0
    [ 2211.212] ABI class: X.Org Server Extension, version 5.0
    [ 2211.212] (II) Loading extension XFree86-DRI
    [ 2211.212] (II) LoadModule: "extmod"
    [ 2211.212] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 2211.212] (II) Module extmod: vendor="X.Org Foundation"
    [ 2211.212] compiled for 1.10.2, module version = 1.0.0
    [ 2211.212] Module class: X.Org Server Extension
    [ 2211.212] ABI class: X.Org Server Extension, version 5.0
    [ 2211.212] (II) Loading extension MIT-SCREEN-SAVER
    [ 2211.212] (II) Loading extension XFree86-VidModeExtension
    [ 2211.212] (II) Loading extension XFree86-DGA
    [ 2211.212] (II) Loading extension DPMS
    [ 2211.212] (II) Loading extension XVideo
    [ 2211.212] (II) Loading extension XVideo-MotionCompensation
    [ 2211.212] (II) Loading extension X-Resource
    [ 2211.212] (II) LoadModule: "dbe"
    [ 2211.212] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 2211.212] (II) Module dbe: vendor="X.Org Foundation"
    [ 2211.212] compiled for 1.10.2, module version = 1.0.0
    [ 2211.212] Module class: X.Org Server Extension
    [ 2211.212] ABI class: X.Org Server Extension, version 5.0
    [ 2211.212] (II) Loading extension DOUBLE-BUFFER
    [ 2211.212] (II) LoadModule: "record"
    [ 2211.212] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 2211.212] (II) Module record: vendor="X.Org Foundation"
    [ 2211.212] compiled for 1.10.2, module version = 1.13.0
    [ 2211.212] Module class: X.Org Server Extension
    [ 2211.212] ABI class: X.Org Server Extension, version 5.0
    [ 2211.212] (II) Loading extension RECORD
    [ 2211.212] (II) LoadModule: "dri2"
    [ 2211.212] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 2211.213] (II) Module dri2: vendor="X.Org Foundation"
    [ 2211.213] compiled for 1.10.2, module version = 1.2.0
    [ 2211.213] ABI class: X.Org Server Extension, version 5.0
    [ 2211.213] (II) Loading extension DRI2
    [ 2211.213] (II) LoadModule: "radeon"
    [ 2211.213] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 2211.213] (II) Module radeon: vendor="X.Org Foundation"
    [ 2211.213] compiled for 1.10.0, module version = 6.14.1
    [ 2211.213] Module class: X.Org Video Driver
    [ 2211.213] ABI class: X.Org Video Driver, version 10.0
    [ 2211.213] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
    ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
    ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
    ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
    ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, ATI Radeon HD 4200, ATI Radeon 4100,
    ATI Mobility Radeon HD 4200, ATI Mobility Radeon 4100,
    ATI Radeon HD 4290, ATI Radeon HD 4250, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6250 Graphics, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5900 Series, ATI Radeon HD 5900 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 5700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, AMD Radeon HD 6900 Series,
    AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
    AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
    BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS
    [ 2211.215] (--) using VT number 8
    [ 2211.222] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 2211.223] (II) [KMS] drm report modesetting isn't supported.
    [ 2211.223] (II) RADEON(0): TOTO SAYS 00000000fdfe0000
    [ 2211.223] (II) RADEON(0): MMIO registers at 0x00000000fdfe0000: size 64KB
    [ 2211.223] (II) RADEON(0): PCI bus 1 card 5 func 0
    [ 2211.223] (**) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 2211.223] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 2211.223] (==) RADEON(0): Default visual is TrueColor
    [ 2211.223] (**) RADEON(0): Option "DisplayPriority" "BIOS"
    [ 2211.223] (**) RADEON(0): Option "ColorTiling" "on"
    [ 2211.223] (**) RADEON(0): Option "RenderAccel" "true"
    [ 2211.223] (**) RADEON(0): Option "AccelMethod" "EXA"
    [ 2211.223] (II) Loading sub module "vgahw"
    [ 2211.223] (II) LoadModule: "vgahw"
    [ 2211.223] (II) Loading /usr/lib/xorg/modules/libvgahw.so
    [ 2211.223] (II) Module vgahw: vendor="X.Org Foundation"
    [ 2211.223] compiled for 1.10.2, module version = 0.1.0
    [ 2211.223] ABI class: X.Org Video Driver, version 10.0
    [ 2211.223] (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    [ 2211.223] (==) RADEON(0): RGB weight 888
    [ 2211.223] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 2211.223] (--) RADEON(0): Chipset: "ATI Radeon HD 4200" (ChipID = 0x9710)
    [ 2211.223] (--) RADEON(0): Linear framebuffer at 0x00000000d0000000
    [ 2211.223] (II) RADEON(0): PCI card detected
    [ 2211.223] (II) Loading sub module "int10"
    [ 2211.223] (II) LoadModule: "int10"
    [ 2211.223] (II) Loading /usr/lib/xorg/modules/libint10.so
    [ 2211.223] (II) Module int10: vendor="X.Org Foundation"
    [ 2211.223] compiled for 1.10.2, module version = 1.0.0
    [ 2211.223] ABI class: X.Org Video Driver, version 10.0
    [ 2211.223] (II) RADEON(0): initializing int10
    [ 2211.225] (II) RADEON(0): Primary V_BIOS segment is: 0xc000
    [ 2211.226] (II) RADEON(0): ATOM BIOS detected
    [ 2211.226] (II) RADEON(0): ATOM BIOS Rom:
    [ 2211.226] SubsystemVendorID: 0x1002 SubsystemID: 0x1002
    [ 2211.226] IOBaseAddress: 0xee00
    [ 2211.226] Filename: 785GPM_D3.bi
    [ 2211.226] BIOS Bootup Message:
    B43106_DVI RS880 DDR2 200e/500m
    [ 2211.226] (II) RADEON(0): Framebuffer space used by Firmware (kb): 20
    [ 2211.226] (II) RADEON(0): Start of VRAM area used by Firmware: 0x1fffb000
    [ 2211.226] (II) RADEON(0): AtomBIOS requests 20kB of VRAM scratch space
    [ 2211.226] (II) RADEON(0): AtomBIOS VRAM scratch base: 0x1fffb000
    [ 2211.226] (II) RADEON(0): Cannot get VRAM scratch space. Allocating in main memory instead
    [ 2211.226] (II) RADEON(0): Default Engine Clock: 500000
    [ 2211.226] (II) RADEON(0): Default Memory Clock: 667000
    [ 2211.226] (II) RADEON(0): Maximum Pixel ClockPLL Frequency Output: 1200000
    [ 2211.226] (II) RADEON(0): Minimum Pixel ClockPLL Frequency Output: 0
    [ 2211.226] (II) RADEON(0): Maximum Pixel ClockPLL Frequency Input: 13500
    [ 2211.226] (II) RADEON(0): Minimum Pixel ClockPLL Frequency Input: 1000
    [ 2211.226] (II) RADEON(0): Maximum Pixel Clock: 400000
    [ 2211.226] (II) RADEON(0): Reference Clock: 14320
    [ 2211.226] drmOpenDevice: node name is /dev/dri/card0
    [ 2211.226] drmOpenDevice: open result is 10, (OK)
    [ 2211.226] drmOpenByBusid: Searching for BusID pci:0000:01:05.0
    [ 2211.227] drmOpenDevice: node name is /dev/dri/card0
    [ 2211.227] drmOpenDevice: open result is 10, (OK)
    [ 2211.227] drmOpenByBusid: drmOpenMinor returns 10
    [ 2211.227] drmOpenByBusid: drmGetBusid reports pci:0000:01:05.0
    [ 2211.227] (II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.33.0
    [ 2211.227] (==) RADEON(0): Page Flipping disabled on r5xx and newer chips.
    [ 2211.227] (II) RADEON(0): Will try to use DMA for Xv image transfers
    [ 2211.227] (II) RADEON(0): Detected total video RAM=524288K, accessible=262144K (PCI BAR=262144K)
    [ 2211.227] (--) RADEON(0): Mapped VideoRAM: 262144 kByte (128 bit DDR SDRAM)
    [ 2211.227] (II) RADEON(0): Color tiling disabled
    [ 2211.227] (II) Loading sub module "ddc"
    [ 2211.227] (II) LoadModule: "ddc"
    [ 2211.227] (II) Module "ddc" already built-in
    [ 2211.227] (II) Loading sub module "i2c"
    [ 2211.227] (II) LoadModule: "i2c"
    [ 2211.227] (II) Module "i2c" already built-in
    [ 2211.227] (II) RADEON(0): PLL parameters: rf=1432 rd=12 min=90000 max=120000; xclk=40000
    [ 2211.227] (II) RADEON(0): Output VGA-0 has no monitor section
    [ 2211.227] (II) RADEON(0): I2C bus "VGA-0" initialized.
    [ 2211.227] (II) RADEON(0): Output DVI-0 has no monitor section
    [ 2211.227] (II) RADEON(0): I2C bus "DVI-0" initialized.
    [ 2211.227] (II) RADEON(0): Port0:
    [ 2211.227] XRANDR name: VGA-0
    [ 2211.227] Connector: VGA
    [ 2211.227] CRT1: INTERNAL_KLDSCP_DAC1
    [ 2211.227] DDC reg: 0x7e40
    [ 2211.227] (II) RADEON(0): Port1:
    [ 2211.227] XRANDR name: DVI-0
    [ 2211.227] Connector: DVI-D
    [ 2211.227] DFP1: INTERNAL_KLDSCP_LVTMA
    [ 2211.227] DDC reg: 0x7e50
    [ 2211.227] (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
    [ 2211.277] (II) RADEON(0): EDID for output VGA-0
    [ 2211.277] (II) RADEON(0): Manufacturer: HWP Model: a71 Serial#: 16843009
    [ 2211.277] (II) RADEON(0): Year: 2006 Week: 13
    [ 2211.277] (II) RADEON(0): EDID Version: 1.3
    [ 2211.277] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
    [ 2211.277] (II) RADEON(0): Sync: Separate Composite SyncOnGreenSerration on. V.Sync Pulse req. if CompSync or SyncOnGreen
    [ 2211.277] (II) RADEON(0): Max Image Size [cm]: horiz.: 41 vert.: 31
    [ 2211.277] (II) RADEON(0): Gamma: 2.20
    [ 2211.277] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    [ 2211.277] (II) RADEON(0): Default color space is primary color space
    [ 2211.277] (II) RADEON(0): First detailed timing is preferred mode
    [ 2211.277] (II) RADEON(0): redX: 0.639 redY: 0.342 greenX: 0.290 greenY: 0.615
    [ 2211.277] (II) RADEON(0): blueX: 0.146 blueY: 0.072 whiteX: 0.313 whiteY: 0.329
    [ 2211.277] (II) RADEON(0): Supported established timings:
    [ 2211.277] (II) RADEON(0): 720x400@70Hz
    [ 2211.277] (II) RADEON(0): 640x480@60Hz
    [ 2211.277] (II) RADEON(0): 640x480@75Hz
    [ 2211.277] (II) RADEON(0): 800x600@60Hz
    [ 2211.277] (II) RADEON(0): 832x624@75Hz
    [ 2211.277] (II) RADEON(0): 1024x768@60Hz
    [ 2211.277] (II) RADEON(0): 1024x768@75Hz
    [ 2211.277] (II) RADEON(0): 1280x1024@75Hz
    [ 2211.277] (II) RADEON(0): 1152x864@75Hz
    [ 2211.277] (II) RADEON(0): Manufacturer's mask: 0
    [ 2211.277] (II) RADEON(0): Supported standard timings:
    [ 2211.277] (II) RADEON(0): #0: hsize: 640 vsize 480 refresh: 85 vid: 22833
    [ 2211.277] (II) RADEON(0): #1: hsize: 800 vsize 600 refresh: 85 vid: 22853
    [ 2211.277] (II) RADEON(0): #2: hsize: 1024 vsize 768 refresh: 85 vid: 22881
    [ 2211.277] (II) RADEON(0): #3: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 2211.277] (II) RADEON(0): #4: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 2211.277] (II) RADEON(0): #5: hsize: 1280 vsize 1024 refresh: 85 vid: 39297
    [ 2211.277] (II) RADEON(0): #6: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
    [ 2211.277] (II) RADEON(0): #7: hsize: 1600 vsize 1200 refresh: 75 vid: 20393
    [ 2211.277] (II) RADEON(0): Supported detailed timing:
    [ 2211.277] (II) RADEON(0): clock: 162.0 MHz Image Size: 408 x 306 mm
    [ 2211.277] (II) RADEON(0): h_active: 1600 h_sync: 1664 h_sync_end 1856 h_blank_end 2160 h_border: 0
    [ 2211.277] (II) RADEON(0): v_active: 1200 v_sync: 1201 v_sync_end 1204 v_blanking: 1250 v_border: 0
    [ 2211.277] (II) RADEON(0): Ranges: V min: 48 V max: 85 Hz, H min: 30 H max: 94 kHz, PixClock max 215 MHz
    [ 2211.277] (II) RADEON(0): Monitor name: HP LP2065
    [ 2211.277] (II) RADEON(0): Serial No: CNG61302RW
    [ 2211.277] (II) RADEON(0): EDID (in hex):
    [ 2211.277] (II) RADEON(0): 00ffffffffffff0022f0710a01010101
    [ 2211.277] (II) RADEON(0): 0d1001030f291f78eea6a5a3574a9d25
    [ 2211.277] (II) RADEON(0): 125054a52b8031594559615981408180
    [ 2211.277] (II) RADEON(0): 8199a940a94f483f403062b0324040c0
    [ 2211.277] (II) RADEON(0): 130098321100001e000000fd0030551e
    [ 2211.277] (II) RADEON(0): 5e15000a202020202020000000fc0048
    [ 2211.277] (II) RADEON(0): 50204c50323036350a202020000000ff
    [ 2211.277] (II) RADEON(0): 00434e47363133303252570a202000f0
    [ 2211.277] (II) RADEON(0): EDID vendor "HWP", prod id 2673
    [ 2211.277] (II) RADEON(0): Using EDID range info for horizontal sync
    [ 2211.277] (II) RADEON(0): Using EDID range info for vertical refresh
    [ 2211.277] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 2211.277] (II) RADEON(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
    [ 2211.277] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 2211.277] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 2211.277] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 2211.277] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 2211.277] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 2211.277] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    [ 2211.277] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 2211.277] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    [ 2211.277] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    [ 2211.277] (II) RADEON(0): Modeline "640x480"x0.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz)
    [ 2211.277] (II) RADEON(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz)
    [ 2211.277] (II) RADEON(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz)
    [ 2211.277] (II) RADEON(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 2211.277] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 2211.277] (II) RADEON(0): Modeline "1280x1024"x0.0 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync (91.1 kHz)
    [ 2211.277] (II) RADEON(0): Modeline "1600x1200"x0.0 202.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (93.8 kHz)
    [ 2211.277] (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 1
    [ 2211.277] (II) RADEON(0): EDID data from the display on output: VGA-0 ----------------------
    [ 2211.277] (II) RADEON(0): Manufacturer: HWP Model: a71 Serial#: 16843009
    [ 2211.277] (II) RADEON(0): Year: 2006 Week: 13
    [ 2211.277] (II) RADEON(0): EDID Version: 1.3
    [ 2211.277] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
    [ 2211.277] (II) RADEON(0): Sync: Separate Composite SyncOnGreenSerration on. V.Sync Pulse req. if CompSync or SyncOnGreen
    [ 2211.277] (II) RADEON(0): Max Image Size [cm]: horiz.: 41 vert.: 31
    [ 2211.277] (II) RADEON(0): Gamma: 2.20
    [ 2211.277] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    [ 2211.277] (II) RADEON(0): Default color space is primary color space
    [ 2211.277] (II) RADEON(0): First detailed timing is preferred mode
    [ 2211.277] (II) RADEON(0): redX: 0.639 redY: 0.342 greenX: 0.290 greenY: 0.615
    [ 2211.277] (II) RADEON(0): blueX: 0.146 blueY: 0.072 whiteX: 0.313 whiteY: 0.329
    [ 2211.277] (II) RADEON(0): Supported established timings:
    [ 2211.277] (II) RADEON(0): 720x400@70Hz
    [ 2211.277] (II) RADEON(0): 640x480@60Hz
    [ 2211.277] (II) RADEON(0): 640x480@75Hz
    [ 2211.278] (II) RADEON(0): 800x600@60Hz
    [ 2211.278] (II) RADEON(0): 832x624@75Hz
    [ 2211.278] (II) RADEON(0): 1024x768@60Hz
    [ 2211.278] (II) RADEON(0): 1024x768@75Hz
    [ 2211.278] (II) RADEON(0): 1280x1024@75Hz
    [ 2211.278] (II) RADEON(0): 1152x864@75Hz
    [ 2211.278] (II) RADEON(0): Manufacturer's mask: 0
    [ 2211.278] (II) RADEON(0): Supported standard timings:
    [ 2211.278] (II) RADEON(0): #0: hsize: 640 vsize 480 refresh: 85 vid: 22833
    [ 2211.278] (II) RADEON(0): #1: hsize: 800 vsize 600 refresh: 85 vid: 22853
    [ 2211.278] (II) RADEON(0): #2: hsize: 1024 vsize 768 refresh: 85 vid: 22881
    [ 2211.278] (II) RADEON(0): #3: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 2211.278] (II) RADEON(0): #4: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 2211.278] (II) RADEON(0): #5: hsize: 1280 vsize 1024 refresh: 85 vid: 39297
    [ 2211.278] (II) RADEON(0): #6: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
    [ 2211.278] (II) RADEON(0): #7: hsize: 1600 vsize 1200 refresh: 75 vid: 20393
    [ 2211.278] (II) RADEON(0): Supported detailed timing:
    [ 2211.278] (II) RADEON(0): clock: 162.0 MHz Image Size: 408 x 306 mm
    [ 2211.278] (II) RADEON(0): h_active: 1600 h_sync: 1664 h_sync_end 1856 h_blank_end 2160 h_border: 0
    [ 2211.278] (II) RADEON(0): v_active: 1200 v_sync: 1201 v_sync_end 1204 v_blanking: 1250 v_border: 0
    [ 2211.278] (II) RADEON(0): Ranges: V min: 48 V max: 85 Hz, H min: 30 H max: 94 kHz, PixClock max 215 MHz
    [ 2211.278] (II) RADEON(0): Monitor name: HP LP2065
    [ 2211.278] (II) RADEON(0): Serial No: CNG61302RW
    [ 2211.278] (II) RADEON(0): EDID (in hex):
    [ 2211.278] (II) RADEON(0): 00ffffffffffff0022f0710a01010101
    [ 2211.278] (II) RADEON(0): 0d1001030f291f78eea6a5a3574a9d25
    [ 2211.278] (II) RADEON(0): 125054a52b8031594559615981408180
    [ 2211.278] (II) RADEON(0): 8199a940a94f483f403062b0324040c0
    [ 2211.278] (II) RADEON(0): 130098321100001e000000fd0030551e
    [ 2211.278] (II) RADEON(0): 5e15000a202020202020000000fc0048
    [ 2211.278] (II) RADEON(0): 50204c50323036350a202020000000ff
    [ 2211.278] (II) RADEON(0): 00434e47363133303252570a202000f0
    [ 2211.278] finished output detect: 0
    [ 2211.278] (II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0.
    [ 2211.327] (II) RADEON(0): EDID for output DVI-0
    [ 2211.327] (II) RADEON(0): Manufacturer: BNQ Model: 76db Serial#: 7683
    [ 2211.327] (II) RADEON(0): Year: 2007 Week: 24
    [ 2211.327] (II) RADEON(0): EDID Version: 1.3
    [ 2211.327] (II) RADEON(0): Digital Display Input
    [ 2211.327] (II) RADEON(0): Max Image Size [cm]: horiz.: 52 vert.: 33
    [ 2211.327] (II) RADEON(0): Gamma: 2.20
    [ 2211.327] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off
    [ 2211.327] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 2211.327] (II) RADEON(0): First detailed timing is preferred mode
    [ 2211.327] (II) RADEON(0): redX: 0.653 redY: 0.337 greenX: 0.295 greenY: 0.607
    [ 2211.327] (II) RADEON(0): blueX: 0.144 blueY: 0.075 whiteX: 0.313 whiteY: 0.329
    [ 2211.327] (II) RADEON(0): Supported established timings:
    [ 2211.327] (II) RADEON(0): 720x400@70Hz
    [ 2211.327] (II) RADEON(0): 640x480@60Hz
    [ 2211.327] (II) RADEON(0): 640x480@67Hz
    [ 2211.327] (II) RADEON(0): 640x480@72Hz
    [ 2211.327] (II) RADEON(0): 640x480@75Hz
    [ 2211.327] (II) RADEON(0): 800x600@60Hz
    [ 2211.327] (II) RADEON(0): 800x600@72Hz
    [ 2211.327] (II) RADEON(0): 800x600@75Hz
    [ 2211.327] (II) RADEON(0): 832x624@75Hz
    [ 2211.327] (II) RADEON(0): 1024x768@60Hz
    [ 2211.327] (II) RADEON(0): 1024x768@70Hz
    [ 2211.327] (II) RADEON(0): 1024x768@75Hz
    [ 2211.327] (II) RADEON(0): 1280x1024@75Hz
    [ 2211.327] (II) RADEON(0): 1152x864@75Hz
    [ 2211.327] (II) RADEON(0): Manufacturer's mask: 0
    [ 2211.327] (II) RADEON(0): Supported standard timings:
    [ 2211.327] (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 2211.327] (II) RADEON(0): #1: hsize: 1280 vsize 1024 refresh: 76 vid: 36993
    [ 2211.327] (II) RADEON(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 2211.327] (II) RADEON(0): #3: hsize: 1280 vsize 1024 refresh: 72 vid: 35969
    [ 2211.327] (II) RADEON(0): #4: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
    [ 2211.327] (II) RADEON(0): #5: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 2211.327] (II) RADEON(0): Supported detailed timing:
    [ 2211.327] (II) RADEON(0): clock: 154.0 MHz Image Size: 519 x 324 mm
    [ 2211.327] (II) RADEON(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
    [ 2211.327] (II) RADEON(0): v_active: 1200 v_sync: 1203 v_sync_end 1209 v_blanking: 1235 v_border: 0
    [ 2211.327] (II) RADEON(0): Supported detailed timing:
    [ 2211.327] (II) RADEON(0): clock: 25.2 MHz Image Size: 376 x 301 mm
    [ 2211.327] (II) RADEON(0): h_active: 640 h_sync: 656 h_sync_end 752 h_blank_end 800 h_border: 0
    [ 2211.327] (II) RADEON(0): v_active: 350 v_sync: 387 v_sync_end 389 v_blanking: 449 v_border: 0
    [ 2211.327] (II) RADEON(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
    [ 2211.327] (II) RADEON(0): Monitor name: BenQ 241W
    [ 2211.327] (II) RADEON(0): EDID (in hex):
    [ 2211.327] (II) RADEON(0): 00ffffffffffff0009d1db76031e0000
    [ 2211.327] (II) RADEON(0): 1811010380342178ea5ad5a7564b9b24
    [ 2211.327] (II) RADEON(0): 135054bdef80714f81908180818ca940
    [ 2211.327] (II) RADEON(0): b30001010101283c80a070b023403020
    [ 2211.327] (II) RADEON(0): 360007442100001ed50980a0205e6310
    [ 2211.327] (II) RADEON(0): 10605208782d1100001a000000fd0038
    [ 2211.327] (II) RADEON(0): 4c1e5311000a202020202020000000fc
    [ 2211.327] (II) RADEON(0): 0042656e5120323431570a2020200077
    [ 2211.327] (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 3
    [ 2211.327] (II) RADEON(0): EDID data from the display on output: DVI-0 ----------------------
    [ 2211.327] (II) RADEON(0): Manufacturer: BNQ Model: 76db Serial#: 7683
    [ 2211.327] (II) RADEON(0): Year: 2007 Week: 24
    [ 2211.327] (II) RADEON(0): EDID Version: 1.3
    [ 2211.327] (II) RADEON(0): Digital Display Input
    [ 2211.327] (II) RADEON(0): Max Image Size [cm]: horiz.: 52 vert.: 33
    [ 2211.327] (II) RADEON(0): Gamma: 2.20
    [ 2211.327] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off
    [ 2211.327] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 2211.327] (II) RADEON(0): First detailed timing is preferred mode
    [ 2211.327] (II) RADEON(0): redX: 0.653 redY: 0.337 greenX: 0.295 greenY: 0.607
    [ 2211.327] (II) RADEON(0): blueX: 0.144 blueY: 0.075 whiteX: 0.313 whiteY: 0.329
    [ 2211.327] (II) RADEON(0): Supported established timings:
    [ 2211.327] (II) RADEON(0): 720x400@70Hz
    [ 2211.327] (II) RADEON(0): 640x480@60Hz
    [ 2211.327] (II) RADEON(0): 640x480@67Hz
    [ 2211.327] (II) RADEON(0): 640x480@72Hz
    [ 2211.327] (II) RADEON(0): 640x480@75Hz
    [ 2211.327] (II) RADEON(0): 800x600@60Hz
    [ 2211.327] (II) RADEON(0): 800x600@72Hz
    [ 2211.327] (II) RADEON(0): 800x600@75Hz
    [ 2211.327] (II) RADEON(0): 832x624@75Hz
    [ 2211.327] (II) RADEON(0): 1024x768@60Hz
    [ 2211.327] (II) RADEON(0): 1024x768@70Hz
    [ 2211.327] (II) RADEON(0): 1024x768@75Hz
    [ 2211.327] (II) RADEON(0): 1280x1024@75Hz
    [ 2211.327] (II) RADEON(0): 1152x864@75Hz
    [ 2211.327] (II) RADEON(0): Manufacturer's mask: 0
    [ 2211.327] (II) RADEON(0): Supported standard timings:
    [ 2211.327] (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 2211.327] (II) RADEON(0): #1: hsize: 1280 vsize 1024 refresh: 76 vid: 36993
    [ 2211.327] (II) RADEON(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 2211.327] (II) RADEON(0): #3: hsize: 1280 vsize 1024 refresh: 72 vid: 35969
    [ 2211.327] (II) RADEON(0): #4: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
    [ 2211.327] (II) RADEON(0): #5: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 2211.327] (II) RADEON(0): Supported detailed timing:
    [ 2211.327] (II) RADEON(0): clock: 154.0 MHz Image Size: 519 x 324 mm
    [ 2211.327] (II) RADEON(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
    [ 2211.327] (II) RADEON(0): v_active: 1200 v_sync: 1203 v_sync_end 1209 v_blanking: 1235 v_border: 0
    [ 2211.327] (II) RADEON(0): Supported detailed timing:
    [ 2211.327] (II) RADEON(0): clock: 25.2 MHz Image Size: 376 x 301 mm
    [ 2211.327] (II) RADEON(0): h_active: 640 h_sync: 656 h_sync_end 752 h_blank_end 800 h_border: 0
    [ 2211.327] (II) RADEON(0): v_active: 350 v_sync: 387 v_sync_end 389 v_blanking: 449 v_border: 0
    [ 2211.328] (II) RADEON(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
    [ 2211.328] (II) RADEON(0): Monitor name: BenQ 241W
    [ 2211.328] (II) RADEON(0): EDID (in hex):
    [ 2211.328] (II) RADEON(0): 00ffffffffffff0009d1db76031e0000
    [ 2211.328] (II) RADEON(0): 1811010380342178ea5ad5a7564b9b24
    [ 2211.328] (II) RADEON(0): 135054bdef80714f81908180818ca940
    [ 2211.328] (II) RADEON(0): b30001010101283c80a070b023403020
    [ 2211.328] (II) RADEON(0): 360007442100001ed50980a0205e6310
    [ 2211.328] (II) RADEON(0): 10605208782d1100001a000000fd0038
    [ 2211.328] (II) RADEON(0): 4c1e5311000a202020202020000000fc
    [ 2211.328] (II) RADEON(0): 0042656e5120323431570a2020200077
    [ 2211.328] finished output detect: 1
    [ 2211.328] finished all detect
    [ 2211.377] (II) RADEON(0): EDID for output VGA-0
    [ 2211.377] (II) RADEON(0): Manufacturer: HWP Model: a71 Serial#: 16843009
    [ 2211.377] (II) RADEON(0): Year: 2006 Week: 13
    [ 2211.377] (II) RADEON(0): EDID Version: 1.3
    [ 2211.377] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
    [ 2211.377] (II) RADEON(0): Sync: Separate Composite SyncOnGreenSerration on. V.Sync Pulse req. if CompSync or SyncOnGreen
    [ 2211.377] (II) RADEON(0): Max Image Size [cm]: horiz.: 41 vert.: 31
    [ 2211.377] (II) RADEON(0): Gamma: 2.20
    [ 2211.377] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    [ 2211.377] (II) RADEON(0): Default color space is primary color space
    [ 2211.377] (II) RADEON(0): First detailed timing is preferred mode
    [ 2211.377] (II) RADEON(0): redX: 0.639 redY: 0.342 greenX: 0.290 greenY: 0.615
    [ 2211.377] (II) RADEON(0): blueX: 0.146 blueY: 0.072 whiteX: 0.313 whiteY: 0.329
    [ 2211.377] (II) RADEON(0): Supported established timings:
    [ 2211.377] (II) RADEON(0): 720x400@70Hz
    [ 2211.377] (II) RADEON(0): 640x480@60Hz
    [ 2211.377] (II) RADEON(0): 640x480@75Hz
    [ 2211.377] (II) RADEON(0): 800x600@60Hz
    [ 2211.377] (II) RADEON(0): 832x624@75Hz
    [ 2211.377] (II) RADEON(0): 1024x768@60Hz
    [ 2211.377] (II) RADEON(0): 1024x768@75Hz
    [ 2211.377] (II) RADEON(0): 1280x1024@75Hz
    [ 2211.377] (II) RADEON(0): 1152x864@75Hz
    [ 2211.377] (II) RADEON(0): Manufacturer's mask: 0
    [ 2211.377] (II) RADEON(0): Supported standard timings:
    [ 2211.377] (II) RADEON(0): #0: hsize: 640 vsize 480 refresh: 85 vid: 22833
    [ 2211.377] (II) RADEON(0): #1: hsize: 800 vsize 600 refresh: 85 vid: 22853
    [ 2211.377] (II) RADEON(0): #2: hsize: 1024 vsize 768 refresh: 85 vid: 22881
    [ 2211.377] (II) RADEON(0): #3: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 2211.377] (II) RADEON(0): #4: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 2211.377] (II) RADEON(0): #5: hsize: 1280 vsize 1024 refresh: 85 vid: 39297
    [ 2211.377] (II) RADEON(0): #6: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
    [ 2211.377] (II) RADEON(0): #7: hsize: 1600 vsize 1200 refresh: 75 vid: 20393
    [ 2211.377] (II) RADEON(0): Supported detailed timing:
    [ 2211.377] (II) RADEON(0): clock: 162.0 MHz Image Size: 408 x 306 mm
    [ 2211.377] (II) RADEON(0): h_active: 1600 h_sync: 1664 h_sync_end 1856 h_blank_end 2160 h_border: 0
    [ 2211.377] (II) RADEON(0): v_active: 1200 v_sync: 1201 v_sync_end 1204 v_blanking: 1250 v_border: 0
    [ 2211.377] (II) RADEON(0): Ranges: V min: 48 V max: 85 Hz, H min: 30 H max: 94 kHz, PixClock max 215 MHz
    [ 2211.377] (II) RADEON(0): Monitor name: HP LP2065
    [ 2211.377] (II) RADEON(0): Serial No: CNG61302RW
    [ 2211.377] (II) RADEON(0): EDID (in hex):
    [ 2211.377] (II) RADEON(0): 00ffffffffffff0022f0710a01010101
    [ 2211.377] (II) RADEON(0): 0d1001030f291f78eea6a5a3574a9d25
    [ 2211.377] (II) RADEON(0): 125054a52b8031594559615981408180
    [ 2211.377] (II) RADEON(0): 8199a940a94f483f403062b0324040c0
    [ 2211.377] (II) RADEON(0): 130098321100001e000000fd0030551e
    [ 2211.377] (II) RADEON(0): 5e15000a202020202020000000fc0048
    [ 2211.377] (II) RADEON(0): 50204c50323036350a202020000000ff
    [ 2211.377] (II) RADEON(0): 00434e47363133303252570a202000f0
    [ 2211.377] (II) RADEON(0): EDID vendor "HWP", prod id 2673
    [ 2211.377] (II) RADEON(0): Using hsync ranges from config file
    [ 2211.377] (II) RADEON(0): Using vrefresh ranges from config file
    [ 2211.377] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 2211.377] (II) RADEON(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
    [ 2211.377] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 2211.377] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 2211.377] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 2211.377] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 2211.377] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 2211.377] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    [ 2211.377] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 2211.377] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    [ 2211.377] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    [ 2211.377] (II) RADEON(0): Modeline "640x480"x0.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz)
    [ 2211.377] (II) RADEON(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz)
    [ 2211.377] (II) RADEON(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz)
    [ 2211.377] (II) RADEON(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 2211.377] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 2211.377] (II) RADEON(0): Modeline "1280x1024"x0.0 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync (91.1 kHz)
    [ 2211.377] (II) RADEON(0): Modeline "1600x1200"x0.0 202.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (93.8 kHz)
    [ 2211.377] (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 1
    [ 2211.377] (II) RADEON(0): EDID data from the display on output: VGA-0 ----------------------
    [ 2211.377] (II) RADEON(0): Manufacturer: HWP Model: a71 Serial#: 16843009
    [ 2211.377] (II) RADEON(0): Year: 2006 Week: 13
    [ 2211.377] (II) RADEON(0): EDID Version: 1.3
    [ 2211.377] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
    [ 2211.377] (II) RADEON(0): Sync: Separate Composite SyncOnGreenSerration on. V.Sync Pulse req. if CompSync or SyncOnGreen
    [ 2211.377] (II) RADEON(0): Max Image Size [cm]: horiz.: 41 vert.: 31
    [ 2211.377] (II) RADEON(0): Gamma: 2.20
    [ 2211.377] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    [ 2211.377] (II) RADEON(0): Default color space is primary color space
    [ 2211.377] (II) RADEON(0): First detailed timing is preferred mode
    [ 2211.377] (II) RADEON(0): redX: 0.639 redY: 0.342 greenX: 0.290 greenY: 0.615
    [ 2211.377] (II) RADEON(0): blueX: 0.146 blueY: 0.072 whiteX: 0.313 whiteY: 0.329
    [ 2211.377] (II) RADEON(0): Supported established timings:
    [ 2211.377] (II) RADEON(0): 720x400@70Hz
    [ 2211.377] (II) RADEON(0): 640x480@60Hz
    [ 2211.377] (II) RADEON(0): 640x480@75Hz
    [ 2211.377] (II) RADEON(0): 800x600@60Hz
    [ 2211.377] (II) RADEON(0): 832x624@75Hz
    [ 2211.377] (II) RADEON(0): 1024x768@60Hz
    [ 2211.377] (II) RADEON(0): 1024x768@75Hz
    [ 2211.377] (II) RADEON(0): 1280x1024@75Hz
    [ 2211.377] (II) RADEON(0): 1152x864@75Hz
    [ 2211.377] (II) RADEON(0): Manufacturer's mask: 0
    [ 2211.377] (II) RADEON(0): Supported standard timings:
    [ 2211.377] (II) RADEON(0): #0: hsize: 640 vsize 480 refresh: 85 vid: 22833
    [ 2211.377] (II) RADEON(0): #1: hsize: 800 vsize 600 refresh: 85 vid: 22853
    [ 2211.377] (II) RADEON(0): #2: hsize: 1024 vsize 768 refresh: 85 vid: 22881
    [ 2211.377] (II) RADEON(0): #3: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 2211.377] (II) RADEON(0): #4: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 2211.377] (II) RADEON(0): #5: hsize: 1280 vsize 1024 refresh: 85 vid: 39297
    [ 2211.377] (II) RADEON(0): #6: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
    [ 2211.377] (II) RADEON(0): #7: hsize: 1600 vsize 1200 refresh: 75 vid: 20393
    [ 2211.377] (II) RADEON(0): Supported detailed timing:
    [ 2211.377] (II) RADEON(0): clock: 162.0 MHz Image Size: 408 x 306 mm
    [ 2211.378] (II) RADEON(0): h_active: 1600 h_sync: 1664 h_sync_end 1856 h_blank_end 2160 h_border: 0
    [ 2211.378] (II) RADEON(0): v_active: 1200 v_sync: 1201 v_sync_end 1204 v_blanking: 1250 v_border: 0
    [ 2211.378] (II) RADEON(0): Ranges: V min: 48 V max: 85 Hz, H min: 30 H max: 94 kHz, PixClock max 215 MHz
    [ 2211.378] (II) RADEON(0): Monitor name: HP LP2065
    [ 2211.378] (II) RADEON(0): Serial No: CNG61302RW
    [ 2211.378] (II) RADEON(0): EDID (in hex):
    [ 2211.378] (II) RADEON(0): 00ffffffffffff0022f0710a01010101
    [ 2211.378] (II) RADEON(0): 0d1001030f291f78eea6a5a3574a9d25
    [ 2211.378] (II) RADEON(0): 125054a52b8031594559615981408180
    [ 2211.378] (II) RADEON(0): 8199a940a94f483f403062b0324040c0
    [ 2211.378] (II) RADEON(0): 130098321100001e000000fd0030551e
    [ 2211.378] (II) RADEON(0): 5e15000a202020202020000000fc0048
    [ 2211.378] (II) RADEON(0): 50204c50323036350a202020000000ff
    [ 2211.378] (II) RADEON(0): 00434e47363133303252570a202000f0
    [ 2211.378] (II) RADEON(0): EDID vendor "HWP", prod id 2673
    [ 2211.378] (II) RADEON(0): Printing probed modes for output VGA-0
    [ 2211.378] (II) RADEON(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
    [ 2211.378] (II) RADEON(0): Modeline "1600x1200"x75.0 202.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (93.8 kHz)
    [ 2211.378] (II) RADEON(0): Modeline "1280x1024"x85.0 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync (91.1 kHz)
    [ 2211.378] (II) RADEON(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 2211.378] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 2211.378] (II) RADEON(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 2211.378] (II) RADEON(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    [ 2211.378] (II) RADEON(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz)
    [ 2211.378] (II) RADEON(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    [ 2211.378] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 2211.378] (II) RADEON(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    [ 2211.378] (II) RADEON(0): Modeline "800x600"x85.1 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz)
    [ 2211.378] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 2211.378] (II) RADEON(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz)
    [ 2211.378] (II) RADEON(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 2211.378] (II) RADEON(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 2211.378] (II) RADEON(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 2211.427] (II) RADEON(0): EDID for output DVI-0
    [ 2211.427] (II) RADEON(0): Manufacturer: BNQ Model: 76db Serial#: 7683
    [ 2211.427] (II) RADEON(0): Year: 2007 Week: 24
    [ 2211.427] (II) RADEON(0): EDID Version: 1.3
    [ 2211.427] (II) RADEON(0): Digital Display Input
    [ 2211.427] (II) RADEON(0): Max Image Size [cm]: horiz.: 52 vert.: 33
    [ 2211.427] (II) RADEON(0): Gamma: 2.20
    [ 2211.427] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off
    [ 2211.427] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 2211.427] (II) RADEON(0): First detailed timing is preferred mode
    [ 2211.427] (II) RADEON(0): redX: 0.653 redY: 0.337 greenX: 0.295 greenY: 0.607
    [ 2211.427] (II) RADEON(0): blueX: 0.144 blueY: 0.075 whiteX: 0.313 whiteY: 0.329
    [ 2211.427] (II) RADEON(0): Supported established timings:
    [ 2211.427] (II) RADEON(0): 720x400@70Hz
    [ 2211.427] (II) RADEON(0): 640x480@60Hz
    [ 2211.427] (II) RADEON(0): 640x480@67Hz
    [ 2211.427] (II) RADEON(0): 640x480@72Hz
    [ 2211.427] (II) RADEON(0): 640x480@75Hz
    [ 2211.427] (II) RADEON(0): 800x600@60Hz
    [ 2211.427] (II) RADEON(0): 800x600@72Hz
    [ 2211.427] (II) RADEON(0): 800x600@75Hz
    [ 2211.427] (II) RADEON(0): 832x624@75Hz
    [ 2211.427] (II) RADEON(0): 1024x768@60Hz
    [ 2211.427] (II) RADEON(0): 1024x768@70Hz
    [ 2211.427] (II) RADEON(0): 1024x768@75Hz
    [ 2211.427] (II) RADEON(0): 1280x1024@75Hz
    [ 2211.427] (II) RADEON(0): 1152x864@75Hz
    [ 2211.427] (II) RADEON(0): Manufacturer's mask: 0
    [ 2211.427] (II) RADEON(0): Supported standard timings:
    [ 2211.427] (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 2211.427] (II) RADEON(0): #1: hsize: 1280 vsize 1024 refresh: 76 vid: 36993
    [ 2211.427] (II) RADEON(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 2211.427] (II) RADEON(0): #3: hsize: 1280 vsize 1024 refresh: 72 vid: 35969
    [ 2211.427] (II) RADEON(0): #4: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
    [ 2211.427] (II) RADEON(0): #5: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 2211.427] (II) RADEON(0): Supported detailed timing:
    [ 2211.427] (II) RADEON(0): clock: 154.0 MHz Image Size: 519 x 324 mm
    [ 2211.427] (II) RADEON(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
    [ 2211.427] (II) RADEON(0): v_active: 1200 v_sync: 1203 v_sync_end 1209 v_blanking: 1235 v_border: 0
    [ 2211.427] (II) RADEON(0): Supported detailed timing:
    [ 2211.427] (II) RADEON(0): clock: 25.2 MHz Image Size: 376 x 301 mm
    [ 2211.427] (II) RADEON(0): h_active: 640 h_sync: 656 h_sync_end 752 h_blank_end 800 h_border: 0
    [ 2211.427] (II) RADEON(0): v_active: 350 v_sync: 387 v_sync_end 389 v_blanking: 449 v_border: 0
    [ 2211.427] (II) RADEON(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
    [ 2211.427] (II) RADEON(0): Monitor name: BenQ 241W
    [ 2211.427] (II) RADEON(0): EDID (in hex):
    [ 2211.427] (II) RADEON(0): 00ffffffffffff0009d1db76031e0000
    [ 2211.427] (II) RADEON(0): 1811010380342178ea5ad5a7564b9b24
    [ 2211.427] (II) RADEON(0): 135054bdef80714f81908180818ca940
    [ 2211.427] (II) RADEON(0): b30001010101283c80a070b023403020
    [ 2211.427] (II) RADEON(0): 360007442100001ed50980a0205e6310
    [ 2211.427] (II) RADEON(0): 10605208782d1100001a000000fd0038
    [ 2211.427] (II) RADEON(0): 4c1e5311000a202020202020000000fc
    [ 2211.427] (II) RADEON(0): 0042656e5120323431570a2020200077
    [ 2211.427] (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 3
    [ 2211.427] (II) RADEON(0): EDID data from the display on output: DVI-0 ----------------------
    [ 2211.427] (II) RADEON(0): Manufacturer: BNQ Model: 76db Serial#: 7683
    [ 2211.427] (II) RADEON(0): Year: 2007 Week: 24
    [ 2211.427] (II) RADEON(0): EDID Version: 1.3
    [ 2211.427] (II) RADEON(0): Digital Display Input
    [ 2211.427] (II) RADEON(0): Max Image Size [cm]: horiz.: 52 vert.: 33
    [ 2211.427] (II) RADEON(0): Gamma: 2.20
    [ 2211.427] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off
    [ 2211.427] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 2211.427] (II) RADEON(0): First detailed timing is preferred mode
    [ 2211.427] (II) RADEON(0): redX: 0.653 redY: 0.337 greenX: 0.295 greenY: 0.607
    [ 2211.427] (II) RADEON(0): blueX: 0.144 blueY: 0.075 whiteX: 0.313 whiteY: 0.329
    [ 2211.427] (II) RADEON(0): Supported established timings:
    [ 2211.427] (II) RADEON(0): 720x400@70Hz
    [ 2211.427] (II) RADEON(0): 640x480@60Hz
    [ 2211.427] (II) RADEON(0): 640x480@67Hz
    [ 2211.427] (II) RADEON(0): 640x480@72Hz
    [ 2211.427] (II) RADEON(0): 640x480@75Hz
    [ 2211.427] (II) RADEON(0): 800x600@60Hz
    [ 2211.427] (II) RADEON(0): 800x600@72Hz
    [ 2211.427] (II) RADEON(0): 800x600@75Hz
    [ 2211.427] (II) RADEON(0): 832x624@75Hz
    [ 2211.427] (II) RADEON(0): 1024x768@60Hz
    [ 2211.427] (II) RADEON(0): 1024x768@70Hz
    [ 2211.427] (II) RADEON(0): 1024x768@75Hz
    [ 2211.427] (II) RADEON(0): 1280x1024@75Hz
    [ 2211.427] (II) RADEON(0): 1152x864@75Hz
    [ 2211.427] (II) RADEON(0): Manufacturer's mask: 0
    [ 2211.427] (II) RADEON(0): Supported standard timings:
    [ 2211.427] (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 2211.427] (II) RADEON(0): #1: hsize: 1280 vsize 1024 refresh: 76 vid: 36993
    [ 2211.427] (II) RADEON(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 2211.428] (II) RADEON(0): #3: hsize: 1280 vsize 1024 refresh: 72 vid: 35969
    [ 2211.428] (II) RADEON(0): #4: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
    [ 2211.428] (II) RADEON(0): #5: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 2211.428] (II) RADEON(0): Supported detailed timing:
    [ 2211.428] (II) RADEON(0): clock: 154.0 MHz Image Size: 519 x 324 mm
    [ 2211.428] (II) RADEON(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
    [ 2211.428] (II) RADEON(0): v_active: 1200 v_sync: 1203 v_sync_end 1209 v_blanking: 1235 v_border: 0
    [ 2211.428] (II) RADEON(0): Supported detailed timing:
    [ 2211.428] (II) RADEON(0): clock: 25.2 MHz Image Size: 376 x 301 mm
    [ 2211.428] (II) RADEON(0): h_active: 640 h_sync: 656 h_sync_end 752 h_blank_end 800 h_border: 0
    [ 2211.428] (II) RADEON(0): v_active: 350 v_sync: 387 v_sync_end 389 v_blanking: 449 v_border: 0
    [ 2211.428] (II) RADEON(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
    [ 2211.428] (II) RADEON(0): Monitor name: BenQ 241W
    [ 2211.428] (II) RADEON(0): EDID (in hex):
    [ 2211.428] (II) RADEON(0): 00ffffffffffff0009d1db76031e0000
    [ 2211.428] (II) RADEON(0): 1811010380342178ea5ad5a7564b9b24
    [ 2211.428] (II) RADEON(0): 135054bdef80714f81908180818ca940
    [ 2211.428] (II) RADEON(0): b30001010101283c80a070b023403020
    [ 2211.428] (II) RADEON(0): 360007442100001ed50980a0205e6310
    [ 2211.428] (II) RADEON(0): 10605208782d1100001a000000fd0038
    [ 2211.428] (II) RADEON(0): 4c1e5311000a202020202020000000fc
    [ 2211.428] (II) RADEON(0): 0042656e5120323431570a2020200077
    [ 2211.428] (II) RADEON(0): Panel infos found from DDC detailed: 1920x1200
    [ 2211.428] (II) RADEON(0): EDID vendor "BNQ", prod id 30427
    [ 2211.428] (II) RADEON(0): Printing probed modes for output DVI-0
    [ 2211.428] (II) RADEON(0): Modeline "1920x1200"x60.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync +vsync (74.0 kHz)
    [ 2211.428] (II) RADEON(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
    [ 2211.428] (II) RADEON(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
    [ 2211.428] (II) RADEON(0): Modeline "1280x1024"x76.0 141.82 1280 1376 1512 1744 1024 1025 1028 1070 -hsync +vsync (81.3 kHz)
    [ 2211.428] (II) RADEON(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 2211.428] (II) RADEON(0): Modeline "1280x1024"x72.0 132.75 1280 1368 1504 1728 1024 1025 1028 1067 -hsync +vsync (76.8 kHz)
    [ 2211.428] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 2211.428] (II) RADEON(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    [ 2211.428] (II) RADEON(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    [ 2211.428] (II) RADEON(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    [ 2211.428] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 2211.428] (II) RADEON(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    [ 2211.428] (II) RADEON(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
    [ 2211.428] (II) RADEON(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    [ 2211.428] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 2211.428] (II) RADEON(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 2211.428] (II) RADEON(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
    [ 2211.428] (II) RADEON(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    [ 2211.428] (II) RADEON(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 2211.428] (II) RADEON(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 2211.428] (II) RADEON(0): Modeline "640x350"x70.1 25.17 640 656 752 800 350 387 389 449 +hsync -vsync (31.5 kHz)
    [ 2211.428] (II) RADEON(0): Output VGA-0 connected
    [ 2211.428] (II) RADEON(0): Output DVI-0 connected
    [ 2211.428] (II) RADEON(0): Using exact sizes for initial modes
    [ 2211.428] (II) RADEON(0): Output VGA-0 using initial mode 1600x1200
    [ 2211.428] (II) RADEON(0): Output DVI-0 using initial mode 1600x1200
    [ 2211.428] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 2211.428] (**) RADEON(0): Display dimensions: (410, 310) mm
    [ 2211.428] (**) RADEON(0): DPI set to (218, 98)
    [ 2211.428] (II) Loading sub module "fb"
    [ 2211.428] (II) LoadModule: "fb"
    [ 2211.428] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 2211.428] (II) Module fb: vendor="X.Org Foundation"
    [ 2211.428] compiled for 1.10.2, module version = 1.0.0
    [ 2211.428] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 2211.428] (II) Loading sub module "ramdac"
    [ 2211.428] (II) LoadModule: "ramdac"
    [ 2211.428] (II) Module "ramdac" already built-in
    [ 2211.428] (==) RADEON(0): Will attempt to use R6xx/R7xx EXA support if DRI is enabled.
    [ 2211.428] (II) Loading sub module "exa"
    [ 2211.428] (II) LoadModule: "exa"
    [ 2211.428] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 2211.428] (II) Module exa: vendor="X.Org Foundation"
    [ 2211.428] compiled for 1.10.2, module version = 2.5.0
    [ 2211.428] ABI class: X.Org Video Driver, version 10.0
    [ 2211.429] (!!) RADEON(0): MergedFB support has been removed and replaced with xrandr 1.2 support
    [ 2211.429] (--) Depth 24 pixmap format is 32 bpp
    [ 2211.429] (II) RADEON(0): RADEONScreenInit d0000000 0 0
    [ 2211.449] Output CRT1 disable success
    [ 2211.453] Blank CRTC 0 success
    [ 2211.453] Disable CRTC memreq 0 success
    [ 2211.453] Disable CRTC 0 success
    [ 2211.453] Output DIG0 transmitter setup success
    [ 2211.459] Blank CRTC 1 success
    [ 2211.459] Disable CRTC memreq 1 success
    [ 2211.459] Disable CRTC 1 success
    [ 2211.459] (II) RADEON(0): Dynamic Power Management Disabled
    [ 2211.459] (==) RADEON(0): Using 24 bit depth buffer
    [ 2211.459] (II) RADEON(0): RADEONInitMemoryMap() :
    [ 2211.459] (II) RADEON(0): mem_size : 0x20000000
    [ 2211.459] (II) RADEON(0): MC_FB_LOCATION : 0x00df00c0
    [ 2211.459] (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000
    [ 2211.459] (II) RADEON(0): Depth moves disabled by default
    [ 2211.459] (II) RADEON(0): Allocating from a screen of 262080 kb
    [ 2211.459] (II) RADEON(0): Will use 32 kb for hardware cursor 0 at offset 0x01068000
    [ 2211.459] (II) RADEON(0): Will use 32 kb for hardware cursor 1 at offset 0x0106c000
    [ 2211.459] (II) RADEON(0): Will use 16800 kb for front buffer at offset 0x00000000
    [ 2211.459] (II) RADEON(0): Will use 64 kb for PCI GART at offset 0x0fff0000
    [ 2211.459] (II) RADEON(0): Will use 16800 kb for back buffer at offset 0x01070000
    [ 2211.459] (II) RADEON(0): Will use 16800 kb for depth buffer at offset 0x020d8000
    [ 2211.459] (II) RADEON(0): Will use 105472 kb for textures at offset 0x03140000
    [ 2211.459] (II) RADEON(0): Will use 106176 kb for X Server offscreen at offset 0x09840000
    [ 2211.459] drmOpenDevice: node name is /dev/dri/card0
    [ 2211.459] drmOpenDevice: open result is 10, (OK)
    [ 2211.460] drmOpenDevice: node name is /dev/dri/card0
    [ 2211.460] drmOpenDevice: open result is 10, (OK)
    [ 2211.460] drmOpenByBusid: Searching for BusID pci:0000:01:05.0
    [ 2211.460] drmOpenDevice: node name is /dev/dri/card0
    [ 2211.460] drmOpenDevice: open result is 10, (OK)
    [ 2211.460] drmOpenByBusid: drmOpenMinor returns 10
    [ 2211.460] drmOpenByBusid: drmGetBusid reports pci:0000:01:05.0
    [ 2211.460] (II) [drm] DRM interface version 1.4
    [ 2211.460] (II) [drm] DRM open master succeeded.
    [ 2211.460] (II) RADEON(0): [drm] Using the DRM lock SAREA also for drawables.
    [ 2211.460] (II) RADEON(0): [drm] framebuffer handle = 0xd0000000
    [ 2211.460] (II) RADEON(0): [drm] added 1 reserved context for kernel
    [ 2211.460] (II) RADEON(0): X context

Maybe you are looking for

  • Jdev11.1.1.0.1 How can i navigate to get details of the table selected row?

    hi , i'm using jdeveloper 11.1.1.0.1 , and i want to navigate from a page containing a panel collection which contains a table with single row selection to another page contains the details of this selection. in 10g i was do that using #{row.rowKeySt

  • How to model this situation?

    Hi experts, I am BW 3.5. I am working with PS. I need to model the next example: Project 1 Hs. % (Hs*%) % Real Phase 1 37.2 Sub Phase 1 37.2 Sub Sub Phase 1 42.8 Ítem 1 10 0% 0(10 * 0 / 100) 0% Ítem 2 5 100% 5 (5 * 100 / 100) 100 % Ítem 3 20 50% 10(2

  • GR report with cause of rejection for goods

    Hi Gurus, Our customer wants to print automaticaly report in case of difference of matarial amount in PO and during recieving goods with MIGO. Where can I attach this report? Or how to achive this request?

  • 'Order type not defined in the sales area'.

    Hi, I am creating a sales order, in order type I am taking standard order 'OR' but it is giving error message -'Order type not defined in the sales area'. Pls where to tweak.. regards,

  • Cannot add alias to dock

    I had a question about the dock and of course, I find the answer only after putting up a post. sorry for the deception. Message was edited by: PC2MacAndBack