Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Using Intel integrated graphic with Ati discrete together
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
otisphat80
n00b
n00b


Joined: 23 May 2011
Posts: 14

PostPosted: Wed Jan 25, 2012 1:39 am    Post subject: Using Intel integrated graphic with Ati discrete together Reply with quote

I have a Gigabyte GA-Z68MA-D2H-B3 board with the onboard graphics enabled connected to a single vga monitor.I also have a ATI Radeon HD 4670 Card with the fglrx drivers installed and connected to two other monitors.The monitors connected to my ati card are working perfectly but the monitor connected directly to my mother board turns on but stays black.During booting the monitor comes on but goes black and the other two come on. I am using fluxbox with no login manager. I have been searching google for days now with no luck.It all works perfectly under windows but I hate windows But have to use it for school. I am lost any help would be greatly appreciated. Thanks for any help in advance.
Back to top
View user's profile Send private message
Aquous
l33t
l33t


Joined: 08 Jan 2011
Posts: 700

PostPosted: Thu Jan 26, 2012 7:41 pm    Post subject: Reply with quote

What you want is only possible with the open-source radeon driver. Fglrx and i915 can't coexist on one system.
Back to top
View user's profile Send private message
otisphat80
n00b
n00b


Joined: 23 May 2011
Posts: 14

PostPosted: Mon Feb 20, 2012 2:48 am    Post subject: Reply with quote

Thanks for the reply I recompiled the kernel with the radeon drivers and now the third monitor starts during boot up and displays part of the open rc start up process but stops at "Waiting for uevents to be processed...".Has anyone else tried this I cant be the first person to want to do this. Im so close I really appreciate the help ahead of time Thanks.
Back to top
View user's profile Send private message
Aquous
l33t
l33t


Joined: 08 Jan 2011
Posts: 700

PostPosted: Mon Feb 20, 2012 8:48 am    Post subject: Reply with quote

It's switching your VT's to the wrong framebuffer. To your kernel command line, add:
Code:
fbcon=map:NUMBER

where NUMBER is the number reported by
Code:
cat /proc/fb

for the monitor(s) you want your VT's displayed on. If you want them on both your radeon cards, use the value next to 'radeondrmfb', if you want them on your intel card, use the value next to 'inteldrmfb'.
Back to top
View user's profile Send private message
otisphat80
n00b
n00b


Joined: 23 May 2011
Posts: 14

PostPosted: Mon Feb 20, 2012 9:03 pm    Post subject: Reply with quote

Thank you so much Ill give it a try right now!
Thanks alot that allows it to finish and me to log in on that monitor but when I startx the two monitors on the radeon card come on and the Intel goes black is there anyway I can use all three ? Thanks alot!
Back to top
View user's profile Send private message
Aquous
l33t
l33t


Joined: 08 Jan 2011
Posts: 700

PostPosted: Tue Feb 21, 2012 12:09 pm    Post subject: Reply with quote

Yes, you'll need to set up an xorg.conf. My ATI/Intel 2 monitor xorg.conf is set up like this, you may find it usable as a starting point...
Code:
Section   "Device"
   Identifier   "RightCard"
   Driver      "ati"
   Option      "Monitor-VGA-0" "RightMonitor"
   Option      "ColorTiling"   "true"
   Option      "DynamicPM"   "true"
   BusID      "PCI:01:00:0"
EndSection
Section   "Device"
   Identifier   "LeftCard"
   Driver      "intel"
   Option      "Monitor-HDMI-3" "LeftMonitor"
   BusID      "PCI:00:02:0"
EndSection

Section   "Monitor"
   Identifier   "RightMonitor"
   VendorName   "CTX"
   Option      "Enable"   "true"
   Option      "Primary"   "true"
   Option      "DPMS"      "true"
EndSection
Section   "Monitor"
   Identifier   "LeftMonitor"
   VendorName   "SAM"
   Option      "Enable"   "false"
   Option      "Primary"   "false"
   Option      "DPMS"      "true"
EndSection

Section   "Screen"
   Identifier   "LeftScreen"
   Device      "LeftCard"
EndSection
Section   "Screen"
   Identifier   "RightScreen"
   Device      "RightCard"
EndSection

Section   "ServerLayout"
   Identifier   "RIGHT"
   Screen 0   "RightScreen"
EndSection
Section   "ServerLayout"
   Identifier   "LEFT"
   Screen 0   "LeftScreen"
EndSection
Section   "ServerLayout"
   Identifier   "BOTH"
   Screen 0   "RightScreen"
   Screen 1   "LeftScreen" LeftOf "RightScreen"
EndSection

Section   "ServerFlags"
   Option   "DontZap"      "false"
   Option   "DefaultServerLayout"   "RIGHT"
EndSection
Back to top
View user's profile Send private message
otisphat80
n00b
n00b


Joined: 23 May 2011
Posts: 14

PostPosted: Tue Feb 21, 2012 7:38 pm    Post subject: Reply with quote

Thank you so much I will give it a try when I get home tonight.Thanks alot you have been so helpful.
Back to top
View user's profile Send private message
otisphat80
n00b
n00b


Joined: 23 May 2011
Posts: 14

PostPosted: Tue Feb 21, 2012 9:04 pm    Post subject: Reply with quote

Sorry to bother you again but I am so close this is what I have come up it is my first xorg.conf file i made what changes I thought was necessary. With this I startx and the Intel card monitor comes on which is huge I could never get it to come on but now the ati monitors stay black. I dont know if this willl help but i thought maybe if you have time you could take a lot at this and see if you see anything I did wrong.
I have two monitors on my ati card a old crt Proview and a LCD Dell Se198WFP .The Intel (Integrated) Card Has a Dell Crt on it .The Intel Dell
is to right, the proview is to the left and the Ati Dell is center.Once again THANK YOU SO MUCH YOU HAVE BEEN VERY HELPFULL.




Section "Device"
Identifier "RightCard"
Driver "ati"
Option "Monitor-DVI-0" "RightMonitor"
Option "ColorTiling" "true"
Option "DynamicPM" "true"
BusID "PCI:01:00:0"
EndSection
Section "Device"
Identifier "LeftCard"
Driver "intel"
Option "Monitor-VGA-3" "LeftMonitor"
BusID "PCI:00:02:0"
EndSection

Section "Monitor"
Identifier "RightMonitor"
VendorName "Dell"
Option "Enable" "true"
Option "Primary" "false"
Option "DPMS" "true"
EndSection

Section "Monitor"
Identifier "CenterMonitor"
VendorName "Dell SE198WFP"
Option "Enable" "true"
Option "Primary" "true"
Option "DPMS" "true"
EndSection

Section "Monitor"
Identifier "LeftMonitor"
VendorName "Proview"
Option "Enable" "false"
Option "Primary" "false"
Option "DPMS" "true"
EndSection

Section "Screen"
Identifier "LeftScreen"
Device "LeftCard"
EndSection

Section "Screen"
Identifier "CenterScreen"
Device "LeftCard"
EndSection

Section "Screen"
Identifier "RightScreen"
Device "RightCard"
EndSection

