Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Noob trying to config 3 monitor setup

Need help with peripherals or devices?
Post Reply
Message
Author
chrisboley
Posts: 8
Joined: 2014-07-29 00:16

Noob trying to config 3 monitor setup

#1 Post by chrisboley »

First I don't want to over extend.
I'll start off by posting hardware.
Radeon PCI graphics card RV280 chipset uses the standard xorg version of the ati driver
Nvidia Quadro FX3000 Uses the Nvidia 173 version legacy driver.

I've got xorg.conf configured, I've saved a dmesg output and I've got my Xorg.0.log ready to post. I've honestly not been able to discern any EE error markings in the Xorg.0.log and I seem to see the driver for the radeon getting loaded in the dmesg output. The 3rd screen seems to initialize because my green light posts on my monitor but I just see the cursor in the top left corner of the 3rd monitor and it has stopped blinking as the first two monitors display good video output. The two working screens are the ones on the nvidia card. I'm not sure what format the moderators want the log files posted in so I'm requesting that format in advance and I'll post appropriately. I've tried both a TwinView version of the xorg.conf and a Xinerama version which involves 3 devices, 3 monitors, 3 screens, and a more involved server layout. Please let me know what is to be posted first and how you'd like to see it (what format) and I'll happily do so.

Thanks in advance

chrisboley
Posts: 8
Joined: 2014-07-29 00:16

Re: Noob trying to config 3 monitor setup

#2 Post by chrisboley »

Ok I actually changed my xorg.conf around last night to reflect the ATI card as being "card0" versus card 1 or 2. It made the ati driver load and the 3rd screen came up. Screen 1 and screeen two were omitted and the entire desktop came up on screen 3. So I've established that the card and the driver work. I am just doing something a bit wacky to prevent the second driver from loading in xorg.conf. I'll post the original Xinerama xorg setup following this:

# Monitor sections
#
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 24.0 - 83.0
VertRefresh 50.0 - 77.0
Option "DPMS"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 24.0 - 83.0
VertRefresh 50.0 - 77.0
Option "DPMS"
EndSection

Section "Monitor"
Identifier "Monitor2"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 24.0 - 83.0
VertRefresh 50.0 - 77.0
Option "DPMS"
EndSection


# Our Device sections
#
Section "Device"
Identifier "Card2"
Driver "ati"
VendorName "Advanced Micro Devices, Inc. [AMD/ATI]"
BoardName "ATI Radeon RV2xx chipset"
Screen 2
BusID "PCI:3:1:0"
EndSection

Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "Quadro FX 3000"
Screen 0
EndSection

Section "Device"
Identifier "Card1"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "Quadro FX 3000"
Screen 1
EndSection

# Screen sections
#
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen2"
Device "Card2"
Monitor "Monitor2"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection


Section "ServerLayout"
Identifier "Xinerama Screen"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" LeftOf "Screen0"
Screen 2 "Screen2" RightOf "Screen0"
Option "Xinerama" "true"
EndSection

User avatar
dilberts_left_nut
Administrator
Administrator
Posts: 5347
Joined: 2009-10-05 07:54
Location: enzed
Has thanked: 13 times
Been thanked: 66 times

Re: Noob trying to config 3 monitor setup

#3 Post by dilberts_left_nut »

If you wrap the code in

Code: Select all

 tags is best.

I recall (some time ago) that nvidia & Xinerama didn't play nice and have always used Twinview with the proprietary driver.

