You are not logged in.

#5151 2013-04-17 09:26:44

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

Re: The AMD/ATI Bar & Grill

After installing catalyst-utils-pxp reboot your system so it could update paths.

Those install errors on catalyst-utils looks bad, though, i will look at it later. Atm you don't need this package anyway, use -pxp one

Offline

#5152 2013-04-17 09:37:00

acgtyrant
Member
From: Hangzhou, China
Registered: 2013-04-09
Posts: 62
Website

Re: The AMD/ATI Bar & Grill

@ViOLO It doesn't work, same  error that no such file.


I use Arch Linux.

Offline

#5153 2013-04-17 09:51:37

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

Re: The AMD/ATI Bar & Grill

Paste output of this command:

echo $LD_LIBRARY_PATH

This is important, there must be /usr/lib/catalystpxp/ in 1st place

Also don't forget to install mesa-libgl package and Intel's drivers: xf86-video-intel and intel-dri

Offline

#5154 2013-04-17 10:16:40

acgtyrant
Member
From: Hangzhou, China
Registered: 2013-04-09
Posts: 62
Website

Re: The AMD/ATI Bar & Grill

@Vi00 It successed! No error happend again.Thank you very much!

But I think the arch wiki should be updated because it didn't tell me must install mesa-libgl and xf86-video-intel and intel-dri.


I use Arch Linux.

Offline

#5155 2013-04-17 10:32:34

Unia
Member
From: Stockholm, Sweden
Registered: 2010-03-30
Posts: 2,486
Website

Re: The AMD/ATI Bar & Grill

acgtyrant wrote:

@Vi00 It successed! No error happend again.Thank you very much!

But I think the arch wiki should be updated because it didn't tell me must install mesa-libgl and xf86-video-intel and intel-dri.

Are you sure..? https://wiki.archlinux.org/index.php/Ca … ss_support


If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres

Offline

#5156 2013-04-17 10:36:10

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

Re: The AMD/ATI Bar & Grill

Unia wrote:
acgtyrant wrote:

@Vi00 It successed! No error happend again.Thank you very much!

But I think the arch wiki should be updated because it didn't tell me must install mesa-libgl and xf86-video-intel and intel-dri.

Are you sure..? https://wiki.archlinux.org/index.php/Ca … ss_support

Same old story: nobody reads the wiki before posting... this is becoming quite annoying since Arch is supposed to be a distro for skilled users.

Offline

#5157 2013-04-17 11:06:39

acgtyrant
Member
From: Hangzhou, China
Registered: 2013-04-09
Posts: 62
Website

Re: The AMD/ATI Bar & Grill

@Unia @snack OMGWTFBBQ! I just read the wiki step by step, only reached #Configuring_the_driver where tell me execute aticonfig firstly, not install those packages. Sorry for I didn't read all wiki.


I use Arch Linux.

Offline

#5158 2013-04-17 13:23:06

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

Re: The AMD/ATI Bar & Grill

@acgtyrant: it's ok, don't worry. I didn't meant to be rude, please forgive me. But it's a fact that recently this thread has become polluted more than ususal by help requests which could be satisfied by simply reading the wiki before posting. I like helping people when I can, but it's becoming annoying to repeat "build the fglrx module" or "install this or that package" many times. I understand that people can't go through the 200+ pages of this thread to solve a problem, but skipping even the reading of the wiki is at the opposite end of the spectum, in my opinion.

Offline

#5159 2013-04-17 14:03:05

easysid
Member
From: India
Registered: 2013-01-01
Posts: 256

Re: The AMD/ATI Bar & Grill

Hi,
I am running xorg 1.13.2-1, linux 3.8.3-2, catalyst-utils 13.1-5 on a mobility radeon 5470. I am holding back the relevant xorg packages, but I'd like to ask which packages do I need to skip if I do not want to update the kernel? The current config is working fine so I am a bit wary about updating the kernel. linux and linux-headers are obvious, but do I also need to hold linux-api-headers and linux-firmware? Thanks.

Offline

#5160 2013-04-17 14:09:00

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

Re: The AMD/ATI Bar & Grill

easysid wrote:

Hi,
I am running xorg 1.13.2-1, linux 3.8.3-2, catalyst-utils 13.1-5 on a mobility radeon 5470. I am holding back the relevant xorg packages, but I'd like to ask which packages do I need to skip if I do not want to update the kernel? The current config is working fine so I am a bit wary about updating the kernel. linux and linux-headers are obvious, but do I also need to hold linux-api-headers and linux-firmware? Thanks.

I think that, rather than holding xorg packages, it would be simpler to use one of the xorg repositories created by Vi0l0 and regularly update the kernel. Thanks to the great Vi0l0's work I've never faced a problem since a couple of years. Moreover, holding the kernel may cause some issues when other packages are rebuilt against a newly released kernel.
In short, holding packages is not, in my opinion, a good long-term strategy when using a rolling release distro (unless you avoid upgrading at all, but in this case rolling release is even less meaningful...).

Offline

#5161 2013-04-17 17:29:24

Zucca
Member
From: KUUSANKOSKI, Finland
Registered: 2009-02-26
Posts: 135

Re: The AMD/ATI Bar & Grill

Sooooo... I trying to run a program that uses OpenCL trough X over ssh. It fails to start. Locally it works ok.
Can catalyst provide acceleration for more than one X server?


K.i.s.s. <3

Offline

#5162 2013-04-18 04:50:58

lano1106
Member
From: Canada, Montreal
Registered: 2012-11-22
Posts: 95
Website

Re: The AMD/ATI Bar & Grill

zucca,

I'm doing opencl with radeon cards on a headless system with no problem at all.

When you write X through ssh, I am reading X tunneling. Is this what you are doing? If so, it is not the right thing. X tunnelling allows you to start X clients remotely that uses your local X server.

I do a regular ssh connection then:

1. startx &
2. export DISPLAY=:0
3. run whatever wants to use your radeon cards.

Offline

#5163 2013-04-18 16:01:51

Zucca
Member
From: KUUSANKOSKI, Finland
Registered: 2009-02-26
Posts: 135

Re: The AMD/ATI Bar & Grill

lano1106 wrote:

zucca,

I'm doing opencl with radeon cards on a headless system with no problem at all.

When you write X through ssh, I am reading X tunneling. Is this what you are doing? If so, it is not the right thing. X tunnelling allows you to start X clients remotely that uses your local X server.

I do a regular ssh connection then:

1. startx &
2. export DISPLAY=:0
3. run whatever wants to use your radeon cards.

Doing that starts xserver on my server.

I did try it with

ssh -X user@domain.org program

at first.

Last edited by Zucca (2013-04-19 16:14:58)


K.i.s.s. <3

Offline

#5164 2013-04-19 10:39:37

easysid
Member
From: India
Registered: 2013-01-01
Posts: 256

Re: The AMD/ATI Bar & Grill

snack wrote:
easysid wrote:

.....I'd like to ask which packages do I need to skip if I do not want to update the kernel.....Thanks.

I think that, rather than holding xorg packages, it would be simpler to use one of the xorg repositories created by Vi0l0 and regularly update the kernel. Thanks to the great Vi0l0's work I've never faced a problem since a couple of years. Moreover, holding the kernel may cause some issues when other packages are rebuilt against a newly released kernel.
In short, holding packages is not, in my opinion, a good long-term strategy when using a rolling release distro (unless you avoid upgrading at all, but in this case rolling release is even less meaningful...).

That is indeed a better way I suppose. Will do. Thanks.

Offline

#5165 2013-04-20 12:41:41

SquarePony
Member
Registered: 2012-11-21
Posts: 12

Re: The AMD/ATI Bar & Grill

hey people,
I've asked before(page 202 and 203) and I don't mean to sound impatient, but I'm still having problems.

SquarePony wrote:

I think it's great that people spend their time to help others.

Unfortunately I'm a little to incompetent to get hybrid graphics working.

I've got a laptop (HP Pavilion dv6) with switchable graphics (AMD/intel) running Arch 64 bit with Awesome window manager(EDIT: I switched to i3). It boots the Intel-driver by default (which I would like to keep). I also have have set switchable graphics to <static> in BIOS.

I've downgraded some stuff and downloaded the catalyst-total-pxp 13.1-5 from the AUR, and after running

# aticonfig --initial

and

# pxp_switch_catalyst amd

I startx and get the error in the log:

[  2067.683] (EE) Screen 1 deleted because of no matching config section.

When I delete /etc/X11/xorg.conf I get no errors and X starts normally. exept openGL does not work:

~ $ glxinfo
name of display: :0
X Error of failed request:  BadRequest (invalid request code or no such operation)
  Major opcode of failed request:  154 (GLX)
  Minor opcode of failed request:  19 (X_GLXQueryServerString)
  Serial number of failed request:  12
  Current serial number in output stream:  12

~ $ fglrxinfo
X Error of failed request:  BadRequest (invalid request code or no such operation)
  Major opcode of failed request:  154 (GLX)
  Minor opcode of failed request:  19 (X_GLXQueryServerString)
  Serial number of failed request:  12
  Current serial number in output stream:  12

I suspect it doesn't load GLX, perhaps because by default my system has xorg.conf split into the folder xorg.conf.d .

cards: (lspci | grep VGA):

00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Whistler XT [AMD Radeon HD 6700M Series]

program versions:
xf86-video-ati 1:7.1.0-1
xf86-video-intel 2.20.18-1
xf86-video-vesa 2.3.2-2
xorg 113

I tried installing catalyst-dkms(13.1-2), but that didn't help a bit, so i removed it again.

I hope I've provided enough information.

additional info:
programs:
pxp_switch_catalyst 13.1-5
xorg 1.13
linux 3.8.7-1
intel-dri 9.1.1-1
xf96-video-intel 2.20.18-1
catalyst-total-pxp 13.1-5
mesa-libgl 9.1.1-1

xorg.conf.d has the files:
10-evdev.conf
10-monitor-conf
10-quirks.conf
20-catalystpxp.conf
50-synaptics.conf

monitor.conf:

Section "Monitor"
    Identifier		"Monitor0"
EndSection

Section "Device"
    Identifier		"Device0"
    Driver		"fglrx"
    BusID		"PCI:1:0:0"
EndSection

Section "Screen"
    Identifier		"Screen0"
    Device		"Device0"
    Monitor		"Monitor0" 
    DefaultDepth	16
    SubSection		"Display"
	Depth		16
	Mode		"1366x768_60.00"
    EndSubSection
EndSection

Offline

#5166 2013-04-20 17:09:32

lesto
Member
Registered: 2010-07-13
Posts: 115

Re: The AMD/ATI Bar & Grill

Hi,
the catalyst-hook service give me this error:

unkown lvalue 'before' in section 'service'

found this because i get black screen with no response from system (even reset button!) in booting normally, booting with init 3 runs fine

now i'll try
"catalist_build_module all"
and check journalctl

Offline

#5167 2013-04-20 19:33:25

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

Re: The AMD/ATI Bar & Grill

@SquarePony: can you paste whole Xorg.0.log?

@lesto: what if you will remove Before line from [Service] section? Is it helping? If you can then please answer asap - i still have some time to fix it before traveling...

Ah btw: I will be afk from Monday, April 22th till Sunday, April 28th

Last edited by Vi0L0 (2013-04-20 19:54:48)

Offline

#5168 2013-04-20 19:37:52

SquarePony
Member
Registered: 2012-11-21
Posts: 12

Re: The AMD/ATI Bar & Grill

Xorg.0.log

[ 27400.354] 
X.Org X Server 1.13.3
Release Date: 2013-03-07
[ 27400.356] X Protocol Version 11, Revision 0
[ 27400.356] Build Operating System: Linux 3.8.2-1-ARCH x86_64 
[ 27400.357] Current Operating System: Linux squarepenguin 3.8.7-1-ARCH #1 SMP PREEMPT Sat Apr 13 09:01:47 CEST 2013 x86_64
[ 27400.357] Kernel command line: root=/dev/sda2 ro initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux 
[ 27400.358] Build Date: 09 March 2013  08:45:37AM
[ 27400.359]  
[ 27400.360] Current version of pixman: 0.28.2
[ 27400.361] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[ 27400.361] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 27400.364] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Apr 20 22:34:25 2013
[ 27400.365] (==) Using config file: "/etc/X11/xorg.conf"
[ 27400.365] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 27400.366] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 27400.366] (==) ServerLayout "aticonfig Layout"
[ 27400.366] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
[ 27400.366] (**) |   |-->Monitor "aticonfig-Monitor[0]-0"
[ 27400.366] (**) |   |-->Device "aticonfig-Device[0]-0"
[ 27400.366] (==) Automatically adding devices
[ 27400.366] (==) Automatically enabling devices
[ 27400.366] (==) Automatically adding GPU devices
[ 27400.366] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 27400.366] 	Entry deleted from font path.
[ 27400.367] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 27400.367] 	Entry deleted from font path.
[ 27400.367] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 27400.367] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 27400.367] 	Entry deleted from font path.
[ 27400.367] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 27400.367] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/Type1/
[ 27400.367] (**) ModulePath set to "/usr/lib/xorg/modules/updates,/usr/lib/xorg/modules"
[ 27400.367] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 27400.367] (II) Loader magic: 0x7fcc20
[ 27400.367] (II) Module ABI versions:
[ 27400.367] 	X.Org ANSI C Emulation: 0.4
[ 27400.367] 	X.Org Video Driver: 13.1
[ 27400.367] 	X.Org XInput driver : 18.0
[ 27400.367] 	X.Org Server Extension : 7.0
[ 27400.367] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 27400.367] (II) config/udev: Adding drm device (/dev/dri/card1)
[ 27400.368] (--) PCI:*(0:0:2:0) 8086:0116:103c:3388 rev 9, Mem @ 0xc0000000/4194304, 0xb0000000/268435456, I/O @ 0x00006000/64
[ 27400.368] (--) PCI: (0:1:0:0) 1002:6740:103c:3388 rev 0, Mem @ 0xa0000000/268435456, 0xc6500000/131072, I/O @ 0x00005000/256, BIOS @ 0x????????/131072
[ 27400.369] Initializing built-in extension Generic Event Extension
[ 27400.370] Initializing built-in extension SHAPE
[ 27400.371] Initializing built-in extension MIT-SHM
[ 27400.372] Initializing built-in extension XInputExtension
[ 27400.372] Initializing built-in extension XTEST
[ 27400.373] Initializing built-in extension BIG-REQUESTS
[ 27400.374] Initializing built-in extension SYNC
[ 27400.374] Initializing built-in extension XKEYBOARD
[ 27400.375] Initializing built-in extension XC-MISC
[ 27400.376] Initializing built-in extension SECURITY
[ 27400.376] Initializing built-in extension XINERAMA
[ 27400.377] Initializing built-in extension XFIXES
[ 27400.378] Initializing built-in extension RENDER
[ 27400.378] Initializing built-in extension RANDR
[ 27400.379] Initializing built-in extension COMPOSITE
[ 27400.380] Initializing built-in extension DAMAGE
[ 27400.380] Initializing built-in extension MIT-SCREEN-SAVER
[ 27400.381] Initializing built-in extension DOUBLE-BUFFER
[ 27400.381] Initializing built-in extension RECORD
[ 27400.382] Initializing built-in extension DPMS
[ 27400.383] Initializing built-in extension X-Resource
[ 27400.383] Initializing built-in extension XVideo
[ 27400.384] Initializing built-in extension XVideo-MotionCompensation
[ 27400.384] Initializing built-in extension XFree86-VidModeExtension
[ 27400.385] Initializing built-in extension XFree86-DGA
[ 27400.385] Initializing built-in extension XFree86-DRI
[ 27400.386] Initializing built-in extension DRI2
[ 27400.386] (II) "glx" will be loaded by default.
[ 27400.386] (II) LoadModule: "glx"
[ 27400.386] (II) Loading /usr/lib/xorg/modules/updates/extensions/libglx.so
[ 27400.427] (II) Module glx: vendor="Advanced Micro Devices, Inc."
[ 27400.427] 	compiled for 6.9.0, module version = 1.0.0
[ 27400.429] Loading extension GLX
[ 27400.429] (II) LoadModule: "fglrx"
[ 27400.430] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[ 27400.441] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
[ 27400.441] 	compiled for 1.4.99.906, module version = 9.1.11
[ 27400.441] 	Module class: X.Org Video Driver
[ 27400.441] (II) Loading sub module "fglrxdrm"
[ 27400.441] (II) LoadModule: "fglrxdrm"
[ 27400.441] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[ 27400.442] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[ 27400.442] 	compiled for 1.4.99.906, module version = 9.1.11
[ 27400.442] (II) AMD Proprietary Linux Driver Version Identifier:9.01.11
[ 27400.442] (II) AMD Proprietary Linux Driver Release Identifier: 9.012                                
[ 27400.442] (II) AMD Proprietary Linux Driver Build Date: Dec 19 2012 14:41:10
[ 27400.442] (++) using VT number 1

