This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Whole desktop draws offset to the right in dual monitor mode

Tags: None
(comma "," separated)
User avatar
Sevalecan
Registered Member
Posts
6
Karma
0
OS
Ok, so I have KDE 4.6 installed on Debian Wheeze, and I think I was on KDE 4.5 before upgrading. I had a working dual monitor configuration with the xorg.conf I posted below. At the same time that I updated my system and KDE, I also installed an LCD to replace one of my CRTs, and updated my xorg.conf only slightly (that's where the modeline comes from). Now, when I start up kdm, everything displays just as I'd expect it to with the monitors at the correct resolution. If I move my mouse to put focus on the password box, it works(Of course, that's not surprising as I haven't gotten to the point yet). Everything draws in the right place... But once I log in, it's a whole different ball game.

When logged in, the left monitor's plasma space is drawing on the left side of the right monitor. There is corruption below this because the right monitor(the LCD) is taller, and also wider. On the right side, just before the LCD ends, I can see what should be displaying on the right-hand monitor, just a bit of the k-menu and the left side of the screen. Now, it's bad enough that everything is drawing offset to the right, but if I move my mouse around... Well, trying to click on things doesn't really work. Turns out the coordinates for my mouse are all working perfectly fine. If I move my mouse to the lower left corner of my right monitor, I can open the k-menu.. Of course, the k-menu is over a thousand pixels to the right.....

So, I can't see 85% of what should be displaying on my right hand-monitor, everything is being drawn offset to the right by the width of the left monitor, and I don't know what to do. I went into the system settings menu and found the section for multiple monitors where it shows the coordinates and sizes of each monitor, but I couldn't change anything there. However, I noticed it was wrong... It thinks the offset for the right-hand monitor is 1024 pixels, but my left-hand monitor is actually 1152 pixels wide(Note: I'm not sure about this anymore, but it's an unrelated issue and I'll fix it later). Not that this matters, as it's drawing to the right of everything anyway.

Xinerama is enabled, and I have a Radeon 9800 as my graphics card with the open source radeon drivers. Also, as a side note, RandR is theoretically enabled according to this message in my Xorg.log:

[ 21.836] (II) RADEON(1): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 21.836] (--) RandR disabled

However, krandrtray and xrandr both seem to believe otherwise.. But then again, I never needed working RandR for this before it seemed.

I asked on the Debian forums several days ago and got no response, so I thought I'd try my luck here. Thanks.

Code: Select all
    # xorg.conf (X.Org X Window System server configuration file)
    #
    # This file was generated by dexconf, the Debian X Configuration tool, using
    # values from the debconf database.
    #
    # Edit this file with caution, and see the xorg.conf manual page.
    # (Type "man xorg.conf" at the shell prompt.)
    #
    # This file is automatically updated on xserver-xorg package upgrades *only*
    # if it has not been modified since the last upgrade of the xserver-xorg
    # package.
    #
    # If you have edited this file but would like it to be automatically updated
    # again, run the following command:
    #   sudo dpkg-reconfigure -phigh xserver-xorg

    Section "InputDevice"
       Identifier   "Generic Keyboard"
       Driver      "kbd"
       Option      "XkbRules"   "xorg"
       Option      "XkbModel"   "pc104"
       Option      "XkbLayout"   "us"
    EndSection

    Section "InputDevice"
       Identifier   "Configured Mouse"
       Driver      "mouse"
    EndSection

    Section "Device"
       Identifier   "Radeon0"
       Driver      "radeon"
    #   VideoRam   131072
    #   Option      "DRI"   "true"
    #   Option      "RenderAccel"   "true"
       BusID      "PCI:2:0:0"
       Screen       0
    #   Option      "IgnoreEDID" "true"
    EndSection

    Section "Device"
       Identifier   "Radeon1"
       Driver      "radeon"
    #   VideoRam   131072
    #   Option      "DRI"   "true"
    #   Option      "RenderAccel"   "true"
       BusID      "PCI:2:0:0"
       Screen      1
    EndSection

    Section "Monitor"
       Option      "DPMS"   "true"
       Identifier   "Monitor0"
       Option      "IgnoreEDID" "true"
       ModeLine   "1280x1024" 108.000 1280 1336 1448 1688 1024 1025 1028 1066 +hsync +vsync
    EndSection

    Section "Monitor"
       Option      "DPMS"   "true"
       Identifier   "Monitor1"
    EndSection

    Section "Screen"
       Identifier   "Screen0"
       Monitor      "Monitor0"
       Device      "Radeon0"
       DefaultDepth 24
       SubSection "Display"
          Depth 24
          Modes "1280x1024"
       EndSubSection
    EndSection

    Section "Screen"
       Identifier   "Screen1"
       Monitor      "Monitor1"
       Device      "Radeon1"
       DefaultDepth 24
       SubSection "Display"
          Depth 24
          Modes "1152x864" "800x600"
       EndSubSection
    EndSection

    Section "ServerFlags"
       Option      "Xinerama"   "ON"
    EndSection

    Section "ServerLayout"
       Identifier   "Dual Head Layout"
       Screen      0 "Screen0"
       Screen      1 "Screen1" LeftOf "Screen0"
       InputDevice   "Generic Keyboard"
       InputDevice   "Configured Mouse"
    EndSection