Not sure if that has changed, applies with nouveau, or at all anymore (and I haven't tried mixing nvidia & amd).
AdrianTM wrote:There's no hacker in my grandma...

User avatar
llivv
Posts: 5340
Joined: 2007-02-14 18:10
Location: cold storage

Re: Noob trying to config 3 monitor setup

#4 Post by llivv »

chrisboley wrote: Section "Device"
Identifier "Card1"
Driver "radeon"
BusID "PCI:3:1:0"
EndSection

Section "Device"
Identifier "Card0"
Driver "nvidia"
EndSection
restart the xserver and save the log file as a baseline

ref: http://x.debian.net/
In memory of Ian Ashley Murdock (1973 - 2015) founder of the Debian project.

chrisboley
Posts: 8
Joined: 2014-07-29 00:16

Re: Noob trying to config 3 monitor setup

#5 Post by chrisboley »

llivv, There are two devices pertaining to the NVIDIA driver in my xorg.conf. For clarification, do I need to remove one of the nvidia devices completely from the xorg.conf file? I was operating under the assumption that each device was necessary to for identifying which screen matched up to which head of the card etcetera.. I may have misinterpreted that. I'll certainly give changing the driver over to radeon instead of ati a whirl and changing the config per your suggestion. I'll post Xorg.0.log output this eve. Thanks

chrisboley
Posts: 8
Joined: 2014-07-29 00:16

Re: Noob trying to config 3 monitor setup

#6 Post by chrisboley »

I worked with this some more and came to the conclusion that my SUN Microsystems workstation W2100z BIOS is causing part of my headache. When I start the computer, enter my bios and change the pci seek seetings to initialize AGP versus PCI the AGP card starts up and the bios loads. If I do the opposite then the other card loads regardless of the way I set up xorg.cfg. This makes things fairly clear to me that at least part of my problem is hardware. I once had 3 screens working with a different distro. At that time I was utilizing Nouveau driver and the "ati" driver; This was an issue because I need to run GNS3 and debian Kernels are most supported for that. I found that Kworker hogs up my cpu so ACPI being loaded when the Kernel loads isn't an option I have to turn it off. That makes the Nouveau driver out of the question. I broke down and ordered and SiS 315E AGP Single head card from ebay and it arrived last night. I don't know if this will be much help as I've also tried to use Matrox G450 cards and they yeilded less than desirable results as well. I'll install it and post results tomorrow.

llivv, I tried running it without xorg.conf whatsoever. It started up whatever card I set to initialize in the bios first. But still wouldn't load the second. Do you still want Xorg.0.log output?

User avatar
llivv
Posts: 5340
Joined: 2007-02-14 18:10
Location: cold storage

Re: Noob trying to config 3 monitor setup

#7 Post by llivv »

I doubt anyone here is going to be able to help you with a sparc machine.

you will most likely get batter results from the sparc mailing list

https://lists.debian.org/debian-sparc/2 ... reads.html
In memory of Ian Ashley Murdock (1973 - 2015) founder of the Debian project.

chrisboley
Posts: 8
Joined: 2014-07-29 00:16

Re: Noob trying to config 3 monitor setup

#8 Post by chrisboley »

Maybe I'm misunderstanding, but it's 64Bit opteron based. It works just the same as a general PC. Basically it's a "old" high end workstation.

chrisboley
Posts: 8
Joined: 2014-07-29 00:16

Re: Noob trying to config 3 monitor setup

#9 Post by chrisboley »

Here's where I landed after trying the SiS card. At least I'm seeing two drivers trying to load. I think it's going to be me working through setting up some driver options in the SiS driver. I saw that there were a lot of options I needed to research. Here's my Xorg.0.log output:

Code: Select all

X.Org X Server 1.12.4
Release Date: 2012-08-27
[    14.552] X Protocol Version 11, Revision 0
[    14.552] Build Operating System: Linux 3.11-2-amd64 x86_64 Debian
[    14.552] Current Operating System: Linux GNS3SUNBOX 3.2.0-4-amd64 #1 SMP Debian 3.2.60-1+deb7u1 x86_64
[    14.552] Kernel command line: BOOT_IMAGE=/vmlinuz-3.2.0-4-amd64 root=UUID=fe06f4f2-498b-4250-9100-b9e85e5d2683 ro text acpi=off
[    14.552] Build Date: 17 December 2013  07:37:58PM
[    14.552] xorg-server 2:1.12.4-6+deb7u2 (Julien Cristau <jcristau@debian.org>) 
[    14.552] Current version of pixman: 0.26.0
[    14.552] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    14.552] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    14.552] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Aug  1 07:32:04 2014
[    14.696] (==) Using config file: "/etc/X11/xorg.conf"
[    14.696] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    14.812] (==) ServerLayout "layout1"
[    14.812] (**) |-->Screen "screen1" (0)
[    14.812] (**) |   |-->Monitor "monitor1"
[    14.812] (**) |   |-->Device "device1"
[    14.812] (**) |-->Screen "screen2" (1)
[    14.812] (**) |   |-->Monitor "monitor2"
[    14.812] (**) |   |-->Device "device2"
[    14.812] (**) Option "DontZap" "False"
[    14.812] (**) Option "AllowMouseOpenFail"
[    14.812] (**) Option "Xinerama"
[    14.812] (==) Automatically adding devices
[    14.812] (==) Automatically enabling devices
[    14.812] (**) Xinerama: enabled
[    14.916] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    14.916] 	Entry deleted from font path.
[    14.968] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[    14.968] 	Entry deleted from font path.
[    14.968] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	built-ins
[    14.968] (==) ModulePath set to "/usr/lib/xorg/modules"
[    14.968] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    14.968] (II) Loader magic: 0x7f2429250ae0
[    14.968] (II) Module ABI versions:
[    14.968] 	X.Org ANSI C Emulation: 0.4
[    14.968] 	X.Org Video Driver: 12.1
[    14.968] 	X.Org XInput driver : 16.0
[    14.968] 	X.Org Server Extension : 6.0
[    14.968] (--) PCI:*(0:3:1:0) 1002:5960:18bc:0580 rev 1, Mem @ 0xb8000000/134217728, 0xb0200000/65536, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
[    14.968] (--) PCI: (0:3:1:1) 1002:5940:18bc:0581 rev 1, Mem @ 0xc0000000/134217728, 0xb0210000/65536
[    14.968] (--) PCI: (0:9:0:0) 1039:0325:1039:0325 rev 0, Mem @ 0xe0000000/268435456, 0xc8100000/262144, I/O @ 0x00004000/128, BIOS @ 0x????????/65536
[    14.968] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    14.968] (II) LoadModule: "extmod"
[    15.040] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    15.260] (II) Module extmod: vendor="X.Org Foundation"
[    15.260] 	compiled for 1.12.4, module version = 1.0.0
[    15.260] 	Module class: X.Org Server Extension
[    15.260] 	ABI class: X.Org Server Extension, version 6.0
[    15.260] (II) Loading extension SELinux
[    15.260] (II) Loading extension MIT-SCREEN-SAVER
[    15.260] (II) Loading extension XFree86-VidModeExtension
[    15.260] (II) Loading extension XFree86-DGA
[    15.260] (II) Loading extension DPMS
[    15.260] (II) Loading extension XVideo
[    15.260] (II) Loading extension XVideo-MotionCompensation
[    15.260] (II) Loading extension X-Resource
[    15.260] (II) LoadModule: "dbe"
[    15.260] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    15.272] (II) Module dbe: vendor="X.Org Foundation"
[    15.272] 	compiled for 1.12.4, module version = 1.0.0
[    15.272] 	Module class: X.Org Server Extension
[    15.272] 	ABI class: X.Org Server Extension, version 6.0
[    15.272] (II) Loading extension DOUBLE-BUFFER
[    15.272] (II) LoadModule: "glx"
[    15.272] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
[    16.509] (II) Module glx: vendor="NVIDIA Corporation"
[    16.509] 	compiled for 4.0.2, module version = 1.0.0
[    16.509] 	Module class: X.Org Server Extension
[    16.509] (II) NVIDIA GLX Module  173.14.35  Fri Jun  8 00:57:06 PDT 2012
[    16.509] (II) Loading extension GLX
[    16.509] (II) LoadModule: "record"
[    16.509] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    16.577] (II) Module record: vendor="X.Org Foundation"
[    16.577] 	compiled for 1.12.4, module version = 1.13.0
[    16.577] 	Module class: X.Org Server Extension
[    16.577] 	ABI class: X.Org Server Extension, version 6.0
[    16.577] (II) Loading extension RECORD
[    16.577] (II) LoadModule: "dri"
[    16.581] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    16.737] (II) Module dri: vendor="X.Org Foundation"
[    16.737] 	compiled for 1.12.4, module version = 1.0.0
[    16.737] 	ABI class: X.Org Server Extension, version 6.0
[    16.737] (II) Loading extension XFree86-DRI
[    16.737] (II) LoadModule: "dri2"
[    16.737] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    16.765] (II) Module dri2: vendor="X.Org Foundation"
[    16.765] 	compiled for 1.12.4, module version = 1.2.0
[    16.765] 	ABI class: X.Org Server Extension, version 6.0
[    16.765] (II) Loading extension DRI2
[    16.765] (II) LoadModule: "ati"
[    16.837] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[    16.865] (II) Module ati: vendor="X.Org Foundation"
[    16.865] 	compiled for 1.12.4, module version = 6.14.99
[    16.865] 	Module class: X.Org Video Driver
[    16.865] 	ABI class: X.Org Video Driver, version 12.1
[    16.865] (II) LoadModule: "radeon"
[    16.865] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[    16.985] (II) Module radeon: vendor="X.Org Foundation"
[    16.985] 	compiled for 1.12.4, module version = 6.14.99
[    16.985] 	Module class: X.Org Video Driver
[    16.985] 	ABI class: X.Org Video Driver, version 12.1
[    17.009] (II) LoadModule: "sis"
[    17.009] (II) Loading /usr/lib/xorg/modules/drivers/sis_drv.so
[    17.117] (II) Module sis: vendor="X.Org Foundation"
[    17.117] 	compiled for 1.12.1, module version = 0.10.4
[    17.117] 	Module class: X.Org Video Driver
[    17.117] 	ABI class: X.Org Video Driver, version 12.0
[    17.117] (II) RADEON: Driver for ATI Radeon chipsets:
	ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
	ATI Radeon Mobility X300 (M24) 3152 (PCIE),
	ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
	ATI Radeon X600 (RV380) 3E50 (PCIE),
	ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
	ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
	ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
	ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
	ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
	ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
	ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
	ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
	ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
	ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
	ATI Radeon IGP330M/340M/350M (U2) 4337,
	ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
	ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
	ATI Radeon X800PRO (R420) JI (AGP),
	ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
	ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
	ATI Radeon Mobility 9800 (M18) JN (AGP),
	ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
	ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
	ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
	ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
	ATI Radeon Mobility M7 LW (AGP),
	ATI Mobility FireGL 7800 M7 LX (AGP),
	ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
	ATI FireGL Mobility 9000 (M9) Ld (AGP),
	ATI Radeon Mobility 9000 (M9) Lf (AGP),
	ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
	ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
	ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
	ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
	ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
	ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
	ATI Radeon Mobility 9600 (M10) NQ (AGP),
	ATI Radeon Mobility 9600 (M11) NR (AGP),
	ATI Radeon Mobility 9600 (M10) NS (AGP),
	ATI FireGL Mobility T2 (M10) NT (AGP),
	ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
	ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
	ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
	ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
	ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
	ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
	ATI Radeon Mobility X300 (M22) 5460 (PCIE),
	ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
	ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
	ATI Radeon X800PRO (R423) UI (PCIE),
	ATI Radeon X800LE (R423) UJ (PCIE),
	ATI Radeon X800SE (R423) UK (PCIE),
	ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
	ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
	ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
	ATI FireGL unknown (R423) UR (PCIE),
	ATI FireGL unknown (R423) UT (PCIE),
	ATI Mobility FireGL V5000 (M26) (PCIE),
	ATI Mobility FireGL V5000 (M26) (PCIE),
	ATI Mobility Radeon X700 XL (M26) (PCIE),
	ATI Mobility Radeon X700 (M26) (PCIE),
	ATI Mobility Radeon X700 (M26) (PCIE),
	ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
	ATI Radeon Mobility 9100 IGP (U3) 5835,
	ATI Radeon XPRESS 200 5954 (PCIE),
	ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
	ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
	ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
	ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
	ATI Radeon XPRESS 200M 5975 (PCIE),
	ATI Radeon XPRESS 200 5A41 (PCIE),
	ATI Radeon XPRESS 200M 5A42 (PCIE),
	ATI Radeon XPRESS 200 5A61 (PCIE),
	ATI Radeon XPRESS 200M 5A62 (PCIE),
	ATI Radeon X300 (RV370) 5B60 (PCIE),
	ATI Radeon X600 (RV370) 5B62 (PCIE),
	ATI Radeon X550 (RV370) 5B63 (PCIE),
	ATI FireGL V3100 (RV370) 5B64 (PCIE),
	ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
	ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
	ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
	ATI Mobility Radeon X800 XT (M28) (PCIE),
	ATI Mobility FireGL V5100 (M28) (PCIE),
	ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
	ATI Radeon X850 XT PE (R480) (PCIE),
	ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
	ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
	ATI Radeon X850 XT (R480) (PCIE),
	ATI Radeon X800XT (R423) 5D57 (PCIE),
	ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
	ATI Radeon X700 PRO (RV410) (PCIE),
	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
	ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
	ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
	ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
	ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
	ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
	ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
	ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
	ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
	ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
	ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
	ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
	ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
	ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
	ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
	ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
	ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
	ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
	ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
	ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
	ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
	ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
	ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
	ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
	ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
	ATI Mobility Radeon X1700, ATI Radeon X2300HD,
	ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
	ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
	ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
	ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
	ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
	ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
	ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
	ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
	ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
	ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
	ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
	ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
	ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
	ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
	ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
	ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
	AMD FireStream 9250, ATI FirePro V8700 (FireGL),
	ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
	ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
	ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
	ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
	ATI Mobility Radeon HD 4670, ATI FirePro M5750,
	ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
	ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
	ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
	ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
	ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
	ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
	ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
	ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
	ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
	ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
	ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
	ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
	ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
	ATI Mobility Radeon HD 3850 X2, ATI RV670,
	ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
	ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
	ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
	ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
	ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
	ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
	ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
	ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
	ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
	ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
	ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
	ATI FireGL V3600, ATI Radeon HD 2600 LE,
	ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
	ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
	ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
	ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
	ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
	ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
	ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
	ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
	ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
	ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
	SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
	ATI Radeon 4100, ATI Mobility Radeon HD 4200,
	ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
	AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
	AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
	AMD Radeon HD 6300 Series Graphics,
	AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
	AMD Firestream 9350, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
	ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
	ATI Mobility Radeon HD 5800 Series,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Mobility Radeon HD 5000 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
	ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
	ATI Mobility Radeon HD 5000 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
	ATI Mobility Radeon Graphics, CEDAR,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
	ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
	CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
	AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
	CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
	BARTS, BARTS, Mobility Radeon HD 6000 Series,
	Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
	AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
	AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
	CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
	ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
	ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
	ARUBA, ARUBA