[ 27400.442] (WW) Falling back to old probe method for fglrx
[ 27400.445] (II) Loading PCS database from /etc/ati/amdpcsdb /etc/ati/amdpcsdb.default
[ 27400.446] ukiDynamicMajor: found major device number 249
[ 27400.446] ukiDynamicMajor: found major device number 249
[ 27400.446] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[ 27400.446] ukiOpenDevice: node name is /dev/ati/card0
[ 27400.446] ukiOpenDevice: open result is 9, (OK)
[ 27400.446] ukiOpenByBusid: ukiOpenMinor returns 9
[ 27400.446] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[ 27400.449] (--) Chipset Supported AMD Graphics Processor (0x6740) found
[ 27400.450] (II) fglrx: intel VGA device detected, load intel driver.
[ 27400.450] (II) LoadModule: "intel"
[ 27400.450] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 27400.450] (II) Module intel: vendor="X.Org Foundation"
[ 27400.451] 	compiled for 1.13.1, module version = 2.20.18
[ 27400.451] 	Module class: X.Org Video Driver
[ 27400.451] 	ABI class: X.Org Video Driver, version 13.1
[ 27400.452] (II) AMD Video driver is running on a device belonging to a group targeted for this release
[ 27400.452] (II) AMD Video driver is signed
[ 27400.453] (II) fglrx(0): pEnt->device->identifier=0x1eb76f0
[ 27400.454] (II) intel(1): pEnt->device->identifier=(nil)
[ 27400.454] (EE) Screen 1 deleted because of no matching config section.
[ 27400.454] (II) UnloadModule: "intel"
[ 27400.454] (II) fglrx(0): === [xdl_xs113_atiddxPreInit] === begin
[ 27400.454] (II) fglrx(0): PowerXpress: Discrete GPU is selected.
[ 27400.549] (II) fglrx(0): PowerXpress: Diagnostic output from /usr/lib64/fglrx/switchlibGL:
Switch to AMD