And for extra spam, here's my Xorg.0.log:

Code: Select all
[    20.292]
X.Org X Server 1.11.1.901 (1.11.2 RC 1)
Release Date: 2011-10-14
[    20.306] X Protocol Version 11, Revision 0
[    20.306] Build Operating System: Linux 2.6.32-5-amd64 i686 Debian
[    20.306] Current Operating System: Linux SevROOM 3.0.0-1-686-pae #1 SMP Sat Aug 27 16:41:03 UTC 2011 i686
[    20.306] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.0.0-1-686-pae root=UUID=fcb082df-f5cb-4c39-a870-5bfd1a91ae84 ro quiet
[    20.306] Build Date: 20 October 2011  05:27:03PM
[    20.306] xorg-server 2:1.11.1.901-2 (Cyril Brulebois <kibi@debian.org>)
[    20.306] Current version of pixman: 0.22.2
[    20.306]    Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
[    20.306] Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    20.307] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 30 22:45:03 2011
[    20.354] (==) Using config file: "/etc/X11/xorg.conf"
[    20.354] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    20.391] (==) ServerLayout "Dual Head Layout"
[    20.391] (**) |-->Screen "Screen0" (0)
[    20.391] (**) |   |-->Monitor "Monitor0"
[    20.412] (**) |   |-->Device "Radeon0"
[    20.412] (**) |-->Screen "Screen1" (1)
[    20.412] (**) |   |-->Monitor "Monitor1"
[    20.412] (**) |   |-->Device "Radeon1"
[    20.422] (**) |-->Input Device "Generic Keyboard"
[    20.422] (**) |-->Input Device "Configured Mouse"
[    20.422] (**) Option "Xinerama" "ON"
[    20.422] (==) Automatically adding devices
[    20.422] (==) Automatically enabling devices
[    20.422] (**) Xinerama: enabled
[    20.483] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    20.483]    Entry deleted from font path.
[    20.483] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    20.483]    Entry deleted from font path.
[    20.483] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    20.483]    Entry deleted from font path.
[    20.501] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    20.501]    Entry deleted from font path.
[    20.501] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    20.501]    Entry deleted from font path.
[    20.548] (==) FontPath set to:
   /usr/share/fonts/X11/misc,
   /usr/share/fonts/X11/Type1,
   /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
   built-ins
[    20.548] (==) ModulePath set to "/usr/lib/xorg/modules"
[    20.548] (II) The server relies on udev to provide the list of input devices.
   If no devices become available, reconfigure udev or disable AutoAddDevices.
