You are not logged in.

#5826 2013-10-26 19:20:48

Ambrosia
Member
Registered: 2013-03-26
Posts: 4

Re: The AMD/ATI Bar & Grill

ambrosia@strawberry ~ % ls -lh /usr/share/ati/build_mod/libfglrx_ip.a
ls: cannot access /usr/share/ati/build_mod/libfglrx_ip.a: No such file or directory
2 ambrosia@strawberry ~ % ls -lh /tmp/catalyst.9eJ6SI/libfglrx_ip.a                                                                                         sad
ls: cannot access /tmp/catalyst.9eJ6SI/libfglrx_ip.a: No such file or directory

Copying the file to /usr/share/ati/build_mod/ did work though. On my system, the file was located at /tmp/packerbuild-1000/catalyst-test/catalyst-test/src/archive_files/arch/x86_64/lib/modules/fglrx/build_mod/libfglrx_ip.a
Thanks!

Offline

#5827 2013-10-26 21:51:23

Vi0L0
Member
From: Poland
Registered: 2009-06-24
Posts: 1,349
Website

Re: The AMD/ATI Bar & Grill

pure craziness, i'm unable to reproduce your problem...
i checked it on my clean, fresh (created on july) kvm machines which i'm using only to build packages, i checked [testing] in case you are using it and i checked packer, and it's always working fine here...

i'm unable to think of why other files are being copied and this particular one isn't - especially when commands are so simple:

      install -m644 common/lib/modules/fglrx/build_mod/2.6.x/Makefile \
                ${pkgdir}/usr/share/ati/build_mod
      install -m644 arch/${_archdir}/lib/modules/fglrx/build_mod/libfglrx_ip.a \
                ${pkgdir}/usr/share/ati/build_mod