[    17.121] (II) SIS: driver for SiS chipsets: SIS5597/5598, SIS530/620,
	SIS6326/AGP/DVD, SIS300/305, SIS630/730, SIS540, SIS315, SIS315H,
	SIS315PRO/E, SIS550, SIS650/M650/651/740, SIS330(Xabre),
	SIS660/[M]661[F|M]X/[M]670/[M]741[GX]/[M]760[GX]/[M]761[GX]/[M]770[GX],
	SIS340
[    17.121] (II) SIS: driver for XGI chipsets: Volari Z7 (XG20),
	Volari V3XT/V5/V8/Duo (XG40)
[    17.121] (++) using VT number 7

[    17.141] (II) [KMS] Kernel modesetting enabled.
[    17.141] (WW) Falling back to old probe method for sis
[    17.141] (--) Chipset SIS315PRO/E found
[    17.141] (**) RADEON(0): Depth 24, (--) framebuffer bpp 32
[    17.141] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    17.141] (==) RADEON(0): Default visual is TrueColor
[    17.141] (==) RADEON(0): RGB weight 888
[    17.141] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[    17.141] (--) RADEON(0): Chipset: "ATI Radeon 9250 5960 (AGP)" (ChipID = 0x5960)
[    17.141] (II) RADEON(0): PCI card detected
[    17.141] drmOpenDevice: node name is /dev/dri/card0
[    17.141] drmOpenDevice: open result is 9, (OK)
[    17.141] drmOpenByBusid: Searching for BusID pci:0000:03:01.0
[    17.141] drmOpenDevice: node name is /dev/dri/card0
[    17.141] drmOpenDevice: open result is 9, (OK)
[    17.141] drmOpenByBusid: drmOpenMinor returns 9
[    17.141] drmOpenByBusid: drmGetBusid reports pci:0000:03:01.0
[    17.141] (II) Loading sub module "exa"
[    17.141] (II) LoadModule: "exa"
[    17.141] (II) Loading /usr/lib/xorg/modules/libexa.so
[    17.253] (II) Module exa: vendor="X.Org Foundation"
[    17.253] 	compiled for 1.12.4, module version = 2.5.0
[    17.253] 	ABI class: X.Org Video Driver, version 12.1
[    17.253] (II) RADEON(0): KMS Color Tiling: disabled
[    17.269] (II) RADEON(0): KMS Pageflipping: enabled
[    17.269] (II) RADEON(0): SwapBuffers wait for vsync: enabled
[    17.273] (II) RADEON(0): Output VGA-0 using monitor section monitor1
[    17.285] (II) RADEON(0): Output DVI-0 has no monitor section
[    17.285] (II) RADEON(0): Output S-video has no monitor section
[    17.289] (II) RADEON(0): EDID for output VGA-0
[    17.289] (II) RADEON(0): Printing probed modes for output VGA-0
[    17.289] (II) RADEON(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz UeP)
[    17.289] (II) RADEON(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    17.289] (II) RADEON(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    17.289] (II) RADEON(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[    17.289] (II) RADEON(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 489 492 525 -hsync -vsync (31.5 kHz e)
[    17.301] (II) RADEON(0): EDID for output DVI-0
[    17.301] (II) RADEON(0): Printing probed modes for output DVI-0
[    17.301] (II) RADEON(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz UeP)
[    17.301] (II) RADEON(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    17.301] (II) RADEON(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    17.301] (II) RADEON(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[    17.301] (II) RADEON(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 489 492 525 -hsync -vsync (31.5 kHz e)
[    17.301] (II) RADEON(0): EDID for output S-video
[    17.301] (II) RADEON(0): Output VGA-0 connected
[    17.301] (II) RADEON(0): Output DVI-0 connected
[    17.301] (II) RADEON(0): Output S-video disconnected
[    17.301] (II) RADEON(0): Using user preference for initial modes
[    17.301] (II) RADEON(0): Output VGA-0 using initial mode 1024x768
[    17.301] (II) RADEON(0): Output DVI-0 using initial mode 1024x768
[    17.301] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    17.301] (II) RADEON(0): mem size init: gart size :1fdff000 vram size: s:8000000 visible:7cc0000
[    17.301] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
[    17.301] (==) RADEON(0): DPI set to (96, 96)
[    17.301] (II) Loading sub module "fb"
[    17.301] (II) LoadModule: "fb"
[    17.301] (II) Loading /usr/lib/xorg/modules/libfb.so
[    17.329] (II) Module fb: vendor="X.Org Foundation"
[    17.329] 	compiled for 1.12.4, module version = 1.0.0
[    17.329] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    17.329] (II) Loading sub module "ramdac"
[    17.329] (II) LoadModule: "ramdac"
[    17.329] (II) Module "ramdac" already built-in
[    17.329] (II) SIS(1): SiS driver (2005/09/20-1, compiled for X.org 1.12.1.0)
[    17.329] (II) SIS(1): Copyright (C) 2001-2005 Thomas Winischhofer <thomas@winischhofer.net> and others
[    17.329] (II) SIS(1): *** See http://www.winischhofer.eu/linuxsisvga.shtml
[    17.329] (II) SIS(1): *** for documentation and updates.
[    17.329] (--) SIS(1): X.org assumes this adapter to be secondary
[    17.329] (--) SIS(1): sisfb not found
[    17.329] (II) SIS(1): Initializing adapter through int10
[    17.329] (II) Loading sub module "int10"
[    17.329] (II) LoadModule: "int10"
[    17.329] (II) Loading /usr/lib/xorg/modules/libint10.so
[    17.341] (II) Module int10: vendor="X.Org Foundation"
[    17.341] 	compiled for 1.12.4, module version = 1.0.0
[    17.341] 	ABI class: X.Org Video Driver, version 12.1
[    17.341] (EE) SIS(1): Cannot read V_BIOS (3) Input/output error
[    17.341] (--) SIS(1): Relocated I/O registers at 0x4000
[    17.341] (WW) SIS(1): Failed to unlock SR registers at relocated i/o ports
[    17.341] (EE) SIS(1): **************************************************
[    17.341] (EE) SIS(1):                       ERROR:
[    17.341] (EE) SIS(1): Failed to unlock SR registers (0x7f242b182660, 4000, 0xff; 1)
[    17.341] (EE) SIS(1):                   END OF MESSAGE
[    17.341] (EE) SIS(1): **************************************************
[    17.341] (--) SIS(1): Standard VGA (0xA0000) memory address decoding is disabled
[    17.341] (WW) SIS(1): Failed to map VGA memory (0xe0000000), can't save/restore console fonts
[    17.341] (II) Loading sub module "ramdac"
[    17.341] (II) LoadModule: "ramdac"
[    17.341] (II) Module "ramdac" already built-in
[    17.341] (**) SIS(1): Depth 24, (--) framebuffer bpp 32
[    17.341] (==) SIS(1): RGB weight 888
[    17.341] (==) SIS(1): Default visual is TrueColor
[    17.341] (WW) SIS(1): Could not find/read video BIOS
[    17.341] (**) SIS(1): Option "AGPSize" "32"
[    17.341] (**) SIS(1): Option "MaxXFBMem" "12288"
[    17.341] (**) SIS(1): MaxXFBMem: Framebuffer memory shall be limited to 12288 KB
[    17.341] (==) SIS(1): Using XAA acceleration architecture
[    17.341] (==) SIS(1): Using HW cursor
[    17.341] (==) SIS(1): Color HW cursor is enabled
[    17.341] (II) SIS(1): Using VRAM command queue, size 512k
[    17.341] (==) SIS(1): Hotkey display switching is enabled
[    17.341] (==) SIS(1): SiSCtrl utility interface is disabled
[    17.341] (II) SIS(1): For information on SiSCtrl, see
		http://www.winischhofer.eu/linuxsispart1.shtml#sisctrl
[    17.341] (==) SIS(1): DRI disabled
[    17.341] (II) SIS(1): Checking OS for SSE support is not supported in this version of X.org
[    17.341] (II) SIS(1): If your OS supports SSE, set the option "UseSSE" to "on".
[    17.341] (--) SIS(1): DRAM type: Dual channel DDR SGRAM
[    17.341] (--) SIS(1): Memory clock: 28.636 MHz
[    17.341] (--) SIS(1): DRAM bus width: 32 bit
[    17.341] (--) SIS(1): Linear framebuffer at 0xE0000000
[    17.341] (--) SIS(1): MMIO registers at 0xC8100000 (size 64K)
[    17.341] (--) SIS(1): VideoRAM: 67108864 KB
[    17.341] (WW) SIS(1): Invalid MaxXFBMem setting.
[    17.341] (II) SIS(1): Using 4193728K of framebuffer memory at offset 0K
[    17.341] (--) SIS(1): Hardware supports one video overlay
[    17.341] (EE) SIS(1): Detected unknown bridge type (7)
[    17.341] (==) SIS(1): Using gamma correction (1.0, 1.0, 1.0)
[    17.341] (II) SIS(1): Gamma correction is enabled
[    17.341] (II) SIS(1): Separate Xv gamma correction is disabled
[    17.341] (--) SIS(1): Using Xv overlay by default on CRT1
[    17.341] (--) SIS(1): Memory bandwidth at 32 bpp is 28.636 MHz
[    17.341] (II) Loading sub module "ddc"
[    17.341] (II) LoadModule: "ddc"
[    17.341] (II) Module "ddc" already built-in
[    17.505] (--) SIS(1): CRT1 DDC probing failed
[    17.505] (II) Loading sub module "ddc"
[    17.505] (II) LoadModule: "ddc"
[    17.505] (II) Module "ddc" already built-in
[    17.505] (II) Loading sub module "vbe"
[    17.505] (II) LoadModule: "vbe"
[    17.505] (II) Loading /usr/lib/xorg/modules/libvbe.so
[    17.525] (II) Module vbe: vendor="X.Org Foundation"
[    17.525] 	compiled for 1.12.4, module version = 1.1.0
[    17.525] 	ABI class: X.Org Video Driver, version 12.1
[    17.525] (II) Loading sub module "int10"
[    17.525] (II) LoadModule: "int10"
[    17.525] (II) Loading /usr/lib/xorg/modules/libint10.so
[    17.525] (II) Module int10: vendor="X.Org Foundation"
[    17.525] 	compiled for 1.12.4, module version = 1.0.0
[    17.525] 	ABI class: X.Org Video Driver, version 12.1
[    17.525] (II) SIS(1): initializing int10
[    17.525] (EE) SIS(1): Cannot read V_BIOS (3) Input/output error
[    17.525] (WW) SIS(1): Failed to load/initialize vbe module
[    17.525] (II) SIS(1): Failed to read DDC data
[    17.525] (==) SIS(1): Min pixel clock is 10 MHz
[    17.525] (--) SIS(1): Max pixel clock is 23 MHz
[    17.525] (II) SIS(1): Replaced default mode list with built-in modes
[    17.525] (II) SIS(1): Using real widescreen modes for CRT1 VGA devices
[    17.525] (II) SIS(1): 	Use option "ForceCRT1VGAAspect" to overrule
[    17.525] (II) SIS(1): "Unknown reason" in the following list means that the mode
[    17.525] (II) SIS(1): is not supported on the chipset/bridge/current output device.
[    17.525] (II) SIS(1): monitor2: Using hsync range of 24.00-83.00 kHz
[    17.525] (II) SIS(1): monitor2: Using vrefresh range of 50.00-77.00 Hz
[    17.525] (II) SIS(1): Clock range:  10.00 to  23.86 MHz
[    17.525] (II) SIS(1): Not using mode "768x576" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "800x600" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "800x600" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "800x600" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "800x600" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "800x600" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "800x600" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "800x600" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "800x600" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "640x480" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "640x480" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "640x480" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "640x480" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "640x480" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "640x480" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "640x480" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "640x480" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "640x400" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "720x480" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "720x576" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1024x768" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1024x768" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1024x768" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1024x768" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1024x768" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1024x768" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1024x768" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1280x1024" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1280x1024" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1280x1024" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1280x1024" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1600x1200" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1600x1200" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1600x1200" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1600x1200" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1600x1200" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1600x1200" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1600x1200" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "320x200" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "320x240" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "400x300" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "512x384" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1920x1440" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1920x1440" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1920x1440" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1920x1440" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1920x1440" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1920x1440" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "2048x1536" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "2048x1536" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "2048x1536" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "2048x1536" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "2048x1536" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "800x480" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "800x480" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "800x480" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1024x576" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1024x576" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1024x576" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1280x720" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1280x720" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1280x720" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1280x960" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1280x960" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1280x768" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1280x768" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1280x768" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1400x1050" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1400x1050" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1152x864" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1152x864" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1152x864" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "848x480" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "848x480" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "856x480" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "856x480" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1360x768" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "768x576" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1280x800" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1280x800" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1280x800" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1680x1050" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1920x1080" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "960x540" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "960x600" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1280x854" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1280x854" (insufficient memory for mode)
[    17.525] (II) SIS(1): Not using default mode "1280x854" (insufficient memory for mode)
[    17.525] (WW) SIS(1): Mode pool is empty
[    17.525] (EE) SIS(1): **************************************************
[    17.525] (EE) SIS(1):                       ERROR:
[    17.525] (EE) SIS(1): No valid modes found - check VertRefresh/HorizSync
[    17.525] (EE) SIS(1):                   END OF MESSAGE
[    17.525] (EE) SIS(1): **************************************************
[    17.525] (II) UnloadModule: "sis"
[    17.525] (II) UnloadSubModule: "int10"
[    17.525] (II) Unloading int10
[    17.525] (II) UnloadSubModule: "vbe"
[    17.525] (II) Unloading vbe
[    17.525] (II) UnloadSubModule: "int10"
[    17.525] (II) Unloading int10
[    17.525] (--) Depth 24 pixmap format is 32 bpp
[    17.537] (II) RADEON(0): [DRI2] Setup complete
[    17.537] (II) RADEON(0): [DRI2]   DRI driver: r200
[    17.537] (II) RADEON(0): [DRI2]   VDPAU driver: r200
[    17.537] (II) RADEON(0): Front buffer size: 3072K
[    17.537] (II) RADEON(0): VRAM usage limit set to 112204K
[    17.545] (==) RADEON(0): Backing store disabled
[    17.545] (II) RADEON(0): Direct rendering enabled
[    17.557] (II) RADEON(0): Render acceleration enabled for R200 type cards.
[    17.557] (II) RADEON(0): Setting EXA maxPitchBytes
[    17.557] (II) EXA(0): Driver allocated offscreen pixmaps
[    17.557] (II) EXA(0): Driver registered support for the following operations:
[    17.557] (II)         Solid
[    17.557] (II)         Copy
[    17.557] (II)         Composite (RENDER acceleration)
[    17.557] (II)         UploadToScreen
[    17.557] (II)         DownloadFromScreen
[    17.565] (II) RADEON(0): Acceleration enabled
[    17.565] (**) RADEON(0): DPMS enabled
[    17.565] (==) RADEON(0): Silken mouse enabled
[    17.569] (II) RADEON(0): Set up textured video
[    17.569] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
[    17.569] (II) RADEON(0): [XvMC] Extension initialized.
[    17.569] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    17.621] (--) RandR disabled
[    17.621] (II) Initializing built-in extension Generic Event Extension
[    17.621] (II) Initializing built-in extension SHAPE
[    17.621] (II) Initializing built-in extension MIT-SHM
[    17.621] (II) Initializing built-in extension XInputExtension
[    17.621] (II) Initializing built-in extension XTEST
[    17.621] (II) Initializing built-in extension BIG-REQUESTS
[    17.621] (II) Initializing built-in extension SYNC
[    17.621] (II) Initializing built-in extension XKEYBOARD
[    17.621] (II) Initializing built-in extension XC-MISC
[    17.621] (II) Initializing built-in extension SECURITY
[    17.621] (II) Initializing built-in extension XINERAMA
[    17.621] (II) Initializing built-in extension XFIXES
[    17.621] (II) Initializing built-in extension RENDER
[    17.621] (II) Initializing built-in extension RANDR
[    17.621] (II) Initializing built-in extension COMPOSITE
[    17.621] (II) Initializing built-in extension DAMAGE
[    17.621] (II) SELinux: Disabled on system
[    17.637] (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
[    17.713] (II) RADEON(0): Setting screen physical size to 270 x 203
[    18.005] (II) config/udev: Adding input device DELL DELL USB Keyboard (/dev/input/event0)
[    18.005] (**) DELL DELL USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    18.005] (II) LoadModule: "evdev"
[    18.005] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    18.021] (II) Module evdev: vendor="X.Org Foundation"
[    18.021] 	compiled for 1.12.1, module version = 2.7.0
[    18.021] 	Module class: X.Org XInput Driver
[    18.021] 	ABI class: X.Org XInput driver, version 16.0
[    18.021] (II) Using input driver 'evdev' for 'DELL DELL USB Keyboard'
[    18.021] (**) DELL DELL USB Keyboard: always reports core events
[    18.021] (**) evdev: DELL DELL USB Keyboard: Device: "/dev/input/event0"
[    18.021] (--) evdev: DELL DELL USB Keyboard: Vendor 0x413c Product 0x2005
[    18.021] (--) evdev: DELL DELL USB Keyboard: Found keys
[    18.021] (II) evdev: DELL DELL USB Keyboard: Configuring as keyboard
[    18.021] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:06.0/0000:01:03.0/usb4/4-1/4-1:1.0/input/input0/event0"
[    18.021] (II) XINPUT: Adding extended input device "DELL DELL USB Keyboard" (type: KEYBOARD, id 6)
[    18.021] (**) Option "xkb_rules" "evdev"
[    18.021] (**) Option "xkb_model" "pc105"
[    18.021] (**) Option "xkb_layout" "us"
[    18.021] (II) config/udev: Adding input device PS/2+USB Mouse (/dev/input/event1)
[    18.021] (**) PS/2+USB Mouse: Applying InputClass "evdev pointer catchall"
[    18.021] (II) Using input driver 'evdev' for 'PS/2+USB Mouse'
[    18.021] (**) PS/2+USB Mouse: always reports core events
[    18.021] (**) evdev: PS/2+USB Mouse: Device: "/dev/input/event1"
[    18.021] (--) evdev: PS/2+USB Mouse: Vendor 0x1267 Product 0x210
[    18.021] (--) evdev: PS/2+USB Mouse: Found 3 mouse buttons
[    18.021] (--) evdev: PS/2+USB Mouse: Found scroll wheel(s)
[    18.021] (--) evdev: PS/2+USB Mouse: Found relative axes
[    18.021] (--) evdev: PS/2+USB Mouse: Found x and y relative axes
[    18.021] (II) evdev: PS/2+USB Mouse: Configuring as mouse
[    18.021] (II) evdev: PS/2+USB Mouse: Adding scrollwheel support
[    18.021] (**) evdev: PS/2+USB Mouse: YAxisMapping: buttons 4 and 5
[    18.021] (**) evdev: PS/2+USB Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    18.021] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:06.0/0000:01:03.1/usb5/5-1/5-1:1.0/input/input1/event1"
[    18.021] (II) XINPUT: Adding extended input device "PS/2+USB Mouse" (type: MOUSE, id 7)
[    18.021] (II) evdev: PS/2+USB Mouse: initialized for relative axes.
[    18.025] (**) PS/2+USB Mouse: (accel) keeping acceleration scheme 1
[    18.025] (**) PS/2+USB Mouse: (accel) acceleration profile 0
[    18.025] (**) PS/2+USB Mouse: (accel) acceleration factor: 2.000
[    18.025] (**) PS/2+USB Mouse: (accel) acceleration threshold: 4
[    18.025] (II) config/udev: Adding input device PS/2+USB Mouse (/dev/input/mouse0)
[    18.025] (II) No input driver specified, ignoring this device.
[    18.025] (II) This device may have been added with another device file.
[    18.025] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[    18.025] (II) No input driver specified, ignoring this device.
[    18.025] (II) This device may have been added with another device file.