[    20.548] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    20.548] (WW) Disabling Generic Keyboard
[    20.548] (WW) Disabling Configured Mouse
[    20.563] (II) Loader magic: 0xb7747580
[    20.563] (II) Module ABI versions:
[    20.563]    X.Org ANSI C Emulation: 0.4
[    20.563]    X.Org Video Driver: 11.0
[    20.563]    X.Org XInput driver : 13.0
[    20.563]    X.Org Server Extension : 6.0
[    20.564] (--) PCI:*(0:2:0:0) 1002:4e48:1002:0002 rev 0, Mem @ 0xd8000000/134217728, 0xe9000000/65536, I/O @ 0x0000a000/256, BIOS @ 0x????????/131072
[    20.564] (--) PCI: (0:2:0:1) 1002:4e68:1002:0003 rev 0, Mem @ 0xe0000000/134217728, 0xe9010000/65536
[    20.564] (II) Open ACPI successful (/var/run/acpid.socket)
[    20.564] (II) LoadModule: "extmod"
[    20.613] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    20.634] (II) Module extmod: vendor="X.Org Foundation"
[    20.634]    compiled for 1.11.1.901, module version = 1.0.0
[    20.634]    Module class: X.Org Server Extension
[    20.634]    ABI class: X.Org Server Extension, version 6.0
[    20.634] (II) Loading extension SELinux
[    20.634] (II) Loading extension MIT-SCREEN-SAVER
[    20.634] (II) Loading extension XFree86-VidModeExtension
[    20.634] (II) Loading extension XFree86-DGA
[    20.634] (II) Loading extension DPMS
[    20.634] (II) Loading extension XVideo
[    20.635] (II) Loading extension XVideo-MotionCompensation
[    20.635] (II) Loading extension X-Resource
[    20.635] (II) LoadModule: "dbe"
[    20.636] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    20.648] (II) Module dbe: vendor="X.Org Foundation"
[    20.648]    compiled for 1.11.1.901, module version = 1.0.0
[    20.648]    Module class: X.Org Server Extension
[    20.648]    ABI class: X.Org Server Extension, version 6.0
[    20.648] (II) Loading extension DOUBLE-BUFFER
[    20.648] (II) LoadModule: "glx"
[    20.648] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    20.700] (II) Module glx: vendor="X.Org Foundation"
[    20.700]    compiled for 1.11.1.901, module version = 1.0.0
[    20.700]    ABI class: X.Org Server Extension, version 6.0
[    20.700] (==) AIGLX enabled
[    20.700] (II) Loading extension GLX
[    20.718] (II) LoadModule: "record"
[    20.718] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    20.720] (II) Module record: vendor="X.Org Foundation"
[    20.720]    compiled for 1.11.1.901, module version = 1.13.0
[    20.720]    Module class: X.Org Server Extension
[    20.720]    ABI class: X.Org Server Extension, version 6.0
[    20.720] (II) Loading extension RECORD
[    20.720] (II) LoadModule: "dri"
[    20.720] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    20.744] (II) Module dri: vendor="X.Org Foundation"
[    20.744]    compiled for 1.11.1.901, module version = 1.0.0
[    20.744]    ABI class: X.Org Server Extension, version 6.0
[    20.744] (II) Loading extension XFree86-DRI
[    20.744] (II) LoadModule: "dri2"
[    20.745] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    20.758] (II) Module dri2: vendor="X.Org Foundation"
[    20.758]    compiled for 1.11.1.901, module version = 1.2.0
[    20.758]    ABI class: X.Org Server Extension, version 6.0
[    20.758] (II) Loading extension DRI2
[    20.758] (II) LoadModule: "radeon"
[    20.781] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[    20.831] (II) Module radeon: vendor="X.Org Foundation"
[    20.831]    compiled for 1.11.0, module version = 6.14.2
[    20.831]    Module class: X.Org Video Driver
[    20.831]    ABI class: X.Org Video Driver, version 11.0
[    20.851] (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, AMD Radeon HD 6300 Series Graphics,
   AMD Radeon HD 6200 Series 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 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, 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, CAICOS, CAICOS,
   CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
   CAICOS
[    20.857] (++) using VT number 7

[    20.873] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[    20.873] (II) [KMS] Kernel modesetting enabled.
[    20.873] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[    20.873] (II) [KMS] Kernel modesetting enabled.
[    20.875] (**) RADEON(0): Depth 24, (--) framebuffer bpp 32
[    20.875] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    20.875] (==) RADEON(0): Default visual is TrueColor
[    20.875] (**) RADEON(0): Option "IgnoreEDID" "true"
[    20.875] (==) RADEON(0): RGB weight 888
[    20.875] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[    20.875] (--) RADEON(0): Chipset: "ATI Radeon 9800PRO NH (AGP)" (ChipID = 0x4e48)
[    20.875] (II) RADEON(0): AGP card detected
[    20.875] drmOpenDevice: node name is /dev/dri/card0
[    20.875] drmOpenDevice: open result is 9, (OK)
[    20.875] drmOpenByBusid: Searching for BusID pci:0000:02:00.0
[    20.875] drmOpenDevice: node name is /dev/dri/card0
[    20.875] drmOpenDevice: open result is 9, (OK)
[    20.875] drmOpenByBusid: drmOpenMinor returns 9
[    20.875] drmOpenByBusid: drmGetBusid reports pci:0000:02:00.0
[    20.875] (II) Loading sub module "exa"
[    20.875] (II) LoadModule: "exa"
[    20.887] (II) Loading /usr/lib/xorg/modules/libexa.so
[    20.895] (II) Module exa: vendor="X.Org Foundation"
[    20.895]    compiled for 1.11.1.901, module version = 2.5.0
[    20.895]    ABI class: X.Org Video Driver, version 11.0
[    20.895] (II) RADEON(0): KMS Color Tiling: enabled
[    20.895] (II) RADEON(0): KMS Pageflipping: enabled
[    20.895] (II) RADEON(0): SwapBuffers wait for vsync: enabled
[    20.950] (II) RADEON(0): Output VGA-0 using monitor section Monitor0
[    21.062] (II) RADEON(0): EDID for output VGA-0
[    21.062] (II) RADEON(0): Manufacturer: NUL  Model: 1  Serial#: 1
[    21.062] (II) RADEON(0): Year: 2001  Week: 1
[    21.062] (II) RADEON(0): EDID Version: 1.3
[    21.062] (II) RADEON(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
[    21.062] (II) RADEON(0): Sync:  Separate
[    21.062] (II) RADEON(0): Max Image Size [cm]: horiz.: 31  vert.: 23
[    21.062] (II) RADEON(0): Gamma: 1.00
[    21.062] (II) RADEON(0): DPMS capabilities: StandBy Suspend; RGB/Color Display
[    21.062] (II) RADEON(0): First detailed timing is preferred mode
[    21.062] (II) RADEON(0): redX: 0.597 redY: 0.343   greenX: 0.316 greenY: 0.566
[    21.062] (II) RADEON(0): blueX: 0.153 blueY: 0.131   whiteX: 0.310 whiteY: 0.328
[    21.062] (II) RADEON(0): Supported established timings:
[    21.062] (II) RADEON(0): 720x400@70Hz
[    21.062] (II) RADEON(0): 640x480@60Hz
[    21.062] (II) RADEON(0): 800x600@60Hz
[    21.062] (II) RADEON(0): 1024x768@60Hz
[    21.062] (II) RADEON(0): Manufacturer's mask: 0
[    21.062] (II) RADEON(0): Supported detailed timing:
[    21.062] (II) RADEON(0): clock: 65.0 MHz   Image Size:  304 x 228 mm
[    21.062] (II) RADEON(0): h_active: 1024  h_sync: 1048  h_sync_end 1184 h_blank_end 1184 h_border: 0
[    21.063] (II) RADEON(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 806 v_border: 0
[    21.063] (II) RADEON(0): 
[    21.063] (II) RADEON(0): 
[    21.063] (II) RADEON(0): Monitor name:
[    21.063] (II) RADEON(0): EDID (in hex):
[    21.063] (II) RADEON(0):    00ffffffffffff003aac010001000000
[    21.063] (II) RADEON(0):    010b0103081f1700caf0649857519127
[    21.063] (II) RADEON(0):    214f54a1080001010101010101010101
[    21.063] (II) RADEON(0):    010101010101641900a0400026301888
[    21.063] (II) RADEON(0):    360030e410000018000000fe000a2020
[    21.063] (II) RADEON(0):    20202020202020202020000000fe000a
[    21.063] (II) RADEON(0):    202020202020202020202020000000fc
[    21.063] (II) RADEON(0):    000a20202020202020202020202000e2
[    21.063] (II) RADEON(0): EDID vendor "NUL", prod id 1
[    21.063] (II) RADEON(0): Printing DDC gathered Modelines:
[    21.063] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1184  768 771 777 806 -hsync -vsync (54.9 kHz)
[    21.063] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    21.063] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    21.063] (II) RADEON(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[    21.063] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    21.063] (II) RADEON(0): Printing probed modes for output VGA-0
[    21.063] (II) RADEON(0): Modeline "1280x1024"x60.0  108.00  1280 1336 1448 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    21.063] (II) RADEON(0): Modeline "1024x768"x68.1   65.00  1024 1048 1184 1184  768 771 777 806 -hsync -vsync (54.9 kHz)
[    21.063] (II) RADEON(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    21.063] (II) RADEON(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    21.063] (II) RADEON(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    21.063] (II) RADEON(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[    21.063] (II) RADEON(0): Output VGA-0 connected
[    21.063] (II) RADEON(0): Using user preference for initial modes
[    21.063] (II) RADEON(0): Output VGA-0 using initial mode 1280x1024
[    21.063] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    21.063] (II) RADEON(0): mem size init: gart size :7dff000 vram size: s:8000000 visible:7cc0000
[    21.063] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
[    21.063] (**) RADEON(0): Display dimensions: (310, 230) mm
[    21.063] (**) RADEON(0): DPI set to (104, 113)
[    21.063] (II) Loading sub module "fb"
[    21.063] (II) LoadModule: "fb"
[    21.064] (II) Loading /usr/lib/xorg/modules/libfb.so
[    21.084] (II) Module fb: vendor="X.Org Foundation"
[    21.084]    compiled for 1.11.1.901, module version = 1.0.0
[    21.084]    ABI class: X.Org ANSI C Emulation, version 0.4
[    21.085] (II) Loading sub module "ramdac"
[    21.085] (II) LoadModule: "ramdac"
[    21.085] (II) Module "ramdac" already built-in
[    21.085] (**) RADEON(1): Depth 24, (--) framebuffer bpp 32
[    21.085] (II) RADEON(1): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    21.085] (==) RADEON(1): Default visual is TrueColor
[    21.085] (==) RADEON(1): RGB weight 888
[    21.085] (II) RADEON(1): Using 8 bits per RGB (8 bit DAC)
[    21.085] (--) RADEON(1): Chipset: "ATI Radeon 9800PRO NH (AGP)" (ChipID = 0x4e48)
[    21.085] (II) RADEON(1): AGP card detected
[    21.085] (EE) RADEON(1):  reusing fd for second head
[    21.085] (II) Loading sub module "exa"
[    21.085] (II) LoadModule: "exa"
[    21.085] (II) Loading /usr/lib/xorg/modules/libexa.so
[    21.085] (II) Module exa: vendor="X.Org Foundation"
[    21.085]    compiled for 1.11.1.901, module version = 2.5.0
[    21.086]    ABI class: X.Org Video Driver, version 11.0
[    21.086] (II) RADEON(1): KMS Color Tiling: enabled
[    21.086] (II) RADEON(1): KMS Pageflipping: enabled
[    21.086] (II) RADEON(1): SwapBuffers wait for vsync: enabled
[    21.202] (II) RADEON(1): Output DVI-0 using monitor section Monitor1
[    21.265] (II) RADEON(1): EDID for output DVI-0
[    21.265] (II) RADEON(1): Manufacturer: EPI  Model: d775  Serial#: 808469
[    21.265] (II) RADEON(1): Year: 2002  Week: 30
[    21.265] (II) RADEON(1): EDID Version: 1.3
[    21.265] (II) RADEON(1): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
[    21.265] (II) RADEON(1): Sync:  Separate
[    21.265] (II) RADEON(1): Max Image Size [cm]: horiz.: 32  vert.: 24
[    21.265] (II) RADEON(1): Gamma: 2.20
[    21.266] (II) RADEON(1): DPMS capabilities: Off; RGB/Color Display
[    21.266] (II) RADEON(1): First detailed timing is preferred mode
[    21.266] (II) RADEON(1): redX: 0.631 redY: 0.329   greenX: 0.276 greenY: 0.600
[    21.266] (II) RADEON(1): blueX: 0.143 blueY: 0.057   whiteX: 0.283 whiteY: 0.297
[    21.266] (II) RADEON(1): Supported established timings:
[    21.266] (II) RADEON(1): 720x400@70Hz
[    21.266] (II) RADEON(1): 640x480@60Hz
[    21.266] (II) RADEON(1): 640x480@75Hz
[    21.266] (II) RADEON(1): 800x600@75Hz
[    21.266] (II) RADEON(1): 1024x768@75Hz
[    21.266] (II) RADEON(1): Manufacturer's mask: 0
[    21.266] (II) RADEON(1): Supported standard timings:
[    21.266] (II) RADEON(1): #0: hsize: 640  vsize 480  refresh: 85  vid: 22833
[    21.266] (II) RADEON(1): #1: hsize: 800  vsize 600  refresh: 85  vid: 22853
[    21.266] (II) RADEON(1): #2: hsize: 1024  vsize 768  refresh: 85  vid: 22881
[    21.266] (II) RADEON(1): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    21.266] (II) RADEON(1): Supported detailed timing:
[    21.266] (II) RADEON(1): clock: 94.5 MHz   Image Size:  310 x 230 mm
[    21.266] (II) RADEON(1): h_active: 1024  h_sync: 1072  h_sync_end 1168 h_blank_end 1376 h_border: 0
[    21.266] (II) RADEON(1): v_active: 768  v_sync: 769  v_sync_end 772 v_blanking: 808 v_border: 0
[    21.266] (II) RADEON(1): Supported detailed timing:
[    21.266] (II) RADEON(1): clock: 56.2 MHz   Image Size:  310 x 230 mm
[    21.266] (II) RADEON(1): h_active: 800  h_sync: 832  h_sync_end 896 h_blank_end 1048 h_border: 0
[    21.266] (II) RADEON(1): v_active: 600  v_sync: 601  v_sync_end 604 v_blanking: 631 v_border: 0
[    21.266] (II) RADEON(1): Monitor name: EN-775e
[    21.266] (II) RADEON(1): Ranges: V min: 50 V max: 160 Hz, H min: 30 H max: 72 kHz, PixClock max 115 MHz
[    21.266] (II) RADEON(1): EDID (in hex):
[    21.266] (II) RADEON(1):    00ffffffffffff00160975d715560c00
[    21.266] (II) RADEON(1):    1e0c0103682018782a9ea8a154469924
[    21.266] (II) RADEON(1):    0e484ca4420031594559615981800101
[    21.266] (II) RADEON(1):    010101010101ea240060410028303060
[    21.266] (II) RADEON(1):    130036e61000001ef91520f830581f20
[    21.266] (II) RADEON(1):    2040130036e61000001e000000fc0045
[    21.266] (II) RADEON(1):    4e2d373735650a2020202020000000fd
[    21.266] (II) RADEON(1):    0032a01e480b000a20202020202000ed
[    21.266] (II) RADEON(1): EDID vendor "EPI", prod id 55157
[    21.266] (II) RADEON(1): Using EDID range info for horizontal sync
[    21.266] (II) RADEON(1): Using EDID range info for vertical refresh
[    21.266] (II) RADEON(1): Printing DDC gathered Modelines:
[    21.266] (II) RADEON(1): Modeline "1024x768"x0.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
[    21.266] (II) RADEON(1): Modeline "800x600"x0.0   56.25  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)
[    21.266] (II) RADEON(1): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[    21.266] (II) RADEON(1): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    21.266] (II) RADEON(1): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[    21.266] (II) RADEON(1): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[    21.266] (II) RADEON(1): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[    21.266] (II) RADEON(1): Modeline "640x480"x0.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz)
[    21.266] (II) RADEON(1): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    21.267] (II) RADEON(1): Printing probed modes for output DVI-0
[    21.267] (II) RADEON(1): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
[    21.267] (II) RADEON(1): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    21.267] (II) RADEON(1): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz)
[    21.267] (II) RADEON(1): Modeline "800x600"x85.1   56.25  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)
[    21.267] (II) RADEON(1): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[    21.267] (II) RADEON(1): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz)
[    21.267] (II) RADEON(1): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[    21.267] (II) RADEON(1): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    21.267] (II) RADEON(1): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[    21.267] (II) RADEON(1): Output DVI-0 connected
[    21.267] (II) RADEON(1): Using exact sizes for initial modes
[    21.267] (II) RADEON(1): Output DVI-0 using initial mode 1024x768
[    21.267] (II) RADEON(1): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    21.267] (II) RADEON(1): mem size init: gart size :7dff000 vram size: s:8000000 visible:7cc0000
[    21.267] (II) RADEON(1): EXA: Driver will allow EXA pixmaps in VRAM
[    21.267] (**) RADEON(1): Display dimensions: (320, 240) mm
[    21.267] (**) RADEON(1): DPI set to (81, 81)
[    21.267] (II) Loading sub module "fb"
[    21.267] (II) LoadModule: "fb"
[    21.267] (II) Loading /usr/lib/xorg/modules/libfb.so
[    21.267] (II) Module fb: vendor="X.Org Foundation"
[    21.267]    compiled for 1.11.1.901, module version = 1.0.0
[    21.267]    ABI class: X.Org ANSI C Emulation, version 0.4
[    21.267] (II) Loading sub module "ramdac"
[    21.267] (II) LoadModule: "ramdac"
[    21.267] (II) Module "ramdac" already built-in
[    21.269] (--) Depth 24 pixmap format is 32 bpp
[    21.581] (II) RADEON(0): [DRI2] Setup complete
[    21.581] (II) RADEON(0): [DRI2]   DRI driver: r300
[    21.581] (II) RADEON(0): Front buffer size: 5120K
[    21.581] (II) RADEON(0): VRAM usage limit set to 110361K
[    21.686] (==) RADEON(0): Backing store disabled
[    21.686] (II) RADEON(0): Direct rendering enabled
[    21.751] (II) RADEON(0): Render acceleration enabled for R300/R400/R500 type cards.
[    21.751] (II) RADEON(0): Setting EXA maxPitchBytes
[    21.751] (II) EXA(0): Driver allocated offscreen pixmaps
[    21.751] (II) EXA(0): Driver registered support for the following operations:
[    21.751] (II)         Solid
[    21.751] (II)         Copy
[    21.751] (II)         Composite (RENDER acceleration)
[    21.751] (II)         UploadToScreen
[    21.751] (II)         DownloadFromScreen
[    21.780] (II) RADEON(0): Acceleration enabled
[    21.780] (**) RADEON(0): DPMS enabled
[    21.780] (==) RADEON(0): Silken mouse enabled
[    21.835] (II) RADEON(0): Set up textured video
[    21.835] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    21.835] (--) RandR disabled
[    21.835] (II) RADEON(1): [DRI2] Setup complete
[    21.835] (II) RADEON(1): [DRI2]   DRI driver: r300
[    21.835] (II) RADEON(1): Front buffer size: 3072K
[    21.835] (II) RADEON(1): VRAM usage limit set to 112204K
[    21.835] (==) RADEON(1): Backing store disabled
[    21.835] (II) RADEON(1): Direct rendering enabled
[    21.835] (II) RADEON(1): Render acceleration enabled for R300/R400/R500 type cards.
[    21.835] (II) RADEON(1): Setting EXA maxPitchBytes
[    21.835] (II) EXA(1): Driver allocated offscreen pixmaps
[    21.835] (II) EXA(1): Driver registered support for the following operations:
[    21.835] (II)         Solid
[    21.835] (II)         Copy
[    21.835] (II)         Composite (RENDER acceleration)
[    21.835] (II)         UploadToScreen
[    21.835] (II)         DownloadFromScreen
[    21.835] (II) RADEON(1): Acceleration enabled
[    21.835] (**) RADEON(1): DPMS enabled
[    21.835] (==) RADEON(1): Silken mouse enabled
[    21.836] (II) RADEON(1): Set up textured video
[    21.836] (II) RADEON(1): RandR 1.2 enabled, ignore the following RandR disabled message.
[    21.836] (--) RandR disabled
[    21.836] (II) Initializing built-in extension Generic Event Extension
[    21.836] (II) Initializing built-in extension SHAPE
[    21.836] (II) Initializing built-in extension MIT-SHM
[    21.836] (II) Initializing built-in extension XInputExtension
[    21.836] (II) Initializing built-in extension XTEST
[    21.836] (II) Initializing built-in extension BIG-REQUESTS
[    21.836] (II) Initializing built-in extension SYNC
[    21.836] (II) Initializing built-in extension XKEYBOARD
[    21.836] (II) Initializing built-in extension XC-MISC
[    21.836] (II) Initializing built-in extension SECURITY
[    21.836] (II) Initializing built-in extension XINERAMA
[    21.836] (II) Initializing built-in extension XFIXES
[    21.836] (II) Initializing built-in extension RENDER
[    21.836] (II) Initializing built-in extension RANDR
[    21.836] (II) Initializing built-in extension COMPOSITE
[    21.836] (II) Initializing built-in extension DAMAGE
[    21.836] (II) SELinux: Disabled on system
[    23.808] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    23.808] (II) AIGLX: enabled GLX_INTEL_swap_event
[    23.808] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    23.808] (II) AIGLX: enabled GLX_SGI_make_current_read
[    23.808] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    23.809] (II) AIGLX: Loaded and initialized r300
[    23.809] (II) GLX: Initialized DRI2 GL provider for screen 0
[    23.810] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    23.810] (II) AIGLX: enabled GLX_INTEL_swap_event
[    23.810] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    23.810] (II) AIGLX: enabled GLX_SGI_make_current_read
[    23.810] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    23.810] (II) AIGLX: Loaded and initialized r300
[    23.810] (II) GLX: Initialized DRI2 GL provider for screen 1
[    24.906] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    24.907] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    24.907] (II) LoadModule: "evdev"
[    24.907] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    24.918] (II) Module evdev: vendor="X.Org Foundation"
[    24.918]    compiled for 1.11.0, module version = 2.6.0
[    24.918]    Module class: X.Org XInput Driver
[    24.918]    ABI class: X.Org XInput driver, version 13.0
[    24.918] (II) Using input driver 'evdev' for 'Power Button'
[    24.918] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    24.918] (**) Power Button: always reports core events
[    24.918] (**) Power Button: Device: "/dev/input/event3"
[    24.918] (--) Power Button: Found keys
[    24.918] (II) Power Button: Configuring as keyboard
[    24.918] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    24.918] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    24.918] (**) Option "xkb_rules" "evdev"
[    24.918] (**) Option "xkb_model" "pc104"
[    24.918] (**) Option "xkb_layout" "us"
[    24.955] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    24.955] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    24.955] (II) Using input driver 'evdev' for 'Power Button'
[    24.955] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    24.955] (**) Power Button: always reports core events
[    24.955] (**) Power Button: Device: "/dev/input/event2"
[    24.955] (--) Power Button: Found keys
[    24.955] (II) Power Button: Configuring as keyboard
[    24.955] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
[    24.955] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    24.955] (**) Option "xkb_rules" "evdev"
[    24.955] (**) Option "xkb_model" "pc104"
[    24.955] (**) Option "xkb_layout" "us"
[    24.956] (II) config/udev: Adding input device COMPAQ Compaq Mouse (/dev/input/event1)
[    24.956] (**) COMPAQ Compaq Mouse: Applying InputClass "evdev pointer catchall"
[    24.956] (II) Using input driver 'evdev' for 'COMPAQ Compaq Mouse'
[    24.956] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    24.956] (**) COMPAQ Compaq Mouse: always reports core events
[    24.956] (**) COMPAQ Compaq Mouse: Device: "/dev/input/event1"
[    24.956] (--) COMPAQ Compaq Mouse: Found 3 mouse buttons
[    24.957] (--) COMPAQ Compaq Mouse: Found scroll wheel(s)
[    24.957] (--) COMPAQ Compaq Mouse: Found relative axes
[    24.957] (--) COMPAQ Compaq Mouse: Found x and y relative axes
[    24.957] (II) COMPAQ Compaq Mouse: Configuring as mouse
[    24.957] (II) COMPAQ Compaq Mouse: Adding scrollwheel support
[    24.957] (**) COMPAQ Compaq Mouse: YAxisMapping: buttons 4 and 5
[    24.957] (**) COMPAQ Compaq Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    24.957] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.0/usb2/2-1/2-1:1.0/input/input1/event1"
[    24.957] (II) XINPUT: Adding extended input device "COMPAQ Compaq Mouse" (type: MOUSE, id 8)
[    24.957] (II) COMPAQ Compaq Mouse: initialized for relative axes.
[    24.957] (**) COMPAQ Compaq Mouse: (accel) keeping acceleration scheme 1
[    24.957] (**) COMPAQ Compaq Mouse: (accel) acceleration profile 0
[    24.957] (**) COMPAQ Compaq Mouse: (accel) acceleration factor: 2.000
[    24.957] (**) COMPAQ Compaq Mouse: (accel) acceleration threshold: 4
[    24.957] (II) config/udev: Adding input device COMPAQ Compaq Mouse (/dev/input/mouse0)
[    24.957] (II) No input driver/identifier specified (ignoring)
[    24.958] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    24.958] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    24.958] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    24.958] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    24.958] (**) AT Translated Set 2 keyboard: always reports core events
[    24.958] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    24.958] (--) AT Translated Set 2 keyboard: Found keys
[    24.958] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[    24.958] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    24.958] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
[    24.958] (**) Option "xkb_rules" "evdev"
[    24.958] (**) Option "xkb_model" "pc104"
[    24.958] (**) Option "xkb_layout" "us"
[ 35299.460] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 35299.461] (II) AIGLX: Suspending AIGLX clients for VT switch