Section "ServerLayout"
Identifier "RIGHT"
Screen 0 "RightScreen"
EndSection

Section "ServerLayout"
Identifier "Center"
Screen 1 "CenterScreen"
EndSection

Section "ServerLayout"
Identifier "LEFT"
Screen 2 "LeftScreen"
EndSection
Section "ServerLayout"
Identifier "ALL"
Screen 0 "RightScreen"
Screen 1 "CenterScreen" LeftOf "RightScreen"
Screen 2 "CenterScreen" RightOf "LetfScreen"
EndSection

Section "ServerFlags"
Option "DontZap" "false"
Option "DefaultServerLayout" "CENTER"
EndSection

Section "InputClass"
Identifier "Mouse Remap"
MatchProduct "Saitek Cyborg R.A.T.3 Mouse"
MatchDevicePath "/dev/input/event*"
Option "ButtonMapping" "1 2 3 4 5 6 7 0 0 0 0 0 0 0"
EndSection
Back to top
View user's profile Send private message
otisphat80
n00b
n00b


Joined: 23 May 2011
Posts: 14

PostPosted: Tue Feb 21, 2012 10:47 pm    Post subject: I`m sorry I found a few mistakes heres the new one Reply with quote

Sorry I found a few small mistakes but now the Ati monitors are on and the Intel monitor just show the login info.

.[code]

Section "Device"
Identifier "RightCard"
Driver "ati"
Option "Monitor-DVI-0" "RightMonitor"
Option "Monitor-DVI-1" "CenterMonitor"
Option "ColorTiling" "true"
Option "DynamicPM" "true"
BusID "PCI:01:00:0"
EndSection

Section "Device"
Identifier "LeftCard"
Driver "intel"
Option "Monitor-VGA" "RightMonitor"
BusID "PCI:00:02:0"
EndSection

Section "Monitor"
Identifier "RightMonitor"
VendorName "Dell"
Option "Enable" "true"
Option "Primary" "false"
Option "DPMS" "true"
EndSection

Section "Monitor"
Identifier "CenterMonitor"
VendorName "Dell SE198WFP"
Option "Enable" "true"
Option "Primary" "true"
Option "DPMS" "true"
EndSection

Section "Monitor"
Identifier "LeftMonitor"
VendorName "Proview"
Option "Enable" "true"
Option "Primary" "false"
Option "DPMS" "true"
EndSection

Section "Screen"
Identifier "LeftScreen"
Device "RightCard"
EndSection

Section "Screen"
Identifier "CenterScreen"
Device "RightCard"
EndSection

Section "Screen"
Identifier "RightScreen"
Device "LeftCard"
EndSection

Section "ServerLayout"
Identifier "RIGHT"
Screen 0 "RightScreen"
EndSection

Section "ServerLayout"
Identifier "CENTER"
Screen 1 "CenterScreen"
EndSection

Section "ServerLayout"
Identifier "LEFT"
Screen 2 "LeftScreen"
EndSection
Section "ServerLayout"
Identifier "ALL"
Screen 0 "RightScreen"
Screen 1 "CenterScreen" LeftOf "RightScreen"
Screen 2 "CenterScreen" RightOf "LetfScreen"
EndSection

Section "ServerFlags"
Option "DontZap" "false"
Option "DefaultServerLayout" "CENTER"
EndSection

Section "InputClass"
Identifier "Mouse Remap"
MatchProduct "Saitek Cyborg R.A.T.3 Mouse"
MatchDevicePath "/dev/input/event*"
Option "ButtonMapping" "1 2 3 4 5 6 7 0 0 0 0 0 0 0"
EndSection
Back to top
View user's profile Send private message
Aquous
l33t
l33t


Joined: 08 Jan 2011
Posts: 700

PostPosted: Wed Feb 22, 2012 8:15 am    Post subject: Reply with quote

Okay, let's see what happens if we trim that xorg.conf a little. Try this:
Code:
Section "Device"
   Identifier "ATI"
   Driver "ati"
   Option "Monitor-DVI-0" "RightMonitor"
   Option "Monitor-DVI-1" "CenterMonitor"
   Option "ColorTiling" "true"
   Option "DynamicPM" "true"
   BusID "PCI:01:00:0"
EndSection

Section "Device"
   Identifier "INTEL"
   Driver "intel"
   Option "Monitor-VGA" "RightMonitor"
   BusID "PCI:00:02:0"
EndSection

Section "Monitor"
   Identifier "RightMonitor"
   VendorName "Dell"
   Option "Enable" "true"
   Option "Primary" "false"
   Option "DPMS" "true"
EndSection

Section "Monitor"
   Identifier "CenterMonitor"
   VendorName "Dell SE198WFP"
   Option "Enable" "true"
   Option "Primary" "true"
   Option "DPMS" "true"
EndSection

Section "Monitor"
   Identifier "LeftMonitor"
   VendorName "Proview"
   Option "Enable" "true"
   Option "Primary" "false"
   Option "DPMS" "true"
EndSection

Section "ServerLayout"
   Identifier "ALL"
   Screen 0 "CenterScreen"
   Screen 1 "LeftScreen"   LeftOf   "CenterScreen"
   Screen 2 "RightScreen"   RightOf   "CenterScreen"
EndSection

Section "ServerFlags"
   Option "DontZap" "false"
   Option "DefaultServerLayout" "ALL"
EndSection

Section "InputClass"
   Identifier "Mouse Remap"
   MatchProduct "Saitek Cyborg R.A.T.3 Mouse"
   MatchDevicePath "/dev/input/event*"
   Option "ButtonMapping" "1 2 3 4 5 6 7 0 0 0 0 0 0 0"
EndSection

Also please post the output of
Code:
/usr/sbin/lspci | grep VGA

and upload
Code:
/var/log/Xorg.0.log

onto a site like Pastebin.
Also, what DE are you using? Gnome (2 or 3?), KDE, ...?
Also, do you have the xinerama useflag set in /etc/make.conf?
Back to top
View user's profile Send private message
otisphat80
n00b
n00b


Joined: 23 May 2011
Posts: 14

PostPosted: Wed Feb 22, 2012 2:02 pm    Post subject: Reply with quote

Thanks alot I will give it a try when I get home from school. But im using gnome 3.2.1 and I don`t have Xinerama in /etc/make.conf .
Back to top
View user's profile Send private message
Aquous
l33t
l33t


Joined: 08 Jan 2011
Posts: 700

PostPosted: Wed Feb 22, 2012 3:24 pm    Post subject: Reply with quote

Without USE=xinerama you won't be able to move windows between your screens. Just thought you should know.
You should also know that Gnome Shell does not work with multiple monitors:

http://www.gentoo.org/proj/en/desktop/gnome/howtos/gnome-3.2-upgrade.xml
Quote:
As reported in bug #392013, GNOME Shell will refuse to start under "Zaphod mode" dualhead configurations (i.e. the configurations where multiple Device sections are used in xorg.conf). If you are using such a dualhead configuration, you will only be able to use fallback mode.