chrisboley
Posts: 8
Joined: 2014-07-29 00:16

Re: Noob trying to config 3 monitor setup

#10 Post by chrisboley »

Ok I finally got a 3 monitor config working. A radeon 9250 Dual Head and and an NVIDIA Quadro4 700 XGL dual head with only 1 head in use. First I installed the NVIDIA driver for the Quadro4. I had to do some config hacking on it just so it would display 1024x768 res. My monitor horz and vert refreshes are customized because they never seemed to be detected correctly. Finally I set up the rest of the xorg file. Here's my example. I sure hope I'm helping somebody out there with this. See my code for xorg.conf below.

Code: Select all

Section "ServerLayout"
        Identifier     "Xinerama Screen"
        Screen         0  "Screen0" 0 0
        Screen         1  "Screen1" LeftOf "Screen0"
        Screen         2  "Screen2" LeftOf "Screen1"
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "1"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "CRT-0"
    HorizSync       24.0 - 83.0
    VertRefresh     50.0 - 77.0
    Option         "DPMS"
EndSection

Section "Monitor"
        Identifier   "Monitor1"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        HorizSync       24.0 - 83.0
        VertRefresh     50.0 - 77.0
        Option         "DPMS"
EndSection

Section "Monitor"
        Identifier   "Monitor2"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        HorizSync       24.0 - 83.0
        VertRefresh     50.0 - 77.0
        Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "Quadro4 700 XGL"
    Screen  0
EndSection

Section "Device"
    Identifier "Card1"
    Driver "ati"
    VendorName "Advanced Micro Devices, Inc. [AMD/ATI]"
    BoardName "ATI Radeon HD 4870 and earlier"
    BusID "PCI:3:1:0"
    Option      "Monitor-VGA-0" "Monitor1"
    Screen 0
EndSection

Section "Device"
    Identifier "Card2"
    Driver "ati"
    VendorName "Advanced Micro Devices, Inc. [AMD/ATI]"
    BoardName "ATI Radeon HD 4870 and earlier"
    BusID "PCI:3:1:0"
    Option      "Monitor-DVI-0" "Monitor2"
    Screen 1
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "1024x768_60 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Card1"
    Monitor        "Monitor1"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen2"
    Device         "Card2"
    Monitor        "Monitor2"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

User avatar
llivv
Posts: 5340
Joined: 2007-02-14 18:10
Location: cold storage

Re: Noob trying to config 3 monitor setup

#11 Post by llivv »

chrisboley wrote:Maybe I'm misunderstanding, but it's 64Bit opteron based. It works just the same as a general PC. Basically it's a "old" high end workstation.
you had the right idea when you mentioned above the Sun bios.
as far as it working the same as a IBM pc clone, that is debatable.
Sun obviously ported solaris to it, only someone that has a sun opteron will know for sure what is going on with it. especially if Sun customized it's bios.
If you can post the manufacturer and model of the mobo, someone could lookup the specs and have a better chance of identifying issue.
In memory of Ian Ashley Murdock (1973 - 2015) founder of the Debian project.

chrisboley
Posts: 8
Joined: 2014-07-29 00:16

Re: Noob trying to config 3 monitor setup

#12 Post by chrisboley »

It's ok. Problem solved. I posted my working xorg.conf so that someone who had similar types of cards / heads /connectors could use it as an example if they happened to be in a similar situation. Not necessarily with the hardware platform but the cards themselves. Yes the bios was tricky. (literally about 4 weeks of trial and error troubleshooting and I almost gave up). It was even more complicated because I couldn't use nouveau drivers at all. It would have made things easier. I had it working that way awhile ago but it wouldn't work right once I disabled ACPI in the Kernel. Kworker was eating up my CPU time and I was forced to shut it off. So that made things harder too. It was a bear. I got it running is the main thing.

Post Reply