Last edited by Sevalecan on Mon Oct 31, 2011 8:38 pm, edited 2 times in total.


User avatar
Hans
Administrator
Posts
3304
Karma
24
OS
Can you please write more about your setup? Graphic card, if you use Xinerama etc. Also, I can't see your xorg.conf.


Problem solved? Please click on "Accept this answer" below the post with the best answer to mark your topic as solved.

10 things you might want to do in KDE | Open menu with Super key | Mouse shortcuts
User avatar
Sevalecan
Registered Member
Posts
6
Karma
0
OS
Oops... Looks like I was trying to multitask when I wrote the post and forgot a few details. Updated and added the xorg.conf and some information about the hardware I'm using.


User avatar
einar
Administrator
Posts
3402
Karma
7
OS
What happens that instead of your xorg.conf.d setup you use the System Settings module to configure your screen?


"Violence is the last refuge of the incompetent."
Image
Plasma FAQ maintainer - Plasma programming with Python
User avatar
Sevalecan
Registered Member
Posts
6
Karma
0
OS
einar wrote:What happens that instead of your xorg.conf.d setup you use the System Settings module to configure your screen?


Ok, I nuked the ServerLayout section in my xorg.conf . I fired up KDM, and it displayed on both monitors in the same resolution. I expected nothing other than that. I logged in, I went to system settings, from there I reconfigured the DVI monitor as being on the left and the VGA as being on the right, and this works. However, I have a couple of new issues with this setup, but we are making progress.