gnome-fallback works fine, though.
Back to top
View user's profile Send private message
otisphat80
n00b
n00b


Joined: 23 May 2011
Posts: 14

PostPosted: Wed Feb 22, 2012 3:28 pm    Post subject: Reply with quote

Thanks alot I will add that to my make.conf. And I use fallback any way Im not a big fan of the gnome shell yet. Maybe it will grow on me.I will give it a try when I get home.Again I really appreciate all your help.
Back to top
View user's profile Send private message
otisphat80
n00b
n00b


Joined: 23 May 2011
Posts: 14

PostPosted: Wed Feb 22, 2012 9:07 pm    Post subject: Reply with quote

YOU ARE GREAT its working all three I had to add the screen sections from the last xorg file you posted. The monitors are in the wrong position and all I have on the desktops is the wallpaper and the intel monitor is white and says SD94A70 in the top center but i can move my mouse across it and see the pointer. I will post the info you requested i just have save it to a usb and upload from my laptop. But this is huge, Thanks alot.

Last edited by otisphat80 on Wed Feb 22, 2012 10:13 pm; edited 1 time in total
Back to top
View user's profile Send private message
otisphat80
n00b
n00b


Joined: 23 May 2011
Posts: 14

PostPosted: Wed Feb 22, 2012 9:39 pm    Post subject: Heres my xorg.0.log Reply with quote

Code:

[  1840.614]
X.Org X Server 1.11.2
Release Date: 2011-11-04
[  1840.615] X Protocol Version 11, Revision 0
[  1840.615] Build Operating System: Linux 3.2.1-gentoo-r2 x86_64 Gentoo
[  1840.615] Current Operating System: Linux GentooBox 3.2.1-gentoo-r2 #10 SMP Tue Feb 21 23:41:15 CST 2012 x86_64
[  1840.616] Kernel command line: BOOT_IMAGE=/boot/kernel-3.2.1-gentoo-r2 root=/dev/sdb3
[  1840.616] Build Date: 22 February 2012  07:50:16PM
[  1840.617] 
[  1840.617] Current version of pixman: 0.24.0
[  1840.617]    Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
[  1840.618] Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1840.620] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 22 21:03:02 2012
[  1840.620] (==) Using config file: "/etc/X11/xorg.conf"
[  1840.621] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1840.621] (**) Option "defaultserverlayout" "ALL"
[  1840.621] (**) ServerLayout "ALL"
[  1840.621] (**) |-->Screen "CenterScreen" (0)
[  1840.621] (**) |   |-->Monitor "<default monitor>"
[  1840.621] (**) |   |-->Device "ATI"
[  1840.621] (==) No monitor specified for screen "CenterScreen".
   Using a default monitor configuration.
[  1840.621] (**) |-->Screen "LeftScreen" (1)
[  1840.621] (**) |   |-->Monitor "<default monitor>"
[  1840.621] (**) |   |-->Device "INTEL"
[  1840.621] (==) No monitor specified for screen "LeftScreen".
   Using a default monitor configuration.
[  1840.621] (**) |-->Screen "RightScreen" (2)
[  1840.621] (**) |   |-->Monitor "<default monitor>"
[  1840.621] (**) |   |-->Device "ATI"
[  1840.621] (==) No monitor specified for screen "RightScreen".
   Using a default monitor configuration.
[  1840.621] (==) Automatically adding devices
[  1840.621] (==) Automatically enabling devices
[  1840.632] (WW) The directory "/usr/share/fonts/misc/" does not exist.
[  1840.632]    Entry deleted from font path.
[  1840.632] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[  1840.632]    Entry deleted from font path.
[  1840.632] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[  1840.632]    Entry deleted from font path.
[  1840.632] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[  1840.632]    Entry deleted from font path.
[  1840.632] (WW) The directory "/usr/share/fonts/100dpi/" does not exist.
[  1840.632]    Entry deleted from font path.
[  1840.632] (WW) The directory "/usr/share/fonts/75dpi/" does not exist.
[  1840.632]    Entry deleted from font path.
[  1840.632] (==) FontPath set to:
   
[  1840.632] (==) ModulePath set to "/usr/lib64/xorg/modules"
[  1840.632] (II) The server relies on udev to provide the list of input devices.
   If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1840.632] (II) Loader magic: 0x7cfac0