can you do something for me and check what will happen if you will change "# Prepare modules source files" section of catalyst-test's PKGBUILD into something like:

    # Prepare modules source files
      _archdir=x86_64
      test "${CARCH}" = "i686" && _archdir=x86
      echo ${_archdir}
      install -m755 -d ${pkgdir}/usr/share/ati/build_mod
      install -m644 common/lib/modules/fglrx/build_mod/*.c \
                ${pkgdir}/usr/share/ati/build_mod
      install -m644 common/lib/modules/fglrx/build_mod/*.h \
                ${pkgdir}/usr/share/ati/build_mod
      install -m644 common/lib/modules/fglrx/build_mod/2.6.x/Makefile \
                ${pkgdir}/usr/share/ati/build_mod
      install -m644 arch/${_archdir}/lib/modules/fglrx/build_mod/libfglrx_ip.a ${pkgdir}/usr/share/ati/build_mod

(added echo and made "install libfglrx_ip.a" line one-line long)

please also tell what architecture you are using and on what filesystem you are building the package.

edit: btw it's strange that makepkg is building the package without even an error note, it's building incomplete package - it should crash imho...


DarksideEE7 wrote:

I'm getting seg faults when I start X using the new driver on my 290x.....just ran a basic aticonfig --initial.

(run `systemctl stop temp-links-catalyst` if you are using it and then) remove /etc/ati dir  and reinstall "catalyst-utils" package? - probably won't help but it's worth to try
is `modprobe fglrx` working fine?
if that won't help feel free to paste Xorg.0.log

Last edited by Vi0L0 (2013-10-26 22:07:47)

Offline

#5828 2013-10-26 22:30:00

ivdok
Member
From: Abu Dhabi
Registered: 2013-07-17
Posts: 60

Re: The AMD/ATI Bar & Grill

snowblind wrote:
ivdok wrote:

I'd like to use discrete-only, but that "Insyde BIOS" shit is unusable - only minimal configuration available, so I'm stuck with unusable notebook. Well, I use it rarely, if not "once in a lifetime", so there's nothing to do here anymore.

Discrete-only, on a muxless system, doesn't have anything to do with the BIOS -- MUXless systems, by their nature, do not allow for enabling discrete-only via the BIOS.

Discrete-only is achieved, if you use Vi0l0's pxp drivers, by using the pxp_switch_catalyst (or whatever the script is called) and switching to AMD. So you boot your machine, run the pxp switch script, and then restart X (killall X, or if you're running a login manager, logout and log back in). Once you've done that, you *should* be using the discrete GPU, barring any other sort of failure.

Well, I did it earlier, but no result was given.

Offline

#5829 2013-10-27 02:51:05

DarksideEE7
Member
From: Arkansas, United States
Registered: 2009-06-06
Posts: 356

Re: The AMD/ATI Bar & Grill

I got X working with the latest beta catalyst with my 290X by disabling an fbcon option that I had set to rotate the console before X starting....so far so good.  Tear free desktop is working.  glxgears shows ~60 FPS, but it feels a little laggy.....

Offline

#5830 2013-10-27 08:49:43

ergoschnuffel
Member
Registered: 2013-06-03
Posts: 12

Re: The AMD/ATI Bar & Grill

Vi0L0 wrote:

can you do something for me and check what will happen if you will change "# Prepare modules source files" section of catalyst-test's PKGBUILD into something like:

    # Prepare modules source files
      _archdir=x86_64
      test "${CARCH}" = "i686" && _archdir=x86
      echo ${_archdir}
      install -m755 -d ${pkgdir}/usr/share/ati/build_mod
      install -m644 common/lib/modules/fglrx/build_mod/*.c \
                ${pkgdir}/usr/share/ati/build_mod
      install -m644 common/lib/modules/fglrx/build_mod/*.h \
                ${pkgdir}/usr/share/ati/build_mod
      install -m644 common/lib/modules/fglrx/build_mod/2.6.x/Makefile \
                ${pkgdir}/usr/share/ati/build_mod
      install -m644 arch/${_archdir}/lib/modules/fglrx/build_mod/libfglrx_ip.a ${pkgdir}/usr/share/ati/build_mod

(added echo and made "install libfglrx_ip.a" line one-line long)

echo:

==> Starting package()...
patching file etc/ati/authatieventsd.sh
patching file etc/ati/authatieventsd.sh
patch unexpectedly ends in middle of line
Hunk #1 succeeded at 71 with fuzz 1 (offset 10 lines).
patching file common/lib/modules/fglrx/build_mod/2.6.x/Makefile
Hunk #1 succeeded at 68 (offset 2 lines).
patching file common/lib/modules/fglrx/build_mod/firegl_public.c
Hunk #1 succeeded at 93 with fuzz 2.
patching file common/lib/modules/fglrx/build_mod/kcl_agp.c
patching file common/lib/modules/fglrx/build_mod/firegl_public.c
Hunk #5 succeeded at 6366 (offset 8 lines).
x86_64
==> Tidying install...

But the file isnt in the pkg:

[1234@boxARCH catalyst-test]$ ls -1 catalyst-test-13.11-6-x86_64.pkg/usr/share/ati/build_mod/
ati_make.sh
drm_compat.h
drm.h
drm_os_linux.h
drmP.h
drm_proc.h
fglrxko_pci_ids.h
firegl_public.c
firegl_public.h
kcl_acpi.c
kcl_acpi.h
kcl_agp.c
kcl_agp.h
kcl.c
kcl_config.h
kcl_debug.c
kcl_debug.h
kcl.h
kcl_io.c
kcl_ioctl.c
kcl_ioctl.h
kcl_io.h
kcl_iommu.c
kcl_iommu.h
kcl_osconfig.h
kcl_pci.c
kcl_pci.h
kcl_str.c
kcl_str.h
kcl_type.h
kcl_wait.c
kcl_wait.h
Makefile
Vi0L0 wrote:

please also tell what architecture you are using and on what filesystem you are building the package.

x86_64 ([core] no testing)
ext4 and building in tmpfs

Well i "tested" something, i wanted to see if the file is there and how long:

	#test PKGBUILD
	pwd
	echo hard path ls:
	ls arch/x86_64/lib/modules/fglrx/build_mod/libfglrx_ip.a
	#
	echo path ls:
	ls  arch/${_archdir}/lib/modules/fglrx/build_mod/libfglrx_ip.a
	#
      install -m644 arch/${_archdir}/lib/modules/fglrx/build_mod/libfglrx_ip.a ${pkgdir}/usr/share/ati/build_mod
	#
	echo pkg path ls after install:
	ls ${pkgdir}/usr/share/ati/build_mod/libfglrx_ip.a
x86_64
/scratch/catalyst-test/src/archive_files
hard path ls:
arch/x86_64/lib/modules/fglrx/build_mod/libfglrx_ip.a
path ls:
arch/x86_64/lib/modules/fglrx/build_mod/libfglrx_ip.a
pkg path ls after install:
/scratch/catalyst-test/pkg/catalyst-test/usr/share/ati/build_mod/libfglrx_ip.a
==> Tidying install...

So the "install" from the lib in the pkg is working, but after "Tidying install..." it isnt in the build pkg.

And because of that i checked the Makefile from the build_mod directory (libfglrx_ip.a):

# distclean:: clean
clean::
	rm -rf *.c *.h *.o *.ko *.a .??* *.symvers

Your new pkgbuild is building fine, it got bigger.

Last edited by ergoschnuffel (2013-10-27 10:07:41)


Some Intel CPU + HD6970 repos: [all testing] + [mesa-git]

Offline

#5831 2013-10-27 09:24:36

ivdok
Member
From: Abu Dhabi
Registered: 2013-07-17
Posts: 60

Re: The AMD/ATI Bar & Grill

DarksideEE7 wrote:

I got X working with the latest beta catalyst with my 290X by disabling an fbcon option that I had set to rotate the console before X starting....so far so good.  Tear free desktop is working.  glxgears shows ~60 FPS, but it feels a little laggy.....

[ivdok@localhost ~]$ glxgears
302 frames in 5.0 seconds = 60.318 FPS
301 frames in 5.0 seconds = 60.040 FPS
296 frames in 5.0 seconds = 59.194 FPS
301 frames in 5.0 seconds = 60.001 FPS
300 frames in 5.0 seconds = 59.962 FPS
295 frames in 5.0 seconds = 58.885 FPS
299 frames in 5.0 seconds = 59.798 FPS

I indeed see all the same results, but no lagginess overall. But there IS some tearing. It's nearly undetectable - only my feelings are telling me what something somewhere "was tearing", but eyes cannot track location of the tearing. Thanks AMD, it's a huge progress. I'd stop proposing Nvidia to everyone, if you implement KMS and proper XvBA, which does not breaks every time I want to watch some movies.

Offline

#5832 2013-10-27 09:36:44

Roken
Member
From: South Wales, UK
Registered: 2012-01-16
Posts: 1,251

Re: The AMD/ATI Bar & Grill

The lastest update to catalyst-test breaks a bunch of stuff here (wine, cairo-dock etc). I don't have the specific error message now, but it's related to ATIGLEXTENSION (or at least, that was part of teh wine error. cairo-dock just segfaults unhelpfully)

Switching to catalyst (not test) fixes.

from Xorg.log, I found:

[    11.553] (II) AIGLX: Screen 0 is not DRI capable
[    11.553] [glesx] __glESXExtensionInit: No GL ES2.0 capable screen found!

which does not appear using catalyst rather than catalyst-test


Ryzen 5900X 12 core/24 thread - RTX 3090 FE 24 Gb, Asus Prime B450 Plus, 32Gb Corsair DDR4, Cooler Master N300 chassis, 5 HD (1 NvME PCI, 4SSD) + 1 x optical.
Linux user #545703

Offline

#5833 2013-10-27 10:35:21

Vi0L0
Member
From: Poland
Registered: 2009-06-24
Posts: 1,349
Website

Re: The AMD/ATI Bar & Grill

ergoschnuffel wrote:

Your new pkgbuild is building fine, it got bigger.

yeah, i added staticlibs and libtool to the options and it fixed the whole libfglrx_ip.a bug - thanks are going to Hetvin for tracking it down.
The package is a lot bigger because I added !strip to the options, it's leaving symbols in the libraries so the package (and libs themselves) are bigger - but it could be useful, especially in some debugging.
I'm going to use !strip on upcoming repo updates, so expect bigger packages (catalyst-utils package is for example 3MB bigger, so it's not that bad)

ivdok wrote:

I'd stop proposing Nvidia to everyone, if you implement KMS and proper XvBA, which does not breaks every time I want to watch some movies.

xvba looks abandoned, nobody's developing it, it's going worse and worse year after year.
kms on catalyst? did i missed something? personally i would rather like to see proper wayland support wink

Offline

#5834 2013-10-27 10:48:10

ivdok
Member
From: Abu Dhabi
Registered: 2013-07-17
Posts: 60

Re: The AMD/ATI Bar & Grill

Vi0L0 wrote:

kms on catalyst? did i missed something? personally i would rather like to see proper wayland support wink

Well, Wayland is the thing of the future - I expect it properly running on all distros not earlier than 2015 at least.

Offline

#5835 2013-10-27 10:53:31

snack
Member
From: Italy
Registered: 2009-01-13
Posts: 861

Re: The AMD/ATI Bar & Grill

Since latest update to KDE 4.11.2 desktop effects are back for Catalyst legacy on my Mobile HD3470. However, I'm experiencing HUGE tearing and lag when playing flash videos fullscreen. Disabling desktop effects does not help, tear free desktop option from CCC seems to be plainly ignored. Is anyone else facing the same issue? Is there something that can be done to fix it? I know that Catalyst legacy is turning into bit rot but I can't switch to open driver due to this...

Offline

#5836 2013-10-27 13:05:57

snack
Member
From: Italy
Registered: 2009-01-13
Posts: 861

Re: The AMD/ATI Bar & Grill

ivdok wrote:
Vi0L0 wrote:

kms on catalyst? did i missed something? personally i would rather like to see proper wayland support wink

Well, Wayland is the thing of the future - I expect it properly running on all distros not earlier than 2015 at least.

Up to some time ago, KMS was a hard requirement for Wayland. But maybe things changed in the meantime...

Offline

#5837 2013-10-27 14:09:25

ivdok
Member
From: Abu Dhabi
Registered: 2013-07-17
Posts: 60

Re: The AMD/ATI Bar & Grill

snack wrote:
ivdok wrote:
Vi0L0 wrote:

kms on catalyst? did i missed something? personally i would rather like to see proper wayland support wink

Well, Wayland is the thing of the future - I expect it properly running on all distros not earlier than 2015 at least.

Up to some time ago, KMS was a hard requirement for Wayland. But maybe things changed in the meantime...

Well, I don't quite follow Wayland development process, since it would span for a year or two at least. But your post gives me a hope, what they will probably add KMS when it's done. Even if they are still following Ubuntu's release cycle for drivers (heard somewhere about this, can someone confirm?), there are still a load of distros, which will probably use Wayland. Yes, Fedora/RHEL, I'm watching at you! I think, what if commercial distros would start pushing Wayland into upstream insead of Xorg, AMD ought to make support for it, otherwise they would lose clients - and it would really hurt, since some part of these uses GPU for calculating, not for gaming/entertaining.

Offline

#5838 2013-10-27 18:13:09

Vi0L0
Member
From: Poland
Registered: 2009-06-24
Posts: 1,349
Website

Re: The AMD/ATI Bar & Grill

ivdok wrote:
snack wrote:
ivdok wrote:

Well, Wayland is the thing of the future - I expect it properly running on all distros not earlier than 2015 at least.

Up to some time ago, KMS was a hard requirement for Wayland. But maybe things changed in the meantime...

Well, I don't quite follow Wayland development process, since it would span for a year or two at least. But your post gives me a hope, what they will probably add KMS when it's done. Even if they are still following Ubuntu's release cycle for drivers (heard somewhere about this, can someone confirm?), there are still a load of distros, which will probably use Wayland. Yes, Fedora/RHEL, I'm watching at you! I think, what if commercial distros would start pushing Wayland into upstream insead of Xorg, AMD ought to make support for it, otherwise they would lose clients - and it would really hurt, since some part of these uses GPU for calculating, not for gaming/entertaining.

Lately they were only claiming EGL whenever talking about Wayland and blobs. I'm no expert, only heard that there's some workaround for KMS.
The fact that AMD is closer to Ubuntu (and it's Mir) is only making things worse for Wayland. For industrial customers there will still be good old x.org, it could take ages for them to hit Wayland.
On the other hand AMD is already living in the Wayland's world - and it's living well thanks to oss drivers.
Let's just hope that single egl will solve both Mir and Wayland support...

Last edited by Vi0L0 (2013-10-27 18:13:59)

Offline

#5839 2013-10-28 10:22:22

dRaiser
Member
From: Poland
Registered: 2013-05-20
Posts: 51
Website

Re: The AMD/ATI Bar & Grill

Hi,  I ask again - use catalyst-utils-pxp package and my laptop freezes after trying to resume from suspend when Catalyst is used - fine on Intel. I haven't noticed anything suspicious in log - could you help me?

Offline

#5840 2013-10-29 05:53:17

mojtabazn
Member
Registered: 2013-10-20
Posts: 43

Re: The AMD/ATI Bar & Grill

i installed latest aur test driver here are my configuration i have black screen no crash can turn laptop off with power button
asus n61jq  mobility radeon hd 5730

at first had this problem

AIGLX error: failed to open /usr/X11R6/lib64/modules/dri/fglrx_dri.so

and i did this command found it by searching in forum

 #ln -s /usr/lib64/xorg/modules /usr/X11R6/lib64 

here is the log

[    20.205] 
X.Org X Server 1.14.3
Release Date: 2013-09-12
[    20.205] X Protocol Version 11, Revision 0
[    20.205] Build Operating System: Linux 3.11.1-1-ARCH x86_64 
[    20.205] Current Operating System: Linux localhost 3.11.6-1-ARCH #1 SMP PREEMPT Fri Oct 18 23:22:36 CEST 2013 x86_64
[    20.205] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=1a596825-4426-4e54-ba76-3cd4638f7a91 rw quiet nomodeset
[    20.205] Build Date: 08 October 2013  08:48:10PM
[    20.205]  
[    20.205] Current version of pixman: 0.30.2
[    20.205] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    20.205] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    20.205] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Oct 29 08:27:17 2013
[    20.301] (==) Using config file: "/etc/X11/xorg.conf"
[    20.301] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    20.402] (==) ServerLayout "aticonfig Layout"
[    20.402] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
[    20.402] (**) |   |-->Monitor "aticonfig-Monitor[0]-0"
[    20.402] (**) |   |-->Device "aticonfig-Device[0]-0"
[    20.402] (==) Automatically adding devices
[    20.402] (==) Automatically enabling devices
[    20.402] (==) Automatically adding GPU devices
[    20.465] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    20.465] 	Entry deleted from font path.
[    20.465] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    20.465] 	Entry deleted from font path.
[    20.473] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[    20.473] 	Entry deleted from font path.
[    20.474] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[    20.474] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[    20.474] 	Entry deleted from font path.
[    20.474] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[    20.474] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/
[    20.474] (==) ModulePath set to "/usr/lib/xorg/modules"
[    20.474] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    20.474] (II) Loader magic: 0x7fdc20
[    20.474] (II) Module ABI versions:
[    20.474] 	X.Org ANSI C Emulation: 0.4
[    20.474] 	X.Org Video Driver: 14.1
[    20.474] 	X.Org XInput driver : 19.1
[    20.474] 	X.Org Server Extension : 7.0
[    20.477] (--) PCI:*(0:1:0:0) 1002:68c0:1043:1c22 rev 0, Mem @ 0xc0000000/268435456, 0xd0020000/131072, I/O @ 0x0000d000/256, BIOS @ 0x????????/131072
[    20.489] Initializing built-in extension Generic Event Extension
[    20.489] Initializing built-in extension SHAPE
[    20.489] Initializing built-in extension MIT-SHM
[    20.489] Initializing built-in extension XInputExtension
[    20.489] Initializing built-in extension XTEST
[    20.489] Initializing built-in extension BIG-REQUESTS
[    20.489] Initializing built-in extension SYNC
[    20.489] Initializing built-in extension XKEYBOARD
[    20.489] Initializing built-in extension XC-MISC
[    20.489] Initializing built-in extension SECURITY
[    20.489] Initializing built-in extension XINERAMA
[    20.489] Initializing built-in extension XFIXES
[    20.489] Initializing built-in extension RENDER
[    20.489] Initializing built-in extension RANDR
[    20.489] Initializing built-in extension COMPOSITE
[    20.489] Initializing built-in extension DAMAGE
[    20.489] Initializing built-in extension MIT-SCREEN-SAVER
[    20.489] Initializing built-in extension DOUBLE-BUFFER
[    20.489] Initializing built-in extension RECORD
[    20.489] Initializing built-in extension DPMS
[    20.489] Initializing built-in extension X-Resource
[    20.489] Initializing built-in extension XVideo
[    20.489] Initializing built-in extension XVideo-MotionCompensation
[    20.489] Initializing built-in extension XFree86-VidModeExtension
[    20.489] Initializing built-in extension XFree86-DGA
[    20.489] Initializing built-in extension XFree86-DRI
[    20.489] Initializing built-in extension DRI2
[    20.489] (II) "glx" will be loaded by default.
[    20.489] (II) LoadModule: "glx"
[    20.541] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    20.567] (II) Module glx: vendor="Advanced Micro Devices, Inc."
[    20.567] 	compiled for 6.9.0, module version = 1.0.0
[    20.567] Loading extension GLX
[    20.567] (II) LoadModule: "fglrx"
[    20.591] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[    20.832] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
[    20.832] 	compiled for 1.4.99.906, module version = 13.25.5
[    20.832] 	Module class: X.Org Video Driver
[    20.833] (II) Loading sub module "fglrxdrm"
[    20.833] (II) LoadModule: "fglrxdrm"
[    20.833] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[    20.880] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[    20.880] 	compiled for 1.4.99.906, module version = 13.25.5
[    20.880] (II) AMD Proprietary Linux Driver Version Identifier:13.25.5
[    20.880] (II) AMD Proprietary Linux Driver Release Identifier: UNSUPPORTED-13.25.18                 
[    20.880] (II) AMD Proprietary Linux Driver Build Date: Oct 24 2013 17:43:48
[    20.880] (++) using VT number 7

[    20.994] (WW) Falling back to old probe method for fglrx
[    21.090] (II) Loading PCS database from /etc/ati/amdpcsdb /etc/ati/amdpcsdb.default
[    21.094] ukiDynamicMajor: found major device number 250
[    21.094] ukiDynamicMajor: found major device number 250
[    21.094] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[    21.094] ukiOpenDevice: node name is /dev/ati/card0
[    21.094] ukiOpenDevice: open result is 10, (OK)
[    21.326] ukiOpenByBusid: ukiOpenMinor returns 10
[    21.327] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[    21.393] (--) Chipset Supported AMD Graphics Processor (0x68C0) found
[    21.400] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
[    21.412] (II) fglrx(0): pEnt->device->identifier=0x1e053e0
[    21.412] (II) fglrx(0): === [xdl_xs114_atiddxPreInit] === begin
[    21.412] (II) Loading sub module "vgahw"
[    21.412] (II) LoadModule: "vgahw"
[    21.412] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[    21.421] (II) Module vgahw: vendor="X.Org Foundation"
[    21.421] 	compiled for 1.14.3, module version = 0.1.0
[    21.422] 	ABI class: X.Org Video Driver, version 14.1
[    21.423] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
[    21.423] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    21.423] (==) fglrx(0): Default visual is TrueColor
[    21.423] (**) fglrx(0): Option "DPMS" "true"
[    21.423] (==) fglrx(0): RGB weight 888
[    21.423] (II) fglrx(0): Using 8 bits per RGB 
[    21.423] (==) fglrx(0): Buffer Tiling is ON
[    21.423] (II) Loading sub module "fglrxdrm"
[    21.423] (II) LoadModule: "fglrxdrm"
[    21.423] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[    21.423] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[    21.423] 	compiled for 1.4.99.906, module version = 13.25.5
[    21.426] ukiDynamicMajor: found major device number 250
[    21.426] ukiDynamicMajor: found major device number 250
[    21.426] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[    21.426] ukiOpenDevice: node name is /dev/ati/card0
[    21.426] ukiOpenDevice: open result is 12, (OK)
[    21.426] ukiOpenByBusid: ukiOpenMinor returns 12
[    21.426] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[    21.426] (**) fglrx(0): NoAccel = NO
[    21.427] (**) fglrx(0): AMD 2D Acceleration Architecture enabled
[    21.427] (--) fglrx(0): Chipset: "AMD Radeon HD 6570M/5700 Series" (Chipset = 0x68c0)
[    21.427] (--) fglrx(0): (PciSubVendor = 0x1043, PciSubDevice = 0x1c22)
[    21.427] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original AMD
[    21.427] (--) fglrx(0): Linear framebuffer (phys) at 0xc0000000
[    21.427] (--) fglrx(0): MMIO registers at 0xd0020000
[    21.427] (--) fglrx(0): I/O port at 0x0000d000
[    21.427] (==) fglrx(0): ROM-BIOS at 0x000c0000
[    21.428] (II) fglrx(0): AC Adapter is used
[    21.445] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
[    21.459] (II) Loading sub module "vbe"
[    21.459] (II) LoadModule: "vbe"
[    21.474] (II) Loading /usr/lib/xorg/modules/libvbe.so
[    21.475] (II) Module vbe: vendor="X.Org Foundation"
[    21.475] 	compiled for 1.14.3, module version = 1.1.0
[    21.475] 	ABI class: X.Org Video Driver, version 14.1
[    21.487] (II) fglrx(0): VESA BIOS detected
[    21.487] (II) fglrx(0): VESA VBE Version 3.0
[    21.487] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
[    21.487] (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
[    21.487] (II) fglrx(0): VESA VBE OEM Software Rev: 12.20
[    21.487] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc. 
[    21.487] (II) fglrx(0): VESA VBE OEM Product: MADISON
[    21.487] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
[    21.487] (II) fglrx(0): AMD Video BIOS revision 9 or later detected
[    21.487] (--) fglrx(0): Video RAM: 1048576 kByte, Type: DDR3
[    21.487] (II) fglrx(0): PCIE card detected
[    21.487] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
[    21.487] (WW) fglrx(0): board is an unknown third party board, chipset is supported
[    21.487] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x40000000)
[    21.488] (II) fglrx(0): RandR 1.2 support is enabled!
[    21.488] (II) fglrx(0): RandR 1.2 rotation support is enabled!
[    21.488] (==) fglrx(0): Center Mode is disabled 
[    21.488] (II) Loading sub module "fb"
[    21.488] (II) LoadModule: "fb"
[    21.488] (II) Loading /usr/lib/xorg/modules/libfb.so
[    21.490] (II) Module fb: vendor="X.Org Foundation"
[    21.490] 	compiled for 1.14.3, module version = 1.0.0
[    21.490] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    21.490] (II) Loading sub module "ddc"
[    21.490] (II) LoadModule: "ddc"
[    21.490] (II) Module "ddc" already built-in
[    21.628] (II) fglrx(0): Output LVDS using monitor section aticonfig-Monitor[0]-0
[    21.628] (II) fglrx(0): Output DFP1 has no monitor section
[    21.628] (II) fglrx(0): Output CRT1 has no monitor section
[    21.629] (II) Loading sub module "ddc"
[    21.629] (II) LoadModule: "ddc"
[    21.629] (II) Module "ddc" already built-in
[    21.629] (II) fglrx(0): Connected Display0: LVDS
[    21.629] (II) fglrx(0): Display0 EDID data ---------------------------
[    21.629] (II) fglrx(0): Manufacturer: SEC  Model: 524d  Serial#: 0
[    21.629] (II) fglrx(0): Year: 2009  Week: 0
[    21.629] (II) fglrx(0): EDID Version: 1.3
[    21.629] (II) fglrx(0): Digital Display Input
[    21.629] (II) fglrx(0): Max Image Size [cm]: horiz.: 35  vert.: 20
[    21.629] (II) fglrx(0): Gamma: 2.20
[    21.629] (II) fglrx(0): No DPMS capabilities specified
[    21.629] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    21.629] (II) fglrx(0): First detailed timing is preferred mode
[    21.629] (II) fglrx(0): redX: 0.620 redY: 0.340   greenX: 0.340 greenY: 0.590
[    21.629] (II) fglrx(0): blueX: 0.150 blueY: 0.080   whiteX: 0.313 whiteY: 0.329
[    21.629] (II) fglrx(0): Manufacturer's mask: 0
[    21.629] (II) fglrx(0): Supported detailed timing:
[    21.629] (II) fglrx(0): clock: 72.3 MHz   Image Size:  353 x 198 mm
[    21.629] (II) fglrx(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1526 h_border: 0
[    21.629] (II) fglrx(0): v_active: 768  v_sync: 770  v_sync_end 775 v_blanking: 790 v_border: 0
[    21.629] (II) fglrx(0): Unknown vendor-specific block f
[    21.629] (II) fglrx(0):  SAMSUNG
[    21.629] (II) fglrx(0):  160AT06-A01
[    21.629] (II) fglrx(0): EDID (in hex):
[    21.629] (II) fglrx(0): 	00ffffffffffff004ca34d5200000000
[    21.629] (II) fglrx(0): 	00130103802314780ac0a59e57579726
[    21.629] (II) fglrx(0): 	14505400000001010101010101010101
[    21.629] (II) fglrx(0): 	010101010101411c56a0500016303020
[    21.629] (II) fglrx(0): 	250061c6100000190000000f00000000
[    21.629] (II) fglrx(0): 	00000000001eb4027400000000fe0053
[    21.629] (II) fglrx(0): 	414d53554e470a2020202020000000fe
[    21.629] (II) fglrx(0): 	00313630415430362d4130310a20009e
[    21.629] (II) fglrx(0): End of Display0 EDID data --------------------
[    21.629] (II) fglrx(0): Dynamic Surface Resizing Enabled
[    21.631] (II) fglrx(0): EDID for output LVDS
[    21.631] (II) fglrx(0): Manufacturer: SEC  Model: 524d  Serial#: 0
[    21.631] (II) fglrx(0): Year: 2009  Week: 0
[    21.631] (II) fglrx(0): EDID Version: 1.3
[    21.631] (II) fglrx(0): Digital Display Input
[    21.631] (II) fglrx(0): Max Image Size [cm]: horiz.: 35  vert.: 20
[    21.631] (II) fglrx(0): Gamma: 2.20
[    21.631] (II) fglrx(0): No DPMS capabilities specified
[    21.631] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    21.631] (II) fglrx(0): First detailed timing is preferred mode
[    21.631] (II) fglrx(0): redX: 0.620 redY: 0.340   greenX: 0.340 greenY: 0.590
[    21.631] (II) fglrx(0): blueX: 0.150 blueY: 0.080   whiteX: 0.313 whiteY: 0.329
[    21.631] (II) fglrx(0): Manufacturer's mask: 0
[    21.631] (II) fglrx(0): Supported detailed timing:
[    21.631] (II) fglrx(0): clock: 72.3 MHz   Image Size:  353 x 198 mm
[    21.631] (II) fglrx(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1526 h_border: 0
[    21.631] (II) fglrx(0): v_active: 768  v_sync: 770  v_sync_end 775 v_blanking: 790 v_border: 0
[    21.631] (II) fglrx(0): Unknown vendor-specific block f
[    21.631] (II) fglrx(0):  SAMSUNG
[    21.631] (II) fglrx(0):  160AT06-A01
[    21.631] (II) fglrx(0): EDID (in hex):
[    21.631] (II) fglrx(0): 	00ffffffffffff004ca34d5200000000
[    21.631] (II) fglrx(0): 	00130103802314780ac0a59e57579726
[    21.631] (II) fglrx(0): 	14505400000001010101010101010101
[    21.631] (II) fglrx(0): 	010101010101411c56a0500016303020
[    21.631] (II) fglrx(0): 	250061c6100000190000000f00000000
[    21.631] (II) fglrx(0): 	00000000001eb4027400000000fe0053
[    21.631] (II) fglrx(0): 	414d53554e470a2020202020000000fe
[    21.631] (II) fglrx(0): 	00313630415430362d4130310a20009e
[    21.631] (II) fglrx(0): EDID vendor "SEC", prod id 21069
[    21.631] (II) fglrx(0): Printing DDC gathered Modelines:
[    21.631] (II) fglrx(0): Modeline "1366x768"x0.0   72.33  1366 1414 1446 1526  768 770 775 790 -hsync -vsync (47.4 kHz eP)
[    21.631] (II) fglrx(0): Printing probed modes for output LVDS
[    21.631] (II) fglrx(0): Modeline "1366x768"x60.0   72.33  1366 1414 1446 1526  768 770 775 790 -hsync -vsync (47.4 kHz eP)
[    21.631] (II) fglrx(0): Modeline "1360x768"x60.0   72.33  1360 1414 1446 1526  768 770 775 790 -hsync -vsync (47.4 kHz e)
[    21.631] (II) fglrx(0): Modeline "1280x768"x60.0   72.33  1280 1414 1446 1526  768 770 775 790 -hsync -vsync (47.4 kHz e)
[    21.631] (II) fglrx(0): Modeline "1280x720"x60.0   72.33  1280 1414 1446 1526  720 770 775 790 -hsync -vsync (47.4 kHz e)
[    21.631] (II) fglrx(0): Modeline "1024x768"x60.0   72.33  1024 1414 1446 1526  768 770 775 790 -hsync -vsync (47.4 kHz e)
[    21.631] (II) fglrx(0): Modeline "1024x600"x60.0   72.33  1024 1414 1446 1526  600 770 775 790 -hsync -vsync (47.4 kHz e)
[    21.631] (II) fglrx(0): Modeline "800x600"x60.0   72.33  800 1414 1446 1526  600 770 775 790 -hsync -vsync (47.4 kHz e)
[    21.631] (II) fglrx(0): Modeline "800x480"x60.0   72.33  800 1414 1446 1526  480 770 775 790 -hsync -vsync (47.4 kHz e)
[    21.632] (II) fglrx(0): Modeline "640x480"x60.0   72.33  640 1414 1446 1526  480 770 775 790 -hsync -vsync (47.4 kHz e)
[    21.632] (II) fglrx(0): EDID for output DFP1
[    21.632] (II) fglrx(0): EDID for output CRT1
[    21.632] (II) fglrx(0): Output LVDS connected
[    21.632] (II) fglrx(0): Output DFP1 disconnected
[    21.632] (II) fglrx(0): Output CRT1 disconnected
[    21.632] (II) fglrx(0): Using exact sizes for initial modes
[    21.632] (II) fglrx(0): Output LVDS using initial mode 1366x768
[    21.632] (II) fglrx(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    21.632] (II) fglrx(0): Display dimensions: (350, 200) mm
[    21.632] (II) fglrx(0): DPI set to (99, 97)
[    21.632] (II) fglrx(0): Eyefinity capable adapter detected.
[    21.632] (II) fglrx(0): Adapter AMD Radeon HD 6570M/5700 Series has 6 configurable heads and 1 displays connected.
[    21.632] (==) fglrx(0):  PseudoColor visuals disabled
[    21.632] (II) Loading sub module "ramdac"
[    21.632] (II) LoadModule: "ramdac"
[    21.632] (II) Module "ramdac" already built-in
[    21.632] (==) fglrx(0): NoDRI = NO
[    21.632] (==) fglrx(0): Capabilities: 0x00000000
[    21.632] (==) fglrx(0): CapabilitiesEx: 0x00000000
[    21.632] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
[    21.632] (==) fglrx(0): UseFastTLS=0
[    21.632] (II) fglrx(0): Shadow Primary option: ShadowPrimary is enabled
[    21.632] (--) Depth 24 pixmap format is 32 bpp
[    21.632] Loading extension ATIFGLRXDRI
[    21.633] (II) fglrx(0): doing swlDriScreenInit
[    21.633] (II) fglrx(0): swlDriScreenInit for fglrx driver
[    21.633] ukiDynamicMajor: found major device number 250
[    21.633] ukiDynamicMajor: found major device number 250
[    21.633] ukiDynamicMajor: found major device number 250
[    21.633] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[    21.633] ukiOpenDevice: node name is /dev/ati/card0
[    21.633] ukiOpenDevice: open result is 13, (OK)
[    21.633] ukiOpenByBusid: ukiOpenMinor returns 13
[    21.633] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[    21.633] (II) fglrx(0): [uki] DRM interface version 1.0
[    21.633] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0"
[    21.633] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x2000
[    21.633] (II) fglrx(0): [uki] mapped SAREA 0x2000 to 0x7f923146e000
[    21.633] (II) fglrx(0): [uki] framebuffer handle = 0x3000
[    21.633] (II) fglrx(0): [uki] added 1 reserved context for kernel
[    21.633] (II) fglrx(0): swlDriScreenInit done
[    21.633] (II) fglrx(0): Kernel Module Version Information:
[    21.633] (II) fglrx(0):     Name: fglrx
[    21.633] (II) fglrx(0):     Version: 13.25.5
[    21.633] (II) fglrx(0):     Date: Oct 24 2013
[    21.633] (II) fglrx(0):     Desc: AMD FireGL DRM kernel module
[    21.633] (II) fglrx(0): Kernel Module version matches driver.
[    21.633] (II) fglrx(0): Kernel Module Build Time Information:
[    21.633] (II) fglrx(0):     Build-Kernel UTS_RELEASE:        3.11.6-1-ARCH
[    21.633] (II) fglrx(0):     Build-Kernel MODVERSIONS:        yes
[    21.633] (II) fglrx(0):     Build-Kernel __SMP__:            yes
[    21.633] (II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
[    21.633] (II) fglrx(0): [uki] register handle = 0x00004000
[    21.637] (II) fglrx(0): DRI initialization successfull
[    21.650] (II) fglrx(0): FBADPhys: 0xf00000000 FBMappedSize: 0x01080000
[    21.664] (==) fglrx(0): Backing store disabled
[    21.664] Loading extension FGLRXEXTENSION
[    21.664] (**) fglrx(0): DPMS enabled
[    21.665] (II) fglrx(0): Initialized in-driver Xinerama extension
[    21.665] (**) fglrx(0): Textured Video is enabled.
[    21.665] (II) LoadModule: "glesx"
[    21.677] (II) Loading /usr/lib/xorg/modules/glesx.so
[    21.815] (II) Module glesx: vendor="X.Org Foundation"
[    21.815] 	compiled for 1.4.99.906, module version = 1.0.0
[    21.815] Loading extension GLESX
[    21.815] (II) fglrx(0): GLESX enableFlags = 592
[    21.816] (II) fglrx(0): GLESX is enabled
[    21.816] (II) LoadModule: "amdxmm"
[    21.816] (II) Loading /usr/lib/xorg/modules/amdxmm.so
[    21.828] (II) Module amdxmm: vendor="X.Org Foundation"
[    21.828] 	compiled for 1.4.99.906, module version = 2.0.0
[    21.837] Loading extension AMDXVOPL
[    21.837] Loading extension AMDXVBA
[    21.850] (II) fglrx(0): UVD feature is enabled(II) fglrx(0): 
[    21.851] (II) fglrx(0): Enable composite support successfully
[    21.852] (WW) fglrx(0): Option "VendorName" is not used
[    21.852] (WW) fglrx(0): Option "ModelName" is not used
[    21.852] (II) fglrx(0): X context handle = 0x1
[    21.852] (II) fglrx(0): [DRI] installation complete
[    21.852] (==) fglrx(0): Silken mouse enabled
[    21.852] (==) fglrx(0): Using HW cursor of display infrastructure!
[    21.852] (II) fglrx(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    21.862] (II) fglrx(0): 'LVDS LCD' ConnectorType, abstracted as 'Panel'
[    21.862] (II) fglrx(0): 'eDP LCD' ConnectorType, abstracted as 'Panel'
[    22.833] (--) RandR disabled
[    22.839] ukiDynamicMajor: found major device number 250
[    22.839] ukiDynamicMajor: found major device number 250
[    22.839] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[    22.839] ukiOpenDevice: node name is /dev/ati/card0
[    22.839] ukiOpenDevice: open result is 14, (OK)
[    22.839] ukiOpenByBusid: ukiOpenMinor returns 14
[    22.839] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[    23.228] ukiDynamicMajor: found major device number 250
[    23.228] ukiDynamicMajor: found major device number 250
[    23.228] ukiDynamicMajor: found major device number 250
[    23.228] ukiOpenDevice: node name is /dev/ati/card0
[    23.228] ukiOpenDevice: open result is 15, (OK)
[    23.228] ukiGetBusid returned 'PCI:1:0:0'
[    23.228] ukiOpenDevice: node name is /dev/ati/card1
[    23.228] ukiOpenDevice: open result is -1, (No such device)
[    23.228] ukiOpenDevice: open result is -1, (No such device)
[    23.228] ukiOpenDevice: Open failed
[    23.228] ukiOpenDevice: node name is /dev/ati/card2
[    23.228] ukiOpenDevice: open result is -1, (No such device)
[    23.228] ukiOpenDevice: open result is -1, (No such device)
[    23.228] ukiOpenDevice: Open failed
[    23.228] ukiOpenDevice: node name is /dev/ati/card3
[    23.228] ukiOpenDevice: open result is -1, (No such device)
[    23.228] ukiOpenDevice: open result is -1, (No such device)
[    23.228] ukiOpenDevice: Open failed
[    23.228] ukiOpenDevice: node name is /dev/ati/card4
[    23.228] ukiOpenDevice: open result is -1, (No such device)
[    23.228] ukiOpenDevice: open result is -1, (No such device)
[    23.228] ukiOpenDevice: Open failed
[    23.228] ukiOpenDevice: node name is /dev/ati/card5
[    23.228] ukiOpenDevice: open result is -1, (No such device)
[    23.228] ukiOpenDevice: open result is -1, (No such device)
[    23.228] ukiOpenDevice: Open failed
[    23.228] ukiOpenDevice: node name is /dev/ati/card6
[    23.228] ukiOpenDevice: open result is -1, (No such device)
[    23.228] ukiOpenDevice: open result is -1, (No such device)
[    23.228] ukiOpenDevice: Open failed
[    23.228] ukiOpenDevice: node name is /dev/ati/card7
[    23.228] ukiOpenDevice: open result is -1, (No such device)
[    23.228] ukiOpenDevice: open result is -1, (No such device)
[    23.228] ukiOpenDevice: Open failed
[    23.228] ukiOpenDevice: node name is /dev/ati/card8
[    23.228] ukiOpenDevice: open result is -1, (No such device)
[    23.228] ukiOpenDevice: open result is -1, (No such device)
[    23.228] ukiOpenDevice: Open failed
[    23.228] ukiOpenDevice: node name is /dev/ati/card9
[    23.228] ukiOpenDevice: open result is -1, (No such device)
[    23.228] ukiOpenDevice: open result is -1, (No such device)
[    23.228] ukiOpenDevice: Open failed
[    23.228] ukiOpenDevice: node name is /dev/ati/card10
[    23.228] ukiOpenDevice: open result is -1, (No such device)
[    23.228] ukiOpenDevice: open result is -1, (No such device)
[    23.228] ukiOpenDevice: Open failed
[    23.228] ukiOpenDevice: node name is /dev/ati/card11
[    23.228] ukiOpenDevice: open result is -1, (No such device)
[    23.228] ukiOpenDevice: open result is -1, (No such device)
[    23.228] ukiOpenDevice: Open failed
[    23.228] ukiOpenDevice: node name is /dev/ati/card12
[    23.228] ukiOpenDevice: open result is -1, (No such device)
[    23.228] ukiOpenDevice: open result is -1, (No such device)
[    23.228] ukiOpenDevice: Open failed
[    23.228] ukiOpenDevice: node name is /dev/ati/card13
[    23.228] ukiOpenDevice: open result is -1, (No such device)
[    23.228] ukiOpenDevice: open result is -1, (No such device)
[    23.228] ukiOpenDevice: Open failed
[    23.228] ukiOpenDevice: node name is /dev/ati/card14
[    23.228] ukiOpenDevice: open result is -1, (No such device)
[    23.228] ukiOpenDevice: open result is -1, (No such device)
[    23.228] ukiOpenDevice: Open failed
[    23.228] ukiOpenDevice: node name is /dev/ati/card15
[    23.228] ukiOpenDevice: open result is -1, (No such device)
[    23.228] ukiOpenDevice: open result is -1, (No such device)
[    23.228] ukiOpenDevice: Open failed
[    23.228] ukiDynamicMajor: found major device number 250
[    23.229] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[    23.229] ukiOpenDevice: node name is /dev/ati/card0
[    23.229] ukiOpenDevice: open result is 15, (OK)
[    23.229] ukiOpenByBusid: ukiOpenMinor returns 15
[    23.229] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[    24.095] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0
[    24.096] ukiDynamicMajor: found major device number 250
[    24.098] ukiDynamicMajor: found major device number 250
[    24.098] ukiDynamicMajor: found major device number 250
[    24.098] ukiOpenDevice: node name is /dev/ati/card0
[    24.098] ukiOpenDevice: open result is 16, (OK)
[    24.098] ukiGetBusid returned 'PCI:1:0:0'
[    24.098] ukiOpenDevice: node name is /dev/ati/card1
[    24.098] ukiOpenDevice: open result is -1, (No such device)
[    24.098] ukiOpenDevice: open result is -1, (No such device)
[    24.098] ukiOpenDevice: Open failed
[    24.098] ukiOpenDevice: node name is /dev/ati/card2
[    24.098] ukiOpenDevice: open result is -1, (No such device)
[    24.098] ukiOpenDevice: open result is -1, (No such device)
[    24.098] ukiOpenDevice: Open failed
[    24.098] ukiOpenDevice: node name is /dev/ati/card3
[    24.098] ukiOpenDevice: open result is -1, (No such device)
[    24.098] ukiOpenDevice: open result is -1, (No such device)
[    24.098] ukiOpenDevice: Open failed
[    24.098] ukiOpenDevice: node name is /dev/ati/card4
[    24.098] ukiOpenDevice: open result is -1, (No such device)
[    24.098] ukiOpenDevice: open result is -1, (No such device)
[    24.098] ukiOpenDevice: Open failed
[    24.098] ukiOpenDevice: node name is /dev/ati/card5
[    24.098] ukiOpenDevice: open result is -1, (No such device)
[    24.098] ukiOpenDevice: open result is -1, (No such device)
[    24.098] ukiOpenDevice: Open failed
[    24.098] ukiOpenDevice: node name is /dev/ati/card6
[    24.098] ukiOpenDevice: open result is -1, (No such device)
[    24.098] ukiOpenDevice: open result is -1, (No such device)
[    24.098] ukiOpenDevice: Open failed
[    24.098] ukiOpenDevice: node name is /dev/ati/card7
[    24.098] ukiOpenDevice: open result is -1, (No such device)
[    24.098] ukiOpenDevice: open result is -1, (No such device)
[    24.098] ukiOpenDevice: Open failed
[    24.098] ukiOpenDevice: node name is /dev/ati/card8
[    24.098] ukiOpenDevice: open result is -1, (No such device)
[    24.098] ukiOpenDevice: open result is -1, (No such device)
[    24.098] ukiOpenDevice: Open failed
[    24.098] ukiOpenDevice: node name is /dev/ati/card9
[    24.098] ukiOpenDevice: open result is -1, (No such device)
[    24.098] ukiOpenDevice: open result is -1, (No such device)
[    24.098] ukiOpenDevice: Open failed
[    24.098] ukiOpenDevice: node name is /dev/ati/card10
[    24.098] ukiOpenDevice: open result is -1, (No such device)
[    24.098] ukiOpenDevice: open result is -1, (No such device)
[    24.098] ukiOpenDevice: Open failed
[    24.098] ukiOpenDevice: node name is /dev/ati/card11
[    24.098] ukiOpenDevice: open result is -1, (No such device)
[    24.098] ukiOpenDevice: open result is -1, (No such device)
[    24.098] ukiOpenDevice: Open failed
[    24.098] ukiOpenDevice: node name is /dev/ati/card12
[    24.098] ukiOpenDevice: open result is -1, (No such device)
[    24.098] ukiOpenDevice: open result is -1, (No such device)
[    24.098] ukiOpenDevice: Open failed
[    24.098] ukiOpenDevice: node name is /dev/ati/card13
[    24.098] ukiOpenDevice: open result is -1, (No such device)
[    24.098] ukiOpenDevice: open result is -1, (No such device)
[    24.098] ukiOpenDevice: Open failed
[    24.098] ukiOpenDevice: node name is /dev/ati/card14
[    24.098] ukiOpenDevice: open result is -1, (No such device)
[    24.098] ukiOpenDevice: open result is -1, (No such device)
[    24.098] ukiOpenDevice: Open failed
[    24.098] ukiOpenDevice: node name is /dev/ati/card15
[    24.098] ukiOpenDevice: open result is -1, (No such device)
[    24.098] ukiOpenDevice: open result is -1, (No such device)
[    24.098] ukiOpenDevice: Open failed
[    24.098] ukiDynamicMajor: found major device number 250
[    24.098] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[    24.098] ukiOpenDevice: node name is /dev/ati/card0
[    24.098] ukiOpenDevice: open result is 16, (OK)
[    24.098] ukiOpenByBusid: ukiOpenMinor returns 16
[    24.098] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[    24.248] (II) fglrx(0): Setting screen physical size to 361 x 203
[    24.531] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[    24.531] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    24.531] (II) LoadModule: "evdev"
[    24.531] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    24.556] (II) Module evdev: vendor="X.Org Foundation"
[    24.556] 	compiled for 1.14.3, module version = 2.8.2
[    24.556] 	Module class: X.Org XInput Driver
[    24.556] 	ABI class: X.Org XInput driver, version 19.1
[    24.556] (II) Using input driver 'evdev' for 'Power Button'
[    24.556] (**) Power Button: always reports core events
[    24.556] (**) evdev: Power Button: Device: "/dev/input/event4"
[    24.556] (--) evdev: Power Button: Vendor 0 Product 0x1
[    24.556] (--) evdev: Power Button: Found keys
[    24.556] (II) evdev: Power Button: Configuring as keyboard
[    24.556] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
[    24.556] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    24.556] (**) Option "xkb_rules" "evdev"
[    24.556] (**) Option "xkb_model" "pc104"
[    24.556] (**) Option "xkb_layout" "us"
[    24.592] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[    24.592] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    24.592] (II) Using input driver 'evdev' for 'Video Bus'
[    24.592] (**) Video Bus: always reports core events
[    24.592] (**) evdev: Video Bus: Device: "/dev/input/event6"
[    24.592] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    24.592] (--) evdev: Video Bus: Found keys
[    24.592] (II) evdev: Video Bus: Configuring as keyboard
[    24.592] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:09/LNXVIDEO:01/input/input6/event6"
[    24.592] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    24.592] (**) Option "xkb_rules" "evdev"
[    24.592] (**) Option "xkb_model" "pc104"
[    24.592] (**) Option "xkb_layout" "us"
[    24.593] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[    24.593] (II) No input driver specified, ignoring this device.
[    24.593] (II) This device may have been added with another device file.
[    24.593] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[    24.593] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    24.593] (II) Using input driver 'evdev' for 'Sleep Button'
[    24.593] (**) Sleep Button: always reports core events
[    24.593] (**) evdev: Sleep Button: Device: "/dev/input/event3"
[    24.593] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[    24.594] (--) evdev: Sleep Button: Found keys
[    24.594] (II) evdev: Sleep Button: Configuring as keyboard
[    24.594] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3/event3"
[    24.594] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[    24.594] (**) Option "xkb_rules" "evdev"
[    24.594] (**) Option "xkb_model" "pc104"
[    24.594] (**) Option "xkb_layout" "us"
[    24.595] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event10)
[    24.595] (II) No input driver specified, ignoring this device.
[    24.595] (II) This device may have been added with another device file.
[    24.595] (II) config/udev: Adding input device USB2.0 UVC 2M WebCam (/dev/input/event12)
[    24.595] (**) USB2.0 UVC 2M WebCam: Applying InputClass "evdev keyboard catchall"
[    24.595] (II) Using input driver 'evdev' for 'USB2.0 UVC 2M WebCam'
[    24.595] (**) USB2.0 UVC 2M WebCam: always reports core events
[    24.595] (**) evdev: USB2.0 UVC 2M WebCam: Device: "/dev/input/event12"
[    24.595] (--) evdev: USB2.0 UVC 2M WebCam: Vendor 0x13d3 Product 0x5122
[    24.595] (--) evdev: USB2.0 UVC 2M WebCam: Found keys
[    24.595] (II) evdev: USB2.0 UVC 2M WebCam: Configuring as keyboard
[    24.595] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.2/3-1.2:1.0/input/input12/event12"
[    24.595] (II) XINPUT: Adding extended input device "USB2.0 UVC 2M WebCam" (type: KEYBOARD, id 9)
[    24.595] (**) Option "xkb_rules" "evdev"
[    24.595] (**) Option "xkb_model" "pc104"
[    24.595] (**) Option "xkb_layout" "us"
[    24.596] (II) config/udev: Adding input device HDA Intel MID Headphone (/dev/input/event8)
[    24.596] (II) No input driver specified, ignoring this device.
[    24.596] (II) This device may have been added with another device file.
[    24.597] (II) config/udev: Adding input device HDA Intel MID Mic (/dev/input/event9)
[    24.597] (II) No input driver specified, ignoring this device.
[    24.597] (II) This device may have been added with another device file.
[    24.597] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/event1)
[    24.597] (**) USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[    24.598] (II) Using input driver 'evdev' for 'USB Optical Mouse'
[    24.598] (**) USB Optical Mouse: always reports core events
[    24.598] (**) evdev: USB Optical Mouse: Device: "/dev/input/event1"
[    24.598] (--) evdev: USB Optical Mouse: Vendor 0x1bcf Product 0x7
[    24.598] (--) evdev: USB Optical Mouse: Found 3 mouse buttons
[    24.598] (--) evdev: USB Optical Mouse: Found scroll wheel(s)
[    24.598] (--) evdev: USB Optical Mouse: Found relative axes
[    24.598] (--) evdev: USB Optical Mouse: Found x and y relative axes
[    24.598] (--) evdev: USB Optical Mouse: Found absolute axes
[    24.598] (II) evdev: USB Optical Mouse: Forcing absolute x/y axes to exist.
[    24.598] (II) evdev: USB Optical Mouse: Configuring as mouse
[    24.598] (II) evdev: USB Optical Mouse: Adding scrollwheel support
[    24.598] (**) evdev: USB Optical Mouse: YAxisMapping: buttons 4 and 5
[    24.598] (**) evdev: USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    24.598] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.1/4-1.1:1.0/input/input1/event1"
[    24.598] (II) XINPUT: Adding extended input device "USB Optical Mouse" (type: MOUSE, id 10)
[    24.598] (II) evdev: USB Optical Mouse: initialized for relative axes.
[    24.598] (WW) evdev: USB Optical Mouse: ignoring absolute axes.
[    24.598] (**) USB Optical Mouse: (accel) keeping acceleration scheme 1
[    24.598] (**) USB Optical Mouse: (accel) acceleration profile 0
[    24.598] (**) USB Optical Mouse: (accel) acceleration factor: 2.000
[    24.598] (**) USB Optical Mouse: (accel) acceleration threshold: 4
[    24.599] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/mouse0)
[    24.599] (II) No input driver specified, ignoring this device.
[    24.599] (II) This device may have been added with another device file.
[    24.599] (II) config/udev: Adding input device Asus Laptop extra buttons (/dev/input/event7)
[    24.600] (**) Asus Laptop extra buttons: Applying InputClass "evdev keyboard catchall"
[    24.600] (II) Using input driver 'evdev' for 'Asus Laptop extra buttons'
[    24.600] (**) Asus Laptop extra buttons: always reports core events
[    24.600] (**) evdev: Asus Laptop extra buttons: Device: "/dev/input/event7"
[    24.600] (--) evdev: Asus Laptop extra buttons: Vendor 0 Product 0
[    24.600] (--) evdev: Asus Laptop extra buttons: Found keys
[    24.600] (II) evdev: Asus Laptop extra buttons: Configuring as keyboard
[    24.600] (**) Option "config_info" "udev:/sys/devices/platform/asus_laptop/input/input7/event7"
[    24.600] (II) XINPUT: Adding extended input device "Asus Laptop extra buttons" (type: KEYBOARD, id 11)
[    24.600] (**) Option "xkb_rules" "evdev"
[    24.600] (**) Option "xkb_model" "pc104"
[    24.600] (**) Option "xkb_layout" "us"
[    24.601] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    24.601] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    24.601] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    24.601] (**) AT Translated Set 2 keyboard: always reports core events
[    24.601] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    24.601] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    24.601] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    24.601] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    24.601] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    24.601] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[    24.601] (**) Option "xkb_rules" "evdev"
[    24.601] (**) Option "xkb_model" "pc104"
[    24.601] (**) Option "xkb_layout" "us"
[    24.602] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event11)
[    24.602] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
[    24.602] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
[    24.602] (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons"
[    24.602] (II) LoadModule: "synaptics"
[    24.602] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    24.610] (II) Module synaptics: vendor="X.Org Foundation"
[    24.610] 	compiled for 1.14.1, module version = 1.7.1
[    24.610] 	Module class: X.Org XInput Driver
[    24.610] 	ABI class: X.Org XInput driver, version 19.1
[    24.610] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
[    24.610] (**) ETPS/2 Elantech Touchpad: always reports core events
[    24.610] (**) Option "Device" "/dev/input/event11"
[    24.716] (II) synaptics: ETPS/2 Elantech Touchpad: ignoring touch events for semi-multitouch device
[    24.717] (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 0 - 1152 (res 0)
[    24.717] (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 0 - 576 (res 0)
[    24.717] (--) synaptics: ETPS/2 Elantech Touchpad: pressure range 0 - 255
[    24.717] (--) synaptics: ETPS/2 Elantech Touchpad: finger width range 0 - 15
[    24.717] (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left right double triple
[    24.717] (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
[    24.717] (**) Option "TapButton1" "1"
[    24.717] (**) Option "TapButton2" "2"
[    24.717] (**) Option "TapButton3" "3"
[    24.717] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[    24.717] (**) ETPS/2 Elantech Touchpad: always reports core events
[    24.770] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input11/event11"
[    24.770] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 13)
[    24.770] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[    24.770] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MaxSpeed is now 1.75
[    24.770] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) AccelFactor is now 0.155
[    24.770] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
[    24.770] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1
[    24.771] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[    24.771] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[    24.771] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[    24.771] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
[    24.771] (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[    24.772] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    24.772] (II) No input driver specified, ignoring this device.
[    24.772] (II) This device may have been added with another device file.
[    24.780] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
[    71.116] (II) AIGLX: Suspending AIGLX clients for VT switch
[    71.117] (II) fglrx(0): Backup framebuffer data.
[    71.119] (II) fglrx(0): Backup complete.
[    97.485] (II) UnloadModule: "synaptics"
[    97.543] (II) evdev: AT Translated Set 2 keyboard: Close
[    97.544] (II) UnloadModule: "evdev"
[    97.544] (II) evdev: Asus Laptop extra buttons: Close
[    97.544] (II) UnloadModule: "evdev"
[    97.544] (II) evdev: USB Optical Mouse: Close
[    97.544] (II) UnloadModule: "evdev"
[    97.544] (II) evdev: USB2.0 UVC 2M WebCam: Close
[    97.544] (II) UnloadModule: "evdev"
[    97.544] (II) evdev: Sleep Button: Close
[    97.544] (II) UnloadModule: "evdev"
[    97.544] (II) evdev: Video Bus: Close
[    97.544] (II) UnloadModule: "evdev"
[    97.544] (II) evdev: Power Button: Close
[    97.544] (II) UnloadModule: "evdev"
[    97.545] (II) fglrx(0): Shutdown CMMQS
[    97.545] (II) fglrx(0): [uki] removed 1 reserved context for kernel
[    97.545] (II) fglrx(0): [uki] unmapping 8192 bytes of SAREA 0x2000 at 0x7f923146e000
[    97.545] (EE) 
[    97.545] (EE) Backtrace:
[    97.948] (EE) 0: /usr/bin/X (xorg_backtrace+0x3d) [0x57f67d]
[    97.948] (EE) 1: /usr/bin/X (0x400000+0x1833e9) [0x5833e9]
[    97.948] (EE) 2: /usr/lib/libpthread.so.0 (0x7f923098d000+0xf870) [0x7f923099c870]
[    97.948] (EE) 3: /usr/lib/libpciaccess.so.0 (0x7f9230bab000+0x503e) [0x7f9230bb003e]
[    97.948] (EE) 4: /usr/lib/xorg/modules/drivers/fglrx_drv.so (amd_xs113_int10_x_inb+0x46) [0x7f922dfa0a66]
[    97.948] (EE) 5: /usr/lib/xorg/modules/drivers/fglrx_drv.so (0x7f922d68a000+0x90f745) [0x7f922df99745]
[    97.949] (EE) 6: /usr/lib/xorg/modules/drivers/fglrx_drv.so (X86EMU_exec+0xa5) [0x7f922df8ce95]
[    97.949] (EE) 7: /usr/lib/xorg/modules/drivers/fglrx_drv.so (amd_xs113_int10_xf86ExecX86int10+0x46) [0x7f922dfa1bc6]
[    97.949] (EE) 8: /usr/lib/xorg/modules/drivers/fglrx_drv.so (xf86ExecX86int10+0xd) [0x7f922da480dd]
[    97.949] (EE) 9: /usr/lib/xorg/modules/libvbe.so (VBESetVBEMode+0x9d) [0x7f922d02f65d]
[    97.949] (EE) 10: /usr/lib/xorg/modules/drivers/fglrx_drv.so (0x7f922d68a000+0x3f17e3) [0x7f922da7b7e3]
[    97.949] (EE) 11: /usr/lib/xorg/modules/drivers/fglrx_drv.so (atiddxVBESetConsoleMode+0x44) [0x7f922da7b634]
[    97.949] (EE) 12: /usr/lib/xorg/modules/drivers/fglrx_drv.so (xdl_xs114_atiddxFreeScreen+0x73e) [0x7f922dbdb13e]
[    97.950] (EE) 13: /usr/lib/xorg/modules/drivers/fglrx_drv.so (xdl_xs114_atiddxCloseScreen+0x321) [0x7f922dbda761]
[    97.950] (EE) 14: /usr/lib/xorg/modules/drivers/fglrx_drv.so (0x7f922d68a000+0x977186) [0x7f922e001186]
[    97.950] (EE) 15: /usr/bin/X (0x400000+0xc4efe) [0x4c4efe]
[    97.950] (EE) 16: /usr/bin/X (0x400000+0x107de6) [0x507de6]
[    97.950] (EE) 17: /usr/bin/X (0x400000+0x26a47) [0x426a47]
[    97.950] (EE) 18: /usr/lib/libc.so.6 (__libc_start_main+0xf5) [0x7f922fa10bc5]
[    97.950] (EE) 19: /usr/bin/X (0x400000+0x26c81) [0x426c81]
[    97.950] (EE) 
[    97.950] (EE) Segmentation fault at address 0x0
[    97.950] (EE) 
Fatal server error:
[    97.950] (EE) Caught signal 11 (Segmentation fault). Server aborting
[    97.950] (EE) 
[    97.950] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[    97.950] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    97.950] (EE) 
[    97.950] (EE) Server terminated with error (1). Closing log file.

xorg.conf

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

Section "Module"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]-0"
	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 "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

so any help to fix this ?:(

Offline

#5841 2013-11-02 13:44:45

hdhiman
Member
Registered: 2009-09-05
Posts: 52

Re: The AMD/ATI Bar & Grill

Hi all,
After an update yesterday, my system fails to go past the Login Screen. The whole desktop freezes, the mouse as well. I think Xorg fails to start.

Only Failsafe mode works.  But I see random glitches in the screen.

Video also not working if openGL output enabled, currently using linux framebuffer.

Any help? What diagnostic should I use?

Here's the Xorg.0.log:

[     2.456] 
X.Org X Server 1.14.4
Release Date: 2013-10-31
[     2.456] X Protocol Version 11, Revision 0
[     2.456] Build Operating System: Linux 3.11.6-1-ARCH x86_64 
[     2.456] Current Operating System: Linux dmanPC 3.11.6-1-ARCH #1 SMP PREEMPT Fri Oct 18 23:22:36 CEST 2013 x86_64
[     2.456] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=3766a71b-dbfe-4cc2-b7bd-948878b5da67 ro quiet init=/usr/lib/systemd/systemd
[     2.456] Build Date: 01 November 2013  05:10:48PM
[     2.456]  
[     2.456] Current version of pixman: 0.30.2
[     2.456] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     2.456] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     2.456] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Nov  2 21:38:54 2013
[     2.458] (==) Using config file: "/etc/X11/xorg.conf"
[     2.458] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     2.459] (==) ServerLayout "aticonfig Layout"
[     2.459] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
[     2.459] (**) |   |-->Monitor "<default monitor>"
[     2.459] (**) |   |-->Device "aticonfig-Device[0]-0"
[     2.459] (==) No monitor specified for screen "aticonfig-Screen[0]-0".
	Using a default monitor configuration.
[     2.459] (==) Automatically adding devices
[     2.459] (==) Automatically enabling devices
[     2.459] (==) Automatically adding GPU devices
[     2.462] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[     2.462] 	Entry deleted from font path.
[     2.462] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[     2.462] 	Entry deleted from font path.
[     2.462] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[     2.462] 	Entry deleted from font path.
[     2.462] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[     2.462] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[     2.462] 	Entry deleted from font path.
[     2.462] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[     2.462] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/
[     2.462] (==) ModulePath set to "/usr/lib/xorg/modules"
[     2.462] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     2.462] (II) Loader magic: 0x7fdc20
[     2.462] (II) Module ABI versions:
[     2.462] 	X.Org ANSI C Emulation: 0.4
[     2.462] 	X.Org Video Driver: 14.1
[     2.462] 	X.Org XInput driver : 19.1
[     2.462] 	X.Org Server Extension : 7.0
[     2.463] (--) PCI:*(0:7:0:0) 1002:6819:1462:2730 rev 0, Mem @ 0xe0000000/268435456, 0xf7b00000/262144, I/O @ 0x0000c000/256, BIOS @ 0x????????/131072
[     2.463] Initializing built-in extension Generic Event Extension
[     2.463] Initializing built-in extension SHAPE
[     2.463] Initializing built-in extension MIT-SHM
[     2.463] Initializing built-in extension XInputExtension
[     2.463] Initializing built-in extension XTEST
[     2.463] Initializing built-in extension BIG-REQUESTS
[     2.463] Initializing built-in extension SYNC
[     2.463] Initializing built-in extension XKEYBOARD
[     2.463] Initializing built-in extension XC-MISC
[     2.463] Initializing built-in extension SECURITY
[     2.463] Initializing built-in extension XINERAMA
[     2.463] Initializing built-in extension XFIXES
[     2.463] Initializing built-in extension RENDER
[     2.463] Initializing built-in extension RANDR
[     2.463] Initializing built-in extension COMPOSITE
[     2.463] Initializing built-in extension DAMAGE
[     2.463] Initializing built-in extension MIT-SCREEN-SAVER
[     2.463] Initializing built-in extension DOUBLE-BUFFER
[     2.463] Initializing built-in extension RECORD
[     2.463] Initializing built-in extension DPMS
[     2.463] Initializing built-in extension X-Resource
[     2.463] Initializing built-in extension XVideo
[     2.463] Initializing built-in extension XVideo-MotionCompensation
[     2.463] Initializing built-in extension XFree86-VidModeExtension
[     2.463] Initializing built-in extension XFree86-DGA
[     2.463] Initializing built-in extension XFree86-DRI
[     2.463] Initializing built-in extension DRI2
[     2.463] (II) "glx" will be loaded by default.
[     2.463] (II) LoadModule: "glx"
[     2.464] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     2.466] (II) Module glx: vendor="Advanced Micro Devices, Inc."
[     2.466] 	compiled for 6.9.0, module version = 1.0.0
[     2.466] Loading extension GLX
[     2.466] (II) LoadModule: "fglrx"
[     2.466] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[     2.498] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
[     2.498] 	compiled for 1.4.99.906, module version = 13.25.5
[     2.498] 	Module class: X.Org Video Driver
[     2.498] (II) Loading sub module "fglrxdrm"
[     2.498] (II) LoadModule: "fglrxdrm"
[     2.498] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[     2.499] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[     2.499] 	compiled for 1.4.99.906, module version = 13.25.5
[     2.499] (II) AMD Proprietary Linux Driver Version Identifier:13.25.5
[     2.499] (II) AMD Proprietary Linux Driver Release Identifier: UNSUPPORTED-13.25.18                 
[     2.499] (II) AMD Proprietary Linux Driver Build Date: Oct 24 2013 17:43:48
[     2.499] (++) using VT number 7

[     2.500] (WW) Falling back to old probe method for fglrx
[     2.507] (II) Loading PCS database from /etc/ati/amdpcsdb /etc/ati/amdpcsdb.default
[     2.509] ukiDynamicMajor: found major device number 251
[     2.509] ukiDynamicMajor: found major device number 251
[     2.509] ukiOpenByBusid: Searching for BusID PCI:7:0:0
[     2.509] ukiOpenDevice: node name is /dev/ati/card0
[     2.509] ukiOpenDevice: open result is 9, (OK)
[     2.704] ukiOpenByBusid: ukiOpenMinor returns 9
[     2.704] ukiOpenByBusid: ukiGetBusid reports PCI:7:0:0
[     2.767] (--) Chipset Supported AMD Graphics Processor (0x6819) found
[     2.782] (WW) fglrx: No matching Device section for instance (BusID PCI:0@7:0:1) found
[     2.794] (II) fglrx(0): pEnt->device->identifier=0x1064780
[     2.794] (II) fglrx(0): === [xdl_xs114_atiddxPreInit] === begin
[     2.795] (II) Loading sub module "vgahw"
[     2.795] (II) LoadModule: "vgahw"
[     2.810] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[     2.869] (II) Module vgahw: vendor="X.Org Foundation"
[     2.869] 	compiled for 1.14.4, module version = 0.1.0
[     2.869] 	ABI class: X.Org Video Driver, version 14.1
[     2.870] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
[     2.870] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[     2.870] (==) fglrx(0): Default visual is TrueColor
[     2.870] (==) fglrx(0): RGB weight 888
[     2.870] (II) fglrx(0): Using 8 bits per RGB 
[     2.870] (==) fglrx(0): Buffer Tiling is ON
[     2.870] (II) Loading sub module "fglrxdrm"
[     2.870] (II) LoadModule: "fglrxdrm"
[     2.870] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[     2.870] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[     2.870] 	compiled for 1.4.99.906, module version = 13.25.5
[     2.871] ukiDynamicMajor: found major device number 251
[     2.871] ukiDynamicMajor: found major device number 251
[     2.871] ukiOpenByBusid: Searching for BusID PCI:7:0:0
[     2.871] ukiOpenDevice: node name is /dev/ati/card0
[     2.871] ukiOpenDevice: open result is 11, (OK)
[     2.871] ukiOpenByBusid: ukiOpenMinor returns 11
[     2.871] ukiOpenByBusid: ukiGetBusid reports PCI:7:0:0
[     2.871] (**) fglrx(0): NoAccel = NO
[     2.871] (**) fglrx(0): AMD 2D Acceleration Architecture enabled
[     2.871] (--) fglrx(0): Chipset: "AMD Radeon HD 7800 Series " (Chipset = 0x6819)
[     2.871] (--) fglrx(0): (PciSubVendor = 0x1462, PciSubDevice = 0x2730)
[     2.871] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original AMD
[     2.871] (--) fglrx(0): Linear framebuffer (phys) at 0xe0000000
[     2.871] (--) fglrx(0): MMIO registers at 0xf7b00000
[     2.871] (--) fglrx(0): I/O port at 0x0000c000
[     2.871] (==) fglrx(0): ROM-BIOS at 0x000c0000
[     2.888] (II) fglrx(0): AC Adapter is used
[     2.888] (II) fglrx(0): AMD Video BIOS revision 9 or later detected
[     2.888] (--) fglrx(0): Video RAM: 2097152 kByte, Type: GDDR5
[     2.888] (II) fglrx(0): PCIE card detected
[     2.888] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
[     2.888] (WW) fglrx(0): board is an unknown third party board, chipset is supported
[     2.888] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf400000000, MCFBSize = 0x80000000)
[     2.888] (II) fglrx(0): RandR 1.2 support is enabled!
[     2.888] (II) fglrx(0): RandR 1.2 rotation support is enabled!
[     2.888] (==) fglrx(0): Center Mode is disabled 
[     2.888] (II) Loading sub module "fb"
[     2.888] (II) LoadModule: "fb"
[     2.888] (II) Loading /usr/lib/xorg/modules/libfb.so
[     2.995] (II) Module fb: vendor="X.Org Foundation"
[     2.995] 	compiled for 1.14.4, module version = 1.0.0
[     2.995] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     2.995] (II) Loading sub module "ddc"
[     2.995] (II) LoadModule: "ddc"
[     2.995] (II) Module "ddc" already built-in
[     3.529] (II) fglrx(0): Output DFP1 has no monitor section
[     3.529] (II) fglrx(0): Output DFP2 has no monitor section
[     3.529] (II) fglrx(0): Output DFP3 has no monitor section
[     3.529] (II) fglrx(0): Output DFP4 has no monitor section
[     3.529] (II) fglrx(0): Output DFP5 has no monitor section
[     3.529] (II) fglrx(0): Output DFP6 has no monitor section
[     3.529] (II) fglrx(0): Output DFP7 has no monitor section
[     3.529] (II) fglrx(0): Output DFP8 has no monitor section
[     3.529] (II) fglrx(0): Output DFP9 using monitor section 0-DFP9
[     3.529] (**) fglrx(0): Option "PreferredMode" "1920x1080"
[     3.529] (**) fglrx(0): Option "Position" "2560 0"
[     3.529] (**) fglrx(0): Option "Disable" "false"
[     3.529] (**) fglrx(0): Option "Rotate" "normal"
[     3.529] (**) fglrx(0): Option "TargetRefresh" "60"
[     3.529] (II) fglrx(0): Output DFP10 using monitor section 0-DFP10
[     3.529] (**) fglrx(0): Option "PreferredMode" "2560x1440"
[     3.529] (**) fglrx(0): Option "Position" "0 0"
[     3.529] (**) fglrx(0): Option "Disable" "false"
[     3.529] (**) fglrx(0): Option "Rotate" "normal"
[     3.529] (**) fglrx(0): Option "TargetRefresh" "60"
[     3.529] (II) fglrx(0): Output CRT1 has no monitor section
[     3.529] (II) Loading sub module "ddc"
[     3.529] (II) LoadModule: "ddc"
[     3.529] (II) Module "ddc" already built-in
[     3.529] (II) fglrx(0): Connected Display0: DFP9
[     3.529] (II) fglrx(0): Display0 EDID data ---------------------------
[     3.529] (II) fglrx(0): Manufacturer: SAM  Model: 524  Serial#: 1280455218
[     3.529] (II) fglrx(0): Year: 2009  Week: 20
[     3.529] (II) fglrx(0): EDID Version: 1.3
[     3.529] (II) fglrx(0): Digital Display Input
[     3.529] (II) fglrx(0): Max Image Size [cm]: horiz.: 48  vert.: 27
[     3.529] (II) fglrx(0): Gamma: 2.20
[     3.529] (II) fglrx(0): DPMS capabilities: Off
[     3.529] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[     3.529] (II) fglrx(0): First detailed timing is preferred mode
[     3.529] (II) fglrx(0): redX: 0.648 redY: 0.339   greenX: 0.143 greenY: 0.070
[     3.529] (II) fglrx(0): blueX: 0.282 blueY: 0.603   whiteX: 0.312 whiteY: 0.329
[     3.529] (II) fglrx(0): Supported established timings:
[     3.529] (II) fglrx(0): 640x480@60Hz
[     3.529] (II) fglrx(0): 800x600@56Hz
[     3.529] (II) fglrx(0): 800x600@60Hz
[     3.529] (II) fglrx(0): 1024x768@60Hz
[     3.529] (II) fglrx(0): Manufacturer's mask: 0
[     3.529] (II) fglrx(0): Supported standard timings:
[     3.529] (II) fglrx(0): #0: hsize: 1280  vsize 800  refresh: 60  vid: 129
[     3.529] (II) fglrx(0): #1: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[     3.529] (II) fglrx(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[     3.529] (II) fglrx(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
[     3.529] (II) fglrx(0): #4: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[     3.529] (II) fglrx(0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[     3.529] (II) fglrx(0): Supported detailed timing:
[     3.529] (II) fglrx(0): clock: 148.5 MHz   Image Size:  477 x 268 mm
[     3.529] (II) fglrx(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[     3.529] (II) fglrx(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[     3.529] (II) fglrx(0): Ranges: V min: 56 V max: 60 Hz, H min: 30 H max: 81 kHz, PixClock max 175 MHz
[     3.529] (II) fglrx(0): Monitor name: SyncMaster
[     3.529] (II) fglrx(0): Serial No: HMBS500385
[     3.529] (II) fglrx(0): Supported detailed timing:
[     3.529] (II) fglrx(0): clock: 148.5 MHz   Image Size:  477 x 268 mm
[     3.529] (II) fglrx(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[     3.529] (II) fglrx(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[     3.529] (II) fglrx(0): Supported detailed timing:
[     3.529] (II) fglrx(0): clock: 74.2 MHz   Image Size:  477 x 268 mm
[     3.529] (II) fglrx(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[     3.529] (II) fglrx(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[     3.529] (II) fglrx(0): Supported detailed timing:
[     3.529] (II) fglrx(0): clock: 74.2 MHz   Image Size:  477 x 268 mm
[     3.529] (II) fglrx(0): h_active: 1280  h_sync: 1720  h_sync_end 1760 h_blank_end 1980 h_border: 0
[     3.529] (II) fglrx(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[     3.529] (II) fglrx(0): Supported detailed timing:
[     3.529] (II) fglrx(0): clock: 27.0 MHz   Image Size:  477 x 268 mm
[     3.529] (II) fglrx(0): h_active: 720  h_sync: 732  h_sync_end 796 h_blank_end 864 h_border: 0
[     3.529] (II) fglrx(0): v_active: 576  v_sync: 581  v_sync_end 586 v_blanking: 625 v_border: 0
[     3.529] (II) fglrx(0): Supported detailed timing:
[     3.529] (II) fglrx(0): clock: 27.0 MHz   Image Size:  477 x 268 mm
[     3.529] (II) fglrx(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[     3.529] (II) fglrx(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[     3.529] (II) fglrx(0): Number of EDID sections to follow: 1
[     3.529] (II) fglrx(0): EDID (in hex):
[     3.529] (II) fglrx(0): 	00ffffffffffff004c2d24053232524c
[     3.529] (II) fglrx(0): 	1413010380301b782a3851a656241248
[     3.529] (II) fglrx(0): 	9a50542308008100814081809500a940
[     3.529] (II) fglrx(0): 	b30001010101023a801871382d40582c
[     3.529] (II) fglrx(0): 	4500dd0c1100001e000000fd00383c1e
[     3.529] (II) fglrx(0): 	5111000a202020202020000000fc0053
[     3.529] (II) fglrx(0): 	796e634d61737465720a2020000000ff
[     3.529] (II) fglrx(0): 	00484d42533530303338350a20200168
[     3.529] (II) fglrx(0): End of Display0 EDID data --------------------
[     3.529] (II) fglrx(0): Connected Display1: DFP10
[     3.529] (II) fglrx(0): Display1 EDID data ---------------------------
[     3.529] (II) fglrx(0): Manufacturer: DEL  Model: 407e  Serial#: 892418124
[     3.529] (II) fglrx(0): Year: 2012  Week: 41
[     3.529] (II) fglrx(0): EDID Version: 1.3
[     3.529] (II) fglrx(0): Digital Display Input
[     3.529] (II) fglrx(0): Max Image Size [cm]: horiz.: 60  vert.: 34
[     3.529] (II) fglrx(0): Gamma: 2.20
[     3.529] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off
[     3.529] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[     3.529] (II) fglrx(0): First detailed timing is preferred mode
[     3.529] (II) fglrx(0): redX: 0.653 redY: 0.336   greenX: 0.295 greenY: 0.640
[     3.529] (II) fglrx(0): blueX: 0.146 blueY: 0.042   whiteX: 0.313 whiteY: 0.329
[     3.529] (II) fglrx(0): Supported established timings:
[     3.529] (II) fglrx(0): 720x400@70Hz
[     3.529] (II) fglrx(0): 640x480@60Hz
[     3.529] (II) fglrx(0): 640x480@75Hz
[     3.529] (II) fglrx(0): 800x600@60Hz
[     3.529] (II) fglrx(0): 800x600@75Hz
[     3.529] (II) fglrx(0): 1024x768@60Hz
[     3.529] (II) fglrx(0): 1024x768@75Hz
[     3.529] (II) fglrx(0): 1280x1024@75Hz
[     3.529] (II) fglrx(0): Manufacturer's mask: 0
[     3.529] (II) fglrx(0): Supported standard timings:
[     3.529] (II) fglrx(0): #0: hsize: 1280  vsize 800  refresh: 60  vid: 129
[     3.529] (II) fglrx(0): #1: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[     3.529] (II) fglrx(0): #2: hsize: 1920  vsize 1200  refresh: 60  vid: 209
[     3.529] (II) fglrx(0): #3: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[     3.529] (II) fglrx(0): #4: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[     3.529] (II) fglrx(0): #5: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[     3.529] (II) fglrx(0): #6: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[     3.529] (II) fglrx(0): Supported detailed timing:
[     3.529] (II) fglrx(0): clock: 241.5 MHz   Image Size:  597 x 336 mm
[     3.529] (II) fglrx(0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
[     3.529] (II) fglrx(0): v_active: 1440  v_sync: 1443  v_sync_end 1448 v_blanking: 1481 v_border: 0
[     3.529] (II) fglrx(0): Serial No: GK0KD2AB518L
[     3.529] (II) fglrx(0): Monitor name: DELL U2713HM
[     3.529] (II) fglrx(0): Ranges: V min: 49 V max: 86 Hz, H min: 29 H max: 113 kHz, PixClock max 285 MHz
[     3.529] (II) fglrx(0): EDID (in hex):
[     3.529] (II) fglrx(0): 	00ffffffffffff0010ac7e404c383135
[     3.529] (II) fglrx(0): 	29160103803c2278ea4bb5a7564ba325
[     3.529] (II) fglrx(0): 	0a5054a54b008100b300d100714fa940
[     3.529] (II) fglrx(0): 	8180d1c00101565e00a0a0a029503020
[     3.529] (II) fglrx(0): 	350055502100001a000000ff00474b30
[     3.529] (II) fglrx(0): 	4b443241423531384c0a000000fc0044
[     3.529] (II) fglrx(0): 	454c4c205532373133484d0a000000fd
[     3.529] (II) fglrx(0): 	0031561d711c000a20202020202000ce
[     3.529] (II) fglrx(0): End of Display1 EDID data --------------------
[     3.529] (II) fglrx(0): Dynamic Surface Resizing Enabled
[     3.530] (II) fglrx(0): EDID for output DFP1
[     3.530] (II) fglrx(0): EDID for output DFP2
[     3.530] (II) fglrx(0): EDID for output DFP3
[     3.530] (II) fglrx(0): EDID for output DFP4
[     3.530] (II) fglrx(0): EDID for output DFP5
[     3.530] (II) fglrx(0): EDID for output DFP6
[     3.530] (II) fglrx(0): EDID for output DFP7
[     3.530] (II) fglrx(0): EDID for output DFP8
[     3.530] (II) fglrx(0): EDID for output DFP9
[     3.530] (II) fglrx(0): Manufacturer: SAM  Model: 524  Serial#: 1280455218
[     3.530] (II) fglrx(0): Year: 2009  Week: 20
[     3.530] (II) fglrx(0): EDID Version: 1.3
[     3.530] (II) fglrx(0): Digital Display Input
[     3.530] (II) fglrx(0): Max Image Size [cm]: horiz.: 48  vert.: 27
[     3.530] (II) fglrx(0): Gamma: 2.20
[     3.530] (II) fglrx(0): DPMS capabilities: Off
[     3.530] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[     3.530] (II) fglrx(0): First detailed timing is preferred mode
[     3.530] (II) fglrx(0): redX: 0.648 redY: 0.339   greenX: 0.143 greenY: 0.070
[     3.530] (II) fglrx(0): blueX: 0.282 blueY: 0.603   whiteX: 0.312 whiteY: 0.329
[     3.530] (II) fglrx(0): Supported established timings:
[     3.530] (II) fglrx(0): 640x480@60Hz
[     3.530] (II) fglrx(0): 800x600@56Hz
[     3.530] (II) fglrx(0): 800x600@60Hz
[     3.530] (II) fglrx(0): 1024x768@60Hz
[     3.530] (II) fglrx(0): Manufacturer's mask: 0
[     3.530] (II) fglrx(0): Supported standard timings:
[     3.530] (II) fglrx(0): #0: hsize: 1280  vsize 800  refresh: 60  vid: 129
[     3.530] (II) fglrx(0): #1: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[     3.530] (II) fglrx(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[     3.530] (II) fglrx(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
[     3.530] (II) fglrx(0): #4: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[     3.530] (II) fglrx(0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[     3.530] (II) fglrx(0): Supported detailed timing:
[     3.530] (II) fglrx(0): clock: 148.5 MHz   Image Size:  477 x 268 mm
[     3.530] (II) fglrx(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[     3.530] (II) fglrx(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[     3.530] (II) fglrx(0): Ranges: V min: 56 V max: 60 Hz, H min: 30 H max: 81 kHz, PixClock max 175 MHz
[     3.530] (II) fglrx(0): Monitor name: SyncMaster
[     3.530] (II) fglrx(0): Serial No: HMBS500385
[     3.531] (II) fglrx(0): Supported detailed timing:
[     3.531] (II) fglrx(0): clock: 148.5 MHz   Image Size:  477 x 268 mm
[     3.531] (II) fglrx(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[     3.531] (II) fglrx(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[     3.531] (II) fglrx(0): Supported detailed timing:
[     3.531] (II) fglrx(0): clock: 74.2 MHz   Image Size:  477 x 268 mm
[     3.531] (II) fglrx(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[     3.531] (II) fglrx(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[     3.531] (II) fglrx(0): Supported detailed timing:
[     3.531] (II) fglrx(0): clock: 74.2 MHz   Image Size:  477 x 268 mm
[     3.531] (II) fglrx(0): h_active: 1280  h_sync: 1720  h_sync_end 1760 h_blank_end 1980 h_border: 0
[     3.531] (II) fglrx(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[     3.531] (II) fglrx(0): Supported detailed timing:
[     3.531] (II) fglrx(0): clock: 27.0 MHz   Image Size:  477 x 268 mm
[     3.531] (II) fglrx(0): h_active: 720  h_sync: 732  h_sync_end 796 h_blank_end 864 h_border: 0
[     3.531] (II) fglrx(0): v_active: 576  v_sync: 581  v_sync_end 586 v_blanking: 625 v_border: 0
[     3.531] (II) fglrx(0): Supported detailed timing:
[     3.531] (II) fglrx(0): clock: 27.0 MHz   Image Size:  477 x 268 mm
[     3.531] (II) fglrx(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[     3.531] (II) fglrx(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[     3.531] (II) fglrx(0): Number of EDID sections to follow: 1
[     3.531] (II) fglrx(0): EDID (in hex):
[     3.531] (II) fglrx(0): 	00ffffffffffff004c2d24053232524c
[     3.531] (II) fglrx(0): 	1413010380301b782a3851a656241248
[     3.531] (II) fglrx(0): 	9a50542308008100814081809500a940
[     3.531] (II) fglrx(0): 	b30001010101023a801871382d40582c
[     3.531] (II) fglrx(0): 	4500dd0c1100001e000000fd00383c1e
[     3.531] (II) fglrx(0): 	5111000a202020202020000000fc0053
[     3.531] (II) fglrx(0): 	796e634d61737465720a2020000000ff
[     3.531] (II) fglrx(0): 	00484d42533530303338350a20200168
[     3.531] (II) fglrx(0): User Preference Output DFP9 using refresh rate 60.0 Hz.
[     3.531] (II) fglrx(0): Printing probed modes for output DFP9
[     3.531] (II) fglrx(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz UeP)
[     3.531] (II) fglrx(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[     3.531] (II) fglrx(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[     3.531] (II) fglrx(0): Modeline "1776x1000"x50.0  148.50  1776 2304 2348 2640  1000 1004 1009 1125 +hsync +vsync (56.2 kHz ez)
[     3.531] (II) fglrx(0): Modeline "1680x1050"x50.0  148.50  1680 2448 2492 2640  1050 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[     3.531] (II) fglrx(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[     3.531] (II) fglrx(0): Modeline "1400x1050"x60.0  162.00  1400 1664 1856 2160  1050 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[     3.531] (II) fglrx(0): Modeline "1400x1050"x50.0  148.50  1400 2448 2492 2640  1050 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[     3.531] (II) fglrx(0): Modeline "1600x900"x60.0  162.00  1600 1664 1856 2160  900 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[     3.531] (II) fglrx(0): Modeline "1600x900"x50.0  148.50  1600 2448 2492 2640  900 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[     3.531] (II) fglrx(0): Modeline "1280x1024"x50.0  148.50  1280 2448 2492 2640  1024 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[     3.531] (II) fglrx(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[     3.531] (II) fglrx(0): Modeline "1440x900"x50.0  148.50  1440 2448 2492 2640  900 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[     3.531] (II) fglrx(0): Modeline "1440x900"x60.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[     3.531] (II) fglrx(0): Modeline "1280x960"x50.0  148.50  1280 2448 2492 2640  960 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[     3.531] (II) fglrx(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[     3.531] (II) fglrx(0): Modeline "1280x800"x50.0  148.50  1280 2448 2492 2640  800 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[     3.531] (II) fglrx(0): Modeline "1280x800"x60.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[     3.531] (II) fglrx(0): Modeline "1280x768"x50.0  148.50  1280 2448 2492 2640  768 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[     3.531] (II) fglrx(0): Modeline "1280x768"x60.0   83.50  1280 1352 1480 1680  768 803 809 831 -hsync +vsync (49.7 kHz e)
[     3.531] (II) fglrx(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[     3.531] (II) fglrx(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[     3.531] (II) fglrx(0): Modeline "1024x768"x50.0  148.50  1024 2448 2492 2640  768 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[     3.531] (II) fglrx(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[     3.531] (II) fglrx(0): Modeline "1152x648"x50.0   74.25  1152 1592 1632 1980  648 653 658 750 +hsync +vsync (37.5 kHz ez)
[     3.531] (II) fglrx(0): Modeline "800x600"x50.0  148.50  800 2448 2492 2640  600 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[     3.531] (II) fglrx(0): Modeline "800x600"x60.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[     3.531] (II) fglrx(0): Modeline "800x600"x56.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[     3.531] (II) fglrx(0): Modeline "720x576"x60.0  148.50  720 2008 2052 2200  576 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[     3.531] (II) fglrx(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[     3.531] (II) fglrx(0): Modeline "720x480"x50.0  148.50  720 2448 2492 2640  480 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[     3.531] (II) fglrx(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[     3.531] (II) fglrx(0): Modeline "640x480"x50.0  148.50  640 2448 2492 2640  480 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[     3.531] (II) fglrx(0): Modeline "640x480"x60.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     3.531] (II) fglrx(0): EDID for output DFP10
[     3.531] (II) fglrx(0): Manufacturer: DEL  Model: 407e  Serial#: 892418124
[     3.531] (II) fglrx(0): Year: 2012  Week: 41
[     3.531] (II) fglrx(0): EDID Version: 1.3
[     3.531] (II) fglrx(0): Digital Display Input
[     3.531] (II) fglrx(0): Max Image Size [cm]: horiz.: 60  vert.: 34
[     3.531] (II) fglrx(0): Gamma: 2.20
[     3.531] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off
[     3.531] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[     3.531] (II) fglrx(0): First detailed timing is preferred mode
[     3.531] (II) fglrx(0): redX: 0.653 redY: 0.336   greenX: 0.295 greenY: 0.640
[     3.531] (II) fglrx(0): blueX: 0.146 blueY: 0.042   whiteX: 0.313 whiteY: 0.329
[     3.531] (II) fglrx(0): Supported established timings:
[     3.531] (II) fglrx(0): 720x400@70Hz
[     3.531] (II) fglrx(0): 640x480@60Hz
[     3.531] (II) fglrx(0): 640x480@75Hz
[     3.531] (II) fglrx(0): 800x600@60Hz
[     3.531] (II) fglrx(0): 800x600@75Hz
[     3.531] (II) fglrx(0): 1024x768@60Hz
[     3.531] (II) fglrx(0): 1024x768@75Hz
[     3.531] (II) fglrx(0): 1280x1024@75Hz
[     3.531] (II) fglrx(0): Manufacturer's mask: 0
[     3.531] (II) fglrx(0): Supported standard timings:
[     3.531] (II) fglrx(0): #0: hsize: 1280  vsize 800  refresh: 60  vid: 129
[     3.531] (II) fglrx(0): #1: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[     3.531] (II) fglrx(0): #2: hsize: 1920  vsize 1200  refresh: 60  vid: 209
[     3.531] (II) fglrx(0): #3: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[     3.531] (II) fglrx(0): #4: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[     3.531] (II) fglrx(0): #5: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[     3.531] (II) fglrx(0): #6: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[     3.531] (II) fglrx(0): Supported detailed timing:
[     3.531] (II) fglrx(0): clock: 241.5 MHz   Image Size:  597 x 336 mm
[     3.531] (II) fglrx(0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
[     3.531] (II) fglrx(0): v_active: 1440  v_sync: 1443  v_sync_end 1448 v_blanking: 1481 v_border: 0
[     3.531] (II) fglrx(0): Serial No: GK0KD2AB518L
[     3.531] (II) fglrx(0): Monitor name: DELL U2713HM
[     3.531] (II) fglrx(0): Ranges: V min: 49 V max: 86 Hz, H min: 29 H max: 113 kHz, PixClock max 285 MHz
[     3.531] (II) fglrx(0): EDID (in hex):
[     3.531] (II) fglrx(0): 	00ffffffffffff0010ac7e404c383135
[     3.531] (II) fglrx(0): 	29160103803c2278ea4bb5a7564ba325
[     3.531] (II) fglrx(0): 	0a5054a54b008100b300d100714fa940
[     3.531] (II) fglrx(0): 	8180d1c00101565e00a0a0a029503020
[     3.531] (II) fglrx(0): 	350055502100001a000000ff00474b30
[     3.531] (II) fglrx(0): 	4b443241423531384c0a000000fc0044
[     3.531] (II) fglrx(0): 	454c4c205532373133484d0a000000fd
[     3.531] (II) fglrx(0): 	0031561d711c000a20202020202000ce
[     3.531] (II) fglrx(0): User Preference Output DFP10 using refresh rate 60.0 Hz.
[     3.531] (II) fglrx(0): Printing probed modes for output DFP10
[     3.531] (II) fglrx(0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz UeP)
[     3.531] (II) fglrx(0): Modeline "1800x1440"x60.0  241.50  1800 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz e)
[     3.531] (II) fglrx(0): Modeline "1856x1392"x60.0  241.50  1856 2608 2640 2720  1392 1443 1448 1481 +hsync -vsync (88.8 kHz e)
[     3.531] (II) fglrx(0): Modeline "1792x1344"x60.0  241.50  1792 2608 2640 2720  1344 1443 1448 1481 +hsync -vsync (88.8 kHz e)
[     3.531] (II) fglrx(0): Modeline "1920x1200"x60.0  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz e)
[     3.531] (II) fglrx(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[     3.531] (II) fglrx(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[     3.531] (II) fglrx(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[     3.531] (II) fglrx(0): Modeline "1400x1050"x60.0  162.00  1400 1664 1856 2160  1050 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[     3.531] (II) fglrx(0): Modeline "1600x900"x60.0  162.00  1600 1664 1856 2160  900 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[     3.531] (II) fglrx(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[     3.531] (II) fglrx(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[     3.531] (II) fglrx(0): Modeline "1440x900"x60.0  162.00  1440 1664 1856 2160  900 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[     3.531] (II) fglrx(0): Modeline "1280x960"x75.0  135.00  1280 1296 1440 1688  960 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[     3.531] (II) fglrx(0): Modeline "1280x960"x60.0  108.00  1280 1328 1440 1688  960 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[     3.531] (II) fglrx(0): Modeline "1280x800"x60.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[     3.531] (II) fglrx(0): Modeline "1152x864"x60.0  241.50  1152 2608 2640 2720  864 1443 1448 1481 +hsync -vsync (88.8 kHz e)
[     3.531] (II) fglrx(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[     3.531] (II) fglrx(0): Modeline "1280x768"x60.0   83.50  1280 1352 1480 1680  768 803 809 831 -hsync +vsync (49.7 kHz e)
[     3.531] (II) fglrx(0): Modeline "1280x720"x60.0   83.50  1280 1352 1480 1680  720 803 809 831 -hsync +vsync (49.7 kHz e)
[     3.531] (II) fglrx(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[     3.531] (II) fglrx(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[     3.531] (II) fglrx(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[     3.531] (II) fglrx(0): Modeline "800x600"x60.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[     3.531] (II) fglrx(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[     3.531] (II) fglrx(0): Modeline "640x480"x60.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     3.531] (II) fglrx(0): EDID for output CRT1
[     3.531] (II) fglrx(0): Output DFP1 disconnected
[     3.531] (II) fglrx(0): Output DFP2 disconnected
[     3.531] (II) fglrx(0): Output DFP3 disconnected
[     3.531] (II) fglrx(0): Output DFP4 disconnected
[     3.531] (II) fglrx(0): Output DFP5 disconnected
[     3.531] (II) fglrx(0): Output DFP6 disconnected
[     3.531] (II) fglrx(0): Output DFP7 disconnected
[     3.531] (II) fglrx(0): Output DFP8 disconnected
[     3.531] (II) fglrx(0): Output DFP9 connected
[     3.531] (II) fglrx(0): Output DFP10 connected
[     3.531] (II) fglrx(0): Output CRT1 disconnected
[     3.531] (II) fglrx(0): Using user preference for initial modes
[     3.531] (II) fglrx(0): Output DFP9 using initial mode 1920x1080
[     3.531] (II) fglrx(0): Output DFP10 using initial mode 2560x1440
[     3.531] (II) fglrx(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[     3.531] (II) fglrx(0): DPI set to (96, 96)
[     3.531] (II) fglrx(0): Eyefinity capable adapter detected.
[     3.531] (II) fglrx(0): Adapter AMD Radeon HD 7800 Series  has 6 configurable heads and 2 displays connected.
[     3.531] (==) fglrx(0):  PseudoColor visuals disabled
[     3.531] (II) Loading sub module "ramdac"
[     3.531] (II) LoadModule: "ramdac"
[     3.531] (II) Module "ramdac" already built-in
[     3.531] (==) fglrx(0): NoDRI = NO
[     3.531] (==) fglrx(0): Capabilities: 0x00000000
[     3.531] (==) fglrx(0): CapabilitiesEx: 0x00000000
[     3.531] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
[     3.531] (==) fglrx(0): UseFastTLS=0
[     3.531] (II) fglrx(0): Desktop Vsync is enabled.
[     3.531] (II) fglrx(0): Shadow Primary option: ShadowPrimary is enabled
[     3.531] (--) Depth 24 pixmap format is 32 bpp
[     3.532] Loading extension ATIFGLRXDRI
[     3.532] (II) fglrx(0): doing swlDriScreenInit
[     3.532] (II) fglrx(0): swlDriScreenInit for fglrx driver
[     3.532] ukiDynamicMajor: found major device number 251
[     3.532] ukiDynamicMajor: found major device number 251
[     3.532] ukiDynamicMajor: found major device number 251
[     3.532] ukiOpenByBusid: Searching for BusID PCI:7:0:0
[     3.532] ukiOpenDevice: node name is /dev/ati/card0
[     3.532] ukiOpenDevice: open result is 12, (OK)
[     3.532] ukiOpenByBusid: ukiOpenMinor returns 12
[     3.532] ukiOpenByBusid: ukiGetBusid reports PCI:7:0:0
[     3.532] (II) fglrx(0): [uki] DRM interface version 1.0
[     3.532] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:7:0:0"
[     3.532] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x2000
[     3.532] (II) fglrx(0): [uki] mapped SAREA 0x2000 to 0x7f3c975f6000
[     3.532] (II) fglrx(0): [uki] framebuffer handle = 0x3000
[     3.532] (II) fglrx(0): [uki] added 1 reserved context for kernel
[     3.532] (II) fglrx(0): swlDriScreenInit done
[     3.532] (II) fglrx(0): Kernel Module Version Information:
[     3.532] (II) fglrx(0):     Name: fglrx
[     3.532] (II) fglrx(0):     Version: 13.25.5
[     3.532] (II) fglrx(0):     Date: Oct 24 2013
[     3.532] (II) fglrx(0):     Desc: AMD FireGL DRM kernel module
[     3.532] (II) fglrx(0): Kernel Module version matches driver.
[     3.532] (II) fglrx(0): Kernel Module Build Time Information:
[     3.532] (II) fglrx(0):     Build-Kernel UTS_RELEASE:        3.11.6-1-ARCH
[     3.532] (II) fglrx(0):     Build-Kernel MODVERSIONS:        yes
[     3.532] (II) fglrx(0):     Build-Kernel __SMP__:            yes
[     3.532] (II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
[     3.532] (II) fglrx(0): [uki] register handle = 0x00004000
[     3.542] (II) fglrx(0): DRI initialization successfull
[     3.547] (II) fglrx(0): FBADPhys: 0xf400000000 FBMappedSize: 0x02d00000
[     3.564] (==) fglrx(0): Backing store disabled
[     3.564] Loading extension FGLRXEXTENSION
[     3.564] (==) fglrx(0): DPMS enabled
[     3.564] (II) fglrx(0): Initialized in-driver Xinerama extension
[     3.564] (**) fglrx(0): Textured Video is enabled.
[     3.564] (II) LoadModule: "glesx"
[     3.564] (II) Loading /usr/lib/xorg/modules/glesx.so
[     3.630] (II) Module glesx: vendor="X.Org Foundation"
[     3.630] 	compiled for 1.4.99.906, module version = 1.0.0
[     3.630] Loading extension GLESX
[     3.630] (II) fglrx(0): GLESX enableFlags = 592
[     3.633] (II) fglrx(0): GLESX is enabled
[     3.633] (II) LoadModule: "amdxmm"
[     3.635] (II) Loading /usr/lib/xorg/modules/amdxmm.so
[     3.644] (II) Module amdxmm: vendor="X.Org Foundation"
[     3.644] 	compiled for 1.4.99.906, module version = 2.0.0
[     3.664] Loading extension AMDXVOPL
[     3.664] Loading extension AMDXVBA
[     3.668] (II) fglrx(0): UVD feature is enabled(II) fglrx(0): 
[     3.670] (II) fglrx(0): Enable composite support successfully
[     3.670] (II) fglrx(0): X context handle = 0x1
[     3.670] (II) fglrx(0): [DRI] installation complete
[     3.670] (==) fglrx(0): Silken mouse enabled
[     3.670] (==) fglrx(0): Using HW cursor of display infrastructure!
[     3.670] (II) fglrx(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[     3.831] (--) RandR disabled
[     3.836] ukiDynamicMajor: found major device number 251
[     3.836] ukiDynamicMajor: found major device number 251
[     3.836] ukiOpenByBusid: Searching for BusID PCI:7:0:0
[     3.836] ukiOpenDevice: node name is /dev/ati/card0
[     3.837] ukiOpenDevice: open result is 13, (OK)
[     3.837] ukiOpenByBusid: ukiOpenMinor returns 13
[     3.837] ukiOpenByBusid: ukiGetBusid reports PCI:7:0:0
[     3.837] (EE) AIGLX error: failed to open /usr/X11R6/lib64/modules/dri/fglrx_dri.so, error[/usr/X11R6/lib64/modules/dri/fglrx_dri.so: cannot open shared object file: No such file or directory]
[     3.843] ukiDynamicMajor: found major device number 251
[     3.843] ukiDynamicMajor: found major device number 251
[     3.843] ukiDynamicMajor: found major device number 251
[     3.843] ukiOpenDevice: node name is /dev/ati/card0
[     3.843] ukiOpenDevice: open result is 14, (OK)
[     3.843] ukiGetBusid returned 'PCI:7:0:0'
[     3.843] ukiOpenDevice: node name is /dev/ati/card1
[     3.843] ukiOpenDevice: open result is -1, (No such device)
[     3.843] ukiOpenDevice: open result is -1, (No such device)
[     3.843] ukiOpenDevice: Open failed
[     3.843] ukiOpenDevice: node name is /dev/ati/card2
[     3.843] ukiOpenDevice: open result is -1, (No such device)
[     3.843] ukiOpenDevice: open result is -1, (No such device)
[     3.843] ukiOpenDevice: Open failed
[     3.843] ukiOpenDevice: node name is /dev/ati/card3
[     3.843] ukiOpenDevice: open result is -1, (No such device)
[     3.843] ukiOpenDevice: open result is -1, (No such device)
[     3.843] ukiOpenDevice: Open failed
[     3.843] ukiOpenDevice: node name is /dev/ati/card4
[     3.843] ukiOpenDevice: open result is -1, (No such device)
[     3.843] ukiOpenDevice: open result is -1, (No such device)
[     3.843] ukiOpenDevice: Open failed
[     3.843] ukiOpenDevice: node name is /dev/ati/card5
[     3.843] ukiOpenDevice: open result is -1, (No such device)
[     3.843] ukiOpenDevice: open result is -1, (No such device)
[     3.843] ukiOpenDevice: Open failed
[     3.843] ukiOpenDevice: node name is /dev/ati/card6
[     3.843] ukiOpenDevice: open result is -1, (No such device)
[     3.843] ukiOpenDevice: open result is -1, (No such device)
[     3.843] ukiOpenDevice: Open failed
[     3.843] ukiOpenDevice: node name is /dev/ati/card7
[     3.843] ukiOpenDevice: open result is -1, (No such device)
[     3.844] ukiOpenDevice: open result is -1, (No such device)
[     3.844] ukiOpenDevice: Open failed
[     3.844] ukiOpenDevice: node name is /dev/ati/card8
[     3.844] ukiOpenDevice: open result is -1, (No such device)
[     3.844] ukiOpenDevice: open result is -1, (No such device)
[     3.844] ukiOpenDevice: Open failed
[     3.844] ukiOpenDevice: node name is /dev/ati/card9
[     3.844] ukiOpenDevice: open result is -1, (No such device)
[     3.844] ukiOpenDevice: open result is -1, (No such device)
[     3.844] ukiOpenDevice: Open failed
[     3.844] ukiOpenDevice: node name is /dev/ati/card10
[     3.844] ukiOpenDevice: open result is -1, (No such device)
[     3.844] ukiOpenDevice: open result is -1, (No such device)
[     3.844] ukiOpenDevice: Open failed
[     3.844] ukiOpenDevice: node name is /dev/ati/card11
[     3.844] ukiOpenDevice: open result is -1, (No such device)
[     3.844] ukiOpenDevice: open result is -1, (No such device)
[     3.844] ukiOpenDevice: Open failed
[     3.844] ukiOpenDevice: node name is /dev/ati/card12
[     3.844] ukiOpenDevice: open result is -1, (No such device)
[     3.844] ukiOpenDevice: open result is -1, (No such device)
[     3.844] ukiOpenDevice: Open failed
[     3.844] ukiOpenDevice: node name is /dev/ati/card13
[     3.844] ukiOpenDevice: open result is -1, (No such device)
[     3.844] ukiOpenDevice: open result is -1, (No such device)
[     3.844] ukiOpenDevice: Open failed
[     3.844] ukiOpenDevice: node name is /dev/ati/card14
[     3.844] ukiOpenDevice: open result is -1, (No such device)
[     3.844] ukiOpenDevice: open result is -1, (No such device)
[     3.844] ukiOpenDevice: Open failed
[     3.844] ukiOpenDevice: node name is /dev/ati/card15
[     3.844] ukiOpenDevice: open result is -1, (No such device)
[     3.844] ukiOpenDevice: open result is -1, (No such device)
[     3.844] ukiOpenDevice: Open failed
[     3.844] ukiDynamicMajor: found major device number 251
[     3.844] ukiOpenByBusid: Searching for BusID PCI:7:0:0
[     3.844] ukiOpenDevice: node name is /dev/ati/card0
[     3.844] ukiOpenDevice: open result is 14, (OK)
[     3.844] ukiOpenByBusid: ukiOpenMinor returns 14
[     3.844] ukiOpenByBusid: ukiGetBusid reports PCI:7:0:0
[     3.864] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0
[     3.865] ukiDynamicMajor: found major device number 251
[     3.865] ukiDynamicMajor: found major device number 251
[     3.865] ukiDynamicMajor: found major device number 251
[     3.865] ukiOpenDevice: node name is /dev/ati/card0
[     3.865] ukiOpenDevice: open result is 15, (OK)
[     3.865] ukiGetBusid returned 'PCI:7:0:0'
[     3.865] ukiOpenDevice: node name is /dev/ati/card1
[     3.865] ukiOpenDevice: open result is -1, (No such device)
[     3.865] ukiOpenDevice: open result is -1, (No such device)
[     3.865] ukiOpenDevice: Open failed
[     3.865] ukiOpenDevice: node name is /dev/ati/card2
[     3.865] ukiOpenDevice: open result is -1, (No such device)
[     3.865] ukiOpenDevice: open result is -1, (No such device)
[     3.865] ukiOpenDevice: Open failed
[     3.865] ukiOpenDevice: node name is /dev/ati/card3
[     3.865] ukiOpenDevice: open result is -1, (No such device)
[     3.865] ukiOpenDevice: open result is -1, (No such device)
[     3.865] ukiOpenDevice: Open failed
[     3.865] ukiOpenDevice: node name is /dev/ati/card4
[     3.865] ukiOpenDevice: open result is -1, (No such device)
[     3.865] ukiOpenDevice: open result is -1, (No such device)
[     3.865] ukiOpenDevice: Open failed
[     3.865] ukiOpenDevice: node name is /dev/ati/card5
[     3.865] ukiOpenDevice: open result is -1, (No such device)
[     3.865] ukiOpenDevice: open result is -1, (No such device)
[     3.865] ukiOpenDevice: Open failed
[     3.865] ukiOpenDevice: node name is /dev/ati/card6
[     3.865] ukiOpenDevice: open result is -1, (No such device)
[     3.865] ukiOpenDevice: open result is -1, (No such device)
[     3.865] ukiOpenDevice: Open failed
[     3.865] ukiOpenDevice: node name is /dev/ati/card7
[     3.865] ukiOpenDevice: open result is -1, (No such device)
[     3.865] ukiOpenDevice: open result is -1, (No such device)
[     3.865] ukiOpenDevice: Open failed
[     3.865] ukiOpenDevice: node name is /dev/ati/card8
[     3.865] ukiOpenDevice: open result is -1, (No such device)
[     3.865] ukiOpenDevice: open result is -1, (No such device)
[     3.865] ukiOpenDevice: Open failed
[     3.865] ukiOpenDevice: node name is /dev/ati/card9
[     3.865] ukiOpenDevice: open result is -1, (No such device)
[     3.865] ukiOpenDevice: open result is -1, (No such device)
[     3.865] ukiOpenDevice: Open failed
[     3.865] ukiOpenDevice: node name is /dev/ati/card10
[     3.865] ukiOpenDevice: open result is -1, (No such device)
[     3.865] ukiOpenDevice: open result is -1, (No such device)
[     3.865] ukiOpenDevice: Open failed
[     3.865] ukiOpenDevice: node name is /dev/ati/card11
[     3.865] ukiOpenDevice: open result is -1, (No such device)
[     3.865] ukiOpenDevice: open result is -1, (No such device)
[     3.865] ukiOpenDevice: Open failed
[     3.865] ukiOpenDevice: node name is /dev/ati/card12
[     3.865] ukiOpenDevice: open result is -1, (No such device)
[     3.865] ukiOpenDevice: open result is -1, (No such device)
[     3.865] ukiOpenDevice: Open failed
[     3.865] ukiOpenDevice: node name is /dev/ati/card13
[     3.865] ukiOpenDevice: open result is -1, (No such device)
[     3.865] ukiOpenDevice: open result is -1, (No such device)
[     3.865] ukiOpenDevice: Open failed
[     3.865] ukiOpenDevice: node name is /dev/ati/card14
[     3.865] ukiOpenDevice: open result is -1, (No such device)
[     3.865] ukiOpenDevice: open result is -1, (No such device)
[     3.865] ukiOpenDevice: Open failed
[     3.865] ukiOpenDevice: node name is /dev/ati/card15
[     3.865] ukiOpenDevice: open result is -1, (No such device)
[     3.865] ukiOpenDevice: open result is -1, (No such device)
[     3.865] ukiOpenDevice: Open failed
[     3.865] ukiDynamicMajor: found major device number 251
[     3.865] ukiOpenByBusid: Searching for BusID PCI:7:0:0
[     3.865] ukiOpenDevice: node name is /dev/ati/card0
[     3.865] ukiOpenDevice: open result is 15, (OK)
[     3.865] ukiOpenByBusid: ukiOpenMinor returns 15
[     3.865] ukiOpenByBusid: ukiGetBusid reports PCI:7:0:0
[     3.878] (II) fglrx(0): OverDrive5 Detected!
[     3.920] (II) fglrx(0): Desktop Vsync is enabled.
[     3.920] (WW) fglrx(0): TFD direct rotation is not supported currently with multi-viewport screen
[     3.920] (II) fglrx(0): Setting screen physical size to 1185 x 381
[     4.152] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     4.152] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     4.152] (II) LoadModule: "evdev"
[     4.152] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[     4.153] (II) Module evdev: vendor="X.Org Foundation"
[     4.153] 	compiled for 1.14.3, module version = 2.8.2
[     4.153] 	Module class: X.Org XInput Driver
[     4.153] 	ABI class: X.Org XInput driver, version 19.1
[     4.153] (II) Using input driver 'evdev' for 'Power Button'
[     4.153] (**) Power Button: always reports core events
[     4.153] (**) evdev: Power Button: Device: "/dev/input/event2"
[     4.153] (--) evdev: Power Button: Vendor 0 Product 0x1
[     4.153] (--) evdev: Power Button: Found keys
[     4.153] (II) evdev: Power Button: Configuring as keyboard
[     4.153] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[     4.153] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     4.153] (**) Option "xkb_rules" "evdev"
[     4.153] (**) Option "xkb_model" "pc104"
[     4.153] (**) Option "xkb_layout" "us"
[     4.153] (**) Option "xkb_variant" "dvp"
[     4.165] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     4.165] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     4.165] (II) Using input driver 'evdev' for 'Power Button'
[     4.165] (**) Power Button: always reports core events
[     4.165] (**) evdev: Power Button: Device: "/dev/input/event1"
[     4.165] (--) evdev: Power Button: Vendor 0 Product 0x1
[     4.165] (--) evdev: Power Button: Found keys
[     4.165] (II) evdev: Power Button: Configuring as keyboard
[     4.165] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1"
[     4.165] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[     4.165] (**) Option "xkb_rules" "evdev"
[     4.165] (**) Option "xkb_model" "pc104"
[     4.165] (**) Option "xkb_layout" "us"
[     4.165] (**) Option "xkb_variant" "dvp"
[     4.165] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=11 (/dev/input/event12)
[     4.165] (II) No input driver specified, ignoring this device.
[     4.165] (II) This device may have been added with another device file.
[     4.165] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=10 (/dev/input/event13)
[     4.165] (II) No input driver specified, ignoring this device.
[     4.165] (II) This device may have been added with another device file.
[     4.165] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event14)
[     4.165] (II) No input driver specified, ignoring this device.
[     4.165] (II) This device may have been added with another device file.
[     4.165] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event15)
[     4.165] (II) No input driver specified, ignoring this device.
[     4.165] (II) This device may have been added with another device file.
[     4.165] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event16)
[     4.165] (II) No input driver specified, ignoring this device.
[     4.165] (II) This device may have been added with another device file.
[     4.165] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event17)
[     4.165] (II) No input driver specified, ignoring this device.
[     4.165] (II) This device may have been added with another device file.
[     4.166] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event10)
[     4.166] (II) No input driver specified, ignoring this device.
[     4.166] (II) This device may have been added with another device file.
[     4.166] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event3)
[     4.166] (II) No input driver specified, ignoring this device.
[     4.166] (II) This device may have been added with another device file.
[     4.166] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event4)
[     4.166] (II) No input driver specified, ignoring this device.
[     4.166] (II) This device may have been added with another device file.
[     4.166] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event5)
[     4.166] (II) No input driver specified, ignoring this device.
[     4.166] (II) This device may have been added with another device file.
[     4.166] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event6)
[     4.166] (II) No input driver specified, ignoring this device.
[     4.166] (II) This device may have been added with another device file.
[     4.166] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event7)
[     4.166] (II) No input driver specified, ignoring this device.
[     4.166] (II) This device may have been added with another device file.
[     4.166] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event8)
[     4.166] (II) No input driver specified, ignoring this device.
[     4.166] (II) This device may have been added with another device file.
[     4.166] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event9)
[     4.166] (II) No input driver specified, ignoring this device.
[     4.166] (II) This device may have been added with another device file.
[     4.166] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event18)
[     4.166] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
[     4.166] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[     4.166] (**) Logitech USB Receiver: always reports core events
[     4.166] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event18"
[     4.166] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc52f
[     4.166] (--) evdev: Logitech USB Receiver: Found 20 mouse buttons
[     4.166] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
[     4.166] (--) evdev: Logitech USB Receiver: Found relative axes
[     4.166] (--) evdev: Logitech USB Receiver: Found x and y relative axes
[     4.166] (II) evdev: Logitech USB Receiver: Configuring as mouse
[     4.166] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
[     4.166] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[     4.166] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     4.166] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1.7/6-1.7:1.0/input/input18/event18"
[     4.166] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 8)
[     4.166] (II) evdev: Logitech USB Receiver: initialized for relative axes.
[     4.167] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[     4.167] (**) Logitech USB Receiver: (accel) acceleration profile 0
[     4.167] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[     4.167] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[     4.167] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
[     4.167] (II) No input driver specified, ignoring this device.
[     4.167] (II) This device may have been added with another device file.
[     4.167] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event19)
[     4.167] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[     4.167] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[     4.167] (**) Logitech USB Receiver: always reports core events
[     4.167] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event19"
[     4.167] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc52f
[     4.167] (--) evdev: Logitech USB Receiver: Found 1 mouse buttons
[     4.167] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
[     4.167] (--) evdev: Logitech USB Receiver: Found relative axes
[     4.167] (II) evdev: Logitech USB Receiver: Forcing relative x/y axes to exist.
[     4.167] (--) evdev: Logitech USB Receiver: Found absolute axes
[     4.167] (II) evdev: Logitech USB Receiver: Forcing absolute x/y axes to exist.
[     4.167] (--) evdev: Logitech USB Receiver: Found keys
[     4.167] (II) evdev: Logitech USB Receiver: Configuring as mouse
[     4.167] (II) evdev: Logitech USB Receiver: Configuring as keyboard
[     4.167] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
[     4.167] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[     4.167] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     4.167] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1.7/6-1.7:1.1/input/input19/event19"
[     4.167] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 9)
[     4.167] (**) Option "xkb_rules" "evdev"
[     4.167] (**) Option "xkb_model" "pc104"
[     4.167] (**) Option "xkb_layout" "us"
[     4.167] (**) Option "xkb_variant" "dvp"
[     4.167] (II) evdev: Logitech USB Receiver: initialized for relative axes.
[     4.167] (WW) evdev: Logitech USB Receiver: ignoring absolute axes.
[     4.167] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[     4.167] (**) Logitech USB Receiver: (accel) acceleration profile 0
[     4.167] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[     4.167] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[     4.167] (II) config/udev: Adding input device Logitech Logitech RumblePad 2 USB (/dev/input/event20)
[     4.167] (II) No input driver specified, ignoring this device.
[     4.167] (II) This device may have been added with another device file.
[     4.168] (II) config/udev: Adding input device Logitech Logitech RumblePad 2 USB (/dev/input/js0)
[     4.168] (II) No input driver specified, ignoring this device.
[     4.168] (II) This device may have been added with another device file.
[     4.168] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[     4.168] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[     4.168] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[     4.168] (**) AT Translated Set 2 keyboard: always reports core events
[     4.168] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[     4.168] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[     4.168] (--) evdev: AT Translated Set 2 keyboard: Found keys
[     4.168] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[     4.168] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[     4.168] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[     4.168] (**) Option "xkb_rules" "evdev"
[     4.168] (**) Option "xkb_model" "pc104"
[     4.168] (**) Option "xkb_layout" "us"
[     4.168] (**) Option "xkb_variant" "dvp"
[     4.168] (II) config/udev: Adding input device PC Speaker (/dev/input/event11)
[     4.168] (II) No input driver specified, ignoring this device.
[     4.168] (II) This device may have been added with another device file.
[     4.170] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
[    16.569] (II) fglrx(0): EDID vendor "SAM", prod id 1316
[    16.569] (II) fglrx(0): Using EDID range info for horizontal sync
[    16.569] (II) fglrx(0): Using EDID range info for vertical refresh
[    16.569] (II) fglrx(0): Printing DDC gathered Modelines:
[    16.569] (II) fglrx(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    16.569] (II) fglrx(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    16.569] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    16.569] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    16.569] (II) fglrx(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    16.569] (II) fglrx(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    16.569] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    16.569] (II) fglrx(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    16.569] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    16.569] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    16.569] (II) fglrx(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    16.569] (II) fglrx(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    16.569] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    16.569] (II) fglrx(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    16.569] (II) fglrx(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[    16.569] (II) fglrx(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    16.570] (II) fglrx(0): User Preference Output DFP9 using refresh rate 60.0 Hz.
[    16.570] (II) fglrx(0): User Preference Output DFP10 using refresh rate 60.0 Hz.

Last edited by hdhiman (2013-11-02 14:07:59)

Offline

#5842 2013-11-02 16:53:00

hdhiman
Member
Registered: 2009-09-05
Posts: 52

Re: The AMD/ATI Bar & Grill

UPDATE:

I had installed the beta driver. Changing to the stable repo, downgrading the Xorg and installing Catalyst-hook solved the issue. Thanks!

Offline

#5843 2013-11-03 17:20:56

scjet
Banned
Registered: 2011-07-23
Posts: 172

Re: The AMD/ATI Bar & Grill

I think it would be great, and very much appreciated, if an Arch mod/admin would please make this thread a "Sticky" here. or wherever.
It's definitely uselful, even though it does pull from aur.
Nonetheless, it covers many things amd/ati -wise.

ya, ya, ...,  I could also just "search" for it, but I'm lazy -aka KISS, if that's possible?

... in either case, it's all good, mucho thanko's

smile

Last edited by scjet (2013-11-03 17:27:57)


The "BSD" things in life are "Free", and "Open", and so is "Arch"

Offline

#5844 2013-11-03 18:00:52

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,740

Re: The AMD/ATI Bar & Grill

scjet wrote:

I think it would be great, and very much appreciated, if an Arch mod/admin would please make this thread a "Sticky" here. or wherever.

Seems reasonable.  Done.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#5845 2013-11-07 13:23:51

Roken
Member
From: South Wales, UK
Registered: 2012-01-16
Posts: 1,251

Re: The AMD/ATI Bar & Grill

Is it safe to change the dependencies in PKGBUILD to include linux=3.12, or are further patches going to be required?


Ryzen 5900X 12 core/24 thread - RTX 3090 FE 24 Gb, Asus Prime B450 Plus, 32Gb Corsair DDR4, Cooler Master N300 chassis, 5 HD (1 NvME PCI, 4SSD) + 1 x optical.
Linux user #545703

Offline

#5846 2013-11-07 14:52:50

ivdok
Member
From: Abu Dhabi
Registered: 2013-07-17
Posts: 60

Re: The AMD/ATI Bar & Grill

Roken wrote:

Is it safe to change the dependencies in PKGBUILD to include linux=3.12, or are further patches going to be required?

Try it! Phoronix claims it works. I'm afraid to -Syu it, yet, because I use 13.6. Yeah-yeah, XvBA once again failed to work as intended.

Offline

#5847 2013-11-07 19:23:27

clfarron4
Member
From: London, UK
Registered: 2013-06-28
Posts: 2,163
Website

Re: The AMD/ATI Bar & Grill

Ok, so I am using catalyst-hook 13.11 as provided in Vi0L0's repository, and I'm not having any problems with the 3.12 kernel that's in [testing] at the moment.


Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository

Offline

#5848 2013-11-07 20:07:01

Vi0L0
Member
From: Poland
Registered: 2009-06-24
Posts: 1,349
Website

Re: The AMD/ATI Bar & Grill

clfarron4 wrote:

Ok, so I am using catalyst-hook 13.11 as provided in Vi0L0's repository, and I'm not having any problems with the 3.12 kernel that's in [testing] at the moment.

Yeah, latest catalysts are working fine with 3.12, and the last one doesn't even need a patch. But everything older needs to be patched - hd234k, stable or 13.6 - i'm planning to update those asap, tomorrow or the day after (atm im exhausted).
I only want to remove catalyst package from these repos as soon as 3.12 kernel will land in [core], because i don't want to came up with fglrx module precompiled to present itself as GPL-licensed. So you will need to use hook or generator.

Offline

#5849 2013-11-07 22:12:02

clfarron4
Member
From: London, UK
Registered: 2013-06-28
Posts: 2,163
Website

Re: The AMD/ATI Bar & Grill

Vi0L0 wrote:

...you will need to use hook or generator.

I think the shift to providing hook and generator by default in the repositories and not catalyst has been a while coming because it saves on you having to build packages with modules when the kernel updates, but catalyst doesn't.


Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository

Offline

#5850 2013-11-08 07:20:17

Roken
Member
From: South Wales, UK
Registered: 2012-01-16
Posts: 1,251

Re: The AMD/ATI Bar & Grill

Good news, and now back to fully updated.

Thank you.


Ryzen 5900X 12 core/24 thread - RTX 3090 FE 24 Gb, Asus Prime B450 Plus, 32Gb Corsair DDR4, Cooler Master N300 chassis, 5 HD (1 NvME PCI, 4SSD) + 1 x optical.
Linux user #545703

Offline

Board footer

Powered by FluxBB