Firstly, the resolutions listed for my DVI-connected monitor are the same as the resolutions for the right monitor, timings appear to be separate. I really want to run the left monitor at 1152x864 as I had it before, but since removing the server layout, my specifications for the second head's list of modes is no longer taken into consideration.

Secondly, when I log out of KDE and attempt to return to KDM after doing what I described above in the system settings, KDM never gets restarted. I am forced to restart X at this point. Once I do this, I log in and find that KDE has completely forgotten the settings I applied before.

As a side note, the LCD monitor absolutely has to have that modeline because its DDC/EDID comes broken straight from the factory. (In case anyone tries to get me to remove it through minimizing my xorg.conf)


User avatar
Sevalecan
Registered Member
Posts
6
Karma
0
OS
Alright, I changed my xorg.conf around a little bit more. It didn't resolve any problems, but I think it's a better base for my setup.

Code: Select all
Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "pc104"
   Option      "XkbLayout"   "us"
EndSection

Section "InputDevice"
   Identifier   "Configured Mouse"
   Driver      "mouse"
EndSection

Section "Device"
   Identifier   "Radeon0"
   Driver      "radeon"
#   VideoRam   131072
#   Option      "DRI"   "true"
#   Option      "RenderAccel"   "true"
   BusID      "PCI:2:0:0"
   Screen       0