[ 27400.559] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
[ 27400.559] (==) fglrx(0): RGB weight 888
[ 27400.559] (==) fglrx(0): Default visual is TrueColor
[ 27400.559] (**) fglrx(0): Option "Tiling" "off"
[ 27400.559] (**) fglrx(0): Option "LinearFramebuffer" "on"
[ 27400.559] (**) fglrx(0): ChipID override: 0x0116
[ 27400.560] (**) fglrx(0): Integrated Graphics Chipset: Intel(R) Sandybridge Mobile (GT2)
[ 27400.560] (**) fglrx(0): Relaxed fencing enabled
[ 27400.560] (**) fglrx(0): Wait on SwapBuffers? enabled
[ 27400.560] (**) fglrx(0): Triple buffering? enabled
[ 27400.560] (**) fglrx(0): Framebuffer linear
[ 27400.560] (**) fglrx(0): Pixmaps linear
[ 27400.560] (**) fglrx(0): 3D buffers tiled
[ 27400.560] (**) fglrx(0): SwapBuffers wait enabled
[ 27400.560] (==) fglrx(0): video overlay key set to 0x101fe
[ 27400.560] (II) fglrx(0): Output LVDS1 using monitor section aticonfig-Monitor[0]-0
[ 27400.560] (--) fglrx(0): found backlight control interface /sys/class/backlight/acpi_video1
[ 27400.574] (II) fglrx(0): Output VGA1 has no monitor section
[ 27401.054] (II) fglrx(0): Output HDMI1 has no monitor section
[ 27401.094] (II) fglrx(0): Output DP1 has no monitor section
[ 27401.094] (II) fglrx(0): EDID for output LVDS1
[ 27401.094] (II) fglrx(0): Manufacturer: SEC  Model: 4251  Serial#: 0
[ 27401.094] (II) fglrx(0): Year: 2008  Week: 0
[ 27401.094] (II) fglrx(0): EDID Version: 1.3
[ 27401.094] (II) fglrx(0): Digital Display Input
[ 27401.094] (II) fglrx(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[ 27401.094] (II) fglrx(0): Gamma: 2.20
[ 27401.094] (II) fglrx(0): No DPMS capabilities specified
[ 27401.094] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[ 27401.094] (II) fglrx(0): First detailed timing is preferred mode
[ 27401.094] (II) fglrx(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
[ 27401.094] (II) fglrx(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
[ 27401.094] (II) fglrx(0): Manufacturer's mask: 0
[ 27401.094] (II) fglrx(0): Supported detailed timing:
[ 27401.094] (II) fglrx(0): clock: 69.3 MHz   Image Size:  344 x 194 mm
[ 27401.094] (II) fglrx(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1480 h_border: 0
[ 27401.095] (II) fglrx(0): v_active: 768  v_sync: 770  v_sync_end 775 v_blanking: 780 v_border: 0
[ 27401.095] (II) fglrx(0): Unknown vendor-specific block f
[ 27401.095] (II) fglrx(0):  SAMSUNG
[ 27401.095] (II) fglrx(0):  156AT05-H07
[ 27401.095] (II) fglrx(0): EDID (in hex):
[ 27401.095] (II) fglrx(0): 	00ffffffffffff004ca3514200000000
[ 27401.095] (II) fglrx(0): 	00120103802213780a87f594574f8c27
[ 27401.095] (II) fglrx(0): 	27505400000001010101010101010101
[ 27401.095] (II) fglrx(0): 	010101010101121b567250000c303020
[ 27401.095] (II) fglrx(0): 	250058c2100000190000000f00000000
[ 27401.095] (II) fglrx(0): 	00000000001eb4027400000000fe0053
[ 27401.095] (II) fglrx(0): 	414d53554e470a2020202020000000fe
[ 27401.095] (II) fglrx(0): 	00313536415430352d4830370a200003
[ 27401.095] (II) fglrx(0): Not using default mode "320x240" (doublescan mode not supported)
[ 27401.095] (II) fglrx(0): Not using default mode "400x300" (doublescan mode not supported)
[ 27401.095] (II) fglrx(0): Not using default mode "400x300" (doublescan mode not supported)
[ 27401.095] (II) fglrx(0): Not using default mode "512x384" (doublescan mode not supported)
[ 27401.095] (II) fglrx(0): Not using default mode "640x480" (doublescan mode not supported)
[ 27401.095] (II) fglrx(0): Not using default mode "640x512" (doublescan mode not supported)
[ 27401.095] (II) fglrx(0): Not using default mode "800x600" (doublescan mode not supported)
[ 27401.095] (II) fglrx(0): Not using default mode "896x672" (doublescan mode not supported)
[ 27401.095] (II) fglrx(0): Not using default mode "928x696" (doublescan mode not supported)
[ 27401.095] (II) fglrx(0): Not using default mode "960x720" (doublescan mode not supported)
[ 27401.095] (II) fglrx(0): Not using default mode "700x525" (doublescan mode not supported)
[ 27401.095] (II) fglrx(0): Not using default mode "1024x768" (doublescan mode not supported)
[ 27401.095] (II) fglrx(0): Printing probed modes for output LVDS1
[ 27401.095] (II) fglrx(0): Modeline "1366x768"x60.0   69.30  1366 1414 1446 1480  768 770 775 780 -hsync -vsync (46.8 kHz eP)
[ 27401.095] (II) fglrx(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 27401.096] (II) fglrx(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 27401.096] (II) fglrx(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 27401.096] (II) fglrx(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 27401.107] (II) fglrx(0): EDID for output VGA1
[ 27401.587] (II) fglrx(0): EDID for output HDMI1
[ 27401.587] (II) fglrx(0): Manufacturer: HWP  Model: 2812  Serial#: 2147483648
[ 27401.587] (II) fglrx(0): Year: 2008  Week: 32
[ 27401.587] (II) fglrx(0): EDID Version: 1.3
[ 27401.587] (II) fglrx(0): Digital Display Input
[ 27401.588] (II) fglrx(0): Max Image Size [cm]: horiz.: 48  vert.: 30
[ 27401.588] (II) fglrx(0): Gamma: 2.20
[ 27401.588] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off
[ 27401.588] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[ 27401.588] (II) fglrx(0): Default color space is primary color space
[ 27401.588] (II) fglrx(0): First detailed timing is preferred mode
[ 27401.588] (II) fglrx(0): redX: 0.640 redY: 0.340   greenX: 0.292 greenY: 0.609
[ 27401.588] (II) fglrx(0): blueX: 0.146 blueY: 0.064   whiteX: 0.313 whiteY: 0.329
[ 27401.588] (II) fglrx(0): Supported established timings:
[ 27401.588] (II) fglrx(0): 720x400@70Hz
[ 27401.588] (II) fglrx(0): 640x480@60Hz
[ 27401.588] (II) fglrx(0): 640x480@75Hz
[ 27401.588] (II) fglrx(0): 800x600@60Hz
[ 27401.588] (II) fglrx(0): 800x600@75Hz
[ 27401.588] (II) fglrx(0): 832x624@75Hz
[ 27401.588] (II) fglrx(0): 1024x768@60Hz
[ 27401.588] (II) fglrx(0): 1024x768@75Hz
[ 27401.588] (II) fglrx(0): 1280x1024@75Hz
[ 27401.588] (II) fglrx(0): 1152x864@75Hz
[ 27401.588] (II) fglrx(0): Manufacturer's mask: 0
[ 27401.588] (II) fglrx(0): Supported standard timings:
[ 27401.588] (II) fglrx(0): #0: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[ 27401.588] (II) fglrx(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[ 27401.588] (II) fglrx(0): #2: hsize: 1440  vsize 900  refresh: 60  vid: 149
[ 27401.588] (II) fglrx(0): #3: hsize: 1600  vsize 1000  refresh: 60  vid: 169
[ 27401.588] (II) fglrx(0): #4: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[ 27401.588] (II) fglrx(0): #5: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[ 27401.588] (II) fglrx(0): Supported detailed timing:
[ 27401.588] (II) fglrx(0): clock: 146.2 MHz   Image Size:  473 x 296 mm
[ 27401.588] (II) fglrx(0): h_active: 1680  h_sync: 1784  h_sync_end 1960 h_blank_end 2240 h_border: 0
[ 27401.588] (II) fglrx(0): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1089 v_border: 0
[ 27401.588] (II) fglrx(0): Ranges: V min: 48 V max: 76 Hz, H min: 24 H max: 83 kHz, PixClock max 175 MHz
[ 27401.589] (II) fglrx(0): Monitor name: HP w2228h
[ 27401.589] (II) fglrx(0): Serial No: CZQ832073L
[ 27401.589] (II) fglrx(0): Supported detailed timing:
[ 27401.589] (II) fglrx(0): clock: 27.0 MHz   Image Size:  473 x 266 mm
[ 27401.589] (II) fglrx(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[ 27401.589] (II) fglrx(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[ 27401.589] (II) fglrx(0): Supported detailed timing:
[ 27401.589] (II) fglrx(0): clock: 27.0 MHz   Image Size:  473 x 266 mm
[ 27401.589] (II) fglrx(0): h_active: 720  h_sync: 732  h_sync_end 796 h_blank_end 864 h_border: 0
[ 27401.589] (II) fglrx(0): v_active: 576  v_sync: 581  v_sync_end 586 v_blanking: 625 v_border: 0
[ 27401.589] (II) fglrx(0): Supported detailed timing:
[ 27401.589] (II) fglrx(0): clock: 74.2 MHz   Image Size:  473 x 266 mm
[ 27401.589] (II) fglrx(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 27401.589] (II) fglrx(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[ 27401.589] (II) fglrx(0): Supported detailed timing:
[ 27401.589] (II) fglrx(0): clock: 74.2 MHz   Image Size:  473 x 266 mm
[ 27401.589] (II) fglrx(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[ 27401.589] (II) fglrx(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[ 27401.589] (II) fglrx(0): Number of EDID sections to follow: 1
[ 27401.589] (II) fglrx(0): EDID (in hex):
[ 27401.589] (II) fglrx(0): 	00ffffffffffff0022f0122800000080
[ 27401.589] (II) fglrx(0): 	2012010380301e78eecca5a3574a9c25
[ 27401.589] (II) fglrx(0): 	105054a56b80814081809500a900b300
[ 27401.589] (II) fglrx(0): 	a9400101010121399030621a274068b0
[ 27401.589] (II) fglrx(0): 	3600d9281100001c000000fd00304c18
[ 27401.589] (II) fglrx(0): 	5311000a202020202020000000fc0048
[ 27401.589] (II) fglrx(0): 	50207732323238680a202020000000ff
[ 27401.589] (II) fglrx(0): 	00435a513833323037334c0a202001b8
[ 27401.589] (II) fglrx(0): 	020329f1230907074f84020301060715
[ 27401.589] (II) fglrx(0): 	161112101f131405830100006c030c00
[ 27401.589] (II) fglrx(0): 	1000b82dc0010101018c0ad08a20e02d
[ 27401.590] (II) fglrx(0): 	10103e9600d90a110000188c0ad09020
[ 27401.590] (II) fglrx(0): 	4031200c405500d90a11000018011d80
[ 27401.590] (II) fglrx(0): 	18711c1620582c2500d90a1100009e01
[ 27401.590] (II) fglrx(0): 	1d80d0721c1620102c2580d90a110000
[ 27401.590] (II) fglrx(0): 	9e000000000000000000000000000096
[ 27401.590] (II) fglrx(0): Printing probed modes for output HDMI1
[ 27401.590] (II) fglrx(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz eP)
[ 27401.590] (II) fglrx(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 27401.590] (II) fglrx(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[ 27401.590] (II) fglrx(0): Modeline "1920x1080i"x60.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[ 27401.590] (II) fglrx(0): Modeline "1920x1080i"x50.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[ 27401.590] (II) fglrx(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 27401.590] (II) fglrx(0): Modeline "1600x1000"x60.0  133.16  1600 1704 1872 2144  1000 1001 1004 1035 -hsync +vsync (62.1 kHz)
[ 27401.590] (II) fglrx(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 27401.590] (II) fglrx(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 27401.590] (II) fglrx(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[ 27401.590] (II) fglrx(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 27401.590] (II) fglrx(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 27401.590] (II) fglrx(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 27401.590] (II) fglrx(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 27401.590] (II) fglrx(0): Modeline "1440x576i"x50.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[ 27401.590] (II) fglrx(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz e)
[ 27401.590] (II) fglrx(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 27401.590] (II) fglrx(0): Modeline "1440x480i"x59.9   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[ 27401.590] (II) fglrx(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 27401.590] (II) fglrx(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 27401.590] (II) fglrx(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 27401.590] (II) fglrx(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 27401.591] (II) fglrx(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 27401.591] (II) fglrx(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 27401.591] (II) fglrx(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 27401.591] (II) fglrx(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 27401.591] (II) fglrx(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 27401.630] (II) fglrx(0): EDID for output DP1
[ 27401.630] (II) fglrx(0): Output LVDS1 connected
[ 27401.630] (II) fglrx(0): Output VGA1 disconnected
[ 27401.630] (II) fglrx(0): Output HDMI1 connected
[ 27401.630] (II) fglrx(0): Output DP1 disconnected
[ 27401.631] (II) fglrx(0): Using fuzzy aspect match for initial modes
[ 27401.631] (II) fglrx(0): Output LVDS1 using initial mode 1024x768
[ 27401.631] (II) fglrx(0): Output HDMI1 using initial mode 1024x768
[ 27401.631] (II) fglrx(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 27401.631] (II) fglrx(0): Kernel page flipping support detected, enabling
[ 27401.631] (==) fglrx(0): DPI set to (96, 96)
[ 27401.631] (II) Loading sub module "fb"
[ 27401.631] (II) LoadModule: "fb"
[ 27401.631] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 27401.632] (II) Module fb: vendor="X.Org Foundation"
[ 27401.632] 	compiled for 1.13.3, module version = 1.0.0
[ 27401.632] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 27401.632] (II) Loading sub module "dri2"
[ 27401.632] (II) LoadModule: "dri2"
[ 27401.632] (II) Module "dri2" already built-in
[ 27401.632] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
[ 27401.632] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 27401.632] (==) fglrx(0): Default visual is TrueColor
[ 27401.632] (**) fglrx(0): Option "DPMS" "true"
[ 27401.632] (==) fglrx(0): RGB weight 888
[ 27401.632] (II) fglrx(0): Using 8 bits per RGB 
[ 27401.632] (==) fglrx(0): Buffer Tiling is ON
[ 27401.633] (II) Loading sub module "fglrxdrm"
[ 27401.633] (II) LoadModule: "fglrxdrm"
[ 27401.633] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[ 27401.633] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[ 27401.633] 	compiled for 1.4.99.906, module version = 9.1.11
[ 27401.636] ukiDynamicMajor: found major device number 249
[ 27401.636] ukiDynamicMajor: found major device number 249
[ 27401.636] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[ 27401.636] ukiOpenDevice: node name is /dev/ati/card0
[ 27401.637] ukiOpenDevice: open result is 14, (OK)
[ 27401.637] ukiOpenByBusid: ukiOpenMinor returns 14
[ 27401.637] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[ 27401.637] (**) fglrx(0): NoAccel = NO
[ 27401.637] (**) fglrx(0): AMD 2D Acceleration Architecture enabled
[ 27401.637] (--) fglrx(0): Chipset: "AMD Radeon HD 6700M Series" (Chipset = 0x6740)
[ 27401.637] (--) fglrx(0): (PciSubVendor = 0x103c, PciSubDevice = 0x3388)
[ 27401.637] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original AMD
[ 27401.637] (--) fglrx(0): Linear framebuffer (phys) at 0xa0000000
[ 27401.637] (--) fglrx(0): MMIO registers at 0xc6500000
[ 27401.637] (--) fglrx(0): I/O port at 0x00005000
[ 27401.637] (==) fglrx(0): ROM-BIOS at 0x000c0000
[ 27401.676] (II) fglrx(0): AC Adapter is used
[ 27401.676] (II) fglrx(0): AMD Video BIOS revision 9 or later detected
[ 27401.676] (--) fglrx(0): Video RAM: 2097152 kByte, Type: GDDR5
[ 27401.676] (II) fglrx(0): PCIE card detected
[ 27401.676] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
[ 27401.676] (WW) fglrx(0): board is an unknown third party board, chipset is supported
[ 27401.714] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x80000000)
[ 27401.714] (II) fglrx(0): RandR 1.2 support is enabled!
[ 27401.714] (II) fglrx(0): RandR 1.2 rotation support is enabled!
[ 27401.714] (==) fglrx(0): Center Mode is disabled 
[ 27401.714] (II) Loading sub module "fb"
[ 27401.714] (II) LoadModule: "fb"
[ 27401.714] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 27401.714] (II) Module fb: vendor="X.Org Foundation"
[ 27401.715] 	compiled for 1.13.3, module version = 1.0.0
[ 27401.715] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 27401.715] (II) Loading sub module "ddc"
[ 27401.715] (II) LoadModule: "ddc"
[ 27401.715] (II) Module "ddc" already built-in
[ 27401.778] (II) fglrx(0): Eyefinity capable adapter detected.
[ 27401.778] (II) fglrx(0): Adapter AMD Radeon HD 6700M Series has 6 configurable heads and 0 displays connected.
[ 27401.778] (==) fglrx(0):  PseudoColor visuals disabled
[ 27401.778] (II) Loading sub module "ramdac"
[ 27401.778] (II) LoadModule: "ramdac"
[ 27401.778] (II) Module "ramdac" already built-in
[ 27401.778] (==) fglrx(0): NoDRI = NO
[ 27401.778] (==) fglrx(0): Capabilities: 0x00000000
[ 27401.778] (==) fglrx(0): CapabilitiesEx: 0x00000000
[ 27401.778] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
[ 27401.778] (==) fglrx(0): UseFastTLS=0
[ 27401.778] (II) fglrx(0): TearFreeDesktop is not supported on PowerXpress systems currently.
[ 27401.778] (--) Depth 24 pixmap format is 32 bpp
[ 27401.778] (II) LoadModule: "glesx"
[ 27401.778] (II) Loading /usr/lib/xorg/modules/glesx.so
[ 27401.929] (II) Module glesx: vendor="X.Org Foundation"
[ 27401.929] 	compiled for 1.4.99.906, module version = 1.0.0
[ 27401.929] Loading extension GLESX
[ 27401.930] (II) fglrx(0): [DRI2] Setup complete
[ 27401.930] (II) fglrx(0): [DRI2]   DRI driver: i965
[ 27401.930] (II) fglrx(0): Allocated new frame buffer 1024x768 stride 4096, untiled
[ 27401.931] (II) UXA(0): Driver registered support for the following operations:
[ 27401.931] (II)         solid
[ 27401.932] (II)         copy
[ 27401.932] (II)         composite (RENDER acceleration)
[ 27401.932] (II)         put_image
[ 27401.932] (II)         get_image
[ 27401.932] (==) fglrx(0): Backing store disabled
[ 27401.932] (==) fglrx(0): Silken mouse enabled
[ 27401.932] (II) fglrx(0): Initializing HW Cursor
[ 27401.932] (II) fglrx(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 27402.044] (**) fglrx(0): DPMS enabled
[ 27402.044] (==) fglrx(0): Intel XvMC decoder enabled
[ 27402.044] (II) fglrx(0): Set up textured video
[ 27402.044] (II) fglrx(0): [XvMC] xvmc_vld driver initialized.
[ 27402.044] (II) fglrx(0): direct rendering: DRI2 Enabled
[ 27402.044] (WW) fglrx(0): Option "VendorName" is not used
[ 27402.044] (WW) fglrx(0): Option "ModelName" is not used
[ 27402.044] (WW) fglrx(0): Option "Shadow" is not used
[ 27402.044] (WW) fglrx(0): Option "Tiling" is not used
[ 27402.044] (WW) fglrx(0): Option "LinearFramebuffer" is not used
[ 27402.044] (==) fglrx(0): hotplug detection: "enabled"
[ 27403.001] (EE) 
[ 27403.001] (EE) Backtrace:
[ 27403.001] (EE) 0: /usr/bin/X (xorg_backtrace+0x36) [0x58a336]
[ 27403.001] (EE) 1: /usr/bin/X (0x400000+0x18e189) [0x58e189]
[ 27403.001] (EE) 2: /usr/lib/libpthread.so.0 (0x7fc5a6e90000+0xf0e0) [0x7fc5a6e9f0e0]
[ 27403.001] (EE) 3: /usr/lib/xorg/modules/drivers/fglrx_drv.so (xclIn32+0x0) [0x7fc5a4101b00]
[ 27403.002] (EE) 4: /usr/lib/xorg/modules/drivers/fglrx_drv.so (xilReadReg32_R600+0xe) [0x7fc5a42de26e]
[ 27403.002] (EE) 5: /usr/lib/xorg/modules/drivers/fglrx_drv.so (xdl_xs113_atiddxPxScreenInit+0xa4) [0x7fc5a42a5b94]
[ 27403.003] (EE) 6: /usr/lib/xorg/modules/drivers/fglrx_drv.so (xdl_xs113_atiddxScreenInit+0xce0) [0x7fc5a4283310]
[ 27403.003] (EE) 7: /usr/bin/X (AddScreen+0x85) [0x4380a5]
[ 27403.003] (EE) 8: /usr/bin/X (InitOutput+0x3f3) [0x479b13]
[ 27403.003] (EE) 9: /usr/bin/X (0x400000+0x266e6) [0x4266e6]
[ 27403.003] (EE) 10: /usr/lib/libc.so.6 (__libc_start_main+0xf5) [0x7fc5a5d1ca15]
[ 27403.003] (EE) 11: /usr/bin/X (0x400000+0x26c0d) [0x426c0d]
[ 27403.003] (EE) 
[ 27403.003] (EE) Segmentation fault at address 0x70180
[ 27403.003] 
Fatal server error:
[ 27403.004] Caught signal 11 (Segmentation fault). Server aborting
[ 27403.004] 
[ 27403.004] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[ 27403.004] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 27403.004] (EE) 
[ 27404.020] Server terminated with error (1). Closing log file.

Offline

#5169 2013-04-20 19:51:36

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

Re: The AMD/ATI Bar & Grill

Are you sure that there's no /etc/X11/xorg.conf? Because it looks like it's using it. Please remember that pxp_switch_catalyst is creating symlink to it, maybe you have removed symlink, then ran pxp_switch_catalyst script and it was recreated?
I suggest to remove /etc/X11/xorg.conf and /etc/X11/xorg.conf.cat (if exist), then recreate it with aticonfig, plus run pxp_switch_catalyst amd at the end.

Last edited by Vi0L0 (2013-04-20 19:52:59)

Offline

#5170 2013-04-20 20:34:01

SquarePony
Member
Registered: 2012-11-21
Posts: 12

Re: The AMD/ATI Bar & Grill

First of all: thank you for responding so quickly!
secondly: deleting xorg.conf and xorg.conf.cat and running pxp_switch_catalyst amd resulted in the same errorlog. (I didn't delete xorg.conf.d, should I?)

EDIT: The kernel panics when I shut down after I switch using pxp_switch_catalyst amd. Also happens when I use pxp_switch_catalyst to switch back to intel before poweroff. It powers down nicely if I don't use pxp_switch_catalyst.

Last edited by SquarePony (2013-04-20 21:24:45)

Offline

#5171 2013-04-21 10:09:28

lesto
Member
Registered: 2010-07-13
Posts: 115

Re: The AMD/ATI Bar & Grill

ok, for the Servic you have the Before line in the [Unit] section (right) and in the [Service] section (wrong)
BTW i've deactivated the service, recompiled the module with
"catalist_build_module all"
also run "aticonfig --initial"
but still no luck.
System start, boot, but when it comes to show the GUI (kdm login), the monitor just shut down, as there is no signal (i'm using DVI-I connector), also USB keyboard seems unresponsive (block num/caps lok/block scorr doesn't turn off/on the corresponding led, i've to press the reset button)
journal and xorg doesn't seems to have any error.

i'm attaching Xorg.0.log, maybe something is misconfigured.
This cofiguration broke with the last kernel update, so i'm confident i'm,missing something. BTW my card is a Radeon HD7850

[    14.662] 
X.Org X Server 1.13.3
Release Date: 2013-03-07
[    14.662] X Protocol Version 11, Revision 0
[    14.662] Build Operating System: Linux 3.8.2-1-ARCH x86_64 
[    14.662] Current Operating System: Linux localhost 3.8.7-1-ARCH #1 SMP PREEMPT Sat Apr 13 09:01:47 CEST 2013 x86_64
[    14.662] Kernel command line: root=/dev/sda3 ro nomodeset acpi_osi=linux
[    14.662] Build Date: 09 March 2013  08:45:37AM
[    14.662]  
[    14.662] Current version of pixman: 0.28.2
[    14.662] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    14.662] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    14.663] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Apr 20 21:51:41 2013
[    15.182] (==) Using config file: "/etc/X11/xorg.conf"
[    15.182] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    15.398] (==) ServerLayout "aticonfig Layout"
[    15.398] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
[    15.398] (**) |   |-->Monitor "aticonfig-Monitor[0]-0"
[    15.398] (**) |   |-->Device "aticonfig-Device[0]-0"
[    15.398] (==) Automatically adding devices
[    15.398] (==) Automatically enabling devices
[    15.398] (==) Automatically adding GPU devices
[    15.691] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    15.691] 	Entry deleted from font path.
[    16.096] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[    16.096] (==) ModulePath set to "/usr/lib/xorg/modules"
[    16.096] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    16.097] (II) Loader magic: 0x7fcc20
[    16.097] (II) Module ABI versions:
[    16.097] 	X.Org ANSI C Emulation: 0.4
[    16.097] 	X.Org Video Driver: 13.1
[    16.097] 	X.Org XInput driver : 18.0
[    16.097] 	X.Org Server Extension : 7.0
[    16.097] (II) config/udev: Adding drm device (/dev/dri/card0)
[    16.116] (--) PCI:*(0:1:0:0) 1002:6819:174b:e221 rev 0, Mem @ 0xc0000000/268435456, 0xfea00000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[    16.181] Initializing built-in extension Generic Event Extension
[    16.181] Initializing built-in extension SHAPE
[    16.181] Initializing built-in extension MIT-SHM
[    16.181] Initializing built-in extension XInputExtension
[    16.181] Initializing built-in extension XTEST
[    16.181] Initializing built-in extension BIG-REQUESTS
[    16.181] Initializing built-in extension SYNC
[    16.181] Initializing built-in extension XKEYBOARD
[    16.181] Initializing built-in extension XC-MISC
[    16.181] Initializing built-in extension SECURITY
[    16.181] Initializing built-in extension XINERAMA
[    16.181] Initializing built-in extension XFIXES
[    16.182] Initializing built-in extension RENDER
[    16.182] Initializing built-in extension RANDR
[    16.182] Initializing built-in extension COMPOSITE
[    16.182] Initializing built-in extension DAMAGE
[    16.182] Initializing built-in extension MIT-SCREEN-SAVER
[    16.182] Initializing built-in extension DOUBLE-BUFFER
[    16.182] Initializing built-in extension RECORD
[    16.182] Initializing built-in extension DPMS
[    16.182] Initializing built-in extension X-Resource
[    16.182] Initializing built-in extension XVideo
[    16.182] Initializing built-in extension XVideo-MotionCompensation
[    16.182] Initializing built-in extension XFree86-VidModeExtension
[    16.182] Initializing built-in extension XFree86-DGA
[    16.182] Initializing built-in extension XFree86-DRI
[    16.182] Initializing built-in extension DRI2
[    16.182] (II) "glx" will be loaded by default.
[    16.182] (II) LoadModule: "glx"
[    16.510] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    16.511] (II) Module glx: vendor="Advanced Micro Devices, Inc."
[    16.511] 	compiled for 6.9.0, module version = 1.0.0
[    16.511] Loading extension GLX
[    16.511] (II) LoadModule: "fglrx"
[    16.532] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[    17.894] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
[    17.894] 	compiled for 1.4.99.906, module version = 9.1.11
[    17.894] 	Module class: X.Org Video Driver
[    17.903] (II) Loading sub module "fglrxdrm"
[    17.903] (II) LoadModule: "fglrxdrm"
[    17.903] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[    17.903] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[    17.903] 	compiled for 1.4.99.906, module version = 9.1.11
[    17.903] (II) AMD Proprietary Linux Driver Version Identifier:9.01.11
[    17.903] (II) AMD Proprietary Linux Driver Release Identifier: 9.012                                
[    17.903] (II) AMD Proprietary Linux Driver Build Date: Dec 19 2012 14:41:10
[    17.903] (++) using VT number 7

[    17.907] (WW) Falling back to old probe method for fglrx
[    18.295] (II) Loading PCS database from /etc/ati/amdpcsdb /etc/ati/amdpcsdb.default
[    18.311] ukiDynamicMajor: found major device number 250
[    18.311] ukiDynamicMajor: found major device number 250
[    18.311] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[    18.311] ukiOpenDevice: node name is /dev/ati/card0
[    18.312] ukiOpenDevice: open result is 9, (OK)
[    18.374] ukiOpenByBusid: ukiOpenMinor returns 9
[    18.374] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[    18.391] (--) Chipset Supported AMD Graphics Processor (0x6819) found
[    18.411] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:0:0) found
[    18.411] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:0:2) found
[    18.411] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:2:0) found
[    18.411] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:9:0) found
[    18.411] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found
[    18.411] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
[    18.411] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found
[    18.411] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
[    18.411] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
[    18.411] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
[    18.411] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:1) found
[    18.411] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
[    18.411] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
[    18.411] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
[    18.411] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:5) found
[    18.411] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:21:0) found
[    18.411] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:21:3) found
[    18.411] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:22:0) found
[    18.411] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:22:2) found
[    18.411] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
[    18.424] (II) AMD Video driver is running on a device belonging to a group targeted for this release
[    18.881] (II) AMD Video driver is signed
[    18.881] (II) fglrx(0): pEnt->device->identifier=0x21c1690
[    18.881] (II) fglrx(0): === [xdl_xs113_atiddxPreInit] === begin
[    18.882] (II) Loading sub module "vgahw"
[    18.882] (II) LoadModule: "vgahw"
[    18.882] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[    18.882] (II) Module vgahw: vendor="X.Org Foundation"
[    18.882] 	compiled for 1.13.3, module version = 0.1.0
[    18.882] 	ABI class: X.Org Video Driver, version 13.1
[    18.883] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
[    18.883] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    18.883] (==) fglrx(0): Default visual is TrueColor
[    18.883] (**) fglrx(0): Option "DPMS" "true"
[    18.883] (==) fglrx(0): RGB weight 888
[    18.883] (II) fglrx(0): Using 8 bits per RGB 
[    18.883] (==) fglrx(0): Buffer Tiling is ON
[    18.883] (II) Loading sub module "fglrxdrm"
[    18.883] (II) LoadModule: "fglrxdrm"
[    18.883] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[    18.883] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[    18.883] 	compiled for 1.4.99.906, module version = 9.1.11
[    18.887] ukiDynamicMajor: found major device number 250
[    18.887] ukiDynamicMajor: found major device number 250
[    18.887] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[    18.887] ukiOpenDevice: node name is /dev/ati/card0
[    18.887] ukiOpenDevice: open result is 12, (OK)
[    18.887] ukiOpenByBusid: ukiOpenMinor returns 12
[    18.887] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[    18.887] (**) fglrx(0): NoAccel = NO
[    18.887] (**) fglrx(0): AMD 2D Acceleration Architecture enabled
[    18.887] (--) fglrx(0): Chipset: "AMD Radeon HD 7800 Series " (Chipset = 0x6819)
[    18.887] (--) fglrx(0): (PciSubVendor = 0x174b, PciSubDevice = 0xe221)
[    18.887] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original AMD
[    18.887] (--) fglrx(0): Linear framebuffer (phys) at 0xc0000000
[    18.887] (--) fglrx(0): MMIO registers at 0xfea00000
[    18.887] (--) fglrx(0): I/O port at 0x0000e000
[    18.887] (==) fglrx(0): ROM-BIOS at 0x000c0000
[    18.905] (II) fglrx(0): AC Adapter is used

Last edited by lesto (2013-04-21 10:11:50)

Offline

#5172 2013-04-21 10:47:55

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

Re: The AMD/ATI Bar & Grill

SquarePony wrote:

First of all: thank you for responding so quickly!
secondly: deleting xorg.conf and xorg.conf.cat and running pxp_switch_catalyst amd resulted in the same errorlog. (I didn't delete xorg.conf.d, should I?)

No, you shouldn't. But you can move monitor.conf somewhere. Wait, after you did this all - there's no /etc/X11/xorg.conf, but there's still something like this

[ 27400.365] (==) Using config file: "/etc/X11/xorg.conf"
[ 27400.366] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 27400.366] (==) ServerLayout "aticonfig Layout"
[ 27400.366] (**) |-->Screen "aticonfig-Screen[0]-0" (0)

in you log? There has to be a place where this came from

lesto wrote:

ok, for the Servic you have the Before line in the [Unit] section (right) and in the [Service] section (wrong)

Yes, it stayed from some internet's sample which i was using while figuring out this service, though it gave me no error so I left it, also it seems to work fine for me and others so i guess that it's safe. Also as you already mentioned this is not the reason of why you are unable to run X, so I will left Before in Service until next update.

As for your problem: are you sure that you are not loading radeon module in any place?
Ah your last sentence could be important, let me reboot and check this kernel...
Edit: nope, it seems to work fine for me on my 7850 and with catalyst-hook, so it's not the kernel i think

Last edited by Vi0L0 (2013-04-21 10:52:45)

Offline

#5173 2013-04-21 11:05:08

benf
Member
Registered: 2013-04-21
Posts: 2

Re: The AMD/ATI Bar & Grill

Hello, I have installed the catalyst-total-pxp package from AUR, and I am struggling to get direct rendering to work.

When i run startx after running aticonfig --initial, xorg will not start and i receive this log:

[ 11404.110] 
X.Org X Server 1.13.3
Release Date: 2013-03-07
[ 11404.111] X Protocol Version 11, Revision 0
[ 11404.112] Build Operating System: Linux 3.8.2-1-ARCH x86_64 
[ 11404.112] Current Operating System: Linux benarc 3.8.7-1-ARCH #1 SMP PREEMPT Sat Apr 13 09:01:47 CEST 2013 x86_64
[ 11404.112] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=7dfdbd9c-2258-4333-8d1c-8df89d0614c9 ro quiet
[ 11404.114] Build Date: 09 March 2013  08:45:37AM
[ 11404.114]  
[ 11404.115] Current version of pixman: 0.28.2
[ 11404.117] 	Before reporting problems, check [url]http://wiki.x.org[/url]
	to make sure that you have the latest version.
[ 11404.117] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 11404.121] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 22 10:08:10 2013
[ 11404.122] (==) Using config file: "/etc/X11/xorg.conf"
[ 11404.123] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 11404.123] (==) No Layout section.  Using the first Screen section.
[ 11404.123] (==) No screen section available. Using defaults.
[ 11404.123] (**) |-->Screen "Default Screen Section" (0)
[ 11404.123] (**) |   |-->Monitor "<default monitor>"
[ 11404.123] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[ 11404.123] (==) Automatically adding devices
[ 11404.123] (==) Automatically enabling devices
[ 11404.123] (==) Automatically adding GPU devices
[ 11404.123] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 11404.123] 	Entry deleted from font path.
[ 11404.123] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 11404.123] 	Entry deleted from font path.
[ 11404.123] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 11404.123] 	Entry deleted from font path.
[ 11404.123] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 11404.123] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 11404.123] 	Entry deleted from font path.
[ 11404.123] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 11404.123] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/
[ 11404.123] (**) ModulePath set to "/usr/lib/xorg/modules/updates,/usr/lib/xorg/modules"
[ 11404.123] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 11404.123] (II) Loader magic: 0x7fcc20
[ 11404.123] (II) Module ABI versions:
[ 11404.123] 	X.Org ANSI C Emulation: 0.4
[ 11404.123] 	X.Org Video Driver: 13.1
[ 11404.123] 	X.Org XInput driver : 18.0
[ 11404.123] 	X.Org Server Extension : 7.0
[ 11404.124] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 11404.126] (--) PCI:*(0:0:2:0) 8086:0166:1028:0572 rev 9, Mem @ 0xc1000000/4194304, 0xb0000000/268435456, I/O @ 0x00004000/64
[ 11404.126] (--) PCI: (0:1:0:0) 1002:682f:1028:0572 rev 0, Mem @ 0xa0000000/268435456, 0xc0000000/262144, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
[ 11404.126] Initializing built-in extension Generic Event Extension
[ 11404.126] Initializing built-in extension SHAPE
[ 11404.127] Initializing built-in extension MIT-SHM
[ 11404.127] Initializing built-in extension XInputExtension
[ 11404.128] Initializing built-in extension XTEST
[ 11404.128] Initializing built-in extension BIG-REQUESTS
[ 11404.129] Initializing built-in extension SYNC
[ 11404.129] Initializing built-in extension XKEYBOARD
[ 11404.130] Initializing built-in extension XC-MISC
[ 11404.130] Initializing built-in extension SECURITY
[ 11404.130] Initializing built-in extension XINERAMA
[ 11404.131] Initializing built-in extension XFIXES
[ 11404.131] Initializing built-in extension RENDER
[ 11404.132] Initializing built-in extension RANDR
[ 11404.132] Initializing built-in extension COMPOSITE
[ 11404.133] Initializing built-in extension DAMAGE
[ 11404.133] Initializing built-in extension MIT-SCREEN-SAVER
[ 11404.134] Initializing built-in extension DOUBLE-BUFFER
[ 11404.134] Initializing built-in extension RECORD
[ 11404.135] Initializing built-in extension DPMS
[ 11404.135] Initializing built-in extension X-Resource
[ 11404.136] Initializing built-in extension XVideo
[ 11404.136] Initializing built-in extension XVideo-MotionCompensation
[ 11404.137] Initializing built-in extension XFree86-VidModeExtension
[ 11404.137] Initializing built-in extension XFree86-DGA
[ 11404.138] Initializing built-in extension XFree86-DRI
[ 11404.138] Initializing built-in extension DRI2
[ 11404.138] (II) LoadModule: "glx"
[ 11404.138] (II) Loading /usr/lib/xorg/modules/updates/extensions/libglx.so
[ 11404.138] (II) Module glx: vendor="Advanced Micro Devices, Inc."
[ 11404.138] 	compiled for 6.9.0, module version = 1.0.0
[ 11404.139] Loading extension GLX
[ 11404.139] (==) Matched intel as autoconfigured driver 0
[ 11404.139] (==) Matched intel as autoconfigured driver 1
[ 11404.139] (==) Matched vesa as autoconfigured driver 2
[ 11404.139] (==) Matched modesetting as autoconfigured driver 3
[ 11404.139] (==) Matched fbdev as autoconfigured driver 4
[ 11404.139] (==) Assigned the driver to the xf86ConfigLayout
[ 11404.139] (II) LoadModule: "intel"
[ 11404.139] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 11404.139] (II) Module intel: vendor="X.Org Foundation"
[ 11404.139] 	compiled for 1.13.2.901, module version = 2.21.3
[ 11404.139] 	Module class: X.Org Video Driver
[ 11404.139] 	ABI class: X.Org Video Driver, version 13.1
[ 11404.139] (II) LoadModule: "vesa"
[ 11404.139] (WW) Warning, couldn't open module vesa
[ 11404.139] (II) UnloadModule: "vesa"
[ 11404.139] (II) Unloading vesa
[ 11404.139] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 11404.139] (II) LoadModule: "modesetting"
[ 11404.140] (WW) Warning, couldn't open module modesetting
[ 11404.140] (II) UnloadModule: "modesetting"
[ 11404.140] (II) Unloading modesetting
[ 11404.140] (EE) Failed to load module "modesetting" (module does not exist, 0)
[ 11404.140] (II) LoadModule: "fbdev"
[ 11404.140] (WW) Warning, couldn't open module fbdev
[ 11404.140] (II) UnloadModule: "fbdev"
[ 11404.140] (II) Unloading fbdev
[ 11404.140] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 11404.140] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
	i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
	E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
	965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
	4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
	Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
	Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
	Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
	Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
	Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
	Ivybridge Server (GT2), Haswell Desktop (GT1), Haswell Desktop (GT2),
	Haswell Desktop (GT2+), Haswell Mobile (GT1), Haswell Mobile (GT2),
	Haswell Mobile (GT2+), Haswell Server (GT1), Haswell Server (GT2),
	Haswell Server (GT2+), Haswell SDV Desktop (GT1),
	Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT2+),
	Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
	Haswell SDV Mobile (GT2+), Haswell SDV Server (GT1),
	Haswell SDV Server (GT2), Haswell SDV Server (GT2+),
	Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
	Haswell ULT Desktop (GT2+), Haswell ULT Mobile (GT1),
	Haswell ULT Mobile (GT2), Haswell ULT Mobile (GT2+),
	Haswell ULT Server (GT1), Haswell ULT Server (GT2),
	Haswell ULT Server (GT2+), Haswell CRW Desktop (GT1),
	Haswell CRW Desktop (GT2), Haswell CRW Desktop (GT2+),
	Haswell CRW Mobile (GT1), Haswell CRW Mobile (GT2),
	Haswell CRW Mobile (GT2+), Haswell CRW Server (GT1),
	Haswell CRW Server (GT2), Haswell CRW Server (GT2+),
	ValleyView PO board
[ 11404.140] (++) using VT number 1

[ 11404.140] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[ 11404.140] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 11404.140] (==) intel(0): RGB weight 888
[ 11404.140] (==) intel(0): Default visual is TrueColor
[ 11404.140] (--) intel(0): Integrated Graphics Chipset: Intel(R) Ivybridge Mobile (GT2)
[ 11404.140] (**) intel(0): Relaxed fencing enabled
[ 11404.140] (**) intel(0): Wait on SwapBuffers? enabled
[ 11404.140] (**) intel(0): Triple buffering? enabled
[ 11404.140] (**) intel(0): Framebuffer tiled
[ 11404.140] (**) intel(0): Pixmaps tiled
[ 11404.140] (**) intel(0): 3D buffers tiled
[ 11404.140] (**) intel(0): SwapBuffers wait enabled
[ 11404.140] (==) intel(0): video overlay key set to 0x101fe
[ 11404.140] (II) intel(0): Output LVDS1 has no monitor section
[ 11404.140] (--) intel(0): found backlight control interface /sys/class/backlight/acpi_video1
[ 11404.152] (II) intel(0): Output VGA1 has no monitor section
[ 11404.165] (II) intel(0): Output HDMI1 has no monitor section
[ 11404.205] (II) intel(0): Output DP1 has no monitor section
[ 11404.205] (II) intel(0): EDID for output LVDS1
[ 11404.205] (II) intel(0): Manufacturer: CMN  Model: 15aa  Serial#: 0
[ 11404.205] (II) intel(0): Year: 2011  Week: 10
[ 11404.205] (II) intel(0): EDID Version: 1.4
[ 11404.205] (II) intel(0): Digital Display Input
[ 11404.205] (II) intel(0): 6 bits per channel
[ 11404.205] (II) intel(0): Digital interface is undefined
[ 11404.205] (II) intel(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[ 11404.205] (II) intel(0): Gamma: 2.20
[ 11404.205] (II) intel(0): No DPMS capabilities specified
[ 11404.205] (II) intel(0): Supported color encodings: RGB 4:4:4 
[ 11404.206] (II) intel(0): First detailed timing is preferred mode
[ 11404.206] (II) intel(0): Preferred mode is native pixel format and refresh rate
[ 11404.206] (II) intel(0): redX: 0.617 redY: 0.340   greenX: 0.320 greenY: 0.598
[ 11404.206] (II) intel(0): blueX: 0.160 blueY: 0.084   whiteX: 0.313 whiteY: 0.329
[ 11404.206] (II) intel(0): Manufacturer's mask: 0
[ 11404.206] (II) intel(0): Supported detailed timing:
[ 11404.206] (II) intel(0): clock: 69.3 MHz   Image Size:  344 x 194 mm
[ 11404.206] (II) intel(0): h_active: 1366  h_sync: 1381  h_sync_end 1412 h_blank_end 1473 h_border: 0
[ 11404.206] (II) intel(0): v_active: 768  v_sync: 770  v_sync_end 776 v_blanking: 784 v_border: 0
[ 11404.206] (II) intel(0): Supported detailed timing:
[ 11404.206] (II) intel(0): clock: 50.9 MHz   Image Size:  344 x 194 mm
[ 11404.206] (II) intel(0): h_active: 1366  h_sync: 1431  h_sync_end 1475 h_blank_end 1586 h_border: 0
[ 11404.206] (II) intel(0): v_active: 768  v_sync: 772  v_sync_end 779 v_blanking: 802 v_border: 0
[ 11404.206] (II) intel(0):  19X7W\80156BGE
[ 11404.206] (II) intel(0): Unknown vendor-specific block 0
[ 11404.206] (II) intel(0): EDID (in hex):
[ 11404.206] (II) intel(0): 	00ffffffffffff000daeaa1500000000
[ 11404.206] (II) intel(0): 	0a150104902213780200259e57529929
[ 11404.206] (II) intel(0): 	15505400000001010101010101010101
[ 11404.206] (II) intel(0): 	010101010101121b566b500010300f1f
[ 11404.206] (II) intel(0): 	260058c21000001ae11356dc50002230
[ 11404.206] (II) intel(0): 	412c470058c21000001a000000fe0031
[ 11404.206] (II) intel(0): 	39583757803135364247450a00000000
[ 11404.206] (II) intel(0): 	00004131960000000001010a202000c6
[ 11404.206] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[ 11404.206] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 11404.206] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 11404.206] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[ 11404.206] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[ 11404.206] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[ 11404.206] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[ 11404.206] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[ 11404.206] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[ 11404.206] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[ 11404.206] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[ 11404.206] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[ 11404.206] (II) intel(0): Printing probed modes for output LVDS1
[ 11404.206] (II) intel(0): Modeline "1366x768"x60.0   69.30  1366 1381 1412 1473  768 770 776 784 +hsync -vsync (47.0 kHz eP)
[ 11404.206] (II) intel(0): Modeline "1366x768"x40.0   50.89  1366 1431 1475 1586  768 772 779 802 +hsync -vsync (32.1 kHz e)
[ 11404.206] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 11404.206] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 11404.206] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 11404.206] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 11404.219] (II) intel(0): EDID for output VGA1
[ 11404.232] (II) intel(0): EDID for output HDMI1
[ 11404.272] (II) intel(0): EDID for output DP1
[ 11404.272] (II) intel(0): Output LVDS1 connected
[ 11404.272] (II) intel(0): Output VGA1 disconnected
[ 11404.272] (II) intel(0): Output HDMI1 disconnected
[ 11404.272] (II) intel(0): Output DP1 disconnected
[ 11404.272] (II) intel(0): Using exact sizes for initial modes
[ 11404.272] (II) intel(0): Output LVDS1 using initial mode 1366x768
[ 11404.272] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 11404.272] (II) intel(0): Kernel page flipping support detected, enabling
[ 11404.272] (==) intel(0): DPI set to (96, 96)
[ 11404.272] (II) Loading sub module "fb"
[ 11404.272] (II) LoadModule: "fb"
[ 11404.273] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 11404.273] (II) Module fb: vendor="X.Org Foundation"
[ 11404.273] 	compiled for 1.13.3, module version = 1.0.0
[ 11404.273] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 11404.273] (II) Loading sub module "dri2"
[ 11404.273] (II) LoadModule: "dri2"
[ 11404.273] (II) Module "dri2" already built-in
[ 11404.273] (==) Depth 24 pixmap format is 32 bpp
[ 11404.273] (II) intel(0): [DRI2] Setup complete
[ 11404.273] (II) intel(0): [DRI2]   DRI driver: i965
[ 11404.273] (II) intel(0): Allocated new frame buffer 1408x768 stride 5632, tiled
[ 11404.275] (II) UXA(0): Driver registered support for the following operations:
[ 11404.275] (II)         solid
[ 11404.275] (II)         copy
[ 11404.275] (II)         composite (RENDER acceleration)
[ 11404.275] (II)         put_image
[ 11404.275] (II)         get_image
[ 11404.275] (==) intel(0): Backing store disabled
[ 11404.275] (==) intel(0): Silken mouse enabled
[ 11404.275] (II) intel(0): Initializing HW Cursor
[ 11404.275] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 11404.276] (==) intel(0): DPMS enabled
[ 11404.276] (==) intel(0): Intel XvMC decoder enabled
[ 11404.276] (II) intel(0): Set up textured video
[ 11404.276] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[ 11404.276] (II) intel(0): direct rendering: DRI2 Enabled
[ 11404.276] (==) intel(0): hotplug detection: "enabled"
[ 11404.289] (--) RandR disabled
[ 11404.296] (EE) GLX error: Can not get required symbols.
[ 11404.297] (II) intel(0): Setting screen physical size to 361 x 203
[ 11404.325] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[ 11404.325] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 11404.325] (II) LoadModule: "evdev"
[ 11404.325] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 11404.325] (II) Module evdev: vendor="X.Org Foundation"
[ 11404.325] 	compiled for 1.13.0, module version = 2.7.3
[ 11404.325] 	Module class: X.Org XInput Driver
[ 11404.325] 	ABI class: X.Org XInput driver, version 18.0
[ 11404.325] (II) Using input driver 'evdev' for 'Power Button'
[ 11404.325] (**) Power Button: always reports core events
[ 11404.325] (**) evdev: Power Button: Device: "/dev/input/event5"
[ 11404.325] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 11404.325] (--) evdev: Power Button: Found keys
[ 11404.325] (II) evdev: Power Button: Configuring as keyboard
[ 11404.325] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event5"
[ 11404.326] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 11404.326] (**) Option "xkb_rules" "evdev"
[ 11404.326] (**) Option "xkb_model" "evdev"
[ 11404.326] (**) Option "xkb_layout" "us"
[ 11404.348] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[ 11404.348] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 11404.349] (II) Using input driver 'evdev' for 'Video Bus'
[ 11404.349] (**) Video Bus: always reports core events
[ 11404.349] (**) evdev: Video Bus: Device: "/dev/input/event9"
[ 11404.349] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 11404.349] (--) evdev: Video Bus: Found keys
[ 11404.349] (II) evdev: Video Bus: Configuring as keyboard
[ 11404.349] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:02/input/input9/event9"
[ 11404.349] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 11404.349] (**) Option "xkb_rules" "evdev"
[ 11404.349] (**) Option "xkb_model" "evdev"
[ 11404.349] (**) Option "xkb_layout" "us"
[ 11404.349] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 11404.349] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 11404.349] (II) Using input driver 'evdev' for 'Power Button'
[ 11404.350] (**) Power Button: always reports core events
[ 11404.350] (**) evdev: Power Button: Device: "/dev/input/event3"
[ 11404.350] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 11404.350] (--) evdev: Power Button: Found keys
[ 11404.350] (II) evdev: Power Button: Configuring as keyboard
[ 11404.350] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0C:00/input/input3/event3"
[ 11404.350] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 11404.350] (**) Option "xkb_rules" "evdev"
[ 11404.350] (**) Option "xkb_model" "evdev"
[ 11404.350] (**) Option "xkb_layout" "us"
[ 11404.350] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[ 11404.350] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 11404.350] (II) Using input driver 'evdev' for 'Video Bus'
[ 11404.350] (**) Video Bus: always reports core events
[ 11404.350] (**) evdev: Video Bus: Device: "/dev/input/event8"
[ 11404.351] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 11404.351] (--) evdev: Video Bus: Found keys
[ 11404.351] (II) evdev: Video Bus: Configuring as keyboard
[ 11404.351] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:29/LNXVIDEO:00/input/input8/event8"
[ 11404.351] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[ 11404.351] (**) Option "xkb_rules" "evdev"
[ 11404.351] (**) Option "xkb_model" "evdev"
[ 11404.351] (**) Option "xkb_layout" "us"
[ 11404.351] (II) config/udev: Adding input device Lid Switch (/dev/input/event4)
[ 11404.351] (II) No input driver specified, ignoring this device.
[ 11404.351] (II) This device may have been added with another device file.
[ 11404.351] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 11404.352] (II) config/udev: Adding input device Logitech HID-compliant mouse (/dev/input/event1)
[ 11404.352] (**) Logitech HID-compliant mouse: Applying InputClass "evdev pointer catchall"
[ 11404.352] (II) Using input driver 'evdev' for 'Logitech HID-compliant mouse'
[ 11404.352] (**) Logitech HID-compliant mouse: always reports core events
[ 11404.352] (**) evdev: Logitech HID-compliant mouse: Device: "/dev/input/event1"
[ 11404.352] (--) evdev: Logitech HID-compliant mouse: Vendor 0x46d Product 0xc530
[ 11404.352] (--) evdev: Logitech HID-compliant mouse: Found 20 mouse buttons
[ 11404.352] (--) evdev: Logitech HID-compliant mouse: Found scroll wheel(s)
[ 11404.352] (--) evdev: Logitech HID-compliant mouse: Found relative axes
[ 11404.352] (--) evdev: Logitech HID-compliant mouse: Found x and y relative axes
[ 11404.352] (II) evdev: Logitech HID-compliant mouse: Configuring as mouse
[ 11404.352] (II) evdev: Logitech HID-compliant mouse: Adding scrollwheel support
[ 11404.352] (**) evdev: Logitech HID-compliant mouse: YAxisMapping: buttons 4 and 5
[ 11404.352] (**) evdev: Logitech HID-compliant mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 11404.352] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/input/input1/event1"
[ 11404.352] (II) XINPUT: Adding extended input device "Logitech HID-compliant mouse" (type: MOUSE, id 10)
[ 11404.353] (II) evdev: Logitech HID-compliant mouse: initialized for relative axes.
[ 11404.353] (**) Logitech HID-compliant mouse: (accel) keeping acceleration scheme 1
[ 11404.353] (**) Logitech HID-compliant mouse: (accel) acceleration profile 0
[ 11404.353] (**) Logitech HID-compliant mouse: (accel) acceleration factor: 2.000
[ 11404.353] (**) Logitech HID-compliant mouse: (accel) acceleration threshold: 4
[ 11404.353] (II) config/udev: Adding input device Logitech HID-compliant mouse (/dev/input/mouse0)
[ 11404.353] (II) No input driver specified, ignoring this device.
[ 11404.353] (II) This device may have been added with another device file.
[ 11404.354] (II) config/udev: Adding input device Logitech HID-compliant mouse (/dev/input/event2)
[ 11404.354] (**) Logitech HID-compliant mouse: Applying InputClass "evdev keyboard catchall"
[ 11404.354] (II) Using input driver 'evdev' for 'Logitech HID-compliant mouse'
[ 11404.354] (**) Logitech HID-compliant mouse: always reports core events
[ 11404.354] (**) evdev: Logitech HID-compliant mouse: Device: "/dev/input/event2"
[ 11404.354] (--) evdev: Logitech HID-compliant mouse: Vendor 0x46d Product 0xc530
[ 11404.354] (--) evdev: Logitech HID-compliant mouse: Found 1 mouse buttons
[ 11404.354] (--) evdev: Logitech HID-compliant mouse: Found scroll wheel(s)
[ 11404.354] (--) evdev: Logitech HID-compliant mouse: Found relative axes
[ 11404.354] (II) evdev: Logitech HID-compliant mouse: Forcing relative x/y axes to exist.
[ 11404.354] (--) evdev: Logitech HID-compliant mouse: Found absolute axes
[ 11404.354] (II) evdev: Logitech HID-compliant mouse: Forcing absolute x/y axes to exist.
[ 11404.354] (--) evdev: Logitech HID-compliant mouse: Found keys
[ 11404.354] (II) evdev: Logitech HID-compliant mouse: Configuring as mouse
[ 11404.354] (II) evdev: Logitech HID-compliant mouse: Configuring as keyboard
[ 11404.354] (II) evdev: Logitech HID-compliant mouse: Adding scrollwheel support
[ 11404.354] (**) evdev: Logitech HID-compliant mouse: YAxisMapping: buttons 4 and 5
[ 11404.354] (**) evdev: Logitech HID-compliant mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 11404.354] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/input/input2/event2"
[ 11404.354] (II) XINPUT: Adding extended input device "Logitech HID-compliant mouse" (type: KEYBOARD, id 11)
[ 11404.354] (**) Option "xkb_rules" "evdev"
[ 11404.354] (**) Option "xkb_model" "evdev"
[ 11404.354] (**) Option "xkb_layout" "us"
[ 11404.354] (II) evdev: Logitech HID-compliant mouse: initialized for relative axes.
[ 11404.354] (WW) evdev: Logitech HID-compliant mouse: ignoring absolute axes.
[ 11404.355] (**) Logitech HID-compliant mouse: (accel) keeping acceleration scheme 1
[ 11404.355] (**) Logitech HID-compliant mouse: (accel) acceleration profile 0
[ 11404.355] (**) Logitech HID-compliant mouse: (accel) acceleration factor: 2.000
[ 11404.355] (**) Logitech HID-compliant mouse: (accel) acceleration threshold: 4
[ 11404.355] (II) config/udev: Adding input device Laptop_Integrated_Webcam_E4HD (/dev/input/event7)
[ 11404.355] (**) Laptop_Integrated_Webcam_E4HD: Applying InputClass "evdev keyboard catchall"
[ 11404.355] (II) Using input driver 'evdev' for 'Laptop_Integrated_Webcam_E4HD'
[ 11404.355] (**) Laptop_Integrated_Webcam_E4HD: always reports core events
[ 11404.355] (**) evdev: Laptop_Integrated_Webcam_E4HD: Device: "/dev/input/event7"
[ 11404.355] (--) evdev: Laptop_Integrated_Webcam_E4HD: Vendor 0xc45 Product 0x644a
[ 11404.355] (--) evdev: Laptop_Integrated_Webcam_E4HD: Found keys
[ 11404.355] (II) evdev: Laptop_Integrated_Webcam_E4HD: Configuring as keyboard
[ 11404.355] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.5/3-1.5:1.0/input/input7/event7"
[ 11404.355] (II) XINPUT: Adding extended input device "Laptop_Integrated_Webcam_E4HD" (type: KEYBOARD, id 12)
[ 11404.355] (**) Option "xkb_rules" "evdev"
[ 11404.355] (**) Option "xkb_model" "evdev"
[ 11404.355] (**) Option "xkb_layout" "us"
[ 11404.356] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event10)
[ 11404.356] (II) No input driver specified, ignoring this device.
[ 11404.356] (II) This device may have been added with another device file.
[ 11404.356] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event12)
[ 11404.356] (II) No input driver specified, ignoring this device.
[ 11404.356] (II) This device may have been added with another device file.
[ 11404.356] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event13)
[ 11404.356] (II) No input driver specified, ignoring this device.
[ 11404.356] (II) This device may have been added with another device file.
[ 11404.356] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event14)
[ 11404.356] (II) No input driver specified, ignoring this device.
[ 11404.356] (II) This device may have been added with another device file.
[ 11404.356] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 11404.356] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 11404.356] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 11404.356] (**) AT Translated Set 2 keyboard: always reports core events
[ 11404.356] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 11404.356] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 11404.356] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 11404.356] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 11404.356] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 11404.356] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[ 11404.356] (**) Option "xkb_rules" "evdev"
[ 11404.356] (**) Option "xkb_model" "evdev"
[ 11404.356] (**) Option "xkb_layout" "us"
[ 11404.356] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event11)
[ 11404.356] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
[ 11404.356] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
[ 11404.356] (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons"
[ 11404.356] (II) LoadModule: "synaptics"
[ 11404.357] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 11404.357] (II) Module synaptics: vendor="X.Org Foundation"
[ 11404.357] 	compiled for 1.13.2, module version = 1.6.3
[ 11404.357] 	Module class: X.Org XInput Driver
[ 11404.357] 	ABI class: X.Org XInput driver, version 18.0
[ 11404.357] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
[ 11404.357] (**) ETPS/2 Elantech Touchpad: always reports core events
[ 11404.357] (**) Option "Device" "/dev/input/event11"
[ 11404.362] (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 0 - 2940
[ 11404.362] (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 0 - 1400
[ 11404.362] (--) synaptics: ETPS/2 Elantech Touchpad: pressure range 0 - 255
[ 11404.362] (--) synaptics: ETPS/2 Elantech Touchpad: finger width range 0 - 15
[ 11404.362] (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left right double triple
[ 11404.362] (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
[ 11404.362] (**) Option "TapButton1" "1"
[ 11404.362] (**) Option "TapButton2" "2"
[ 11404.362] (**) Option "TapButton3" "3"
[ 11404.362] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[ 11404.362] (**) ETPS/2 Elantech Touchpad: always reports core events
[ 11404.365] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input11/event11"
[ 11404.365] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 14)
[ 11404.365] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[ 11404.365] (**) synaptics: ETPS/2 Elantech Touchpad: MaxSpeed is now 1.75
[ 11404.365] (**) synaptics: ETPS/2 Elantech Touchpad: AccelFactor is now 0.061
[ 11404.366] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
[ 11404.366] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1
[ 11404.366] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[ 11404.366] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[ 11404.366] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[ 11404.366] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
[ 11404.366] (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[ 11404.367] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event6)
[ 11404.367] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 11404.367] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
[ 11404.367] (**) Dell WMI hotkeys: always reports core events
[ 11404.367] (**) evdev: Dell WMI hotkeys: Device: "/dev/input/event6"
[ 11404.367] (--) evdev: Dell WMI hotkeys: Vendor 0 Product 0
[ 11404.367] (--) evdev: Dell WMI hotkeys: Found keys
[ 11404.367] (II) evdev: Dell WMI hotkeys: Configuring as keyboard
[ 11404.367] (**) Option "config_info" "udev:/sys/devices/virtual/input/input6/event6"
[ 11404.367] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 15)
[ 11404.367] (**) Option "xkb_rules" "evdev"
[ 11404.367] (**) Option "xkb_model" "evdev"
[ 11404.367] (**) Option "xkb_layout" "us"
[ 11404.399] (II) intel(0): EDID vendor "CMN", prod id 5546
[ 11404.399] (II) intel(0): Printing DDC gathered Modelines:
[ 11404.399] (II) intel(0): Modeline "1366x768"x0.0   69.30  1366 1381 1412 1473  768 770 776 784 +hsync -vsync (47.0 kHz eP)
[ 11404.399] (II) intel(0): Modeline "1366x768"x0.0   50.89  1366 1431 1475 1586  768 772 779 802 +hsync -vsync (32.1 kHz e)
[ 12532.969] (II) intel(0): EDID vendor "CMN", prod id 5546
[ 12532.969] (II) intel(0): Printing DDC gathered Modelines:
[ 12532.969] (II) intel(0): Modeline "1366x768"x0.0   69.30  1366 1381 1412 1473  768 770 776 784 +hsync -vsync (47.0 kHz eP)
[ 12532.969] (II) intel(0): Modeline "1366x768"x0.0   50.89  1366 1431 1475 1586  768 772 779 802 +hsync -vsync (32.1 kHz e)
[ 12533.036] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[ 12691.685] (II) intel(0): EDID vendor "CMN", prod id 5546
[ 12691.685] (II) intel(0): Printing DDC gathered Modelines:
[ 12691.685] (II) intel(0): Modeline "1366x768"x0.0   69.30  1366 1381 1412 1473  768 770 776 784 +hsync -vsync (47.0 kHz eP)
[ 12691.685] (II) intel(0): Modeline "1366x768"x0.0   50.89  1366 1431 1475 1586  768 772 779 802 +hsync -vsync (32.1 kHz e)
[ 12691.753] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[ 12826.259] (II) intel(0): EDID vendor "CMN", prod id 5546
[ 12826.259] (II) intel(0): Printing DDC gathered Modelines:
[ 12826.259] (II) intel(0): Modeline "1366x768"x0.0   69.30  1366 1381 1412 1473  768 770 776 784 +hsync -vsync (47.0 kHz eP)
[ 12826.259] (II) intel(0): Modeline "1366x768"x0.0   50.89  1366 1431 1475 1586  768 772 779 802 +hsync -vsync (32.1 kHz e)
[ 12826.326] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[ 12862.912] (II) intel(0): EDID vendor "CMN", prod id 5546
[ 12862.912] (II) intel(0): Printing DDC gathered Modelines:
[ 12862.912] (II) intel(0): Modeline "1366x768"x0.0   69.30  1366 1381 1412 1473  768 770 776 784 +hsync -vsync (47.0 kHz eP)
[ 12862.912] (II) intel(0): Modeline "1366x768"x0.0   50.89  1366 1431 1475 1586  768 772 779 802 +hsync -vsync (32.1 kHz e)
[ 12862.980] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[ 12871.295] (II) intel(0): EDID vendor "CMN", prod id 5546
[ 12871.295] (II) intel(0): Printing DDC gathered Modelines:
[ 12871.295] (II) intel(0): Modeline "1366x768"x0.0   69.30  1366 1381 1412 1473  768 770 776 784 +hsync -vsync (47.0 kHz eP)
[ 12871.295] (II) intel(0): Modeline "1366x768"x0.0   50.89  1366 1431 1475 1586  768 772 779 802 +hsync -vsync (32.1 kHz e)
[ 12871.363] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[ 13066.449] (II) intel(0): EDID vendor "CMN", prod id 5546
[ 13066.449] (II) intel(0): Printing DDC gathered Modelines:
[ 13066.449] (II) intel(0): Modeline "1366x768"x0.0   69.30  1366 1381 1412 1473  768 770 776 784 +hsync -vsync (47.0 kHz eP)
[ 13066.449] (II) intel(0): Modeline "1366x768"x0.0   50.89  1366 1431 1475 1586  768 772 779 802 +hsync -vsync (32.1 kHz e)
[ 13066.516] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[ 13725.812] (II) intel(0): EDID vendor "CMN", prod id 5546
[ 13725.812] (II) intel(0): Printing DDC gathered Modelines:
[ 13725.812] (II) intel(0): Modeline "1366x768"x0.0   69.30  1366 1381 1412 1473  768 770 776 784 +hsync -vsync (47.0 kHz eP)
[ 13725.812] (II) intel(0): Modeline "1366x768"x0.0   50.89  1366 1431 1475 1586  768 772 779 802 +hsync -vsync (32.1 kHz e)
[ 13725.880] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found

I can run startx successfully with no xorg.conf file but direct rendering does not work, here is the fgrlxinfo output when i run xorg without a config file:

ben@benarc ~ $ fglrxinfo
X Error of failed request:  BadRequest (invalid request code or no such operation)
  Major opcode of failed request:  154 (GLX)
  Minor opcode of failed request:  19 (X_GLXQueryServerString)
  Serial number of failed request:  12
  Current serial number in output stream:  12
ben@benarc ~ $ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Cape Verde [Radeon HD 7700M Series]

Here is the xorg.conf that aticonfig --initial produces:

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

Any ideas?

Thank you

Edit: I am attaching the xorg log without any xorg.conf in case if it gives any clues:

[ 15415.788] 
X.Org X Server 1.13.3
Release Date: 2013-03-07
[ 15415.794] X Protocol Version 11, Revision 0
[ 15415.796] Build Operating System: Linux 3.8.2-1-ARCH x86_64 
[ 15415.796] Current Operating System: Linux benarc 3.8.7-1-ARCH #1 SMP PREEMPT Sat Apr 13 09:01:47 CEST 2013 x86_64
[ 15415.796] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=7dfdbd9c-2258-4333-8d1c-8df89d0614c9 ro quiet
[ 15415.798] Build Date: 09 March 2013  08:45:37AM
[ 15415.799]  
[ 15415.800] Current version of pixman: 0.28.2
[ 15415.802]     Before reporting problems, check [url]http://wiki.x.org[/url]
    to make sure that you have the latest version.
[ 15415.802] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning,  error, (NI) not implemented, (??) unknown.
[ 15415.805] (==) Log file: "/var/log/Xorg.1.log", Time: Mon Apr 22 11:15:02 2013
[ 15415.806] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 15415.806] (==) No Layout section.  Using the first Screen section.
[ 15415.806] (==) No screen section available. Using defaults.
[ 15415.806] (**) |-->Screen "Default Screen Section" (0)
[ 15415.806] (**) |   |-->Monitor "<default monitor>"
[ 15415.807] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
[ 15415.807] (==) Automatically adding devices
[ 15415.807] (==) Automatically enabling devices
[ 15415.807] (==) Automatically adding GPU devices
[ 15415.807] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 15415.807]     Entry deleted from font path.
[ 15415.807] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 15415.807]     Entry deleted from font path.
[ 15415.807] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 15415.807]     Entry deleted from font path.
[ 15415.807]     (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 15415.807] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 15415.807]     Entry deleted from font path.
[ 15415.807]     (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 15415.807] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
[ 15415.807] (**) ModulePath set to "/usr/lib/xorg/modules/updates,/usr/lib/xorg/modules"
[ 15415.807] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 15415.807] (II) Loader magic: 0x7fcc20
[ 15415.807] (II) Module ABI versions:
[ 15415.807]     X.Org ANSI C Emulation: 0.4
[ 15415.807]     X.Org Video Driver: 13.1
[ 15415.807]     X.Org XInput driver : 18.0
[ 15415.807]     X.Org Server Extension : 7.0
[ 15415.807] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 15415.808] (--) PCI:*(0:0:2:0) 8086:0166:1028:0572 rev 9, Mem @ 0xc1000000/4194304, 0xb0000000/268435456, I/O @ 0x00004000/64
[ 15415.808] (--) PCI: (0:1:0:0) 1002:682f:1028:0572 rev 0, Mem @ 0xa0000000/268435456, 0xc0000000/262144, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
[ 15415.809] Initializing built-in extension Generic Event Extension
[ 15415.810] Initializing built-in extension SHAPE
[ 15415.811] Initializing built-in extension MIT-SHM
[ 15415.811] Initializing built-in extension XInputExtension
[ 15415.812] Initializing built-in extension XTEST
[ 15415.813] Initializing built-in extension BIG-REQUESTS
[ 15415.814] Initializing built-in extension SYNC
[ 15415.815] Initializing built-in extension XKEYBOARD
[ 15415.815] Initializing built-in extension XC-MISC
[ 15415.816] Initializing built-in extension SECURITY
[ 15415.817] Initializing built-in extension XINERAMA
[ 15415.818] Initializing built-in extension XFIXES
[ 15415.818] Initializing built-in extension RENDER
[ 15415.819] Initializing built-in extension RANDR
[ 15415.819] Initializing built-in extension COMPOSITE
[ 15415.820] Initializing built-in extension DAMAGE
[ 15415.821] Initializing built-in extension MIT-SCREEN-SAVER
[ 15415.821] Initializing built-in extension DOUBLE-BUFFER
[ 15415.822] Initializing built-in extension RECORD
[ 15415.822] Initializing built-in extension DPMS
[ 15415.823] Initializing built-in extension X-Resource
[ 15415.823] Initializing built-in extension XVideo
[ 15415.824] Initializing built-in extension XVideo-MotionCompensation
[ 15415.824] Initializing built-in extension XFree86-VidModeExtension
[ 15415.825] Initializing built-in extension XFree86-DGA
[ 15415.825] Initializing built-in extension XFree86-DRI
[ 15415.826] Initializing built-in extension DRI2
[ 15415.826] (II) LoadModule: "glx"
[ 15415.826] (II) Loading /usr/lib/xorg/modules/updates/extensions/libglx.so
[ 15415.826] (II) Module glx: vendor="Advanced Micro Devices, Inc."
[ 15415.826]     compiled for 6.9.0, module version = 1.0.0
[ 15415.827] Loading extension GLX
[ 15415.827] (==) Matched intel as autoconfigured driver 0
[ 15415.827] (==) Matched intel as autoconfigured driver 1
[ 15415.827] (==) Matched vesa as autoconfigured driver 2
[ 15415.827] (==) Matched modesetting as autoconfigured driver 3
[ 15415.827] (==) Matched fbdev as autoconfigured driver 4
[ 15415.827] (==) Assigned the driver to the xf86ConfigLayout
[ 15415.827] (II) LoadModule: "intel"
[ 15415.827] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 15415.827] (II) Module intel: vendor="X.Org Foundation"
[ 15415.827]     compiled for 1.13.2.901, module version = 2.21.3
[ 15415.827]     Module class: X.Org Video Driver
[ 15415.827]     ABI class: X.Org Video Driver, version 13.1
[ 15415.827] (II) LoadModule: "vesa"
[ 15415.827] (WW) Warning, couldn't open module vesa
[ 15415.827] (II) UnloadModule: "vesa"
[ 15415.827] (II) Unloading vesa
[ 15415.827] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 15415.827] (II) LoadModule: "modesetting"
[ 15415.827] (WW) Warning, couldn't open module modesetting
[ 15415.827] (II) UnloadModule: "modesetting"
[ 15415.827] (II) Unloading modesetting
[ 15415.827] (EE) Failed to load module "modesetting" (module does not exist, 0)
[ 15415.827] (II) LoadModule: "fbdev"
[ 15415.828] (WW) Warning, couldn't open module fbdev
[ 15415.828] (II) UnloadModule: "fbdev"
[ 15415.828] (II) Unloading fbdev
[ 15415.828] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 15415.828] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
    Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
    Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
    Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
    Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
    Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
    Ivybridge Server (GT2), Haswell Desktop (GT1), Haswell Desktop (GT2),
    Haswell Desktop (GT2+), Haswell Mobile (GT1), Haswell Mobile (GT2),
    Haswell Mobile (GT2+), Haswell Server (GT1), Haswell Server (GT2),
    Haswell Server (GT2+), Haswell SDV Desktop (GT1),
    Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT2+),
    Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
    Haswell SDV Mobile (GT2+), Haswell SDV Server (GT1),
    Haswell SDV Server (GT2), Haswell SDV Server (GT2+),
    Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
    Haswell ULT Desktop (GT2+), Haswell ULT Mobile (GT1),
    Haswell ULT Mobile (GT2), Haswell ULT Mobile (GT2+),
    Haswell ULT Server (GT1), Haswell ULT Server (GT2),
    Haswell ULT Server (GT2+), Haswell CRW Desktop (GT1),
    Haswell CRW Desktop (GT2), Haswell CRW Desktop (GT2+),
    Haswell CRW Mobile (GT1), Haswell CRW Mobile (GT2),
    Haswell CRW Mobile (GT2+), Haswell CRW Server (GT1),
    Haswell CRW Server (GT2), Haswell CRW Server (GT2+),
    ValleyView PO board
[ 15415.828] (++) using VT number 2

[ 15415.828] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
[ 15415.828] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 15415.828] (==) intel(0): RGB weight 888
[ 15415.828] (==) intel(0): Default visual is TrueColor
[ 15415.828] (--) intel(0): Integrated Graphics Chipset: Intel(R) Ivybridge Mobile (GT2)
[ 15415.828] (**) intel(0): Relaxed fencing enabled
[ 15415.828] (**) intel(0): Wait on SwapBuffers? enabled
[ 15415.828] (**) intel(0): Triple buffering? enabled
[ 15415.828] (**) intel(0): Framebuffer tiled
[ 15415.828] (**) intel(0): Pixmaps tiled
[ 15415.828] (**) intel(0): 3D buffers tiled
[ 15415.828] (**) intel(0): SwapBuffers wait enabled
[ 15415.828] (==) intel(0): video overlay key set to 0x101fe
[ 15415.828] (II) intel(0): Output LVDS1 has no monitor section
[ 15415.828] (--) intel(0): found backlight control interface /sys/class/backlight/acpi_video1
[ 15415.842] (II) intel(0): Output VGA1 has no monitor section
[ 15415.855] (II) intel(0): Output HDMI1 has no monitor section
[ 15415.895] (II) intel(0): Output DP1 has no monitor section
[ 15415.895] (II) intel(0): EDID for output LVDS1
[ 15415.895] (II) intel(0): Manufacturer: CMN  Model: 15aa  Serial#: 0
[ 15415.895] (II) intel(0): Year: 2011  Week: 10
[ 15415.895] (II) intel(0): EDID Version: 1.4
[ 15415.895] (II) intel(0): Digital Display Input
[ 15415.895] (II) intel(0): 6 bits per channel
[ 15415.895] (II) intel(0): Digital interface is undefined
[ 15415.895] (II) intel(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[ 15415.895] (II) intel(0): Gamma: 2.20
[ 15415.895] (II) intel(0): No DPMS capabilities specified
[ 15415.895] (II) intel(0): Supported color encodings: RGB 4:4:4 
[ 15415.895] (II) intel(0): First detailed timing is preferred mode
[ 15415.895] (II) intel(0): Preferred mode is native pixel format and refresh rate
[ 15415.895] (II) intel(0): redX: 0.617 redY: 0.340   greenX: 0.320 greenY: 0.598
[ 15415.895] (II) intel(0): blueX: 0.160 blueY: 0.084   whiteX: 0.313 whiteY: 0.329
[ 15415.895] (II) intel(0): Manufacturer's mask: 0
[ 15415.895] (II) intel(0): Supported detailed timing:
[ 15415.895] (II) intel(0): clock: 69.3 MHz   Image Size:  344 x 194 mm
[ 15415.895] (II) intel(0): h_active: 1366  h_sync: 1381  h_sync_end 1412 h_blank_end 1473 h_border: 0
[ 15415.895] (II) intel(0): v_active: 768  v_sync: 770  v_sync_end 776 v_blanking: 784 v_border: 0
[ 15415.895] (II) intel(0): Supported detailed timing:
[ 15415.895] (II) intel(0): clock: 50.9 MHz   Image Size:  344 x 194 mm
[ 15415.895] (II) intel(0): h_active: 1366  h_sync: 1431  h_sync_end 1475 h_blank_end 1586 h_border: 0
[ 15415.895] (II) intel(0): v_active: 768  v_sync: 772  v_sync_end 779 v_blanking: 802 v_border: 0
[ 15415.895] (II) intel(0):  19X7W\80156BGE
[ 15415.895] (II) intel(0): Unknown vendor-specific block 0
[ 15415.895] (II) intel(0): EDID (in hex):
[ 15415.895] (II) intel(0):     00ffffffffffff000daeaa1500000000
[ 15415.895] (II) intel(0):     0a150104902213780200259e57529929
[ 15415.895] (II) intel(0):     15505400000001010101010101010101
[ 15415.895] (II) intel(0):     010101010101121b566b500010300f1f
[ 15415.895] (II) intel(0):     260058c21000001ae11356dc50002230
[ 15415.896] (II) intel(0):     412c470058c21000001a000000fe0031
[ 15415.896] (II) intel(0):     39583757803135364247450a00000000
[ 15415.896] (II) intel(0):     00004131960000000001010a202000c6
[ 15415.896] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[ 15415.896] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 15415.896] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 15415.896] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[ 15415.896] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[ 15415.896] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[ 15415.896] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[ 15415.896] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[ 15415.896] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[ 15415.896] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[ 15415.896] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[ 15415.896] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[ 15415.896] (II) intel(0): Printing probed modes for output LVDS1
[ 15415.896] (II) intel(0): Modeline "1366x768"x60.0   69.30  1366 1381 1412 1473  768 770 776 784 +hsync -vsync (47.0 kHz eP)
[ 15415.896] (II) intel(0): Modeline "1366x768"x40.0   50.89  1366 1431 1475 1586  768 772 779 802 +hsync -vsync (32.1 kHz e)
[ 15415.896] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 15415.896] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 15415.896] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 15415.896] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 15415.908] (II) intel(0): EDID for output VGA1
[ 15415.921] (II) intel(0): EDID for output HDMI1
[ 15415.961] (II) intel(0): EDID for output DP1
[ 15415.961] (II) intel(0): Output LVDS1 connected
[ 15415.961] (II) intel(0): Output VGA1 disconnected
[ 15415.961] (II) intel(0): Output HDMI1 disconnected
[ 15415.961] (II) intel(0): Output DP1 disconnected
[ 15415.961] (II) intel(0): Using exact sizes for initial modes
[ 15415.962] (II) intel(0): Output LVDS1 using initial mode 1366x768
[ 15415.962] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 15415.962] (II) intel(0): Kernel page flipping support detected, enabling
[ 15415.962] (==) intel(0): DPI set to (96, 96)
[ 15415.962] (II) Loading sub module "fb"
[ 15415.962] (II) LoadModule: "fb"
[ 15415.962] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 15415.962] (II) Module fb: vendor="X.Org Foundation"
[ 15415.962]     compiled for 1.13.3, module version = 1.0.0
[ 15415.962]     ABI class: X.Org ANSI C Emulation, version 0.4
[ 15415.962] (II) Loading sub module "dri2"
[ 15415.962] (II) LoadModule: "dri2"
[ 15415.962] (II) Module "dri2" already built-in
[ 15415.962] (==) Depth 24 pixmap format is 32 bpp
[ 15415.962] (II) intel(0): [DRI2] Setup complete
[ 15415.962] (II) intel(0): [DRI2]   DRI driver: i965
[ 15415.963] (II) intel(0): Allocated new frame buffer 1408x768 stride 5632, tiled
[ 15415.964] (II) UXA(0): Driver registered support for the following operations:
[ 15415.964] (II)         solid
[ 15415.964] (II)         copy
[ 15415.964] (II)         composite (RENDER acceleration)
[ 15415.964] (II)         put_image
[ 15415.964] (II)         get_image
[ 15415.964] (==) intel(0): Backing store disabled
[ 15415.964] (==) intel(0): Silken mouse enabled
[ 15415.964] (II) intel(0): Initializing HW Cursor
[ 15415.964] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 15415.965] (==) intel(0): DPMS enabled
[ 15415.965] (==) intel(0): Intel XvMC decoder enabled
[ 15415.965] (II) intel(0): Set up textured video
[ 15415.965] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[ 15415.965] (II) intel(0): direct rendering: DRI2 Enabled
[ 15415.965] (==) intel(0): hotplug detection: "enabled"
[ 15415.988] (--) RandR disabled
[ 15415.997] (EE) GLX error: Can not get required symbols.
[ 15415.998] (II) intel(0): Setting screen physical size to 361 x 203
[ 15416.031] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[ 15416.031] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 15416.031] (II) LoadModule: "evdev"
[ 15416.031] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 15416.031] (II) Module evdev: vendor="X.Org Foundation"
[ 15416.031]     compiled for 1.13.0, module version = 2.7.3
[ 15416.031]     Module class: X.Org XInput Driver
[ 15416.031]     ABI class: X.Org XInput driver, version 18.0
[ 15416.032] (II) Using input driver 'evdev' for 'Power Button'
[ 15416.032] (**) Power Button: always reports core events
[ 15416.032] (**) evdev: Power Button: Device: "/dev/input/event5"
[ 15416.032] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 15416.032] (--) evdev: Power Button: Found keys
[ 15416.032] (II) evdev: Power Button: Configuring as keyboard
[ 15416.032] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event5"
[ 15416.032] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 15416.032] (**) Option "xkb_rules" "evdev"
[ 15416.032] (**) Option "xkb_model" "evdev"
[ 15416.032] (**) Option "xkb_layout" "us"
[ 15416.053] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[ 15416.053] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 15416.053] (II) Using input driver 'evdev' for 'Video Bus'
[ 15416.053] (**) Video Bus: always reports core events
[ 15416.053] (**) evdev: Video Bus: Device: "/dev/input/event9"
[ 15416.053] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 15416.053] (--) evdev: Video Bus: Found keys
[ 15416.053] (II) evdev: Video Bus: Configuring as keyboard
[ 15416.053] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:02/input/input9/event9"
[ 15416.053] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 15416.053] (**) Option "xkb_rules" "evdev"
[ 15416.053] (**) Option "xkb_model" "evdev"
[ 15416.053] (**) Option "xkb_layout" "us"
[ 15416.054] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 15416.054] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 15416.054] (II) Using input driver 'evdev' for 'Power Button'
[ 15416.054] (**) Power Button: always reports core events
[ 15416.054] (**) evdev: Power Button: Device: "/dev/input/event3"
[ 15416.054] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 15416.054] (--) evdev: Power Button: Found keys
[ 15416.054] (II) evdev: Power Button: Configuring as keyboard
[ 15416.054] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0C:00/input/input3/event3"
[ 15416.054] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 15416.054] (**) Option "xkb_rules" "evdev"
[ 15416.054] (**) Option "xkb_model" "evdev"
[ 15416.054] (**) Option "xkb_layout" "us"
[ 15416.055] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[ 15416.055] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 15416.055] (II) Using input driver 'evdev' for 'Video Bus'
[ 15416.055] (**) Video Bus: always reports core events
[ 15416.055] (**) evdev: Video Bus: Device: "/dev/input/event8"
[ 15416.055] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 15416.055] (--) evdev: Video Bus: Found keys
[ 15416.055] (II) evdev: Video Bus: Configuring as keyboard
[ 15416.055] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:29/LNXVIDEO:00/input/input8/event8"
[ 15416.055] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[ 15416.055] (**) Option "xkb_rules" "evdev"
[ 15416.055] (**) Option "xkb_model" "evdev"
[ 15416.055] (**) Option "xkb_layout" "us"
[ 15416.056] (II) config/udev: Adding input device Lid Switch (/dev/input/event4)
[ 15416.056] (II) No input driver specified, ignoring this device.
[ 15416.056] (II) This device may have been added with another device file.
[ 15416.056] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 15416.056] (II) config/udev: Adding input device Logitech HID-compliant mouse (/dev/input/event1)
[ 15416.056] (**) Logitech HID-compliant mouse: Applying InputClass "evdev pointer catchall"
[ 15416.056] (II) Using input driver 'evdev' for 'Logitech HID-compliant mouse'
[ 15416.056] (**) Logitech HID-compliant mouse: always reports core events
[ 15416.056] (**) evdev: Logitech HID-compliant mouse: Device: "/dev/input/event1"
[ 15416.056] (--) evdev: Logitech HID-compliant mouse: Vendor 0x46d Product 0xc530
[ 15416.056] (--) evdev: Logitech HID-compliant mouse: Found 20 mouse buttons
[ 15416.057] (--) evdev: Logitech HID-compliant mouse: Found scroll wheel(s)
[ 15416.057] (--) evdev: Logitech HID-compliant mouse: Found relative axes
[ 15416.057] (--) evdev: Logitech HID-compliant mouse: Found x and y relative axes
[ 15416.057] (II) evdev: Logitech HID-compliant mouse: Configuring as mouse
[ 15416.057] (II) evdev: Logitech HID-compliant mouse: Adding scrollwheel support
[ 15416.057] (**) evdev: Logitech HID-compliant mouse: YAxisMapping: buttons 4 and 5
[ 15416.057] (**) evdev: Logitech HID-compliant mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 15416.057] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/input/input1/event1"
[ 15416.057] (II) XINPUT: Adding extended input device "Logitech HID-compliant mouse" (type: MOUSE, id 10)
[ 15416.057] (II) evdev: Logitech HID-compliant mouse: initialized for relative axes.
[ 15416.057] (**) Logitech HID-compliant mouse: (accel) keeping acceleration scheme 1
[ 15416.057] (**) Logitech HID-compliant mouse: (accel) acceleration profile 0
[ 15416.057] (**) Logitech HID-compliant mouse: (accel) acceleration factor: 2.000
[ 15416.057] (**) Logitech HID-compliant mouse: (accel) acceleration threshold: 4
[ 15416.057] (II) config/udev: Adding input device Logitech HID-compliant mouse (/dev/input/mouse0)
[ 15416.057] (II) No input driver specified, ignoring this device.
[ 15416.057] (II) This device may have been added with another device file.
[ 15416.058] (II) config/udev: Adding input device Logitech HID-compliant mouse (/dev/input/event2)
[ 15416.058] (**) Logitech HID-compliant mouse: Applying InputClass "evdev keyboard catchall"
[ 15416.058] (II) Using input driver 'evdev' for 'Logitech HID-compliant mouse'
[ 15416.058] (**) Logitech HID-compliant mouse: always reports core events
[ 15416.058] (**) evdev: Logitech HID-compliant mouse: Device: "/dev/input/event2"
[ 15416.058] (--) evdev: Logitech HID-compliant mouse: Vendor 0x46d Product 0xc530
[ 15416.058] (--) evdev: Logitech HID-compliant mouse: Found 1 mouse buttons
[ 15416.058] (--) evdev: Logitech HID-compliant mouse: Found scroll wheel(s)
[ 15416.058] (--) evdev: Logitech HID-compliant mouse: Found relative axes
[ 15416.058] (II) evdev: Logitech HID-compliant mouse: Forcing relative x/y axes to exist.
[ 15416.058] (--) evdev: Logitech HID-compliant mouse: Found absolute axes
[ 15416.058] (II) evdev: Logitech HID-compliant mouse: Forcing absolute x/y axes to exist.
[ 15416.058] (--) evdev: Logitech HID-compliant mouse: Found keys
[ 15416.058] (II) evdev: Logitech HID-compliant mouse: Configuring as mouse
[ 15416.058] (II) evdev: Logitech HID-compliant mouse: Configuring as keyboard
[ 15416.058] (II) evdev: Logitech HID-compliant mouse: Adding scrollwheel support
[ 15416.058] (**) evdev: Logitech HID-compliant mouse: YAxisMapping: buttons 4 and 5
[ 15416.058] (**) evdev: Logitech HID-compliant mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 15416.058] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/input/input2/event2"
[ 15416.058] (II) XINPUT: Adding extended input device "Logitech HID-compliant mouse" (type: KEYBOARD, id 11)
[ 15416.058] (**) Option "xkb_rules" "evdev"
[ 15416.058] (**) Option "xkb_model" "evdev"
[ 15416.058] (**) Option "xkb_layout" "us"
[ 15416.059] (II) evdev: Logitech HID-compliant mouse: initialized for relative axes.
[ 15416.059] (WW) evdev: Logitech HID-compliant mouse: ignoring absolute axes.
[ 15416.059] (**) Logitech HID-compliant mouse: (accel) keeping acceleration scheme 1
[ 15416.059] (**) Logitech HID-compliant mouse: (accel) acceleration profile 0
[ 15416.059] (**) Logitech HID-compliant mouse: (accel) acceleration factor: 2.000
[ 15416.059] (**) Logitech HID-compliant mouse: (accel) acceleration threshold: 4
[ 15416.059] (II) config/udev: Adding input device Laptop_Integrated_Webcam_E4HD (/dev/input/event7)
[ 15416.059] (**) Laptop_Integrated_Webcam_E4HD: Applying InputClass "evdev keyboard catchall"
[ 15416.059] (II) Using input driver 'evdev' for 'Laptop_Integrated_Webcam_E4HD'
[ 15416.059] (**) Laptop_Integrated_Webcam_E4HD: always reports core events
[ 15416.059] (**) evdev: Laptop_Integrated_Webcam_E4HD: Device: "/dev/input/event7"
[ 15416.060] (--) evdev: Laptop_Integrated_Webcam_E4HD: Vendor 0xc45 Product 0x644a
[ 15416.060] (--) evdev: Laptop_Integrated_Webcam_E4HD: Found keys
[ 15416.060] (II) evdev: Laptop_Integrated_Webcam_E4HD: Configuring as keyboard
[ 15416.060] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.5/3-1.5:1.0/input/input7/event7"
[ 15416.060] (II) XINPUT: Adding extended input device "Laptop_Integrated_Webcam_E4HD" (type: KEYBOARD, id 12)
[ 15416.060] (**) Option "xkb_rules" "evdev"
[ 15416.060] (**) Option "xkb_model" "evdev"
[ 15416.060] (**) Option "xkb_layout" "us"
[ 15416.060] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event10)
[ 15416.060] (II) No input driver specified, ignoring this device.
[ 15416.060] (II) This device may have been added with another device file.
[ 15416.061] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event12)
[ 15416.061] (II) No input driver specified, ignoring this device.
[ 15416.061] (II) This device may have been added with another device file.
[ 15416.061] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event13)
[ 15416.061] (II) No input driver specified, ignoring this device.
[ 15416.061] (II) This device may have been added with another device file.
[ 15416.061] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event14)
[ 15416.061] (II) No input driver specified, ignoring this device.
[ 15416.061] (II) This device may have been added with another device file.
[ 15416.062] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 15416.062] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 15416.062] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 15416.062] (**) AT Translated Set 2 keyboard: always reports core events
[ 15416.062] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 15416.062] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 15416.062] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 15416.062] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 15416.062] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 15416.062] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[ 15416.062] (**) Option "xkb_rules" "evdev"
[ 15416.062] (**) Option "xkb_model" "evdev"
[ 15416.062] (**) Option "xkb_layout" "us"
[ 15416.063] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event11)
[ 15416.063] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
[ 15416.063] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
[ 15416.063] (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons"
[ 15416.063] (II) LoadModule: "synaptics"
[ 15416.063] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 15416.063] (II) Module synaptics: vendor="X.Org Foundation"
[ 15416.063]     compiled for 1.13.2, module version = 1.6.3
[ 15416.063]     Module class: X.Org XInput Driver
[ 15416.063]     ABI class: X.Org XInput driver, version 18.0
[ 15416.063] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
[ 15416.063] (**) ETPS/2 Elantech Touchpad: always reports core events
[ 15416.063] (**) Option "Device" "/dev/input/event11"
[ 15416.065] (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 0 - 2940
[ 15416.065] (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 0 - 1400
[ 15416.065] (--) synaptics: ETPS/2 Elantech Touchpad: pressure range 0 - 255
[ 15416.065] (--) synaptics: ETPS/2 Elantech Touchpad: finger width range 0 - 15
[ 15416.065] (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left right double triple
[ 15416.065] (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
[ 15416.065] (**) Option "TapButton1" "1"
[ 15416.065] (**) Option "TapButton2" "2"
[ 15416.065] (**) Option "TapButton3" "3"
[ 15416.065] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[ 15416.065] (**) ETPS/2 Elantech Touchpad: always reports core events
[ 15416.071] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input11/event11"
[ 15416.071] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 14)
[ 15416.071] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[ 15416.072] (**) synaptics: ETPS/2 Elantech Touchpad: MaxSpeed is now 1.75
[ 15416.072] (**) synaptics: ETPS/2 Elantech Touchpad: AccelFactor is now 0.061
[ 15416.072] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
[ 15416.072] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1
[ 15416.072] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[ 15416.072] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[ 15416.072] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[ 15416.072] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
[ 15416.072] (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[ 15416.073] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event6)
[ 15416.073] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 15416.073] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
[ 15416.073] (**) Dell WMI hotkeys: always reports core events
[ 15416.073] (**) evdev: Dell WMI hotkeys: Device: "/dev/input/event6"
[ 15416.073] (--) evdev: Dell WMI hotkeys: Vendor 0 Product 0
[ 15416.073] (--) evdev: Dell WMI hotkeys: Found keys
[ 15416.073] (II) evdev: Dell WMI hotkeys: Configuring as keyboard
[ 15416.073] (**) Option "config_info" "udev:/sys/devices/virtual/input/input6/event6"
[ 15416.073] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 15)
[ 15416.073] (**) Option "xkb_rules" "evdev"
[ 15416.073] (**) Option "xkb_model" "evdev"
[ 15416.073] (**) Option "xkb_layout" "us"
[ 15416.107] (II) intel(0): EDID vendor "CMN", prod id 5546
[ 15416.107] (II) intel(0): Printing DDC gathered Modelines:
[ 15416.107] (II) intel(0): Modeline "1366x768"x0.0   69.30  1366 1381 1412 1473  768 770 776 784 +hsync -vsync (47.0 kHz eP)
[ 15416.107] (II) intel(0): Modeline "1366x768"x0.0   50.89  1366 1431 1475 1586  768 772 779 802 +hsync -vsync (32.1 kHz e)
[ 15418.976] (II) evdev: Dell WMI hotkeys: Close
[ 15418.976] (II) UnloadModule: "evdev"
[ 15418.976] (II) UnloadModule: "synaptics"
[ 15418.976] (II) evdev: AT Translated Set 2 keyboard: Close
[ 15418.976] (II) UnloadModule: "evdev"
[ 15418.976] (II) evdev: Laptop_Integrated_Webcam_E4HD: Close
[ 15418.976] (II) UnloadModule: "evdev"
[ 15418.976] (II) evdev: Logitech HID-compliant mouse: Close
[ 15418.976] (II) UnloadModule: "evdev"
[ 15418.976] (II) evdev: Logitech HID-compliant mouse: Close
[ 15418.976] (II) UnloadModule: "evdev"
[ 15418.976] (II) evdev: Video Bus: Close
[ 15418.976] (II) UnloadModule: "evdev"
[ 15418.976] (II) evdev: Power Button: Close
[ 15418.976] (II) UnloadModule: "evdev"
[ 15418.976] (II) evdev: Video Bus: Close
[ 15418.976] (II) UnloadModule: "evdev"
[ 15418.976] (II) evdev: Power Button: Close
[ 15418.976] (II) UnloadModule: "evdev"
[ 15419.689] Server terminated successfully (0). Closing log file.

Last edited by benf (2013-04-21 11:19:13)

Offline

#5174 2013-04-21 11:48:10

acgtyrant
Member
From: Hangzhou, China
Registered: 2013-04-09
Posts: 62
Website

Re: The AMD/ATI Bar & Grill

Help me again~

Although I solved the issue about missing libgl.so.1 . I failed at executing lsmod | grep fglrx and fglrxinfo again, which return no info and error.

I think it may because I didn't follow the all wiki. So I read all the wiki carefully, then format disk to install the new Arch Linux again.
Firstly, I edit /etc/pacman.conf to add [catalyst-stable] and [xorg113] repo.Then I execute these commands:

pacman -Syy
pacman -S catalyst-utils-pxp mesa-libgl xf86-video-intel intel-dri
pacman -S xorg-server xorg-server-utils xorg-xinit
aticonfig --initial # No obvious error, I think it succeed
echo "blacklist radeon" >> /etc/modprobe.d/modprobe.conf # There is not any files in /etc/modules-load.d/, so radeon should be not loaded by any file under /etc/modules-load.d/. And there is a file called catalyst in /etc/modules-load.d/ which contain fglrx already.
vim /etc/default/grub # Add nomodeset to the kernel parameter options:GRUB_CMDLINE_LINUX="nomodeset"
grub-mkconfig -o /boot/grub/grub.cfg # Then I reboot
lsmod | grep fglrx, #no info, meaning I didn't load any module about fglrx.
fglrxinfo # Error: unable to open display (null)
pacman -S linux-headers # I have installed base-devel already.
pacman -S catalyst-hook
systemctl enable catalyst-hook
systemctl start catalyst-hook
lsmod | grep fglrx # Finally there are three lines about fglrx, I think I load the module successfully.
fglrxinfo # However, same error again.
startx # My computer freezed~I can't interrupt it by Ctrl+C or change tty so I had to force reboot.

This is my Xorg.0:

[    99.744]
X.Org X Server 1.13.3
Release Date: 2013-03-07
[    99.746] X Protocol Version 11, Revision 0
[    99.747] Build Operating System: Linux 3.8.2-1-ARCH x86_64
[    99.750] Current Operating System: Linux ThinkPad.acgtyrant.com 3.8.7-1-ARCH #1 SMP PREEMPT Sat Apr 13 09:01:47 CEST 2013 x86_64
[    99.751] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=a7dec3d1-06e2-4b48-ad84-cd7ca2b97687 ro nomodeset quiet
[    99.754] Build Date: 09 March 2013  08:45:37AM
[    99.755] 
[    99.755] Current version of pixman: 0.28.2
[    99.757]   Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[    99.757] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    99.760] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 22 03:33:48 2013
[    99.763] (==) Using config file: "/etc/X11/xorg.conf"
[    99.764] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    99.766] (==) ServerLayout "aticonfig Layout"
[    99.766] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
[    99.766] (**) |   |-->Monitor "aticonfig-Monitor[0]-0"
[    99.766] (**) |   |-->Device "aticonfig-Device[0]-0"
[    99.766] (==) Automatically adding devices
[    99.766] (==) Automatically enabling devices
[    99.766] (==) Automatically adding GPU devices
[    99.768] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[    99.768]     Entry deleted from font path.
[    99.768] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    99.768]     Entry deleted from font path.
[    99.768] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    99.768]     Entry deleted from font path.
[    99.768] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[    99.768]     Entry deleted from font path.
[    99.768]     (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[    99.768] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[    99.768]     Entry deleted from font path.
[    99.768]     (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[    99.768] (==) FontPath set to:
    /usr/share/fonts/misc/
[    99.768] (**) ModulePath set to "/usr/lib/xorg/modules/updates,/usr/lib/xorg/modules"
[    99.768] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[    99.768] (II) Loader magic: 0x7fcc20
[    99.768] (II) Module ABI versions:
[    99.768]     X.Org ANSI C Emulation: 0.4
[    99.768]     X.Org Video Driver: 13.1
[    99.768]     X.Org XInput driver : 18.0
[    99.768]     X.Org Server Extension : 7.0
[    99.770] (--) PCI:*(0:0:2:0) 8086:0116:17aa:21e3 rev 9, Mem @ 0xe0000000/4194304, 0xd0000000/268435456, I/O @ 0x00007000/64
[    99.770] (--) PCI: (0:1:0:0) 1002:6741:17aa:21e3 rev 0, Mem @ 0xc0000000/268435456, 0xe2600000/131072, I/O @ 0x00006000/256, BIOS @ 0x????????/131072
[    99.771] Initializing built-in extension Generic Event Extension
[    99.771] Initializing built-in extension SHAPE
[    99.772] Initializing built-in extension MIT-SHM
[    99.772] Initializing built-in extension XInputExtension
[    99.773] Initializing built-in extension XTEST
[    99.773] Initializing built-in extension BIG-REQUESTS
[    99.774] Initializing built-in extension SYNC
[    99.774] Initializing built-in extension XKEYBOARD
[    99.791] Initializing built-in extension XC-MISC
[    99.809] Initializing built-in extension SECURITY
[    99.826] Initializing built-in extension XINERAMA
[    99.843] Initializing built-in extension XFIXES
[    99.860] Initializing built-in extension RENDER
[    99.876] Initializing built-in extension RANDR
[    99.892] Initializing built-in extension COMPOSITE
[    99.908] Initializing built-in extension DAMAGE
[    99.924] Initializing built-in extension MIT-SCREEN-SAVER
[    99.940] Initializing built-in extension DOUBLE-BUFFER
[    99.955] Initializing built-in extension RECORD
[    99.970] Initializing built-in extension DPMS
[    99.985] Initializing built-in extension X-Resource
[   100.000] Initializing built-in extension XVideo
[   100.014] Initializing built-in extension XVideo-MotionCompensation
[   100.029] Initializing built-in extension XFree86-VidModeExtension
[   100.043] Initializing built-in extension XFree86-DGA
[   100.057] Initializing built-in extension XFree86-DRI
[   100.071] Initializing built-in extension DRI2
[   100.071] (II) "glx" will be loaded by default.
[   100.071] (II) LoadModule: "glx"
[   100.073] (II) Loading /usr/lib/xorg/modules/updates/extensions/libglx.so
[   100.076] (II) Module glx: vendor="Advanced Micro Devices, Inc."
[   100.076]     compiled for 6.9.0, module version = 1.0.0
[   100.089] Loading extension GLX
[   100.089] (II) LoadModule: "fglrx"
[   100.090] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[   100.132] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
[   100.132]     compiled for 1.4.99.906, module version = 9.1.11
[   100.132]     Module class: X.Org Video Driver
[   100.132] (II) Loading sub module "fglrxdrm"
[   100.132] (II) LoadModule: "fglrxdrm"
[   100.132] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[   100.133] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[   100.133]     compiled for 1.4.99.906, module version = 9.1.11
[   100.133] (II) AMD Proprietary Linux Driver Version Identifier:9.01.11
[   100.133] (II) AMD Proprietary Linux Driver Release Identifier: 9.012                               
[   100.133] (II) AMD Proprietary Linux Driver Build Date: Dec 19 2012 14:41:10
[   100.133] (++) using VT number 1

[   100.133] (WW) Falling back to old probe method for fglrx
[   100.142] (II) Loading PCS database from /etc/ati/amdpcsdb /etc/ati/amdpcsdb.default
[   100.144] ukiDynamicMajor: found major device number 250
[   100.144] ukiDynamicMajor: found major device number 250
[   100.144] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[   100.144] ukiOpenDevice: node name is /dev/ati/card0
[   100.145] ukiOpenDevice: open result is 9, (OK)
[   101.567] ukiOpenByBusid: ukiOpenMinor returns 9
[   101.567] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[   101.572] (--) Chipset Supported AMD Graphics Processor (0x6741) found
[   101.573] (II) fglrx: intel VGA device detected, load intel driver.
[   101.573] (II) LoadModule: "intel"
[   101.574] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   101.577] (II) Module intel: vendor="X.Org Foundation"
[   101.577]     compiled for 1.13.2.901, module version = 2.21.3
[   101.578]     Module class: X.Org Video Driver
[   101.578]     ABI class: X.Org Video Driver, version 13.1
[   101.578] (II) AMD Video driver is running on a device belonging to a group targeted for this release
[   101.578] (II) AMD Video driver is signed
[   101.579] (II) fglrx(0): pEnt->device->identifier=0x1d6f120
[   101.582] (II) pEnt->device->identifier=(nil)
[   101.582] (II) fglrx(0): === [xdl_xs113_atiddxPreInit] === begin
[   101.583] (II) fglrx(0): PowerXpress: Discrete GPU is selected.
[   101.628] (II) fglrx(0): PowerXpress: Diagnostic output from /usr/lib64/fglrx/switchlibGL:
Switch to AMD

[   101.638] (EE)
[   101.639] (EE) Backtrace:
[   101.641] (EE) 0: /usr/bin/X (xorg_backtrace+0x36) [0x58a336]
[   101.641] (EE) 1: /usr/bin/X (0x400000+0x18e189) [0x58e189]
[   101.641] (EE) 2: /usr/lib/libpthread.so.0 (0x7fa67162f000+0xf0e0) [0x7fa67163e0e0]
[   101.642] (EE) 3: /usr/lib/xorg/modules/drivers/fglrx_drv.so (xdl_xs113_atiddxPxPreInit+0x11e) [0x7fa66ea5e9be]
[   101.642] (EE) 4: /usr/lib/xorg/modules/drivers/fglrx_drv.so (xdl_xs113_atiddxPreInit+0x1fcb) [0x7fa66ea3b2cb]
[   101.642] (EE) 5: /usr/bin/X (InitOutput+0xa72) [0x47a192]
[   101.642] (EE) 6: /usr/bin/X (0x400000+0x266e6) [0x4266e6]
[   101.642] (EE) 7: /usr/lib/libc.so.6 (__libc_start_main+0xf5) [0x7fa6704bba15]
[   101.643] (EE) 8: /usr/bin/X (0x400000+0x26c0d) [0x426c0d]
[   101.643] (EE)
[   101.643] (EE) Segmentation fault at address 0x50
[   101.643]
Fatal server error:
[   101.643] Caught signal 11 (Segmentation fault). Server aborting
[   101.643]
[   101.643] (EE)
Please consult the The X.Org Foundation support
     at http://wiki.x.org
for help.
[   101.643] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[   101.643] (EE)
[   101.701] Server terminated with error (1). Closing log file.

Forgive my poor English again. Thank you!

Last edited by acgtyrant (2013-04-21 11:55:32)


I use Arch Linux.

Offline

#5175 2013-04-21 16:52:10

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

Re: The AMD/ATI Bar & Grill

Downgrading linux (and linux-headers) to 3.7.x was a solution for many pxp users.

Offline

Board footer

Powered by FluxBB