[  1840.632] (II) Module ABI versions:
[  1840.632]    X.Org ANSI C Emulation: 0.4
[  1840.632]    X.Org Video Driver: 11.0
[  1840.632]    X.Org XInput driver : 13.0
[  1840.632]    X.Org Server Extension : 6.0
[  1840.633] (--) PCI: (0:0:2:0) 8086:0102:1458:d000 rev 9, Mem @ 0xfb800000/4194304, 0xd0000000/268435456, I/O @ 0x0000ff00/64
[  1840.633] (--) PCI:*(0:1:0:0) 1002:9490:1682:2931 rev 0, Mem @ 0xe0000000/268435456, 0xfbee0000/65536, I/O @ 0x0000ee00/256, BIOS @ 0x????????/131072
[  1840.633] (II) LoadModule: "extmod"
[  1840.700] (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so
[  1840.713] (II) Module extmod: vendor="X.Org Foundation"
[  1840.713]    compiled for 1.11.2, module version = 1.0.0
[  1840.714]    Module class: X.Org Server Extension
[  1840.714]    ABI class: X.Org Server Extension, version 6.0
[  1840.714] (II) Loading extension MIT-SCREEN-SAVER
[  1840.714] (II) Loading extension XFree86-VidModeExtension
[  1840.714] (II) Loading extension XFree86-DGA
[  1840.714] (II) Loading extension DPMS
[  1840.714] (II) Loading extension XVideo
[  1840.714] (II) Loading extension XVideo-MotionCompensation
[  1840.714] (II) Loading extension X-Resource
[  1840.714] (II) LoadModule: "dbe"
[  1840.714] (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so
[  1840.718] (II) Module dbe: vendor="X.Org Foundation"
[  1840.718]    compiled for 1.11.2, module version = 1.0.0
[  1840.718]    Module class: X.Org Server Extension
[  1840.718]    ABI class: X.Org Server Extension, version 6.0
[  1840.718] (II) Loading extension DOUBLE-BUFFER
[  1840.718] (II) LoadModule: "glx"
[  1840.718] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[  1840.736] (II) Module glx: vendor="X.Org Foundation"
[  1840.736]    compiled for 1.11.2, module version = 1.0.0
[  1840.736]    ABI class: X.Org Server Extension, version 6.0
[  1840.736] (==) AIGLX enabled
[  1840.736] (II) Loading extension GLX
[  1840.736] (II) LoadModule: "record"
[  1840.736] (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so
[  1840.740] (II) Module record: vendor="X.Org Foundation"
[  1840.740]    compiled for 1.11.2, module version = 1.13.0
[  1840.740]    Module class: X.Org Server Extension
[  1840.740]    ABI class: X.Org Server Extension, version 6.0
[  1840.740] (II) Loading extension RECORD
[  1840.740] (II) LoadModule: "dri"
[  1840.740] (II) Loading /usr/lib64/xorg/modules/extensions/libdri.so
[  1840.775] (II) Module dri: vendor="X.Org Foundation"
[  1840.775]    compiled for 1.11.2, module version = 1.0.0
[  1840.775]    ABI class: X.Org Server Extension, version 6.0
[  1840.775] (II) Loading extension XFree86-DRI
[  1840.775] (II) LoadModule: "dri2"
[  1840.775] (II) Loading /usr/lib64/xorg/modules/extensions/libdri2.so
[  1840.776] (II) Module dri2: vendor="X.Org Foundation"
[  1840.776]    compiled for 1.11.2, module version = 1.2.0
[  1840.776]    ABI class: X.Org Server Extension, version 6.0
[  1840.776] (II) Loading extension DRI2
[  1840.776] (II) LoadModule: "ati"
[  1840.776] (II) Loading /usr/lib64/xorg/modules/drivers/ati_drv.so
[  1840.782] (II) Module ati: vendor="X.Org Foundation"
[  1840.782]    compiled for 1.11.2, module version = 6.14.3
[  1840.782]    Module class: X.Org Video Driver
[  1840.782]    ABI class: X.Org Video Driver, version 11.0
[  1840.792] (II) LoadModule: "radeon"
[  1840.792] (II) Loading /usr/lib64/xorg/modules/drivers/radeon_drv.so
[  1840.817] (II) Module radeon: vendor="X.Org Foundation"
[  1840.817]    compiled for 1.11.2, module version = 6.14.3
[  1840.817]    Module class: X.Org Video Driver
[  1840.817]    ABI class: X.Org Video Driver, version 11.0
[  1840.822] (II) LoadModule: "intel"
[  1840.822] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[  1840.840] (II) Module intel: vendor="X.Org Foundation"
[  1840.840]    compiled for 1.11.2, module version = 2.17.0
[  1840.840]    Module class: X.Org Video Driver
[  1840.840]    ABI class: X.Org Video Driver, version 11.0
[  1840.840] (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, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
   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, 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, TURKS, CAICOS,
   CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
   CAICOS, CAICOS, CAICOS
[  1840.842] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
   i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
   E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
   965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
   4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
   Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
   Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
   Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
   Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
   Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server
[  1840.842] (--) using VT number 7

[  1840.844] (II) Loading /usr/lib64/xorg/modules/drivers/radeon_drv.so
[  1840.844] (II) [KMS] Kernel modesetting enabled.
[  1840.845] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[  1840.845] (II) RADEON(0): Creating default Display subsection in Screen section
   "CenterScreen" for depth/fbbpp 24/32
[  1840.845] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[  1840.845] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[  1840.845] (==) RADEON(0): Default visual is TrueColor
[  1840.845] (**) RADEON(0): Option "ColorTiling" "true"
[  1840.845] (==) RADEON(0): RGB weight 888
[  1840.845] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[  1840.845] (--) RADEON(0): Chipset: "ATI RV730XT [Radeon HD 4670]" (ChipID = 0x9490)
[  1840.845] (II) RADEON(0): PCIE card detected
[  1840.845] drmOpenDevice: node name is /dev/dri/card0
[  1840.845] drmOpenDevice: open result is 8, (OK)
[  1840.845] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
[  1840.845] drmOpenDevice: node name is /dev/dri/card0
[  1840.845] drmOpenDevice: open result is 8, (OK)
[  1840.845] drmOpenByBusid: drmOpenMinor returns 8
[  1840.845] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[  1840.845] drmOpenDevice: node name is /dev/dri/card1
[  1840.845] drmOpenDevice: open result is 8, (OK)
[  1840.845] drmOpenByBusid: drmOpenMinor returns 8
[  1840.845] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
[  1840.846] (II) Loading sub module "exa"
[  1840.846] (II) LoadModule: "exa"
[  1840.846] (II) Loading /usr/lib64/xorg/modules/libexa.so
[  1840.846] (II) Module exa: vendor="X.Org Foundation"
[  1840.846]    compiled for 1.11.2, module version = 2.5.0
[  1840.846]    ABI class: X.Org Video Driver, version 11.0
[  1840.846] (II) RADEON(0): KMS Color Tiling: enabled
[  1840.846] (II) RADEON(0): KMS Pageflipping: enabled
[  1840.846] (II) RADEON(0): SwapBuffers wait for vsync: enabled
[  1840.903] (II) RADEON(0): Output DVI-0 using monitor section LeftMonitor
[  1840.903] (**) RADEON(0): Option "Enable" "true"
[  1840.903] (**) RADEON(0): Option "Primary" "false"
[  1840.915] (II) RADEON(0): Output DIN has no monitor section
[  1841.065] (II) RADEON(0): Output DVI-1 using monitor section CenterMonitor
[  1841.065] (**) RADEON(0): Option "Enable" "true"
[  1841.065] (**) RADEON(0): Option "Primary" "true"
[  1841.215] (II) RADEON(0): EDID for output DVI-1
[  1841.215] (II) RADEON(0): Printing probed modes for output DVI-1
[  1841.215] (II) RADEON(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[  1841.215] (II) RADEON(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[  1841.215] (II) RADEON(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[  1841.215] (II) RADEON(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz)
[  1841.215] (II) RADEON(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 489 492 525 -hsync -vsync (31.5 kHz)
[  1841.271] (II) RADEON(0): EDID for output DVI-0
[  1841.271] (II) RADEON(0): Manufacturer: DEL  Model: f004  Serial#: 827672405
[  1841.271] (II) RADEON(0): Year: 2007  Week: 25
[  1841.271] (II) RADEON(0): EDID Version: 1.3
[  1841.271] (II) RADEON(0): Digital Display Input
[  1841.271] (II) RADEON(0): Max Image Size [cm]: horiz.: 41  vert.: 26
[  1841.271] (II) RADEON(0): Gamma: 2.20
[  1841.271] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off
[  1841.271] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[  1841.271] (II) RADEON(0): Default color space is primary color space
[  1841.271] (II) RADEON(0): First detailed timing is preferred mode
[  1841.271] (II) RADEON(0): redX: 0.640 redY: 0.336   greenX: 0.293 greenY: 0.599
[  1841.271] (II) RADEON(0): blueX: 0.152 blueY: 0.068   whiteX: 0.313 whiteY: 0.329
[  1841.271] (II) RADEON(0): Supported established timings:
[  1841.271] (II) RADEON(0): 720x400@70Hz
[  1841.271] (II) RADEON(0): 640x480@60Hz
[  1841.271] (II) RADEON(0): 640x480@67Hz
[  1841.271] (II) RADEON(0): 640x480@72Hz
[  1841.271] (II) RADEON(0): 640x480@75Hz
[  1841.271] (II) RADEON(0): 800x600@56Hz
[  1841.271] (II) RADEON(0): 800x600@60Hz
[  1841.271] (II) RADEON(0): 800x600@72Hz
[  1841.271] (II) RADEON(0): 800x600@75Hz
[  1841.271] (II) RADEON(0): 832x624@75Hz
[  1841.271] (II) RADEON(0): 1024x768@60Hz
[  1841.271] (II) RADEON(0): 1024x768@70Hz
[  1841.272] (II) RADEON(0): 1024x768@75Hz
[  1841.272] (II) RADEON(0): 1280x1024@75Hz
[  1841.272] (II) RADEON(0): 1152x864@75Hz
[  1841.272] (II) RADEON(0): Manufacturer's mask: 0
[  1841.272] (II) RADEON(0): Supported standard timings:
[  1841.272] (II) RADEON(0): #0: hsize: 1440  vsize 900  refresh: 60  vid: 149
[  1841.272] (II) RADEON(0): #1: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[  1841.272] (II) RADEON(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[  1841.272] (II) RADEON(0): #3: hsize: 1440  vsize 900  refresh: 75  vid: 3989
[  1841.272] (II) RADEON(0): Supported detailed timing:
[  1841.272] (II) RADEON(0): clock: 106.5 MHz   Image Size:  408 x 255 mm
[  1841.272] (II) RADEON(0): h_active: 1440  h_sync: 1520  h_sync_end 1672 h_blank_end 1904 h_border: 0
[  1841.272] (II) RADEON(0): v_active: 900  v_sync: 903  v_sync_end 909 v_blanking: 934 v_border: 0
[  1841.272] (II) RADEON(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 145 MHz
[  1841.272] (II) RADEON(0): Serial No: 7373176M1UGU
[  1841.272] (II) RADEON(0): Monitor name: DELL SE198WFP
[  1841.272] (II) RADEON(0): EDID (in hex):
[  1841.272] (II) RADEON(0):    00ffffffffffff0010ac04f055475531
[  1841.272] (II) RADEON(0):    1911010380291a78eec125a3564b9927
[  1841.272] (II) RADEON(0):    115054bfef809500714f8180950f0101
[  1841.272] (II) RADEON(0):    0101010101019a29a0d0518422305098
[  1841.272] (II) RADEON(0):    360098ff1000001c000000fd00384b1e
[  1841.272] (II) RADEON(0):    530e000a202020202020000000ff0037
[  1841.272] (II) RADEON(0):    3337333137364d3155475501000000fc
[  1841.272] (II) RADEON(0):    0044454c4c20534531393857465000c5
[  1841.272] (II) RADEON(0): Printing probed modes for output DVI-0
[  1841.272] (II) RADEON(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[  1841.272] (II) RADEON(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[  1841.272] (II) RADEON(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[  1841.272] (II) RADEON(0): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz)
[  1841.272] (II) RADEON(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[  1841.272] (II) RADEON(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz)
[  1841.272] (II) RADEON(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[  1841.272] (II) RADEON(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[  1841.272] (II) RADEON(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[  1841.272] (II) RADEON(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[  1841.272] (II) RADEON(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[  1841.272] (II) RADEON(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[  1841.272] (II) RADEON(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[  1841.272] (II) RADEON(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 491 520 -hsync -vsync (37.9 kHz)
[  1841.272] (II) RADEON(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[  1841.272] (II) RADEON(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[  1841.272] (II) RADEON(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[  1841.272] (II) RADEON(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[  1841.284] (II) RADEON(0): EDID for output DIN
[  1841.284] (II) RADEON(0): Output DVI-1 enabled by config file
[  1841.284] (II) RADEON(0): Output DVI-0 enabled by config file
[  1841.284] (II) RADEON(0): Output DIN disconnected
[  1841.284] (II) RADEON(0): Using fuzzy aspect match for initial modes
[  1841.284] (II) RADEON(0): Output DVI-1 using initial mode 1024x768
[  1841.284] (II) RADEON(0): Output DVI-0 using initial mode 1024x768
[  1841.284] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[  1841.284] (II) RADEON(0): mem size init: gart size :1fdff000 vram size: s:40000000 visible:faac000
[  1841.284] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
[  1841.284] (==) RADEON(0): DPI set to (96, 96)
[  1841.284] (II) Loading sub module "fb"
[  1841.284] (II) LoadModule: "fb"
[  1841.284] (II) Loading /usr/lib64/xorg/modules/libfb.so
[  1841.294] (II) Module fb: vendor="X.Org Foundation"
[  1841.294]    compiled for 1.11.2, module version = 1.0.0
[  1841.294]    ABI class: X.Org ANSI C Emulation, version 0.4
[  1841.294] (II) Loading sub module "ramdac"
[  1841.294] (II) LoadModule: "ramdac"
[  1841.294] (II) Module "ramdac" already built-in
[  1841.294] drmOpenDevice: node name is /dev/dri/card0
[  1841.294] drmOpenDevice: open result is 9, (OK)
[  1841.294] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[  1841.294] drmOpenDevice: node name is /dev/dri/card0
[  1841.294] drmOpenDevice: open result is 9, (OK)
[  1841.294] drmOpenByBusid: drmOpenMinor returns 9
[  1841.294] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[  1841.294] (II) intel(1): Creating default Display subsection in Screen section
   "LeftScreen" for depth/fbbpp 24/32
[  1841.294] (==) intel(1): Depth 24, (--) framebuffer bpp 32
[  1841.294] (==) intel(1): RGB weight 888
[  1841.294] (==) intel(1): Default visual is TrueColor
[  1841.294] (II) intel(1): Integrated Graphics Chipset: Intel(R) Sandybridge Desktop (GT1)
[  1841.294] (--) intel(1): Chipset: "Sandybridge Desktop (GT1)"
[  1841.295] (**) intel(1): Relaxed fencing enabled
[  1841.295] (**) intel(1): Wait on SwapBuffers? enabled
[  1841.295] (**) intel(1): Triple buffering? enabled
[  1841.295] (**) intel(1): Framebuffer tiled
[  1841.295] (**) intel(1): Pixmaps tiled
[  1841.295] (**) intel(1): 3D buffers tiled
[  1841.295] (**) intel(1): SwapBuffers wait enabled
[  1841.295] (==) intel(1): video overlay key set to 0x101fe
[  1841.354] (II) intel(1): Output VGA1 has no monitor section
[  1841.376] (II) intel(1): Output HDMI1 has no monitor section
[  1841.388] (II) intel(1): Output DP1 has no monitor section
[  1841.409] (II) intel(1): Output HDMI2 has no monitor section
[  1841.422] (II) intel(1): Output DP2 has no monitor section
[  1841.481] (II) intel(1): EDID for output VGA1
[  1841.481] (II) intel(1): Manufacturer: DEL  Model: 3012  Serial#: 1113143634
[  1841.481] (II) intel(1): Year: 2004  Week: 50
[  1841.481] (II) intel(1): EDID Version: 1.3
[  1841.481] (II) intel(1): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
[  1841.481] (II) intel(1): Sync:  Separate
[  1841.481] (II) intel(1): Max Image Size [cm]: horiz.: 32  vert.: 24
[  1841.481] (II) intel(1): Gamma: 2.20
[  1841.481] (II) intel(1): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[  1841.481] (II) intel(1): Default color space is primary color space
[  1841.481] (II) intel(1): First detailed timing is preferred mode
[  1841.481] (II) intel(1): redX: 0.645 redY: 0.321   greenX: 0.285 greenY: 0.600
[  1841.481] (II) intel(1): blueX: 0.142 blueY: 0.057   whiteX: 0.283 whiteY: 0.298
[  1841.481] (II) intel(1): Supported established timings:
[  1841.481] (II) intel(1): 720x400@70Hz
[  1841.481] (II) intel(1): 640x480@60Hz
[  1841.481] (II) intel(1): 800x600@75Hz
[  1841.481] (II) intel(1): 1024x768@75Hz
[  1841.481] (II) intel(1): Manufacturer's mask: 0
[  1841.481] (II) intel(1): Supported standard timings:
[  1841.481] (II) intel(1): #0: hsize: 640  vsize 480  refresh: 85  vid: 22833
[  1841.481] (II) intel(1): #1: hsize: 800  vsize 600  refresh: 85  vid: 22853
[  1841.481] (II) intel(1): #2: hsize: 1024  vsize 768  refresh: 85  vid: 22881
[  1841.481] (II) intel(1): Supported detailed timing:
[  1841.481] (II) intel(1): clock: 94.5 MHz   Image Size:  312 x 234 mm
[  1841.481] (II) intel(1): h_active: 1024  h_sync: 1072  h_sync_end 1168 h_blank_end 1376 h_border: 0
[  1841.481] (II) intel(1): v_active: 768  v_sync: 769  v_sync_end 772 v_blanking: 808 v_border: 0
[  1841.481] (II) intel(1): Serial No: Y13524C7BY9R
[  1841.481] (II) intel(1): Monitor name: DELL E773s
[  1841.481] (II) intel(1): Ranges: V min: 50 V max: 160 Hz, H min: 30 H max: 70 kHz, PixClock max 115 MHz
[  1841.481] (II) intel(1): EDID (in hex):
[  1841.481] (II) intel(1):    00ffffffffffff0010ac123052395942
[  1841.481] (II) intel(1):    320e010368201878ee1269a552499924
[  1841.481] (II) intel(1):    0e484ca0420031594559615901010101
[  1841.481] (II) intel(1):    010101010101ea240060410028303060
[  1841.481] (II) intel(1):    130038ea1000001e000000ff00593133
[  1841.481] (II) intel(1):    3532344337425939520a000000fc0044
[  1841.481] (II) intel(1):    454c4c2045373733730a2020000000fd
[  1841.481] (II) intel(1):    0032a01e460b000a20202020202000cd
[  1841.481] (II) intel(1): EDID vendor "DEL", prod id 12306
[  1841.481] (II) intel(1): Using EDID range info for horizontal sync
[  1841.481] (II) intel(1): Using EDID range info for vertical refresh
[  1841.481] (II) intel(1): Printing DDC gathered Modelines:
[  1841.481] (II) intel(1): Modeline "1024x768"x0.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
[  1841.481] (II) intel(1): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[  1841.481] (II) intel(1): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[  1841.481] (II) intel(1): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[  1841.481] (II) intel(1): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[  1841.481] (II) intel(1): Modeline "640x480"x0.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz)
[  1841.481] (II) intel(1): Modeline "800x600"x0.0   56.25  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)
[  1841.481] (II) intel(1): Printing probed modes for output VGA1
[  1841.481] (II) intel(1): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
[  1841.481] (II) intel(1): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz)
[  1841.481] (II) intel(1): Modeline "800x600"x85.1   56.25  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)
[  1841.481] (II) intel(1): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[  1841.481] (II) intel(1): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz)
[  1841.481] (II) intel(1): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[  1841.481] (II) intel(1): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[  1841.503] (II) intel(1): EDID for output HDMI1
[  1841.515] (II) intel(1): EDID for output DP1
[  1841.536] (II) intel(1): EDID for output HDMI2
[  1841.549] (II) intel(1): EDID for output DP2
[  1841.549] (II) intel(1): Output VGA1 connected
[  1841.549] (II) intel(1): Output HDMI1 disconnected
[  1841.549] (II) intel(1): Output DP1 disconnected
[  1841.549] (II) intel(1): Output HDMI2 disconnected
[  1841.549] (II) intel(1): Output DP2 disconnected
[  1841.549] (II) intel(1): Using exact sizes for initial modes
[  1841.549] (II) intel(1): Output VGA1 using initial mode 1024x768
[  1841.549] (II) intel(1): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[  1841.549] (II) intel(1): Kernel page flipping support detected, enabling
[  1841.549] (**) intel(1): Display dimensions: (320, 240) mm
[  1841.549] (**) intel(1): DPI set to (81, 81)
[  1841.549] (II) Loading sub module "fb"
[  1841.549] (II) LoadModule: "fb"
[  1841.549] (II) Loading /usr/lib64/xorg/modules/libfb.so
[  1841.549] (II) Module fb: vendor="X.Org Foundation"
[  1841.549]    compiled for 1.11.2, module version = 1.0.0
[  1841.549]    ABI class: X.Org ANSI C Emulation, version 0.4
[  1841.549] (II) Loading sub module "dri2"
[  1841.549] (II) LoadModule: "dri2"
[  1841.549] (II) Loading /usr/lib64/xorg/modules/extensions/libdri2.so
[  1841.549] (II) Module dri2: vendor="X.Org Foundation"
[  1841.549]    compiled for 1.11.2, module version = 1.2.0
[  1841.549]    ABI class: X.Org Server Extension, version 6.0
[  1841.549] (--) Depth 24 pixmap format is 32 bpp
[  1841.549] (II) RADEON(0): [DRI2] Setup complete
[  1841.549] (II) RADEON(0): [DRI2]   DRI driver: r600
[  1841.549] (II) RADEON(0): [DRI2]   VDPAU driver: r600
[  1841.549] (II) RADEON(0): Front buffer size: 3072K
[  1841.549] (II) RADEON(0): VRAM usage limit set to 228254K
[  1841.560] (==) RADEON(0): Backing store disabled
[  1841.560] (II) RADEON(0): Direct rendering enabled
[  1841.572] (II) RADEON(0): Setting EXA maxPitchBytes
[  1841.572] (II) EXA(0): Driver allocated offscreen pixmaps
[  1841.572] (II) EXA(0): Driver registered support for the following operations:
[  1841.572] (II)         Solid
[  1841.572] (II)         Copy
[  1841.572] (II)         Composite (RENDER acceleration)
[  1841.572] (II)         UploadToScreen
[  1841.572] (II)         DownloadFromScreen
[  1841.572] (II) RADEON(0): Acceleration enabled
[  1841.572] (==) RADEON(0): DPMS enabled
[  1841.572] (==) RADEON(0): Silken mouse enabled
[  1841.586] (II) RADEON(0): Set up textured video
[  1841.586] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
[  1841.586] (II) RADEON(0): [XvMC] Extension initialized.
[  1841.586] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[  1841.586] (WW) RADEON(0): Option "DynamicPM" is not used
[  1841.586] (--) RandR disabled
[  1841.586] (II) intel(1): [DRI2] Setup complete
[  1841.586] (II) intel(1): [DRI2]   DRI driver: i965
[  1841.586] (II) intel(1): Allocated new frame buffer 1024x768 stride 4096, tiled
[  1841.586] (II) UXA(1): Driver registered support for the following operations:
[  1841.586] (II)         solid
[  1841.586] (II)         copy
[  1841.586] (II)         composite (RENDER acceleration)
[  1841.586] (II)         put_image
[  1841.586] (II)         get_image
[  1841.586] (==) intel(1): Backing store disabled
[  1841.586] (==) intel(1): Silken mouse enabled
[  1841.586] (II) intel(1): Initializing HW Cursor
[  1841.640] (II) intel(1): RandR 1.2 enabled, ignore the following RandR disabled message.
[  1841.640] (==) intel(1): DPMS enabled
[  1841.640] (II) intel(1): Set up textured video
[  1841.640] (II) intel(1): direct rendering: DRI2 Enabled
[  1841.640] (WW) intel(1): Option "Monitor-VGA" is not used
[  1841.640] (==) intel(1): hotplug detection: "enabled"
[  1841.640] (--) RandR disabled
[  1841.640] (II) Initializing built-in extension Generic Event Extension
[  1841.640] (II) Initializing built-in extension SHAPE
[  1841.640] (II) Initializing built-in extension MIT-SHM
[  1841.640] (II) Initializing built-in extension XInputExtension
[  1841.640] (II) Initializing built-in extension XTEST
[  1841.640] (II) Initializing built-in extension BIG-REQUESTS
[  1841.640] (II) Initializing built-in extension SYNC
[  1841.640] (II) Initializing built-in extension XKEYBOARD
[  1841.640] (II) Initializing built-in extension XC-MISC
[  1841.640] (II) Initializing built-in extension XINERAMA
[  1841.640] (II) Initializing built-in extension XFIXES
[  1841.640] (II) Initializing built-in extension RENDER
[  1841.640] (II) Initializing built-in extension RANDR
[  1841.640] (II) Initializing built-in extension COMPOSITE
[  1841.640] (II) Initializing built-in extension DAMAGE
[  1842.024] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[  1842.024] (II) AIGLX: enabled GLX_INTEL_swap_event
[  1842.024] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[  1842.024] (II) AIGLX: enabled GLX_SGI_make_current_read
[  1842.024] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[  1842.024] (II) AIGLX: Loaded and initialized r600
[  1842.024] (II) GLX: Initialized DRI2 GL provider for screen 0
[  1842.120] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[  1842.120] (II) AIGLX: enabled GLX_INTEL_swap_event
[  1842.120] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[  1842.120] (II) AIGLX: enabled GLX_SGI_make_current_read
[  1842.120] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[  1842.120] (II) AIGLX: Loaded and initialized i965
[  1842.120] (II) GLX: Initialized DRI2 GL provider for screen 1
[  1842.158] (II) RADEON(0): Setting screen physical size to 270 x 203
[  1842.158] (II) intel(1): Setting screen physical size to 270 x 203
[  1842.369] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  1842.369] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  1842.369] (II) LoadModule: "evdev"
[  1842.394] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[  1842.409] (II) Module evdev: vendor="X.Org Foundation"
[  1842.409]    compiled for 1.11.2, module version = 2.6.0
[  1842.409]    Module class: X.Org XInput Driver
[  1842.410]    ABI class: X.Org XInput driver, version 13.0
[  1842.410] (II) Using input driver 'evdev' for 'Power Button'
[  1842.410] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[  1842.410] (**) Power Button: always reports core events
[  1842.410] (**) Power Button: Device: "/dev/input/event1"
[  1842.410] (--) Power Button: Found keys
[  1842.410] (II) Power Button: Configuring as keyboard
[  1842.410] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[  1842.410] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  1842.410] (**) Option "xkb_rules" "evdev"
[  1842.410] (**) Option "xkb_model" "evdev"
[  1842.410] (**) Option "xkb_layout" "us"
[  1842.423] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[  1842.423] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  1842.423] (II) Using input driver 'evdev' for 'Power Button'
[  1842.423] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[  1842.423] (**) Power Button: always reports core events
[  1842.423] (**) Power Button: Device: "/dev/input/event0"
[  1842.423] (--) Power Button: Found keys
[  1842.423] (II) Power Button: Configuring as keyboard
[  1842.423] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[  1842.423] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[  1842.423] (**) Option "xkb_rules" "evdev"
[  1842.423] (**) Option "xkb_model" "evdev"
[  1842.423] (**) Option "xkb_layout" "us"
[  1842.423] (II) config/udev: Adding input device Dell Dell USB Keyboard (/dev/input/event2)
[  1842.423] (**) Dell Dell USB Keyboard: Applying InputClass "evdev keyboard catchall"
[  1842.423] (II) Using input driver 'evdev' for 'Dell Dell USB Keyboard'
[  1842.423] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[  1842.423] (**) Dell Dell USB Keyboard: always reports core events
[  1842.423] (**) Dell Dell USB Keyboard: Device: "/dev/input/event2"
[  1842.423] (--) Dell Dell USB Keyboard: Found keys
[  1842.423] (II) Dell Dell USB Keyboard: Configuring as keyboard
[  1842.423] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input2/event2"
[  1842.423] (II) XINPUT: Adding extended input device "Dell Dell USB Keyboard" (type: KEYBOARD, id 8)
[  1842.423] (**) Option "xkb_rules" "evdev"
[  1842.423] (**) Option "xkb_model" "evdev"
[  1842.423] (**) Option "xkb_layout" "us"
[  1842.423] (II) config/udev: Adding input device Saitek Cyborg R.A.T.3 Mouse (/dev/input/event3)
[  1842.423] (**) Saitek Cyborg R.A.T.3 Mouse: Applying InputClass "evdev pointer catchall"
[  1842.423] (**) Saitek Cyborg R.A.T.3 Mouse: Applying InputClass "Mouse Remap"
[  1842.423] (II) Using input driver 'evdev' for 'Saitek Cyborg R.A.T.3 Mouse'
[  1842.423] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[  1842.423] (**) Saitek Cyborg R.A.T.3 Mouse: always reports core events
[  1842.423] (**) Saitek Cyborg R.A.T.3 Mouse: Device: "/dev/input/event3"
[  1842.423] (**) Saitek Cyborg R.A.T.3 Mouse: ButtonMapping '1 2 3 4 5 6 7 0 0 0 0 0 0 0'
[  1842.423] (--) Saitek Cyborg R.A.T.3 Mouse: Found 14 mouse buttons
[  1842.423] (--) Saitek Cyborg R.A.T.3 Mouse: Found scroll wheel(s)
[  1842.423] (--) Saitek Cyborg R.A.T.3 Mouse: Found relative axes
[  1842.423] (--) Saitek Cyborg R.A.T.3 Mouse: Found x and y relative axes
[  1842.423] (II) Saitek Cyborg R.A.T.3 Mouse: Configuring as mouse
[  1842.423] (II) Saitek Cyborg R.A.T.3 Mouse: Adding scrollwheel support
[  1842.423] (**) Saitek Cyborg R.A.T.3 Mouse: YAxisMapping: buttons 4 and 5
[  1842.423] (**) Saitek Cyborg R.A.T.3 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  1842.423] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input3/event3"
[  1842.423] (II) XINPUT: Adding extended input device "Saitek Cyborg R.A.T.3 Mouse" (type: MOUSE, id 9)
[  1842.423] (II) Saitek Cyborg R.A.T.3 Mouse: initialized for relative axes.
[  1842.423] (**) Saitek Cyborg R.A.T.3 Mouse: (accel) keeping acceleration scheme 1
[  1842.424] (**) Saitek Cyborg R.A.T.3 Mouse: (accel) acceleration profile 0
[  1842.424] (**) Saitek Cyborg R.A.T.3 Mouse: (accel) acceleration factor: 2.000
[  1842.424] (**) Saitek Cyborg R.A.T.3 Mouse: (accel) acceleration threshold: 4
[  1842.424] (II) config/udev: Adding input device Saitek Cyborg R.A.T.3 Mouse (/dev/input/mouse0)
[  1842.424] (II) No input driver/identifier specified (ignoring)
[  1846.861] (II) RADEON(0): Allocate new frame buffer 2464x904 stride 2560
[  1846.861] (II) RADEON(0): VRAM usage limit set to 222883K
[  2455.663] (II) AIGLX: Suspending AIGLX clients for VT switch
[  2455.663] (II) AIGLX: Suspending AIGLX clients for VT switch
Back to top
View user's profile Send private message
otisphat80
n00b
n00b


Joined: 23 May 2011
Posts: 14

PostPosted: Wed Feb 22, 2012 9:42 pm    Post subject: Sorry here is xorg.conf and Reply with quote

Code:

Section "Device"
   Identifier "ATI"
   Driver "ati"
   Option "Monitor-DVI-0" "LeftMonitor"
   Option "Monitor-DVI-1" "CenterMonitor"
   Option "ColorTiling" "true"
   Option "DynamicPM" "true"
   BusID "PCI:01:00:0"
EndSection

Section "Device"
   Identifier "INTEL"
   Driver "intel"
   Option "Monitor-VGA" "RightMonitor"
   BusID "PCI:00:02:0"
EndSection

Section "Monitor"
   Identifier "RightMonitor"
   VendorName "Dell"
   Option "Enable" "true"
   Option "Primary" "false"
   Option "DPMS" "true"
EndSection

Section "Monitor"
   Identifier "CenterMonitor"
   VendorName "Dell SE198WFP"
   Option "Enable" "true"
   Option "Primary" "true"
   Option "DPMS" "true"
EndSection

Section "Monitor"
   Identifier "LeftMonitor"
   VendorName "Proview"
   Option "Enable" "true"
   Option "Primary" "false"
   Option "DPMS" "true"
EndSection

Section  "Screen"
    Identifier  "RightScreen"
    Device    "ATI"
EndSection

Section "Screen"
     Identifier  "CenterScreen"
     Device "ATI"
EndSection

Section "Screen"
      Identifier  "LeftScreen"
      Device "INTEL"
EndSection     

Section "ServerLayout"
   Identifier "ALL"
   Screen 0 "CenterScreen"
   Screen 1 "LeftScreen"  LeftOf   "CenterScreen"
   Screen 2 "RightScreen"   RightOf   "CenterScreen"
EndSection

Section "ServerFlags"
   Option "DontZap" "false"
   Option "DefaultServerLayout" "ALL"
EndSection

Section "InputClass"
   Identifier "Mouse Remap"
   MatchProduct "Saitek Cyborg R.A.T.3 Mouse"
   MatchDevicePath "/dev/input/event*"
   Option "ButtonMapping" "1 2 3 4 5 6 7 0 0 0 0 0 0 0"
EndSection


/usr/sbin/lspci | grep VGA   == 01:00.0 VGA compatible controller: ATI Technologies Inc RV730XT [Radeon HD 4670]
Back to top
View user's profile Send private message
otisphat80
n00b
n00b


Joined: 23 May 2011
Posts: 14

PostPosted: Wed Feb 22, 2012 9:45 pm    Post subject: Reply with quote

Sorry I couldnt figure out how to put two boxes of code on one post. but the first is xorg.0.log and the second has the xorg.conf file and the output of the command is at the end it only show the ati card but like I said im getting wallpaper on all three monitors now.Thanks .
Back to top
View user's profile Send private message
Aquous
l33t
l33t


Joined: 08 Jan 2011
Posts: 700

PostPosted: Thu Feb 23, 2012 9:48 am    Post subject: Reply with quote

Looking good :D
Glad you got it to work.
(The intel monitor being all white is probably an issue with your window manager or your desktop environment in general, the X configuration is O.K.. Try fiddling with GNOME's Screen applet in the system settings app.)
Back to top
View user's profile Send private message
otisphat80
n00b
n00b


Joined: 23 May 2011
Posts: 14

PostPosted: Thu Feb 23, 2012 6:56 pm    Post subject: Reply with quote

I got the monitor to display the wallpaper by turning the manage desktop by file manager of but I still cant get the gnome-panel to start. When i start it from the terminal I get " (gnome-panel:16528) : Gtk-CRITICAL **: gtk_style_context_get : assertion 'priv->widget_path !=NULL' failed Segmentation fault. " Just wondering if you have come across this as im not finding much on google.
Back to top
View user's profile Send private message
Aquous
l33t
l33t


Joined: 08 Jan 2011
Posts: 700

PostPosted: Fri Feb 24, 2012 7:57 am    Post subject: Reply with quote

I use two separate X servers in my set-up (Gnome Shell can't handle two screens...) so no, I haven't come across this. The only suggestion that comes to mind is to make sure you have USE=xinerama set in /etc/make.conf and to run emerge -uDN world. Sorry I can't be of more help.

EDIT: Googling around, it may be related to 3d acceleration. Perhaps you did not properly uninstall fglrx?
Make sure in /etc/make.conf you have VIDEO_CARDS="intel radeon" and run emerge -uDN world. Then make sure 'eselect opengl' is set to xorg-x11. Also post your dmesg (don't actually post it, but rather upload it to pastebin.com and post the link here) so that I can see if your kernel is set up OK. Then open a gnome-terminal and post the output of:
Code:
LIBGL_DEBUG=verbose glxinfo

(if you don't have glxinfo, emerge mesa-progs)
Back to top
View user's profile Send private message
otisphat80
n00b
n00b


Joined: 23 May 2011
Posts: 14

PostPosted: Fri Feb 24, 2012 6:35 pm    Post subject: Reply with quote

Thanks again now that you mention it eselect opengl is set to ati.I am going to reinstall gentoo when i get home. There is nothing like fresh install especially now that I have a idea of what I am doing. Thanks again for all your help. I will let you know how it goes.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum