You are not logged in.

#1 2011-12-21 18:43:07

Mr.Ritz
Member
Registered: 2011-12-21
Posts: 13

Flash acts odd with dual screens.

Using catalyst closed source drivers with dual screens. If I view full screen on DVI 0 it is slow and consumes about 35% CPU but if I watch flash full screen on the other screen it is fine besides the fact if I click anywhere on screen 1 where I am not watching the video the video leaves full screen. Dual screens besides this seem to work fine for the most part in openbox and kde.


xorg.conf

Section "ServerLayout"
	Identifier     "aticonfig Layout"
	Screen      0  "aticonfig-Screen[0]-0" 0 0
	Screen         "aticonfig-Screen[0]-1" RightOf "aticonfig-Screen[0]-0"
EndSection

Section "Module"
Load "dbe"
EndSection

Section "ServerFlags"
	Option	    "Xinerama" "on"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]-0"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]-1"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]-0"
	Driver      "fglrx"
	BusID       "PCI:1:0:0"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]-1"
	Driver      "fglrx"
	BusID       "PCI:1:0:0"
	Screen      1
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[0]-0"
	Device     "aticonfig-Device[0]-0"
	Monitor    "aticonfig-Monitor[0]-0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[0]-1"
	Device     "aticonfig-Device[0]-1"
	Monitor    "aticonfig-Monitor[0]-1"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "Extensions"
	Option	    "Composite" "Enable"
EndSection

Log

[  7819.813] 
X.Org X Server 1.11.3
Release Date: 2011-12-16
[  7819.813] X Protocol Version 11, Revision 0
[  7819.813] Build Operating System: Linux 3.1.5-1-ARCH x86_64 
[  7819.813] Current Operating System: Linux myhost 3.1.5-1-ARCH #1 SMP PREEMPT Sat Dec 10 14:43:09 CET 2011 x86_64
[  7819.813] Kernel command line: root=/dev/disk/by-uuid/3dcd7807-e36f-4686-97b9-1a3d10a397a7 ro initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux 
[  7819.813] Build Date: 17 December 2011  09:17:41AM
[  7819.813]  
[  7819.813] Current version of pixman: 0.24.0
[  7819.813] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  7819.814] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  7819.814] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Dec 21 02:16:51 2011
[  7819.814] (==) Using config file: "/etc/X11/xorg.conf"
[  7819.814] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  7819.815] (==) ServerLayout "aticonfig Layout"
[  7819.815] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
[  7819.815] (**) |   |-->Monitor "aticonfig-Monitor[0]-0"
[  7819.815] (**) |   |-->Device "aticonfig-Device[0]-0"
[  7819.815] (**) |-->Screen "aticonfig-Screen[0]-1" (1)
[  7819.815] (**) |   |-->Monitor "aticonfig-Monitor[0]-1"
[  7819.815] (**) |   |-->Device "aticonfig-Device[0]-1"
[  7819.815] (**) Option "Xinerama" "on"
[  7819.815] (==) Automatically adding devices
[  7819.815] (==) Automatically enabling devices
[  7819.815] (**) Xinerama: enabled
[  7819.815] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[  7819.815] 	Entry deleted from font path.
[  7819.815] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[  7819.815] (==) ModulePath set to "/usr/lib/xorg/modules"
[  7819.815] (**) Extension "Composite" is enabled
[  7819.815] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  7819.815] (II) Loader magic: 0x7ccae0
[  7819.815] (II) Module ABI versions:
[  7819.815] 	X.Org ANSI C Emulation: 0.4
[  7819.815] 	X.Org Video Driver: 11.0
[  7819.815] 	X.Org XInput driver : 13.0
[  7819.815] 	X.Org Server Extension : 6.0
[  7819.816] (--) PCI:*(0:1:0:0) 1002:6719:1682:3122 rev 0, Mem @ 0xd0000000/268435456, 0xe5000000/131072, I/O @ 0x00009000/256, BIOS @ 0x????????/131072
[  7819.816] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  7819.816] (II) "extmod" will be loaded by default.
[  7819.816] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[  7819.816] (II) "glx" will be loaded by default.
[  7819.816] (II) "record" will be loaded by default.
[  7819.816] (II) "dri" will be loaded by default.
[  7819.816] (II) "dri2" will be loaded by default.
[  7819.816] (II) LoadModule: "dbe"
[  7819.816] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[  7819.816] (II) Module dbe: vendor="X.Org Foundation"
[  7819.816] 	compiled for 1.11.3, module version = 1.0.0
[  7819.816] 	Module class: X.Org Server Extension
[  7819.816] 	ABI class: X.Org Server Extension, version 6.0
[  7819.816] (II) Loading extension DOUBLE-BUFFER
[  7819.816] (II) LoadModule: "extmod"
[  7819.816] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[  7819.816] (II) Module extmod: vendor="X.Org Foundation"
[  7819.816] 	compiled for 1.11.3, module version = 1.0.0
[  7819.816] 	Module class: X.Org Server Extension
[  7819.816] 	ABI class: X.Org Server Extension, version 6.0
[  7819.816] (II) Loading extension MIT-SCREEN-SAVER
[  7819.817] (II) Loading extension XFree86-VidModeExtension
[  7819.817] (II) Loading extension XFree86-DGA
[  7819.817] (II) Loading extension DPMS
[  7819.817] (II) Loading extension XVideo
[  7819.817] (II) Loading extension XVideo-MotionCompensation
[  7819.817] (II) Loading extension X-Resource
[  7819.817] (II) LoadModule: "glx"
[  7819.817] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  7819.817] (II) Module glx: vendor="Advanced Micro Devices, Inc."
[  7819.817] 	compiled for 6.9.0, module version = 1.0.0
[  7819.817] (II) Loading extension GLX
[  7819.817] (II) LoadModule: "record"
[  7819.817] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[  7819.817] (II) Module record: vendor="X.Org Foundation"
[  7819.817] 	compiled for 1.11.3, module version = 1.13.0
[  7819.817] 	Module class: X.Org Server Extension
[  7819.817] 	ABI class: X.Org Server Extension, version 6.0
[  7819.817] (II) Loading extension RECORD
[  7819.817] (II) LoadModule: "dri"
[  7819.817] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[  7819.818] (II) Module dri: vendor="X.Org Foundation"
[  7819.818] 	compiled for 1.11.3, module version = 1.0.0
[  7819.818] 	ABI class: X.Org Server Extension, version 6.0
[  7819.818] (II) Loading extension XFree86-DRI
[  7819.818] (II) LoadModule: "dri2"
[  7819.818] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[  7819.818] (II) Module dri2: vendor="X.Org Foundation"
[  7819.818] 	compiled for 1.11.3, module version = 1.2.0
[  7819.818] 	ABI class: X.Org Server Extension, version 6.0
[  7819.818] (II) Loading extension DRI2
[  7819.818] (II) LoadModule: "fglrx"
[  7819.818] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[  7819.831] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
[  7819.831] 	compiled for 1.4.99.906, module version = 8.92.6
[  7819.831] 	Module class: X.Org Video Driver
[  7819.831] (II) Loading sub module "fglrxdrm"
[  7819.831] (II) LoadModule: "fglrxdrm"
[  7819.831] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[  7819.831] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
[  7819.831] 	compiled for 1.4.99.906, module version = 8.92.6
[  7819.831] (II) ATI Proprietary Linux Driver Version Identifier:8.92.6
[  7819.831] (II) ATI Proprietary Linux Driver Release Identifier: 8.92                                 
[  7819.831] (II) ATI Proprietary Linux Driver Build Date: Nov  9 2011 21:11:31
[  7819.831] (--) using VT number 7

[  7819.834] (WW) Falling back to old probe method for fglrx
[  7819.840] (II) Loading PCS database from /etc/ati/amdpcsdb
[  7819.840] (--) Chipset Supported AMD Graphics Processor (0x6719) found
[  7819.840] (--) Chipset Supported AMD Graphics Processor (0x6719) found
[  7819.841] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
[  7819.841] (II) AMD Video driver is running on a device belonging to a group targeted for this release
[  7819.841] (II) AMD Video driver is signed
[  7819.841] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[  7819.841] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[  7819.841] (II) fglrx(0): pEnt->device->identifier=0x152f6f0
[  7819.841] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[  7819.841] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[  7819.841] (II) fglrx(1): pEnt->device->identifier=0x152f6f0
[  7819.841] (II) fglrx(0): === [xdl_xs111_atiddxPreInit] === begin
[  7819.841] (II) Loading sub module "vgahw"
[  7819.841] (II) LoadModule: "vgahw"
[  7819.841] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[  7819.841] (II) Module vgahw: vendor="X.Org Foundation"
[  7819.841] 	compiled for 1.11.3, module version = 0.1.0
[  7819.841] 	ABI class: X.Org Video Driver, version 11.0
[  7819.841] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
[  7819.841] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[  7819.841] (==) fglrx(0): Default visual is TrueColor
[  7819.842] (**) fglrx(0): Option "DPMS" "true"
[  7819.842] (==) fglrx(0): RGB weight 888
[  7819.842] (II) fglrx(0): Using 8 bits per RGB 
[  7819.842] (==) fglrx(0): Buffer Tiling is ON
[  7819.842] (II) Loading sub module "fglrxdrm"
[  7819.842] (II) LoadModule: "fglrxdrm"
[  7819.842] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[  7819.842] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
[  7819.842] 	compiled for 1.4.99.906, module version = 8.92.6
[  7819.843] ukiDynamicMajor: found major device number 250
[  7819.843] ukiDynamicMajor: found major device number 250
[  7819.843] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[  7819.843] ukiOpenDevice: node name is /dev/ati/card0
[  7819.843] ukiOpenDevice: open result is 14, (OK)
[  7819.843] ukiOpenByBusid: ukiOpenMinor returns 14
[  7819.843] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[  7819.843] (==) fglrx(0): NoAccel = NO
[  7819.843] (==) fglrx(0): ATI 2D Acceleration Architecture enabled
[  7819.843] (--) fglrx(0): Chipset: "AMD Radeon HD 6900 Series " (Chipset = 0x6719)
[  7819.843] (--) fglrx(0): (PciSubVendor = 0x1682, PciSubDevice = 0x3122)
[  7819.843] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
[  7819.843] (--) fglrx(0): Linear framebuffer (phys) at 0xd0000000
[  7819.843] (--) fglrx(0): MMIO registers at 0xe5000000
[  7819.843] (--) fglrx(0): I/O port at 0x00009000
[  7819.843] (==) fglrx(0): ROM-BIOS at 0x000c0000
[  7819.844] (II) fglrx(0): AC Adapter is used
[  7819.847] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
[  7819.944] (II) Loading sub module "vbe"
[  7819.944] (II) LoadModule: "vbe"
[  7819.944] (II) Loading /usr/lib/xorg/modules/libvbe.so
[  7819.945] (II) Module vbe: vendor="X.Org Foundation"
[  7819.945] 	compiled for 1.11.3, module version = 1.1.0
[  7819.945] 	ABI class: X.Org Video Driver, version 11.0
[  7819.945] (II) fglrx(0): VESA BIOS detected
[  7819.945] (II) fglrx(0): VESA VBE Version 3.0
[  7819.945] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
[  7819.945] (II) fglrx(0): VESA VBE OEM: AMD ATOMBIOS
[  7819.945] (II) fglrx(0): VESA VBE OEM Software Rev: 13.10
[  7819.945] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2010, AMD Technologies Inc. 
[  7819.945] (II) fglrx(0): VESA VBE OEM Product: C2050200-100
[  7819.945] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
[  7819.978] (II) fglrx(0): ATI Video BIOS revision 9 or later detected
[  7819.978] (--) fglrx(0): Video RAM: 2097152 kByte, Type: GDDR5
[  7819.978] (II) fglrx(0): PCIE card detected
[  7819.978] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
[  7819.978] (WW) fglrx(0): board is an unknown third party board, chipset is supported
[  7819.981] (II) fglrx(0): Using adapter: 1:0.0.
[  7820.111] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf800000000, MCFBSize = 0x80000000)
[  7820.126] (II) fglrx(0): Interrupt handler installed at IRQ 49.
[  7820.126] (II) fglrx(0): RandR 1.2 support is enabled!
[  7820.126] (II) fglrx(0): RandR 1.2 rotation support is enabled!
[  7820.126] (==) fglrx(0): Center Mode is disabled 
[  7820.126] (II) Loading sub module "fb"
[  7820.126] (II) LoadModule: "fb"
[  7820.126] (II) Loading /usr/lib/xorg/modules/libfb.so
[  7820.126] (II) Module fb: vendor="X.Org Foundation"
[  7820.126] 	compiled for 1.11.3, module version = 1.0.0
[  7820.126] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  7820.126] (II) Loading sub module "ddc"
[  7820.126] (II) LoadModule: "ddc"
[  7820.126] (II) Module "ddc" already built-in
[  7820.321] (II) fglrx(0): Finished Initialize PPLIB!
[  7820.321] (II) fglrx(0): Output DFP1 using monitor section aticonfig-Monitor[0]-0
[  7820.321] (II) fglrx(0): Output DFP2 has no monitor section
[  7820.322] (II) fglrx(0): Output DFP3 has no monitor section
[  7820.322] (II) fglrx(0): Output DFP4 has no monitor section
[  7820.322] (II) fglrx(0): Output DFP5 has no monitor section
[  7820.322] (II) fglrx(0): Output CRT1 has no monitor section
[  7820.322] (II) Loading sub module "ddc"
[  7820.322] (II) LoadModule: "ddc"
[  7820.322] (II) Module "ddc" already built-in
[  7820.322] (II) fglrx(0): Connected Display0: DFP4
[  7820.322] (II) fglrx(0): Display0 EDID data ---------------------------
[  7820.322] (II) fglrx(0): Manufacturer: ACI  Model: 2498  Serial#: 16843009
[  7820.322] (II) fglrx(0): Year: 2011  Week: 25
[  7820.322] (II) fglrx(0): EDID Version: 1.3
[  7820.322] (II) fglrx(0): Digital Display Input
[  7820.322] (II) fglrx(0): Max Image Size [cm]: horiz.: 53  vert.: 30
[  7820.322] (II) fglrx(0): Gamma: 2.20
[  7820.322] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off
[  7820.322] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[  7820.322] (II) fglrx(0): First detailed timing is preferred mode
[  7820.322] (II) fglrx(0): redX: 0.631 redY: 0.351   greenX: 0.334 greenY: 0.621
[  7820.322] (II) fglrx(0): blueX: 0.157 blueY: 0.051   whiteX: 0.313 whiteY: 0.329
[  7820.322] (II) fglrx(0): Supported established timings:
[  7820.322] (II) fglrx(0): 720x400@70Hz
[  7820.322] (II) fglrx(0): 640x480@60Hz
[  7820.322] (II) fglrx(0): 640x480@67Hz
[  7820.322] (II) fglrx(0): 640x480@72Hz
[  7820.322] (II) fglrx(0): 640x480@75Hz
[  7820.322] (II) fglrx(0): 800x600@56Hz
[  7820.322] (II) fglrx(0): 800x600@60Hz
[  7820.322] (II) fglrx(0): 800x600@72Hz
[  7820.322] (II) fglrx(0): 800x600@75Hz
[  7820.322] (II) fglrx(0): 832x624@75Hz
[  7820.322] (II) fglrx(0): 1024x768@60Hz
[  7820.322] (II) fglrx(0): 1024x768@70Hz
[  7820.322] (II) fglrx(0): 1024x768@75Hz
[  7820.322] (II) fglrx(0): 1280x1024@75Hz
[  7820.322] (II) fglrx(0): Manufacturer's mask: 0
[  7820.322] (II) fglrx(0): Supported standard timings:
[  7820.322] (II) fglrx(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[  7820.322] (II) fglrx(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[  7820.322] (II) fglrx(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[  7820.322] (II) fglrx(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
[  7820.322] (II) fglrx(0): #4: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[  7820.322] (II) fglrx(0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[  7820.322] (II) fglrx(0): #6: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[  7820.322] (II) fglrx(0): Supported detailed timing:
[  7820.322] (II) fglrx(0): clock: 148.5 MHz   Image Size:  531 x 299 mm
[  7820.322] (II) fglrx(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[  7820.322] (II) fglrx(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[  7820.322] (II) fglrx(0): Ranges: V min: 50 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[  7820.322] (II) fglrx(0): Monitor name: VS248
[  7820.322] (II) fglrx(0): Serial No: B6LMQS018229
[  7820.322] (II) fglrx(0): EDID (in hex):
[  7820.322] (II) fglrx(0): 	00ffffffffffff000469982401010101
[  7820.322] (II) fglrx(0): 	1915010380351e78eab845a159559f28
[  7820.322] (II) fglrx(0): 	0d5054bfef00714f818081409500a940
[  7820.322] (II) fglrx(0): 	b300d1c00101023a801871382d40582c
[  7820.322] (II) fglrx(0): 	4500132b2100001e000000fd00324c1e
[  7820.322] (II) fglrx(0): 	5311000a202020202020000000fc0056
[  7820.322] (II) fglrx(0): 	533234380a20202020202020000000ff
[  7820.322] (II) fglrx(0): 	0042364c4d51533031383232390a00a2
[  7820.322] (II) fglrx(0): End of Display0 EDID data --------------------
[  7820.322] (II) fglrx(0): Connected Display1: DFP5
[  7820.322] (II) fglrx(0): Display1 EDID data ---------------------------
[  7820.322] (II) fglrx(0): Manufacturer: ACI  Model: 19ea  Serial#: 16843009
[  7820.322] (II) fglrx(0): Year: 2010  Week: 40
[  7820.322] (II) fglrx(0): EDID Version: 1.3
[  7820.322] (II) fglrx(0): Digital Display Input
[  7820.322] (II) fglrx(0): Max Image Size [cm]: horiz.: 41  vert.: 26
[  7820.322] (II) fglrx(0): Gamma: 2.20
[  7820.322] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off
[  7820.322] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[  7820.322] (II) fglrx(0): Default color space is primary color space
[  7820.322] (II) fglrx(0): First detailed timing is preferred mode
[  7820.322] (II) fglrx(0): redX: 0.640 redY: 0.340   greenX: 0.290 greenY: 0.609
[  7820.322] (II) fglrx(0): blueX: 0.140 blueY: 0.069   whiteX: 0.310 whiteY: 0.330
[  7820.322] (II) fglrx(0): Supported established timings:
[  7820.322] (II) fglrx(0): 720x400@70Hz
[  7820.322] (II) fglrx(0): 640x480@60Hz
[  7820.322] (II) fglrx(0): 640x480@67Hz
[  7820.322] (II) fglrx(0): 640x480@72Hz
[  7820.322] (II) fglrx(0): 640x480@75Hz
[  7820.322] (II) fglrx(0): 800x600@56Hz
[  7820.322] (II) fglrx(0): 800x600@60Hz
[  7820.322] (II) fglrx(0): 800x600@72Hz
[  7820.322] (II) fglrx(0): 800x600@75Hz
[  7820.322] (II) fglrx(0): 832x624@75Hz
[  7820.322] (II) fglrx(0): 1024x768@60Hz
[  7820.322] (II) fglrx(0): 1024x768@70Hz
[  7820.322] (II) fglrx(0): 1024x768@75Hz
[  7820.322] (II) fglrx(0): 1280x1024@75Hz
[  7820.322] (II) fglrx(0): Manufacturer's mask: 0
[  7820.322] (II) fglrx(0): Supported standard timings:
[  7820.322] (II) fglrx(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[  7820.322] (II) fglrx(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[  7820.322] (II) fglrx(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[  7820.322] (II) fglrx(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
[  7820.322] (II) fglrx(0): Supported detailed timing:
[  7820.322] (II) fglrx(0): clock: 106.5 MHz   Image Size:  408 x 255 mm
[  7820.322] (II) fglrx(0): h_active: 1440  h_sync: 1520  h_sync_end 1672 h_blank_end 1904 h_border: 0
[  7820.322] (II) fglrx(0): v_active: 900  v_sync: 903  v_sync_end 909 v_blanking: 932 v_border: 0
[  7820.322] (II) fglrx(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 145 MHz
[  7820.322] (II) fglrx(0): Monitor name: VE198
[  7820.322] (II) fglrx(0): Serial No: A9LMQS047994
[  7820.322] (II) fglrx(0): EDID (in hex):
[  7820.322] (II) fglrx(0): 	00ffffffffffff000469ea1901010101
[  7820.322] (II) fglrx(0): 	2814010380291a78eec4f6a3574a9c23
[  7820.322] (II) fglrx(0): 	114f54bfef00714f8180814095000101
[  7820.322] (II) fglrx(0): 	0101010101019a29a0d0518420305098
[  7820.322] (II) fglrx(0): 	360098ff1000001c000000fd00384c1e
[  7820.322] (II) fglrx(0): 	530e000a202020202020000000fc0056
[  7820.322] (II) fglrx(0): 	453139380a20202020202020000000ff
[  7820.322] (II) fglrx(0): 	0041394c4d51533034373939340a00c4
[  7820.322] (II) fglrx(0): End of Display1 EDID data --------------------
[  7820.323] (II) fglrx(0): EDID for output DFP1
[  7820.323] (II) fglrx(0): EDID for output DFP2
[  7820.323] (II) fglrx(0): EDID for output DFP3
[  7820.323] (II) fglrx(0): EDID for output DFP4
[  7820.323] (II) fglrx(0): Manufacturer: ACI  Model: 2498  Serial#: 16843009
[  7820.323] (II) fglrx(0): Year: 2011  Week: 25
[  7820.323] (II) fglrx(0): EDID Version: 1.3
[  7820.323] (II) fglrx(0): Digital Display Input
[  7820.323] (II) fglrx(0): Max Image Size [cm]: horiz.: 53  vert.: 30
[  7820.323] (II) fglrx(0): Gamma: 2.20
[  7820.323] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off
[  7820.323] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[  7820.323] (II) fglrx(0): First detailed timing is preferred mode
[  7820.323] (II) fglrx(0): redX: 0.631 redY: 0.351   greenX: 0.334 greenY: 0.621
[  7820.323] (II) fglrx(0): blueX: 0.157 blueY: 0.051   whiteX: 0.313 whiteY: 0.329
[  7820.323] (II) fglrx(0): Supported established timings:
[  7820.323] (II) fglrx(0): 720x400@70Hz
[  7820.323] (II) fglrx(0): 640x480@60Hz
[  7820.323] (II) fglrx(0): 640x480@67Hz
[  7820.323] (II) fglrx(0): 640x480@72Hz
[  7820.323] (II) fglrx(0): 640x480@75Hz
[  7820.323] (II) fglrx(0): 800x600@56Hz
[  7820.323] (II) fglrx(0): 800x600@60Hz
[  7820.323] (II) fglrx(0): 800x600@72Hz
[  7820.323] (II) fglrx(0): 800x600@75Hz
[  7820.323] (II) fglrx(0): 832x624@75Hz
[  7820.323] (II) fglrx(0): 1024x768@60Hz
[  7820.323] (II) fglrx(0): 1024x768@70Hz
[  7820.324] (II) fglrx(0): 1024x768@75Hz
[  7820.324] (II) fglrx(0): 1280x1024@75Hz
[  7820.324] (II) fglrx(0): Manufacturer's mask: 0
[  7820.324] (II) fglrx(0): Supported standard timings:
[  7820.324] (II) fglrx(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[  7820.324] (II) fglrx(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[  7820.324] (II) fglrx(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[  7820.324] (II) fglrx(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
[  7820.324] (II) fglrx(0): #4: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[  7820.324] (II) fglrx(0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[  7820.324] (II) fglrx(0): #6: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[  7820.324] (II) fglrx(0): Supported detailed timing:
[  7820.324] (II) fglrx(0): clock: 148.5 MHz   Image Size:  531 x 299 mm
[  7820.324] (II) fglrx(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[  7820.324] (II) fglrx(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[  7820.324] (II) fglrx(0): Ranges: V min: 50 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[  7820.324] (II) fglrx(0): Monitor name: VS248
[  7820.324] (II) fglrx(0): Serial No: B6LMQS018229
[  7820.324] (II) fglrx(0): EDID (in hex):
[  7820.324] (II) fglrx(0): 	00ffffffffffff000469982401010101
[  7820.324] (II) fglrx(0): 	1915010380351e78eab845a159559f28
[  7820.324] (II) fglrx(0): 	0d5054bfef00714f818081409500a940
[  7820.324] (II) fglrx(0): 	b300d1c00101023a801871382d40582c
[  7820.324] (II) fglrx(0): 	4500132b2100001e000000fd00324c1e
[  7820.324] (II) fglrx(0): 	5311000a202020202020000000fc0056
[  7820.324] (II) fglrx(0): 	533234380a20202020202020000000ff
[  7820.324] (II) fglrx(0): 	0042364c4d51533031383232390a00a2
[  7820.324] (II) fglrx(0): Printing probed modes for output DFP4
[  7820.324] (II) fglrx(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
[  7820.324] (II) fglrx(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[  7820.324] (II) fglrx(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[  7820.324] (II) fglrx(0): Modeline "1400x1050"x60.0  162.00  1400 1664 1856 2160  1050 1201 1204 1250 +hsync +vsync (75.0 kHz)
[  7820.324] (II) fglrx(0): Modeline "1600x900"x60.0  162.00  1600 1664 1856 2160  900 1201 1204 1250 +hsync +vsync (75.0 kHz)
[  7820.324] (II) fglrx(0): Modeline "1360x1024"x60.0  162.00  1360 1664 1856 2160  1024 1201 1204 1250 +hsync +vsync (75.0 kHz)
[  7820.324] (II) fglrx(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[  7820.324] (II) fglrx(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[  7820.324] (II) fglrx(0): Modeline "1440x900"x60.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[  7820.324] (II) fglrx(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[  7820.324] (II) fglrx(0): Modeline "1152x864"x60.0  148.50  1152 2008 2052 2200  864 1084 1089 1125 +hsync +vsync (67.5 kHz)
[  7820.324] (II) fglrx(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[  7820.324] (II) fglrx(0): Modeline "1280x768"x60.0  108.00  1280 1376 1488 1800  768 961 964 1000 +hsync +vsync (60.0 kHz)
[  7820.324] (II) fglrx(0): Modeline "1280x720"x60.0  108.00  1280 1376 1488 1800  720 961 964 1000 +hsync +vsync (60.0 kHz)
[  7820.324] (II) fglrx(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[  7820.324] (II) fglrx(0): Modeline "1024x768"x70.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[  7820.324] (II) fglrx(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[  7820.324] (II) fglrx(0): Modeline "800x600"x72.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[  7820.324] (II) fglrx(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[  7820.324] (II) fglrx(0): Modeline "800x600"x60.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[  7820.324] (II) fglrx(0): Modeline "800x600"x56.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[  7820.324] (II) fglrx(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[  7820.324] (II) fglrx(0): Modeline "640x480"x72.0   31.50  640 656 696 832  480 481 484 520 -hsync -vsync (37.9 kHz)
[  7820.324] (II) fglrx(0): Modeline "640x480"x67.0   27.28  640 664 728 816  480 481 484 499 -hsync +vsync (33.4 kHz)
[  7820.324] (II) fglrx(0): Modeline "640x480"x60.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[  7820.324] (II) fglrx(0): EDID for output DFP5
[  7820.324] (II) fglrx(0): EDID for output CRT1
[  7820.324] (II) fglrx(0): Output DFP1 disconnected
[  7820.324] (II) fglrx(0): Output DFP2 disconnected
[  7820.324] (II) fglrx(0): Output DFP3 disconnected
[  7820.324] (II) fglrx(0): Output DFP4 connected
[  7820.324] (II) fglrx(0): Output DFP5 disconnected
[  7820.324] (II) fglrx(0): Output CRT1 disconnected
[  7820.324] (II) fglrx(0): Using exact sizes for initial modes
[  7820.324] (II) fglrx(0): Output DFP4 using initial mode 1920x1080
[  7820.324] (II) fglrx(0): DPI set to (96, 96)
[  7820.324] (II) fglrx(0): Eyefinity capable adapter detected.
[  7820.324] (II) fglrx(0): Adapter AMD Radeon HD 6900 Series  has 6 configurable heads and 2 displays connected.
[  7820.324] (==) fglrx(0):  PseudoColor visuals disabled
[  7820.324] (II) Loading sub module "ramdac"
[  7820.324] (II) LoadModule: "ramdac"
[  7820.324] (II) Module "ramdac" already built-in
[  7820.324] (==) fglrx(0): NoDRI = NO
[  7820.324] (==) fglrx(0): Capabilities: 0x00000000
[  7820.324] (==) fglrx(0): CapabilitiesEx: 0x00000000
[  7820.324] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
[  7820.324] (==) fglrx(0): UseFastTLS=0
[  7820.324] (==) fglrx(0): BlockSignalsOnLock=1
[  7820.324] (II) fglrx(0): Desktop Vsync is enabled.
[  7820.324] (II) fglrx(1): === [xdl_xs111_atiddxPreInit] === begin
[  7820.324] (II) Loading sub module "vgahw"
[  7820.324] (II) LoadModule: "vgahw"
[  7820.325] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[  7820.325] (II) Module vgahw: vendor="X.Org Foundation"
[  7820.325] 	compiled for 1.11.3, module version = 0.1.0
[  7820.325] 	ABI class: X.Org Video Driver, version 11.0
[  7820.325] (**) fglrx(1): Depth 24, (--) framebuffer bpp 32
[  7820.325] (II) fglrx(1): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[  7820.325] (==) fglrx(1): Default visual is TrueColor
[  7820.325] (==) fglrx(1): RGB weight 888
[  7820.325] (II) fglrx(1): Using 8 bits per RGB 
[  7820.325] (==) fglrx(1): Buffer Tiling is ON (copy from primary)
[  7820.325] (==) fglrx(1): NoAccel = NO (copy from primary screen)
[  7820.325] (==) fglrx(1): ATI 2D Acceleration Architecture enabled
[  7820.325] (II) Loading sub module "fb"
[  7820.325] (II) LoadModule: "fb"
[  7820.325] (II) Loading /usr/lib/xorg/modules/libfb.so
[  7820.325] (II) Module fb: vendor="X.Org Foundation"
[  7820.325] 	compiled for 1.11.3, module version = 1.0.0
[  7820.325] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  7820.325] (II) Loading sub module "ddc"
[  7820.325] (II) LoadModule: "ddc"
[  7820.325] (II) Module "ddc" already built-in
[  7820.325] (II) fglrx(1): Output DFP1 using monitor section aticonfig-Monitor[0]-1
[  7820.325] (II) fglrx(1): Output DFP2 has no monitor section
[  7820.325] (II) fglrx(1): Output DFP3 has no monitor section
[  7820.325] (II) fglrx(1): Output DFP4 has no monitor section
[  7820.325] (II) fglrx(1): Output DFP5 has no monitor section
[  7820.325] (II) fglrx(1): Output CRT1 has no monitor section
[  7820.325] (II) fglrx(1): EDID for output DFP1
[  7820.325] (II) fglrx(1): EDID for output DFP2
[  7820.325] (II) fglrx(1): EDID for output DFP3
[  7820.325] (II) fglrx(1): EDID for output DFP4
[  7820.325] (II) fglrx(1): EDID for output DFP5
[  7820.325] (II) fglrx(1): Manufacturer: ACI  Model: 19ea  Serial#: 16843009
[  7820.325] (II) fglrx(1): Year: 2010  Week: 40
[  7820.325] (II) fglrx(1): EDID Version: 1.3
[  7820.325] (II) fglrx(1): Digital Display Input
[  7820.325] (II) fglrx(1): Max Image Size [cm]: horiz.: 41  vert.: 26
[  7820.325] (II) fglrx(1): Gamma: 2.20
[  7820.325] (II) fglrx(1): DPMS capabilities: StandBy Suspend Off
[  7820.325] (II) fglrx(1): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[  7820.325] (II) fglrx(1): Default color space is primary color space
[  7820.325] (II) fglrx(1): First detailed timing is preferred mode
[  7820.325] (II) fglrx(1): redX: 0.640 redY: 0.340   greenX: 0.290 greenY: 0.609
[  7820.325] (II) fglrx(1): blueX: 0.140 blueY: 0.069   whiteX: 0.310 whiteY: 0.330
[  7820.325] (II) fglrx(1): Supported established timings:
[  7820.325] (II) fglrx(1): 720x400@70Hz
[  7820.325] (II) fglrx(1): 640x480@60Hz
[  7820.325] (II) fglrx(1): 640x480@67Hz
[  7820.325] (II) fglrx(1): 640x480@72Hz
[  7820.325] (II) fglrx(1): 640x480@75Hz
[  7820.325] (II) fglrx(1): 800x600@56Hz
[  7820.325] (II) fglrx(1): 800x600@60Hz
[  7820.325] (II) fglrx(1): 800x600@72Hz
[  7820.325] (II) fglrx(1): 800x600@75Hz
[  7820.325] (II) fglrx(1): 832x624@75Hz
[  7820.325] (II) fglrx(1): 1024x768@60Hz
[  7820.325] (II) fglrx(1): 1024x768@70Hz
[  7820.325] (II) fglrx(1): 1024x768@75Hz
[  7820.325] (II) fglrx(1): 1280x1024@75Hz
[  7820.325] (II) fglrx(1): Manufacturer's mask: 0
[  7820.326] (II) fglrx(1): Supported standard timings:
[  7820.326] (II) fglrx(1): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[  7820.326] (II) fglrx(1): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[  7820.326] (II) fglrx(1): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[  7820.326] (II) fglrx(1): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
[  7820.326] (II) fglrx(1): Supported detailed timing:
[  7820.326] (II) fglrx(1): clock: 106.5 MHz   Image Size:  408 x 255 mm
[  7820.326] (II) fglrx(1): h_active: 1440  h_sync: 1520  h_sync_end 1672 h_blank_end 1904 h_border: 0
[  7820.326] (II) fglrx(1): v_active: 900  v_sync: 903  v_sync_end 909 v_blanking: 932 v_border: 0
[  7820.326] (II) fglrx(1): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 145 MHz
[  7820.326] (II) fglrx(1): Monitor name: VE198
[  7820.326] (II) fglrx(1): Serial No: A9LMQS047994
[  7820.326] (II) fglrx(1): EDID (in hex):
[  7820.326] (II) fglrx(1): 	00ffffffffffff000469ea1901010101
[  7820.326] (II) fglrx(1): 	2814010380291a78eec4f6a3574a9c23
[  7820.326] (II) fglrx(1): 	114f54bfef00714f8180814095000101
[  7820.326] (II) fglrx(1): 	0101010101019a29a0d0518420305098
[  7820.326] (II) fglrx(1): 	360098ff1000001c000000fd00384c1e
[  7820.326] (II) fglrx(1): 	530e000a202020202020000000fc0056
[  7820.326] (II) fglrx(1): 	453139380a20202020202020000000ff
[  7820.326] (II) fglrx(1): 	0041394c4d51533034373939340a00c4
[  7820.326] (II) fglrx(1): Printing probed modes for output DFP5
[  7820.326] (II) fglrx(1): Modeline "1440x900"x60.0  106.50  1440 1520 1672 1904  900 903 909 932 -hsync +vsync (55.9 kHz)
[  7820.326] (II) fglrx(1): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[  7820.326] (II) fglrx(1): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[  7820.326] (II) fglrx(1): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[  7820.326] (II) fglrx(1): Modeline "1280x800"x60.0  108.00  1280 1376 1488 1800  800 961 964 1000 +hsync +vsync (60.0 kHz)
[  7820.326] (II) fglrx(1): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[  7820.326] (II) fglrx(1): Modeline "1152x864"x60.0  106.50  1152 1520 1672 1904  864 903 909 932 -hsync +vsync (55.9 kHz)
[  7820.326] (II) fglrx(1): Modeline "1280x768"x60.0  108.00  1280 1376 1488 1800  768 961 964 1000 +hsync +vsync (60.0 kHz)
[  7820.326] (II) fglrx(1): Modeline "1280x720"x60.0  108.00  1280 1376 1488 1800  720 961 964 1000 +hsync +vsync (60.0 kHz)
[  7820.326] (II) fglrx(1): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[  7820.326] (II) fglrx(1): Modeline "1024x768"x70.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[  7820.326] (II) fglrx(1): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[  7820.326] (II) fglrx(1): Modeline "800x600"x72.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[  7820.326] (II) fglrx(1): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[  7820.326] (II) fglrx(1): Modeline "800x600"x60.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[  7820.326] (II) fglrx(1): Modeline "800x600"x56.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[  7820.326] (II) fglrx(1): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[  7820.326] (II) fglrx(1): Modeline "640x480"x72.0   31.50  640 656 696 832  480 481 484 520 -hsync -vsync (37.9 kHz)
[  7820.326] (II) fglrx(1): Modeline "640x480"x67.0   27.28  640 664 728 816  480 481 484 499 -hsync +vsync (33.4 kHz)
[  7820.326] (II) fglrx(1): Modeline "640x480"x60.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[  7820.326] (II) fglrx(1): EDID for output CRT1
[  7820.326] (II) fglrx(1): Output DFP1 disconnected
[  7820.326] (II) fglrx(1): Output DFP2 disconnected
[  7820.326] (II) fglrx(1): Output DFP3 disconnected
[  7820.326] (II) fglrx(1): Output DFP4 disconnected
[  7820.326] (II) fglrx(1): Output DFP5 connected
[  7820.326] (II) fglrx(1): Output CRT1 disconnected
[  7820.326] (II) fglrx(1): Using exact sizes for initial modes
[  7820.326] (II) fglrx(1): Output DFP5 using initial mode 1440x900
[  7820.326] (II) fglrx(1): DPI set to (96, 96)
[  7820.326] (WW) fglrx(0): Unable to register ADL handler for 0x00110000
[  7820.326] (WW) fglrx(0): Unable to register ADL handler for 0x00120000
[  7820.326] (WW) fglrx(0): Unable to register ADL handler for 0x00130000
[  7820.326] (WW) fglrx(0): Unable to register ADL handler for 0x00150000
[  7820.326] (II) fglrx(1): Eyefinity capable adapter detected.
[  7820.326] (II) fglrx(1): Adapter AMD Radeon HD 6900 Series  has 6 configurable heads and 2 displays connected.
[  7820.326] (==) fglrx(1):  PseudoColor visuals disabled
[  7820.326] (==) fglrx(1): bNoDRI = NO (copy from primary screen)
[  7820.326] (==) fglrx(1): UseFastTLS=0
[  7820.326] (==) fglrx(1): BlockSignalsOnLock=1
[  7820.326] (II) fglrx(1): Desktop Vsync is enabled.
[  7820.326] (--) Depth 24 pixmap format is 32 bpp
[  7820.327] (II) Loading extension ATIFGLRXDRI
[  7820.328] (II) fglrx(0): doing swlDriScreenInit
[  7820.328] (II) fglrx(0): swlDriScreenInit for fglrx driver
[  7820.328] ukiDynamicMajor: found major device number 250
[  7820.328] ukiDynamicMajor: found major device number 250
[  7820.328] ukiDynamicMajor: found major device number 250
[  7820.328] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[  7820.328] ukiOpenDevice: node name is /dev/ati/card0
[  7820.328] ukiOpenDevice: open result is 19, (OK)
[  7820.328] ukiOpenByBusid: ukiOpenMinor returns 19
[  7820.328] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[  7820.328] (II) fglrx(0): [uki] DRM interface version 1.0
[  7820.328] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0"
[  7820.328] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x1b4dd000
[  7820.328] (II) fglrx(0): [uki] mapped SAREA 0x1b4dd000 to 0x7ffb8ee2d000
[  7820.328] (II) fglrx(0): [uki] framebuffer handle = 0x1b4de000
[  7820.328] (II) fglrx(0): [uki] added 1 reserved context for kernel
[  7820.328] (II) fglrx(0): swlDriScreenInit done
[  7820.328] (II) fglrx(0): Kernel Module Version Information:
[  7820.328] (II) fglrx(0):     Name: fglrx
[  7820.328] (II) fglrx(0):     Version: 8.92.6
[  7820.328] (II) fglrx(0):     Date: Nov  9 2011
[  7820.328] (II) fglrx(0):     Desc: ATI FireGL DRM kernel module
[  7820.328] (II) fglrx(0): Kernel Module version matches driver.
[  7820.328] (II) fglrx(0): Kernel Module Build Time Information:
[  7820.328] (II) fglrx(0):     Build-Kernel UTS_RELEASE:        3.1.5-1-ARCH
[  7820.328] (II) fglrx(0):     Build-Kernel MODVERSIONS:        no
[  7820.328] (II) fglrx(0):     Build-Kernel __SMP__:            no
[  7820.328] (II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
[  7820.328] (II) fglrx(0): [uki] register handle = 0x1b4df000
[  7820.342] (II) fglrx(0): DRI initialization successfull
[  7820.342] (II) fglrx(0): FBADPhys: 0xf800000000 FBMappedSize: 0x010e0000
[  7820.342] (==) fglrx(0): Backing store disabled
[  7820.342] (II) Loading extension FGLRXEXTENSION
[  7820.342] (**) fglrx(0): DPMS enabled
[  7820.342] (II) fglrx(0): Initialized in-driver Xinerama extension
[  7820.342] (**) fglrx(0): Textured Video is enabled.
[  7820.342] (II) LoadModule: "glesx"
[  7820.343] (II) Loading /usr/lib/xorg/modules/glesx.so
[  7820.343] (II) Module glesx: vendor="X.Org Foundation"
[  7820.343] 	compiled for 1.4.99.906, module version = 1.0.0
[  7820.343] (II) Loading extension GLESX
[  7820.343] (II) fglrx(0): GLESX enableFlags = 592
[  7820.343] (II) fglrx(0): GLESX is enabled
[  7820.343] (II) LoadModule: "amdxmm"
[  7820.343] (II) Loading /usr/lib/xorg/modules/amdxmm.so
[  7820.344] (II) Module amdxmm: vendor="X.Org Foundation"
[  7820.344] 	compiled for 1.4.99.906, module version = 2.0.0
[  7820.360] (II) Loading extension AMDXVOPL
[  7820.360] (II) Loading extension AMDXVBA
[  7820.360] [-     XMM_GLX] [I ]glesxXvInit Configureable RGBOutputColorRange
[  7820.361] (II) fglrx(0): UVD feature is enabled(II) fglrx(0): 
[  7820.363] (II) fglrx(0): Composite extension is not loaded
[  7820.363] (WW) fglrx(0): Option "VendorName" is not used
[  7820.363] (WW) fglrx(0): Option "ModelName" is not used
[  7820.363] (II) fglrx(0): X context handle = 0x1
[  7820.363] (II) fglrx(0): [DRI] installation complete
[  7820.363] (==) fglrx(0): Silken mouse enabled
[  7820.363] (==) fglrx(0): Using HW cursor of display infrastructure!
[  7820.364] (II) fglrx(0): Disabling in-server RandR and enabling in-driver RandR 1.2.
[  7820.447] (--) RandR disabled
[  7820.447] (II) fglrx(1): doing swlDriScreenInit
[  7820.447] (II) fglrx(1): swlDriScreenInit for fglrx driver
[  7820.447] ukiDynamicMajor: found major device number 250
[  7820.447] ukiDynamicMajor: found major device number 250
[  7820.447] ukiDynamicMajor: found major device number 250
[  7820.447] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[  7820.447] ukiOpenDevice: node name is /dev/ati/card0
[  7820.447] ukiOpenDevice: open result is 20, (OK)
[  7820.447] ukiOpenByBusid: ukiOpenMinor returns 20
[  7820.447] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[  7820.447] (II) fglrx(1): [uki] DRM interface version 1.0
[  7820.447] (II) fglrx(1): [uki] created "fglrx" driver at busid "PCI:1:0:0"
[  7820.447] (II) fglrx(1): [uki] added 8192 byte SAREA at 0x1b4dd000
[  7820.447] (II) fglrx(1): [uki] mapped SAREA 0x1b4dd000 to 0x7ffb87850000
[  7820.447] (II) fglrx(1): [uki] framebuffer handle = 0x1b4de000
[  7820.447] (II) fglrx(1): [uki] added 1 reserved context for kernel
[  7820.447] (II) fglrx(1): swlDriScreenInit done
[  7820.449] (II) fglrx(1): DRI initialization successfull
[  7820.449] (II) fglrx(1): FBADPhys: 0xf801438000 FBMappedSize: 0x008a0000
[  7820.449] (==) fglrx(1): Backing store disabled
[  7820.449] (**) fglrx(1): DPMS enabled
[  7820.449] (**) fglrx(1): Textured Video is enabled.
[  7820.449] (II) fglrx(1): GLESX enableFlags = 592
[  7820.449] (II) fglrx(1): GLESX is enabled
[  7820.464] (II) Loading extension AMDXVOPL
[  7820.464] (II) Loading extension AMDXVBA
[  7820.464] [-     XMM_GLX] [I ]glesxXvInit Configureable RGBOutputColorRange
[  7820.465] (II) fglrx(1): UVD feature is enabled(II) fglrx(1): 
[  7820.467] (II) fglrx(1): Composite extension is not loaded
[  7820.467] (WW) fglrx(1): Option "VendorName" is not used
[  7820.467] (WW) fglrx(1): Option "ModelName" is not used
[  7820.467] (II) fglrx(1): X context handle = 0x2
[  7820.467] (II) fglrx(1): [DRI] installation complete
[  7820.467] (==) fglrx(1): Silken mouse enabled
[  7820.467] (==) fglrx(1): Using HW cursor of display infrastructure!
[  7820.468] (II) fglrx(1): Disabling in-server RandR and enabling in-driver RandR 1.2.
[  7820.510] (--) RandR disabled
[  7820.510] (II) Initializing built-in extension Generic Event Extension
[  7820.510] (II) Initializing built-in extension SHAPE
[  7820.510] (II) Initializing built-in extension MIT-SHM
[  7820.510] (II) Initializing built-in extension XInputExtension
[  7820.510] (II) Initializing built-in extension XTEST
[  7820.510] (II) Initializing built-in extension BIG-REQUESTS
[  7820.510] (II) Initializing built-in extension SYNC
[  7820.510] (II) Initializing built-in extension XKEYBOARD
[  7820.510] (II) Initializing built-in extension XC-MISC
[  7820.510] (II) Initializing built-in extension SECURITY
[  7820.510] (II) Initializing built-in extension XINERAMA
[  7820.510] (II) Initializing built-in extension XFIXES
[  7820.510] (II) Initializing built-in extension RENDER
[  7820.510] (II) Initializing built-in extension RANDR
[  7820.510] (II) Initializing built-in extension COMPOSITE
[  7820.510] (II) Initializing built-in extension DAMAGE
[  7820.512] ukiDynamicMajor: found major device number 250
[  7820.512] ukiDynamicMajor: found major device number 250
[  7820.512] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[  7820.512] ukiOpenDevice: node name is /dev/ati/card0
[  7820.512] ukiOpenDevice: open result is 21, (OK)
[  7820.512] ukiOpenByBusid: ukiOpenMinor returns 21
[  7820.512] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[  7820.604] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0
[  7820.604] ukiDynamicMajor: found major device number 250
[  7820.604] ukiDynamicMajor: found major device number 250
[  7820.604] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[  7820.604] ukiOpenDevice: node name is /dev/ati/card0
[  7820.604] ukiOpenDevice: open result is 24, (OK)
[  7820.604] ukiOpenByBusid: ukiOpenMinor returns 24
[  7820.604] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[  7820.604] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 1
[  7820.624] (II) fglrx(0): Enable the clock gating!
[  7820.630] (II) fglrx(0): Desktop Vsync is enabled.
[  7820.642] (II) fglrx(1): Desktop Vsync is enabled.
[  7820.726] (II) config/udev: Adding input device Power Button (/dev/input/event8)
[  7820.726] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  7820.726] (II) LoadModule: "evdev"
[  7820.726] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  7820.726] (II) Module evdev: vendor="X.Org Foundation"
[  7820.726] 	compiled for 1.10.99.902, module version = 2.6.0
[  7820.726] 	Module class: X.Org XInput Driver
[  7820.726] 	ABI class: X.Org XInput driver, version 13.0
[  7820.726] (II) Using input driver 'evdev' for 'Power Button'
[  7820.726] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  7820.726] (**) Power Button: always reports core events
[  7820.726] (**) Power Button: Device: "/dev/input/event8"
[  7820.726] (--) Power Button: Found keys
[  7820.726] (II) Power Button: Configuring as keyboard
[  7820.726] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input8/event8"
[  7820.726] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  7820.726] (**) Option "xkb_rules" "evdev"
[  7820.726] (**) Option "xkb_model" "evdev"
[  7820.726] (**) Option "xkb_layout" "us"
[  7820.755] (II) config/udev: Adding input device Power Button (/dev/input/event7)
[  7820.756] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  7820.756] (II) Using input driver 'evdev' for 'Power Button'
[  7820.756] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  7820.756] (**) Power Button: always reports core events
[  7820.756] (**) Power Button: Device: "/dev/input/event7"
[  7820.756] (--) Power Button: Found keys
[  7820.756] (II) Power Button: Configuring as keyboard
[  7820.756] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input7/event7"
[  7820.756] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[  7820.756] (**) Option "xkb_rules" "evdev"
[  7820.756] (**) Option "xkb_model" "evdev"
[  7820.756] (**) Option "xkb_layout" "us"
[  7820.756] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP (/dev/input/event6)
[  7820.756] (II) No input driver/identifier specified (ignoring)
[  7820.756] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event5)
[  7820.756] (II) No input driver/identifier specified (ignoring)
[  7820.756] (II) config/udev: Adding input device Razer Razer BlackWidow Ultimate (/dev/input/event0)
[  7820.756] (**) Razer Razer BlackWidow Ultimate: Applying InputClass "evdev keyboard catchall"
[  7820.757] (II) Using input driver 'evdev' for 'Razer Razer BlackWidow Ultimate'
[  7820.757] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  7820.757] (**) Razer Razer BlackWidow Ultimate: always reports core events
[  7820.757] (**) Razer Razer BlackWidow Ultimate: Device: "/dev/input/event0"
[  7820.757] (--) Razer Razer BlackWidow Ultimate: Found keys
[  7820.757] (II) Razer Razer BlackWidow Ultimate: Configuring as keyboard
[  7820.757] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb8/8-1/8-1:1.0/input/input0/event0"
[  7820.757] (II) XINPUT: Adding extended input device "Razer Razer BlackWidow Ultimate" (type: KEYBOARD, id 8)
[  7820.757] (**) Option "xkb_rules" "evdev"
[  7820.757] (**) Option "xkb_model" "evdev"
[  7820.757] (**) Option "xkb_layout" "us"
[  7820.757] (II) config/udev: Adding input device Razer Razer BlackWidow Ultimate (/dev/input/event1)
[  7820.757] (**) Razer Razer BlackWidow Ultimate: Applying InputClass "evdev keyboard catchall"
[  7820.757] (II) Using input driver 'evdev' for 'Razer Razer BlackWidow Ultimate'
[  7820.757] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  7820.757] (**) Razer Razer BlackWidow Ultimate: always reports core events
[  7820.757] (**) Razer Razer BlackWidow Ultimate: Device: "/dev/input/event1"
[  7820.757] (--) Razer Razer BlackWidow Ultimate: Found 1 mouse buttons
[  7820.757] (--) Razer Razer BlackWidow Ultimate: Found scroll wheel(s)
[  7820.757] (--) Razer Razer BlackWidow Ultimate: Found relative axes
[  7820.757] (--) Razer Razer BlackWidow Ultimate: Found absolute axes
[  7820.757] (--) Razer Razer BlackWidow Ultimate: Found keys
[  7820.757] (II) Razer Razer BlackWidow Ultimate: Configuring as mouse
[  7820.757] (II) Razer Razer BlackWidow Ultimate: Configuring as keyboard
[  7820.757] (II) Razer Razer BlackWidow Ultimate: Adding scrollwheel support
[  7820.757] (**) Razer Razer BlackWidow Ultimate: YAxisMapping: buttons 4 and 5
[  7820.757] (**) Razer Razer BlackWidow Ultimate: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  7820.757] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb8/8-1/8-1:1.1/input/input1/event1"
[  7820.757] (II) XINPUT: Adding extended input device "Razer Razer BlackWidow Ultimate" (type: KEYBOARD, id 9)
[  7820.757] (**) Option "xkb_rules" "evdev"
[  7820.757] (**) Option "xkb_model" "evdev"
[  7820.757] (**) Option "xkb_layout" "us"
[  7820.757] (EE) Razer Razer BlackWidow Ultimate: failed to initialize for relative axes.
[  7820.757] (II) Razer Razer BlackWidow Ultimate: initialized for absolute axes.
[  7820.757] (**) Razer Razer BlackWidow Ultimate: (accel) keeping acceleration scheme 1
[  7820.757] (**) Razer Razer BlackWidow Ultimate: (accel) acceleration profile 0
[  7820.757] (**) Razer Razer BlackWidow Ultimate: (accel) acceleration factor: 2.000
[  7820.757] (**) Razer Razer BlackWidow Ultimate: (accel) acceleration threshold: 4
[  7820.758] (II) config/udev: Adding input device Razer Razer BlackWidow Ultimate (/dev/input/event2)
[  7820.758] (**) Razer Razer BlackWidow Ultimate: Applying InputClass "evdev pointer catchall"
[  7820.758] (II) Using input driver 'evdev' for 'Razer Razer BlackWidow Ultimate'
[  7820.758] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  7820.758] (**) Razer Razer BlackWidow Ultimate: always reports core events
[  7820.758] (**) Razer Razer BlackWidow Ultimate: Device: "/dev/input/event2"
[  7820.758] (--) Razer Razer BlackWidow Ultimate: Found 3 mouse buttons
[  7820.758] (--) Razer Razer BlackWidow Ultimate: Found scroll wheel(s)
[  7820.758] (--) Razer Razer BlackWidow Ultimate: Found relative axes
[  7820.758] (--) Razer Razer BlackWidow Ultimate: Found x and y relative axes
[  7820.758] (II) Razer Razer BlackWidow Ultimate: Configuring as mouse
[  7820.758] (II) Razer Razer BlackWidow Ultimate: Adding scrollwheel support
[  7820.758] (**) Razer Razer BlackWidow Ultimate: YAxisMapping: buttons 4 and 5
[  7820.758] (**) Razer Razer BlackWidow Ultimate: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  7820.758] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb8/8-1/8-1:1.2/input/input2/event2"
[  7820.758] (II) XINPUT: Adding extended input device "Razer Razer BlackWidow Ultimate" (type: MOUSE, id 10)
[  7820.758] (II) Razer Razer BlackWidow Ultimate: initialized for relative axes.
[  7820.758] (**) Razer Razer BlackWidow Ultimate: (accel) keeping acceleration scheme 1
[  7820.758] (**) Razer Razer BlackWidow Ultimate: (accel) acceleration profile 0
[  7820.758] (**) Razer Razer BlackWidow Ultimate: (accel) acceleration factor: 2.000
[  7820.758] (**) Razer Razer BlackWidow Ultimate: (accel) acceleration threshold: 4
[  7820.758] (II) config/udev: Adding input device Razer Razer BlackWidow Ultimate (/dev/input/mouse0)
[  7820.758] (II) No input driver/identifier specified (ignoring)
[  7820.758] (II) config/udev: Adding input device Razer Razer Lachesis (/dev/input/event3)
[  7820.758] (**) Razer Razer Lachesis: Applying InputClass "evdev pointer catchall"
[  7820.758] (II) Using input driver 'evdev' for 'Razer Razer Lachesis'
[  7820.759] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  7820.759] (**) Razer Razer Lachesis: always reports core events
[  7820.759] (**) Razer Razer Lachesis: Device: "/dev/input/event3"
[  7820.759] (--) Razer Razer Lachesis: Found 12 mouse buttons
[  7820.759] (--) Razer Razer Lachesis: Found scroll wheel(s)
[  7820.759] (--) Razer Razer Lachesis: Found relative axes
[  7820.759] (--) Razer Razer Lachesis: Found x and y relative axes
[  7820.759] (II) Razer Razer Lachesis: Configuring as mouse
[  7820.759] (II) Razer Razer Lachesis: Adding scrollwheel support
[  7820.759] (**) Razer Razer Lachesis: YAxisMapping: buttons 4 and 5
[  7820.759] (**) Razer Razer Lachesis: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  7820.759] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2:1.0/input/input3/event3"
[  7820.759] (II) XINPUT: Adding extended input device "Razer Razer Lachesis" (type: MOUSE, id 11)
[  7820.759] (II) Razer Razer Lachesis: initialized for relative axes.
[  7820.759] (**) Razer Razer Lachesis: (accel) keeping acceleration scheme 1
[  7820.759] (**) Razer Razer Lachesis: (accel) acceleration profile 0
[  7820.759] (**) Razer Razer Lachesis: (accel) acceleration factor: 2.000
[  7820.759] (**) Razer Razer Lachesis: (accel) acceleration threshold: 4
[  7820.759] (II) config/udev: Adding input device Razer Razer Lachesis (/dev/input/mouse1)
[  7820.759] (II) No input driver/identifier specified (ignoring)
[  7820.759] (II) config/udev: Adding input device Razer Razer Lachesis (/dev/input/event4)
[  7820.759] (**) Razer Razer Lachesis: Applying InputClass "evdev keyboard catchall"
[  7820.759] (II) Using input driver 'evdev' for 'Razer Razer Lachesis'
[  7820.759] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  7820.759] (**) Razer Razer Lachesis: always reports core events
[  7820.759] (**) Razer Razer Lachesis: Device: "/dev/input/event4"
[  7820.759] (--) Razer Razer Lachesis: Found keys
[  7820.759] (II) Razer Razer Lachesis: Configuring as keyboard
[  7820.759] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2:1.1/input/input4/event4"
[  7820.759] (II) XINPUT: Adding extended input device "Razer Razer Lachesis" (type: KEYBOARD, id 12)
[  7820.759] (**) Option "xkb_rules" "evdev"
[  7820.759] (**) Option "xkb_model" "evdev"
[  7820.759] (**) Option "xkb_layout" "us"
[  7820.760] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
[  7820.760] (II) No input driver/identifier specified (ignoring)
[  7820.763] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
[  7820.765] (II) fglrx(1): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments

Offline

#2 2011-12-22 01:39:18

pastacatsalad
Member
Registered: 2011-11-26
Posts: 7

Re: Flash acts odd with dual screens.

I don't know about the cpu load issue. Sorry. However, there is a trick for flash full screen to work. If you pop out the video (if it's an option) and alt-F11 to full screen the browser window it will work.

Offline

Board footer

Powered by FluxBB