#   Option      "IgnoreEDID" "true"
   Option      "Monitor-DVI-0" "Monitor1"
   Option      "Monitor-VGA" "Monitor0"
EndSection

Section "Monitor"
   Option      "DPMS"   "true"
   Identifier   "Monitor0"
   ModeLine   "1280x1024" 108.000 1280 1336 1448 1688 1024 1025 1028 1066 +hsync +vsync
   Option      "PreferredMode" "1280x1024"
EndSection

Section "Monitor"
   Option      "DPMS"   "true"
   Identifier   "Monitor1"
   Option      "PreferredMode" "1152x864"
   Option      "LeftOf" "Monitor0"
EndSection

Section "Screen"
   Identifier   "Screen0"
   Device      "Radeon0"
   Monitor      "Monitor0"
   DefaultDepth   24
   SubSection "Display"
      Depth 24
      Modes   "1280x1024"
   EndSubSection
EndSection

Section "Screen"
   Identifier   "Screen1"
   Device      "Radeon0"
   Monitor      "Monitor1"
   DefaultDepth   24
   SubSection "Display"
      Depth 24
      Modes   "1152x864"
   EndSubSection
EndSection

Section "ServerFlags"
   Option      "Xinerama"   "ON"
EndSection


User avatar
einar
Administrator
Posts
3402
Karma
7
OS
I believe that to fix KDM not restarting you can set TerminateServer=true in kdmrc (the exact location of the file depends on your distribution).


"Violence is the last refuge of the incompetent."
Image
Plasma FAQ maintainer - Plasma programming with Python


Bookmarks



Who is online

Registered users: Bing [Bot], Google [Bot], kde-naveen, Sogou [Bot], Yahoo [Bot]