You are not logged in.

#5551 2013-08-19 04:23:48

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

Re: The AMD/ATI Bar & Grill

Hello. I am using HD 5770 with Vi0L0's repo. Recently, after a serie of kernel updates, I have lost VAAPI-playing ability. Every time I start a video in VLC, be it SD or FullHD, it crashes X, and in old install, it even hanged OS to no-reply-even-to-break-key state. Now, I have reinstalled Arch Linux thrice, to inspect, why this was occuring, but I haven't found any pattern behind this. Logs of systemd, Xorg and VLC show no info. What is going on? Can somebody help me, please? It worked OK a week ago. Oh, I almost forgot - it runs perfectly well for other tasks such as 3D-demanding apps and providing tear-free desktop.

My logs:
Systemd
Xorg
VLC

Offline

#5552 2013-08-19 09:07:17

savalaserg1
Member
Registered: 2013-06-27
Posts: 21

Re: The AMD/ATI Bar & Grill

New kernel update in the line!!! linux-3.10.7-1

Offline

#5553 2013-08-19 09:50:07

Lockheed
Member
Registered: 2010-03-16
Posts: 1,512

Re: The AMD/ATI Bar & Grill

I moved my system from an Nvidia-based laptop to ATI radeon based laptop. I removed nvidia drivers and installed catalyst-total-hd234k

I thought everything works fine, but I run into problem with wine complaining it cannot render directly Opengl.

fixme:dwmapi:DwmIsCompositionEnabled 0x1c0ced1
fixme:dwmapi:DwmEnableComposition (0) stub
Xlib:  extension "NV-GLX" missing on display ":0.0".
err:winediag:X11DRV_WineGL_InitOpenglInfo Direct rendering is disabled, most likely your 32-bit OpenGL drivers haven't been installed correctly 
(using GL renderer "ATI Mobility Radeon HD 3650", version "2.1 (3.3.11672 Compatibility Profile Context FireGL)").

And so I run this to see what's up:

$ LIBGL_DEBUG=verbose glxinfo > /dev/null
Xlib:  extension "NV-GLX" missing on display ":0.0".
Segmentation fault (core dumped)

Isn't NV-GLX an Nvidia thing and should not be called for on an ATI based system?

xorg.conf:

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

Section "Module"
EndSection

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

Section "Device"
	Identifier  "aticonfig-Device[0]-0"
	Driver      "fglrx"
	BusID       "PCI:1:0:0"
#	Option      "OpenGLOverlay" "0"             
#    Option      "XAANoOffscreenPixmaps" "false" 
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[0]-0"
	Device     "aticonfig-Device[0]-0"
	Monitor    "aticonfig-Monitor[0]-0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection
Section "DRI"
        Mode 0666                                   # May help enable direct rendering.
EndSection

Here is Xorg.0.log

[     9.738] 
X.Org X Server 1.12.4
Release Date: 2012-08-27
[     9.739] X Protocol Version 11, Revision 0
[     9.739] Build Operating System: Linux 3.8.10-1-ARCH x86_64 
[     9.739] Current Operating System: Linux panzor 3.10.1-pf-ARCH #1 SMP PREEMPT Sat Aug 10 17:31:56 CEST 2013 x86_64
[     9.739] Kernel command line: root=UUID=5877eafa-2f8c-4dd2-8161-75b8cdce634b loglevel=3 sr0=ide-scsi i915.i915_enable_rc6=1 resume=UUID=42491a39-775f-4d9d-8387-bd2e0ac1f645 init=/usr/lib/systemd/systemd ro nomodeset pcie_aspm=force vga=0 initrd=../initramfs-linux-pf.img BOOT_IMAGE=../vmlinuz-linux-pf 
[     9.739] Build Date: 28 April 2013  06:27:40PM
[     9.739]  
[     9.739] Current version of pixman: 0.30.2
[     9.739] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     9.739] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     9.739] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Aug 19 11:01:42 2013
[     9.741] (==) Using config file: "/etc/X11/xorg.conf"
[     9.741] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     9.741] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     9.742] (==) ServerLayout "aticonfig Layout"
[     9.742] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
[     9.742] (**) |   |-->Monitor "aticonfig-Monitor[0]-0"
[     9.742] (**) |   |-->Device "aticonfig-Device[0]-0"
[     9.742] (==) Automatically adding devices
[     9.742] (==) Automatically enabling devices
[     9.748] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[     9.748] 	Entry deleted from font path.
[     9.756] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[     9.756] (==) ModulePath set to "/usr/lib/xorg/modules"
[     9.756] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     9.756] (II) Loader magic: 0x7c7b00
[     9.756] (II) Module ABI versions:
[     9.756] 	X.Org ANSI C Emulation: 0.4
[     9.756] 	X.Org Video Driver: 12.1
[     9.756] 	X.Org XInput driver : 16.0
[     9.756] 	X.Org Server Extension : 6.0
[     9.758] (--) PCI:*(0:1:0:0) 1002:9591:17aa:2127 rev 0, Mem @ 0xd0000000/268435456, 0xcfff0000/65536, I/O @ 0x00002000/256, BIOS @ 0x????????/131072
[     9.758] (II) Open ACPI successful (/var/run/acpid.socket)
[     9.758] (II) "extmod" will be loaded by default.
[     9.758] (II) "dbe" will be loaded by default.
[     9.758] (II) "glx" will be loaded by default.
[     9.758] (II) "record" will be loaded by default.
[     9.758] (II) "dri" will be loaded by default.
[     9.758] (II) "dri2" will be loaded by default.
[     9.758] (II) LoadModule: "extmod"
[     9.761] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[     9.762] (II) Module extmod: vendor="X.Org Foundation"
[     9.762] 	compiled for 1.12.4, module version = 1.0.0
[     9.762] 	Module class: X.Org Server Extension
[     9.762] 	ABI class: X.Org Server Extension, version 6.0
[     9.762] (II) Loading extension MIT-SCREEN-SAVER
[     9.762] (II) Loading extension XFree86-VidModeExtension
[     9.762] (II) Loading extension XFree86-DGA
[     9.762] (II) Loading extension DPMS
[     9.762] (II) Loading extension XVideo
[     9.762] (II) Loading extension XVideo-MotionCompensation
[     9.762] (II) Loading extension X-Resource
[     9.762] (II) LoadModule: "dbe"
[     9.762] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[     9.763] (II) Module dbe: vendor="X.Org Foundation"
[     9.763] 	compiled for 1.12.4, module version = 1.0.0
[     9.763] 	Module class: X.Org Server Extension
[     9.763] 	ABI class: X.Org Server Extension, version 6.0
[     9.763] (II) Loading extension DOUBLE-BUFFER
[     9.763] (II) LoadModule: "glx"
[     9.763] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     9.767] (II) Module glx: vendor="Advanced Micro Devices, Inc."
[     9.767] 	compiled for 6.9.0, module version = 1.0.0
[     9.767] (II) Loading extension GLX
[     9.767] (II) LoadModule: "record"
[     9.768] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[     9.771] (II) Module record: vendor="X.Org Foundation"
[     9.771] 	compiled for 1.12.4, module version = 1.13.0
[     9.771] 	Module class: X.Org Server Extension
[     9.771] 	ABI class: X.Org Server Extension, version 6.0
[     9.771] (II) Loading extension RECORD
[     9.771] (II) LoadModule: "dri"
[     9.771] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[     9.773] (II) Module dri: vendor="X.Org Foundation"
[     9.773] 	compiled for 1.12.4, module version = 1.0.0
[     9.773] 	ABI class: X.Org Server Extension, version 6.0
[     9.773] (II) Loading extension XFree86-DRI
[     9.773] (II) LoadModule: "dri2"
[     9.773] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[     9.774] (II) Module dri2: vendor="X.Org Foundation"
[     9.774] 	compiled for 1.12.4, module version = 1.2.0
[     9.774] 	ABI class: X.Org Server Extension, version 6.0
[     9.774] (II) Loading extension DRI2
[     9.774] (II) LoadModule: "fglrx"
[     9.774] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[     9.831] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
[     9.831] 	compiled for 1.4.99.906, module version = 8.97.2
[     9.831] 	Module class: X.Org Video Driver
[     9.831] (II) Loading sub module "fglrxdrm"
[     9.831] (II) LoadModule: "fglrxdrm"
[     9.831] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[     9.841] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
[     9.841] 	compiled for 1.4.99.906, module version = 8.97.2
[     9.841] (II) ATI Proprietary Linux Driver Version Identifier:8.97.2
[     9.841] (II) ATI Proprietary Linux Driver Release Identifier: 8.97.100.7                           
[     9.841] (II) ATI Proprietary Linux Driver Build Date: Nov 16 2012 14:45:00
[     9.841] (++) using VT number 1

[     9.841] (WW) Falling back to old probe method for fglrx
[     9.852] (II) PCS database file /etc/ati/amdpcsdb not found
[     9.852] (II)   Creating PCS database from initial defaults instead
[     9.854] (--) Chipset Supported AMD Graphics Processor (0x9591) found
[     9.854] (II) AMD Video driver is running on a device belonging to a group targeted for this release
[     9.854] (II) AMD Video driver is signed
[     9.854] (II) fglrx(0): pEnt->device->identifier=0x1d6eab0
[     9.855] (II) fglrx(0): === [xdl_xs112_atiddxPreInit] === begin
[     9.855] (II) Loading sub module "vgahw"
[     9.855] (II) LoadModule: "vgahw"
[     9.855] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[     9.855] (II) Module vgahw: vendor="X.Org Foundation"
[     9.855] 	compiled for 1.12.4, module version = 0.1.0
[     9.855] 	ABI class: X.Org Video Driver, version 12.1
[     9.856] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
[     9.856] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[     9.857] (==) fglrx(0): Default visual is TrueColor
[     9.857] (**) fglrx(0): Option "DPMS" "true"
[     9.857] (==) fglrx(0): RGB weight 888
[     9.857] (II) fglrx(0): Using 8 bits per RGB 
[     9.857] (==) fglrx(0): Buffer Tiling is ON
[     9.857] (II) Loading sub module "fglrxdrm"
[     9.857] (II) LoadModule: "fglrxdrm"
[     9.857] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[     9.857] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
[     9.857] 	compiled for 1.4.99.906, module version = 8.97.2
[     9.858] ukiDynamicMajor: found major device number 248
[     9.858] ukiDynamicMajor: found major device number 248
[     9.858] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[     9.858] ukiOpenDevice: node name is /dev/ati/card0
[     9.858] ukiOpenDevice: open result is 12, (OK)
[     9.858] ukiOpenByBusid: ukiOpenMinor returns 12
[     9.858] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[     9.858] (**) fglrx(0): NoAccel = NO
[     9.858] (**) fglrx(0): ATI 2D Acceleration Architecture enabled
[     9.858] (--) fglrx(0): Chipset: "ATI Mobility Radeon HD 3650" (Chipset = 0x9591)
[     9.859] (--) fglrx(0): (PciSubVendor = 0x17aa, PciSubDevice = 0x2127)
[     9.859] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
[     9.859] (--) fglrx(0): Linear framebuffer (phys) at 0xd0000000
[     9.859] (--) fglrx(0): MMIO registers at 0xcfff0000
[     9.859] (--) fglrx(0): I/O port at 0x00002000
[     9.859] (==) fglrx(0): ROM-BIOS at 0x000c0000
[     9.879] (II) fglrx(0): AC Adapter is used
[     9.882] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
[     9.882] (II) Loading sub module "vbe"
[     9.882] (II) LoadModule: "vbe"
[     9.885] (II) Loading /usr/lib/xorg/modules/libvbe.so
[     9.886] (II) Module vbe: vendor="X.Org Foundation"
[     9.886] 	compiled for 1.12.4, module version = 1.1.0
[     9.886] 	ABI class: X.Org Video Driver, version 12.1
[     9.886] (II) fglrx(0): VESA BIOS detected
[     9.886] (II) fglrx(0): VESA VBE Version 3.0
[     9.886] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
[     9.886] (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
[     9.886] (II) fglrx(0): VESA VBE OEM Software Rev: 10.88
[     9.886] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc. 
[     9.886] (II) fglrx(0): VESA VBE OEM Product: FGL M86
[     9.886] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
[     9.929] (II) fglrx(0): ATI Video BIOS revision 9 or later detected
[     9.929] (--) fglrx(0): Video RAM: 524288 kByte, Type: DDR3
[     9.929] (II) fglrx(0): PCIE card detected
[     9.929] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
[     9.929] (WW) fglrx(0): board is an unknown third party board, chipset is supported
[     9.930] (II) fglrx(0): Using adapter: 1:0.0.
[     9.962] (II) fglrx(0): [FB] MC range(MCFBBase = 0xc0000000, MCFBSize = 0x20000000)
[     9.992] (II) fglrx(0): Interrupt handler installed at IRQ 51.
[     9.992] (II) fglrx(0): RandR 1.2 support is enabled!
[     9.992] (II) fglrx(0): RandR 1.2 rotation support is enabled!
[     9.992] (==) fglrx(0): Center Mode is disabled 
[     9.992] (II) Loading sub module "fb"
[     9.992] (II) LoadModule: "fb"
[     9.992] (II) Loading /usr/lib/xorg/modules/libfb.so
[     9.994] (II) Module fb: vendor="X.Org Foundation"
[     9.994] 	compiled for 1.12.4, module version = 1.0.0
[     9.994] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     9.994] (II) Loading sub module "ddc"
[     9.994] (II) LoadModule: "ddc"
[     9.994] (II) Module "ddc" already built-in
[    10.443] (II) fglrx(0): Finished Initialize PPLIB!
[    10.612] (II) fglrx(0): Output LVDS using monitor section aticonfig-Monitor[0]-0
[    10.612] (II) fglrx(0): Output DFP1 has no monitor section
[    10.612] (II) fglrx(0): Output DFP2 has no monitor section
[    10.612] (II) fglrx(0): Output CRT1 has no monitor section
[    10.612] (II) Loading sub module "ddc"
[    10.612] (II) LoadModule: "ddc"
[    10.612] (II) Module "ddc" already built-in
[    10.612] (II) fglrx(0): Connected Display0: LVDS
[    10.612] (II) fglrx(0): Display0 EDID data ---------------------------
[    10.612] (II) fglrx(0): Manufacturer: LEN  Model: 4055  Serial#: 0
[    10.612] (II) fglrx(0): Year: 2007  Week: 0
[    10.612] (II) fglrx(0): EDID Version: 1.3
[    10.612] (II) fglrx(0): Digital Display Input
[    10.612] (II) fglrx(0): Max Image Size [cm]: horiz.: 33  vert.: 21
[    10.612] (II) fglrx(0): Gamma: 2.20
[    10.612] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off
[    10.612] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    10.612] (II) fglrx(0): First detailed timing is preferred mode
[    10.612] (II) fglrx(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
[    10.612] (II) fglrx(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
[    10.613] (II) fglrx(0): Manufacturer's mask: 0
[    10.613] (II) fglrx(0): Supported detailed timing:
[    10.613] (II) fglrx(0): clock: 167.8 MHz   Image Size:  331 x 207 mm
[    10.613] (II) fglrx(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2298 h_border: 0
[    10.613] (II) fglrx(0): v_active: 1200  v_sync: 1203  v_sync_end 1206 v_blanking: 1217 v_border: 0
[    10.613] (II) fglrx(0): Supported detailed timing:
[    10.613] (II) fglrx(0): clock: 134.3 MHz   Image Size:  331 x 207 mm
[    10.613] (II) fglrx(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2208 h_border: 0
[    10.613] (II) fglrx(0): v_active: 1200  v_sync: 1202  v_sync_end 1208 v_blanking: 1220 v_border: 0
[    10.613] (II) fglrx(0): Unknown vendor-specific block f
[    10.613] (II) fglrx(0):  LTN154U2-L05
[    10.613] (II) fglrx(0): EDID (in hex):
[    10.613] (II) fglrx(0): 	00ffffffffffff0030ae554000000000
[    10.613] (II) fglrx(0): 	0011010380211578ea87f594574f8c27
[    10.613] (II) fglrx(0): 	27505400000001010101010101010101
[    10.613] (II) fglrx(0): 	0101010101018c41807a71b011403020
[    10.613] (II) fglrx(0): 	33004bcf100000197434802071b01440
[    10.613] (II) fglrx(0): 	302026004bcf100000190000000f00d1
[    10.613] (II) fglrx(0): 	0a32d10a281101004ca35532000000fe
[    10.613] (II) fglrx(0): 	004c544e31353455322d4c30350a0011
[    10.613] (II) fglrx(0): End of Display0 EDID data --------------------
[    10.665] (II) fglrx(0): EDID for output LVDS
[    10.665] (II) fglrx(0): Manufacturer: LEN  Model: 4055  Serial#: 0
[    10.665] (II) fglrx(0): Year: 2007  Week: 0
[    10.665] (II) fglrx(0): EDID Version: 1.3
[    10.665] (II) fglrx(0): Digital Display Input
[    10.665] (II) fglrx(0): Max Image Size [cm]: horiz.: 33  vert.: 21
[    10.665] (II) fglrx(0): Gamma: 2.20
[    10.665] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off
[    10.665] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    10.665] (II) fglrx(0): First detailed timing is preferred mode
[    10.665] (II) fglrx(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
[    10.665] (II) fglrx(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
[    10.665] (II) fglrx(0): Manufacturer's mask: 0
[    10.665] (II) fglrx(0): Supported detailed timing:
[    10.665] (II) fglrx(0): clock: 167.8 MHz   Image Size:  331 x 207 mm
[    10.665] (II) fglrx(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2298 h_border: 0
[    10.665] (II) fglrx(0): v_active: 1200  v_sync: 1203  v_sync_end 1206 v_blanking: 1217 v_border: 0
[    10.665] (II) fglrx(0): Supported detailed timing:
[    10.665] (II) fglrx(0): clock: 134.3 MHz   Image Size:  331 x 207 mm
[    10.665] (II) fglrx(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2208 h_border: 0
[    10.665] (II) fglrx(0): v_active: 1200  v_sync: 1202  v_sync_end 1208 v_blanking: 1220 v_border: 0
[    10.665] (II) fglrx(0): Unknown vendor-specific block f
[    10.665] (II) fglrx(0):  LTN154U2-L05
[    10.665] (II) fglrx(0): EDID (in hex):
[    10.665] (II) fglrx(0): 	00ffffffffffff0030ae554000000000
[    10.665] (II) fglrx(0): 	0011010380211578ea87f594574f8c27
[    10.665] (II) fglrx(0): 	27505400000001010101010101010101
[    10.665] (II) fglrx(0): 	0101010101018c41807a71b011403020
[    10.665] (II) fglrx(0): 	33004bcf100000197434802071b01440
[    10.665] (II) fglrx(0): 	302026004bcf100000190000000f00d1
[    10.665] (II) fglrx(0): 	0a32d10a281101004ca35532000000fe
[    10.665] (II) fglrx(0): 	004c544e31353455322d4c30350a0011
[    10.665] (II) fglrx(0): EDID vendor "LEN", prod id 16469
[    10.665] (II) fglrx(0): Printing DDC gathered Modelines:
[    10.665] (II) fglrx(0): Modeline "1920x1200"x0.0  167.80  1920 1968 2000 2298  1200 1203 1206 1217 -hsync -vsync (73.0 kHz eP)
[    10.665] (II) fglrx(0): Modeline "1920x1200"x0.0  134.28  1920 1968 2000 2208  1200 1202 1208 1220 -hsync -vsync (60.8 kHz e)
[    10.665] (II) fglrx(0): Printing probed modes for output LVDS
[    10.665] (II) fglrx(0): Modeline "1920x1200"x60.0  167.80  1920 1968 2000 2298  1200 1203 1206 1217 +hsync +vsync (73.0 kHz)
[    10.665] (II) fglrx(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 -hsync -vsync (67.5 kHz)
[    10.665] (II) fglrx(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 -hsync -vsync (75.0 kHz)
[    10.665] (II) fglrx(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 +hsync -vsync (65.3 kHz)
[    10.665] (II) fglrx(0): Modeline "1400x1050"x60.0  121.75  1400 1488 1632 1864  1050 1053 1057 1089 +hsync -vsync (65.3 kHz)
[    10.665] (II) fglrx(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 -hsync -vsync (64.0 kHz)
[    10.665] (II) fglrx(0): Modeline "1440x900"x60.0  106.50  1440 1520 1672 1904  900 903 909 934 +hsync -vsync (55.9 kHz)
[    10.665] (II) fglrx(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 -hsync -vsync (60.0 kHz)
[    10.665] (II) fglrx(0): Modeline "1280x800"x60.0   83.46  1280 1344 1480 1680  800 801 804 828 +hsync -vsync (49.7 kHz)
[    10.665] (II) fglrx(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 +hsync -vsync (53.7 kHz)
[    10.665] (II) fglrx(0): Modeline "1280x768"x60.0   79.50  1280 1344 1472 1664  768 771 778 798 +hsync -vsync (47.8 kHz)
[    10.665] (II) fglrx(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 -hsync -vsync (45.0 kHz)
[    10.665] (II) fglrx(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 +hsync +vsync (48.4 kHz)
[    10.665] (II) fglrx(0): Modeline "1024x600"x60.0   53.95  1024 1056 1160 1424  600 600 602 627 -hsync -vsync (37.9 kHz)
[    10.665] (II) fglrx(0): Modeline "800x600"x60.0   40.00  800 840 968 1056  600 601 605 628 -hsync -vsync (37.9 kHz)
[    10.665] (II) fglrx(0): Modeline "800x480"x60.0   51.07  800 832 960 1056  480 625 631 806 -hsync -vsync (48.4 kHz)
[    10.665] (II) fglrx(0): Modeline "720x480"x60.0   26.71  720 736 808 896  480 481 484 497 +hsync -vsync (29.8 kHz)
[    10.665] (II) fglrx(0): Modeline "640x480"x60.0   25.18  640 648 744 800  480 482 484 525 +hsync +vsync (31.5 kHz)
[    10.665] (II) fglrx(0): Modeline "1920x1200"x50.0  134.28  1920 1968 2000 2208  1200 1202 1208 1220 +hsync +vsync (60.8 kHz)
[    10.665] (II) fglrx(0): Modeline "1920x1080"x50.0  141.44  1920 2032 2232 2544  1080 1081 1084 1112 +hsync -vsync (55.6 kHz)
[    10.665] (II) fglrx(0): Modeline "1600x1200"x50.0  132.39  1600 1704 1872 2144  1200 1201 1204 1235 +hsync -vsync (61.7 kHz)
[    10.665] (II) fglrx(0): Modeline "1680x1050"x50.0  120.20  1680 1776 1952 2224  1050 1051 1054 1081 +hsync -vsync (54.0 kHz)
[    10.665] (II) fglrx(0): Modeline "1400x1050"x50.0   99.88  1400 1480 1624 1848  1050 1051 1054 1081 +hsync -vsync (54.0 kHz)
[    10.665] (II) fglrx(0): Modeline "1280x1024"x50.0   89.37  1280 1352 1488 1696  1024 1025 1028 1054 +hsync -vsync (52.7 kHz)
[    10.665] (II) fglrx(0): Modeline "1440x900"x50.0   87.41  1440 1512 1664 1888  900 901 904 926 +hsync -vsync (46.3 kHz)
[    10.665] (II) fglrx(0): Modeline "1280x960"x50.0   82.99  1280 1344 1480 1680  960 961 964 988 +hsync -vsync (49.4 kHz)
[    10.665] (II) fglrx(0): Modeline "1280x800"x50.0   68.55  1280 1336 1472 1664  800 801 804 824 +hsync -vsync (41.2 kHz)
[    10.665] (II) fglrx(0): Modeline "1152x864"x50.0   66.85  1152 1208 1328 1504  864 865 868 889 +hsync -vsync (44.4 kHz)
[    10.665] (II) fglrx(0): Modeline "1280x768"x50.0   65.17  1280 1336 1464 1648  768 769 772 791 +hsync -vsync (39.5 kHz)
[    10.665] (II) fglrx(0): Modeline "1280x720"x50.0   60.46  1280 1328 1456 1632  720 721 724 741 +hsync -vsync (37.0 kHz)
[    10.665] (II) fglrx(0): Modeline "1024x768"x50.0   51.89  1024 1064 1168 1312  768 769 772 791 +hsync -vsync (39.6 kHz)
[    10.665] (II) fglrx(0): Modeline "1024x600"x50.0   39.55  1024 1048 1152 1280  600 601 604 618 +hsync -vsync (30.9 kHz)
[    10.665] (II) fglrx(0): Modeline "800x600"x50.0   31.14  800 824 904 1008  600 601 604 618 +hsync -vsync (30.9 kHz)
[    10.666] (II) fglrx(0): Modeline "800x480"x50.0   24.15  800 808 888 976  480 481 484 495 +hsync -vsync (24.7 kHz)
[    10.666] (II) fglrx(0): Modeline "720x480"x50.0   21.78  720 728 800 880  480 481 484 495 +hsync -vsync (24.8 kHz)
[    10.666] (II) fglrx(0): Modeline "640x480"x50.0   19.40  640 648 712 784  480 481 484 495 +hsync -vsync (24.7 kHz)
[    10.666] (II) fglrx(0): EDID for output DFP1
[    10.666] (II) fglrx(0): EDID for output DFP2
[    10.666] (II) fglrx(0): EDID for output CRT1
[    10.666] (II) fglrx(0): Output LVDS connected
[    10.666] (II) fglrx(0): Output DFP1 disconnected
[    10.666] (II) fglrx(0): Output DFP2 disconnected
[    10.666] (II) fglrx(0): Output CRT1 disconnected
[    10.666] (II) fglrx(0): Using exact sizes for initial modes
[    10.666] (II) fglrx(0): Output LVDS using initial mode 1920x1200
[    10.666] (II) fglrx(0): Display dimensions: (330, 210) mm
[    10.666] (II) fglrx(0): DPI set to (147, 145)
[    10.666] (II) fglrx(0): Adapter ATI Mobility Radeon HD 3650 has 2 configurable heads and 1 displays connected.
[    10.666] (==) fglrx(0):  PseudoColor visuals disabled
[    10.666] (II) Loading sub module "ramdac"
[    10.666] (II) LoadModule: "ramdac"
[    10.666] (II) Module "ramdac" already built-in
[    10.666] (==) fglrx(0): NoDRI = NO
[    10.666] (==) fglrx(0): Capabilities: 0x00000000
[    10.666] (==) fglrx(0): CapabilitiesEx: 0x00000000
[    10.666] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
[    10.666] (==) fglrx(0): UseFastTLS=0
[    10.666] (==) fglrx(0): BlockSignalsOnLock=1
[    10.666] (--) Depth 24 pixmap format is 32 bpp
[    10.669] (II) Loading extension ATIFGLRXDRI
[    10.669] (II) fglrx(0): doing swlDriScreenInit
[    10.669] (II) fglrx(0): swlDriScreenInit for fglrx driver
[    10.669] ukiDynamicMajor: found major device number 248
[    10.669] ukiDynamicMajor: found major device number 248
[    10.669] ukiDynamicMajor: found major device number 248
[    10.669] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[    10.669] ukiOpenDevice: node name is /dev/ati/card0
[    10.669] ukiOpenDevice: open result is 13, (OK)
[    10.669] ukiOpenByBusid: ukiOpenMinor returns 13
[    10.669] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[    10.669] (II) fglrx(0): [uki] DRM interface version 1.0
[    10.669] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0"
[    10.669] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x2000
[    10.669] (II) fglrx(0): [uki] mapped SAREA 0x2000 to 0x7ff565497000
[    10.669] (II) fglrx(0): [uki] framebuffer handle = 0x3000
[    10.669] (II) fglrx(0): [uki] added 1 reserved context for kernel
[    10.669] (II) fglrx(0): swlDriScreenInit done
[    10.669] (II) fglrx(0): Kernel Module Version Information:
[    10.669] (II) fglrx(0):     Name: fglrx
[    10.669] (II) fglrx(0):     Version: 8.97.2
[    10.669] (II) fglrx(0):     Date: Nov 16 2012
[    10.669] (II) fglrx(0):     Desc: ATI FireGL DRM kernel module
[    10.669] (II) fglrx(0): Kernel Module version matches driver.
[    10.669] (II) fglrx(0): Kernel Module Build Time Information:
[    10.669] (II) fglrx(0):     Build-Kernel UTS_RELEASE:        3.10.1-pf-ARCH
[    10.669] (II) fglrx(0):     Build-Kernel MODVERSIONS:        no
[    10.669] (II) fglrx(0):     Build-Kernel __SMP__:            no
[    10.669] (II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
[    10.669] (II) fglrx(0): [uki] register handle = 0x00004000
[    10.670] (II) fglrx(0): FIREGL Board Found
[    10.688] (II) fglrx(0): DRI initialization successfull
[    10.688] (II) fglrx(0): FBADPhys: 0xc0000000 FBMappedSize: 0x0100e000
[    10.688] (==) fglrx(0): Backing store disabled
[    10.688] (II) Loading extension FGLRXEXTENSION
[    10.688] (**) fglrx(0): DPMS enabled
[    10.688] (II) fglrx(0): Initialized in-driver Xinerama extension
[    10.688] (**) fglrx(0): Textured Video is enabled.
[    10.689] (II) LoadModule: "glesx"
[    10.689] (II) Loading /usr/lib/xorg/modules/glesx.so
[    10.727] (II) Module glesx: vendor="X.Org Foundation"
[    10.727] 	compiled for 1.4.99.906, module version = 1.0.0
[    10.727] (II) Loading extension GLESX
[    10.727] (II) fglrx(0): GLESX enableFlags = 528
[    10.727] (II) fglrx(0): GLESX is enabled
[    10.727] (II) LoadModule: "amdxmm"
[    10.727] (II) Loading /usr/lib/xorg/modules/amdxmm.so
[    10.730] (II) Module amdxmm: vendor="X.Org Foundation"
[    10.730] 	compiled for 1.4.99.906, module version = 2.0.0
[    10.731] (II) Loading extension AMDXVOPL
[    10.731] (II) Loading extension AMDXVBA
[    10.731] (II) fglrx(0): UVD feature is enabled(II) fglrx(0): 
[    10.733] (II) fglrx(0): Enable composite support successfully
[    10.733] (WW) fglrx(0): Option "VendorName" is not used
[    10.733] (WW) fglrx(0): Option "ModelName" is not used
[    10.733] (II) fglrx(0): X context handle = 0x1
[    10.733] (II) fglrx(0): [DRI] installation complete
[    10.734] (==) fglrx(0): Silken mouse enabled
[    10.734] (==) fglrx(0): Using HW cursor of display infrastructure!
[    10.734] (II) fglrx(0): Disabling in-server RandR and enabling in-driver RandR 1.2.
[    10.734] (II) fglrx(0): 'LVDS LCD' ConnectorType, abstracted as 'Panel'
[    10.734] (II) fglrx(0): 'eDP LCD' ConnectorType, abstracted as 'Panel'
[    11.312] (--) RandR disabled
[    11.312] (II) Initializing built-in extension Generic Event Extension
[    11.312] (II) Initializing built-in extension SHAPE
[    11.312] (II) Initializing built-in extension MIT-SHM
[    11.312] (II) Initializing built-in extension XInputExtension
[    11.312] (II) Initializing built-in extension XTEST
[    11.312] (II) Initializing built-in extension BIG-REQUESTS
[    11.312] (II) Initializing built-in extension SYNC
[    11.312] (II) Initializing built-in extension XKEYBOARD
[    11.312] (II) Initializing built-in extension XC-MISC
[    11.312] (II) Initializing built-in extension SECURITY
[    11.312] (II) Initializing built-in extension XINERAMA
[    11.312] (II) Initializing built-in extension XFIXES
[    11.312] (II) Initializing built-in extension RENDER
[    11.312] (II) Initializing built-in extension RANDR
[    11.312] (II) Initializing built-in extension COMPOSITE
[    11.312] (II) Initializing built-in extension DAMAGE
[    11.314] ukiDynamicMajor: found major device number 248
[    11.314] ukiDynamicMajor: found major device number 248
[    11.314] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[    11.314] ukiOpenDevice: node name is /dev/ati/card0
[    11.314] ukiOpenDevice: open result is 14, (OK)
[    11.314] ukiOpenByBusid: ukiOpenMinor returns 14
[    11.314] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[    11.528] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0
[    11.539] (II) fglrx(0): Enable the clock gating!
[    11.539] (II) fglrx(0): Setting screen physical size to 508 x 317
[    11.653] (II) config/udev: Adding input device Power Button (/dev/input/event7)
[    11.653] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    11.653] (**) Power Button: Applying InputClass "Keyboard Defaults"
[    11.653] (II) LoadModule: "evdev"
[    11.653] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    11.655] (II) Module evdev: vendor="X.Org Foundation"
[    11.655] 	compiled for 1.12.3.901, module version = 2.7.3
[    11.655] 	Module class: X.Org XInput Driver
[    11.655] 	ABI class: X.Org XInput driver, version 16.0
[    11.655] (II) Using input driver 'evdev' for 'Power Button'
[    11.655] (**) Power Button: always reports core events
[    11.655] (**) evdev: Power Button: Device: "/dev/input/event7"
[    11.655] (--) evdev: Power Button: Vendor 0 Product 0x1
[    11.655] (--) evdev: Power Button: Found keys
[    11.655] (II) evdev: Power Button: Configuring as keyboard
[    11.655] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event7"
[    11.655] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    11.655] (**) Option "xkb_rules" "evdev"
[    11.655] (**) Option "xkb_model" "evdev"
[    11.655] (**) Option "xkb_layout" "us"
[    11.655] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    11.679] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[    11.679] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    11.679] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[    11.679] (II) Using input driver 'evdev' for 'Video Bus'
[    11.679] (**) Video Bus: always reports core events
[    11.679] (**) evdev: Video Bus: Device: "/dev/input/event4"
[    11.679] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    11.679] (--) evdev: Video Bus: Found keys
[    11.679] (II) evdev: Video Bus: Configuring as keyboard
[    11.679] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:07/LNXVIDEO:01/input/input4/event4"
[    11.679] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    11.679] (**) Option "xkb_rules" "evdev"
[    11.679] (**) Option "xkb_model" "evdev"
[    11.679] (**) Option "xkb_layout" "us"
[    11.679] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    11.679] (II) config/udev: Adding input device Lid Switch (/dev/input/event5)
[    11.679] (II) No input driver specified, ignoring this device.
[    11.679] (II) This device may have been added with another device file.
[    11.680] (II) config/udev: Adding input device Sleep Button (/dev/input/event6)
[    11.680] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    11.680] (**) Sleep Button: Applying InputClass "Keyboard Defaults"
[    11.680] (II) Using input driver 'evdev' for 'Sleep Button'
[    11.680] (**) Sleep Button: always reports core events
[    11.680] (**) evdev: Sleep Button: Device: "/dev/input/event6"
[    11.680] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[    11.680] (--) evdev: Sleep Button: Found keys
[    11.680] (II) evdev: Sleep Button: Configuring as keyboard
[    11.680] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input6/event6"
[    11.680] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[    11.680] (**) Option "xkb_rules" "evdev"
[    11.680] (**) Option "xkb_model" "evdev"
[    11.680] (**) Option "xkb_layout" "us"
[    11.680] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    11.680] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
[    11.680] (II) No input driver specified, ignoring this device.
[    11.680] (II) This device may have been added with another device file.
[    11.681] (II) config/udev: Adding input device HDA Intel Dock Headphone (/dev/input/event10)
[    11.681] (II) No input driver specified, ignoring this device.
[    11.681] (II) This device may have been added with another device file.
[    11.681] (II) config/udev: Adding input device HDA Intel Dock Mic (/dev/input/event11)
[    11.681] (II) No input driver specified, ignoring this device.
[    11.681] (II) This device may have been added with another device file.
[    11.681] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event12)
[    11.681] (II) No input driver specified, ignoring this device.
[    11.681] (II) This device may have been added with another device file.
[    11.681] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event9)
[    11.681] (II) No input driver specified, ignoring this device.
[    11.681] (II) This device may have been added with another device file.
[    11.681] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:101a (/dev/input/event14)
[    11.681] (**) Logitech Unifying Device. Wireless PID:101a: Applying InputClass "evdev pointer catchall"
[    11.682] (II) Using input driver 'evdev' for 'Logitech Unifying Device. Wireless PID:101a'
[    11.682] (**) Logitech Unifying Device. Wireless PID:101a: always reports core events
[    11.682] (**) evdev: Logitech Unifying Device. Wireless PID:101a: Device: "/dev/input/event14"
[    11.682] (--) evdev: Logitech Unifying Device. Wireless PID:101a: Vendor 0x46d Product 0xc52b
[    11.682] (--) evdev: Logitech Unifying Device. Wireless PID:101a: Found 20 mouse buttons
[    11.682] (--) evdev: Logitech Unifying Device. Wireless PID:101a: Found scroll wheel(s)
[    11.682] (--) evdev: Logitech Unifying Device. Wireless PID:101a: Found relative axes
[    11.682] (--) evdev: Logitech Unifying Device. Wireless PID:101a: Found x and y relative axes
[    11.682] (II) evdev: Logitech Unifying Device. Wireless PID:101a: Configuring as mouse
[    11.682] (II) evdev: Logitech Unifying Device. Wireless PID:101a: Adding scrollwheel support
[    11.682] (**) evdev: Logitech Unifying Device. Wireless PID:101a: YAxisMapping: buttons 4 and 5
[    11.682] (**) evdev: Logitech Unifying Device. Wireless PID:101a: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    11.682] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb6/6-2/6-2:1.2/0003:046D:C52B.0003/input/input14/event14"
[    11.682] (II) XINPUT: Adding extended input device "Logitech Unifying Device. Wireless PID:101a" (type: MOUSE, id 9)
[    11.682] (II) evdev: Logitech Unifying Device. Wireless PID:101a: initialized for relative axes.
[    11.682] (**) Logitech Unifying Device. Wireless PID:101a: (accel) keeping acceleration scheme 1
[    11.682] (**) Logitech Unifying Device. Wireless PID:101a: (accel) acceleration profile 0
[    11.682] (**) Logitech Unifying Device. Wireless PID:101a: (accel) acceleration factor: 2.000
[    11.682] (**) Logitech Unifying Device. Wireless PID:101a: (accel) acceleration threshold: 4
[    11.682] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:101a (/dev/input/mouse1)
[    11.682] (II) No input driver specified, ignoring this device.
[    11.682] (II) This device may have been added with another device file.
[    11.682] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    11.682] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    11.682] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
[    11.682] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    11.682] (**) AT Translated Set 2 keyboard: always reports core events
[    11.682] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    11.682] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    11.682] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    11.682] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    11.682] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    11.683] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[    11.683] (**) Option "xkb_rules" "evdev"
[    11.683] (**) Option "xkb_model" "evdev"
[    11.683] (**) Option "xkb_layout" "us"
[    11.683] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    11.683] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event13)
[    11.683] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[    11.683] (**) TPPS/2 IBM TrackPoint: Applying InputClass "Trackpoint Wheel Emulation"
[    11.683] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
[    11.683] (**) TPPS/2 IBM TrackPoint: always reports core events
[    11.683] (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event13"
[    11.683] (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
[    11.683] (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
[    11.683] (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
[    11.683] (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
[    11.683] (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
[    11.683] (**) Option "Emulate3Buttons" "false"
[    11.683] (**) Option "EmulateWheel" "true"
[    11.683] (**) Option "EmulateWheelButton" "2"
[    11.683] (**) Option "YAxisMapping" "4 5"
[    11.683] (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
[    11.683] (**) Option "XAxisMapping" "6 7"
[    11.683] (**) evdev: TPPS/2 IBM TrackPoint: XAxisMapping: buttons 6 and 7
[    11.683] (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 2, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    11.683] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input13/event13"
[    11.683] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 11)
[    11.683] (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
[    11.683] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
[    11.683] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
[    11.683] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[    11.683] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[    11.684] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse0)
[    11.684] (II) No input driver specified, ignoring this device.
[    11.684] (II) This device may have been added with another device file.
[    11.684] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event1)
[    11.684] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[    11.684] (**) ThinkPad Extra Buttons: Applying InputClass "Keyboard Defaults"
[    11.684] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
[    11.684] (**) ThinkPad Extra Buttons: always reports core events
[    11.684] (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event1"
[    11.684] (--) evdev: ThinkPad Extra Buttons: Vendor 0x17aa Product 0x5054
[    11.684] (--) evdev: ThinkPad Extra Buttons: Found keys
[    11.684] (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard
[    11.684] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input1/event1"
[    11.684] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 12)
[    11.684] (**) Option "xkb_rules" "evdev"
[    11.684] (**) Option "xkb_model" "evdev"
[    11.684] (**) Option "xkb_layout" "us"
[    11.684] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    11.685] (II) config/udev: Adding input device ThinkPad HDAPS joystick emulation (/dev/input/event2)
[    11.685] (II) No input driver specified, ignoring this device.
[    11.685] (II) This device may have been added with another device file.
[    11.685] (II) config/udev: Adding input device ThinkPad HDAPS joystick emulation (/dev/input/js0)
[    11.685] (II) No input driver specified, ignoring this device.
[    11.685] (II) This device may have been added with another device file.
[    11.685] (II) config/udev: Adding input device ThinkPad HDAPS accelerometer data (/dev/input/event3)
[    11.685] (**) ThinkPad HDAPS accelerometer data: Ignoring device from InputClass "ThinkPad HDAPS accelerometer blacklist"
[    11.685] (II) config/udev: Adding input device ThinkPad HDAPS accelerometer data (/dev/input/js1)
[    11.685] (**) ThinkPad HDAPS accelerometer data: Ignoring device from InputClass "ThinkPad HDAPS accelerometer blacklist"
[    11.712] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
[    11.921] (II) fglrx(0): EDID vendor "LEN", prod id 16469
[    11.921] (II) fglrx(0): Printing DDC gathered Modelines:
[    11.921] (II) fglrx(0): Modeline "1920x1200"x0.0  167.80  1920 1968 2000 2298  1200 1203 1206 1217 -hsync -vsync (73.0 kHz eP)
[    11.921] (II) fglrx(0): Modeline "1920x1200"x0.0  134.28  1920 1968 2000 2208  1200 1202 1208 1220 -hsync -vsync (60.8 kHz e)
[    11.958] (II) fglrx(0): EDID vendor "LEN", prod id 16469
[    11.958] (II) fglrx(0): Printing DDC gathered Modelines:
[    11.958] (II) fglrx(0): Modeline "1920x1200"x0.0  167.80  1920 1968 2000 2298  1200 1203 1206 1217 -hsync -vsync (73.0 kHz eP)
[    11.958] (II) fglrx(0): Modeline "1920x1200"x0.0  134.28  1920 1968 2000 2208  1200 1202 1208 1220 -hsync -vsync (60.8 kHz e)
[    12.738] (II) fglrx(0): EDID vendor "LEN", prod id 16469
[    12.738] (II) fglrx(0): Printing DDC gathered Modelines:
[    12.738] (II) fglrx(0): Modeline "1920x1200"x0.0  167.80  1920 1968 2000 2298  1200 1203 1206 1217 -hsync -vsync (73.0 kHz eP)
[    12.738] (II) fglrx(0): Modeline "1920x1200"x0.0  134.28  1920 1968 2000 2208  1200 1202 1208 1220 -hsync -vsync (60.8 kHz e)
[    13.921] (II) fglrx(0): EDID vendor "LEN", prod id 16469
[    13.921] (II) fglrx(0): Printing DDC gathered Modelines:
[    13.921] (II) fglrx(0): Modeline "1920x1200"x0.0  167.80  1920 1968 2000 2298  1200 1203 1206 1217 -hsync -vsync (73.0 kHz eP)
[    13.921] (II) fglrx(0): Modeline "1920x1200"x0.0  134.28  1920 1968 2000 2208  1200 1202 1208 1220 -hsync -vsync (60.8 kHz e)
[    20.331] (II) fglrx(0): EDID vendor "LEN", prod id 16469
[    20.331] (II) fglrx(0): Printing DDC gathered Modelines:
[    20.331] (II) fglrx(0): Modeline "1920x1200"x0.0  167.80  1920 1968 2000 2298  1200 1203 1206 1217 -hsync -vsync (73.0 kHz eP)
[    20.331] (II) fglrx(0): Modeline "1920x1200"x0.0  134.28  1920 1968 2000 2208  1200 1202 1208 1220 -hsync -vsync (60.8 kHz e)
[    20.361] (II) fglrx(0): EDID vendor "LEN", prod id 16469
[    20.361] (II) fglrx(0): Printing DDC gathered Modelines:
[    20.361] (II) fglrx(0): Modeline "1920x1200"x0.0  167.80  1920 1968 2000 2298  1200 1203 1206 1217 -hsync -vsync (73.0 kHz eP)
[    20.361] (II) fglrx(0): Modeline "1920x1200"x0.0  134.28  1920 1968 2000 2208  1200 1202 1208 1220 -hsync -vsync (60.8 kHz e)
[    20.384] (II) fglrx(0): EDID vendor "LEN", prod id 16469
[    20.384] (II) fglrx(0): Printing DDC gathered Modelines:
[    20.384] (II) fglrx(0): Modeline "1920x1200"x0.0  167.80  1920 1968 2000 2298  1200 1203 1206 1217 -hsync -vsync (73.0 kHz eP)
[    20.384] (II) fglrx(0): Modeline "1920x1200"x0.0  134.28  1920 1968 2000 2208  1200 1202 1208 1220 -hsync -vsync (60.8 kHz e)
[    20.406] (II) fglrx(0): EDID vendor "LEN", prod id 16469
[    20.406] (II) fglrx(0): Printing DDC gathered Modelines:
[    20.406] (II) fglrx(0): Modeline "1920x1200"x0.0  167.80  1920 1968 2000 2298  1200 1203 1206 1217 -hsync -vsync (73.0 kHz eP)
[    20.406] (II) fglrx(0): Modeline "1920x1200"x0.0  134.28  1920 1968 2000 2208  1200 1202 1208 1220 -hsync -vsync (60.8 kHz e)
[    20.429] (II) fglrx(0): EDID vendor "LEN", prod id 16469
[    20.429] (II) fglrx(0): Printing DDC gathered Modelines:
[    20.429] (II) fglrx(0): Modeline "1920x1200"x0.0  167.80  1920 1968 2000 2298  1200 1203 1206 1217 -hsync -vsync (73.0 kHz eP)
[    20.429] (II) fglrx(0): Modeline "1920x1200"x0.0  134.28  1920 1968 2000 2208  1200 1202 1208 1220 -hsync -vsync (60.8 kHz e)
[    20.451] (II) fglrx(0): EDID vendor "LEN", prod id 16469
[    20.451] (II) fglrx(0): Printing DDC gathered Modelines:
[    20.451] (II) fglrx(0): Modeline "1920x1200"x0.0  167.80  1920 1968 2000 2298  1200 1203 1206 1217 -hsync -vsync (73.0 kHz eP)
[    20.452] (II) fglrx(0): Modeline "1920x1200"x0.0  134.28  1920 1968 2000 2208  1200 1202 1208 1220 -hsync -vsync (60.8 kHz e)
[    20.475] (II) fglrx(0): EDID vendor "LEN", prod id 16469
[    20.475] (II) fglrx(0): Printing DDC gathered Modelines:
[    20.475] (II) fglrx(0): Modeline "1920x1200"x0.0  167.80  1920 1968 2000 2298  1200 1203 1206 1217 -hsync -vsync (73.0 kHz eP)
[    20.475] (II) fglrx(0): Modeline "1920x1200"x0.0  134.28  1920 1968 2000 2208  1200 1202 1208 1220 -hsync -vsync (60.8 kHz e)
[    20.498] (II) fglrx(0): EDID vendor "LEN", prod id 16469
[    20.498] (II) fglrx(0): Printing DDC gathered Modelines:
[    20.498] (II) fglrx(0): Modeline "1920x1200"x0.0  167.80  1920 1968 2000 2298  1200 1203 1206 1217 -hsync -vsync (73.0 kHz eP)
[    20.498] (II) fglrx(0): Modeline "1920x1200"x0.0  134.28  1920 1968 2000 2208  1200 1202 1208 1220 -hsync -vsync (60.8 kHz e)
[    20.520] (II) fglrx(0): EDID vendor "LEN", prod id 16469
[    20.520] (II) fglrx(0): Printing DDC gathered Modelines:
[    20.520] (II) fglrx(0): Modeline "1920x1200"x0.0  167.80  1920 1968 2000 2298  1200 1203 1206 1217 -hsync -vsync (73.0 kHz eP)
[    20.520] (II) fglrx(0): Modeline "1920x1200"x0.0  134.28  1920 1968 2000 2208  1200 1202 1208 1220 -hsync -vsync (60.8 kHz e)
[    20.542] (II) fglrx(0): EDID vendor "LEN", prod id 16469
[    20.543] (II) fglrx(0): Printing DDC gathered Modelines:
[    20.543] (II) fglrx(0): Modeline "1920x1200"x0.0  167.80  1920 1968 2000 2298  1200 1203 1206 1217 -hsync -vsync (73.0 kHz eP)
[    20.543] (II) fglrx(0): Modeline "1920x1200"x0.0  134.28  1920 1968 2000 2208  1200 1202 1208 1220 -hsync -vsync (60.8 kHz e)
[    20.565] (II) fglrx(0): EDID vendor "LEN", prod id 16469
[    20.565] (II) fglrx(0): Printing DDC gathered Modelines:
[    20.565] (II) fglrx(0): Modeline "1920x1200"x0.0  167.80  1920 1968 2000 2298  1200 1203 1206 1217 -hsync -vsync (73.0 kHz eP)
[    20.565] (II) fglrx(0): Modeline "1920x1200"x0.0  134.28  1920 1968 2000 2208  1200 1202 1208 1220 -hsync -vsync (60.8 kHz e)
[    20.587] (II) fglrx(0): EDID vendor "LEN", prod id 16469
[    20.587] (II) fglrx(0): Printing DDC gathered Modelines:
[    20.587] (II) fglrx(0): Modeline "1920x1200"x0.0  167.80  1920 1968 2000 2298  1200 1203 1206 1217 -hsync -vsync (73.0 kHz eP)
[    20.587] (II) fglrx(0): Modeline "1920x1200"x0.0  134.28  1920 1968 2000 2208  1200 1202 1208 1220 -hsync -vsync (60.8 kHz e)
[    43.252] (II) fglrx(0): EDID vendor "LEN", prod id 16469
[    43.252] (II) fglrx(0): Printing DDC gathered Modelines:
[    43.252] (II) fglrx(0): Modeline "1920x1200"x0.0  167.80  1920 1968 2000 2298  1200 1203 1206 1217 -hsync -vsync (73.0 kHz eP)
[    43.252] (II) fglrx(0): Modeline "1920x1200"x0.0  134.28  1920 1968 2000 2208  1200 1202 1208 1220 -hsync -vsync (60.8 kHz e)
[    43.276] (II) fglrx(0): EDID vendor "LEN", prod id 16469
[    43.276] (II) fglrx(0): Printing DDC gathered Modelines:
[    43.276] (II) fglrx(0): Modeline "1920x1200"x0.0  167.80  1920 1968 2000 2298  1200 1203 1206 1217 -hsync -vsync (73.0 kHz eP)
[    43.276] (II) fglrx(0): Modeline "1920x1200"x0.0  134.28  1920 1968 2000 2208  1200 1202 1208 1220 -hsync -vsync (60.8 kHz e)
[    43.300] (II) fglrx(0): EDID vendor "LEN", prod id 16469
[    43.300] (II) fglrx(0): Printing DDC gathered Modelines:
[    43.300] (II) fglrx(0): Modeline "1920x1200"x0.0  167.80  1920 1968 2000 2298  1200 1203 1206 1217 -hsync -vsync (73.0 kHz eP)
[    43.300] (II) fglrx(0): Modeline "1920x1200"x0.0  134.28  1920 1968 2000 2208  1200 1202 1208 1220 -hsync -vsync (60.8 kHz e)
[    43.324] (II) fglrx(0): EDID vendor "LEN", prod id 16469
[    43.324] (II) fglrx(0): Printing DDC gathered Modelines:
[    43.324] (II) fglrx(0): Modeline "1920x1200"x0.0  167.80  1920 1968 2000 2298  1200 1203 1206 1217 -hsync -vsync (73.0 kHz eP)
[    43.324] (II) fglrx(0): Modeline "1920x1200"x0.0  134.28  1920 1968 2000 2208  1200 1202 1208 1220 -hsync -vsync (60.8 kHz e)
[    47.258] (II) fglrx(0): EDID vendor "LEN", prod id 16469
[    47.258] (II) fglrx(0): Printing DDC gathered Modelines:
[    47.258] (II) fglrx(0): Modeline "1920x1200"x0.0  167.80  1920 1968 2000 2298  1200 1203 1206 1217 -hsync -vsync (73.0 kHz eP)
[    47.258] (II) fglrx(0): Modeline "1920x1200"x0.0  134.28  1920 1968 2000 2208  1200 1202 1208 1220 -hsync -vsync (60.8 kHz e)
[    47.287] (II) fglrx(0): EDID vendor "LEN", prod id 16469
[    47.287] (II) fglrx(0): Printing DDC gathered Modelines:
[    47.287] (II) fglrx(0): Modeline "1920x1200"x0.0  167.80  1920 1968 2000 2298  1200 1203 1206 1217 -hsync -vsync (73.0 kHz eP)
[    47.287] (II) fglrx(0): Modeline "1920x1200"x0.0  134.28  1920 1968 2000 2208  1200 1202 1208 1220 -hsync -vsync (60.8 kHz e)
[    47.312] (II) fglrx(0): EDID vendor "LEN", prod id 16469
[    47.312] (II) fglrx(0): Printing DDC gathered Modelines:
[    47.312] (II) fglrx(0): Modeline "1920x1200"x0.0  167.80  1920 1968 2000 2298  1200 1203 1206 1217 -hsync -vsync (73.0 kHz eP)
[    47.312] (II) fglrx(0): Modeline "1920x1200"x0.0  134.28  1920 1968 2000 2208  1200 1202 1208 1220 -hsync -vsync (60.8 kHz e)
[    47.336] (II) fglrx(0): EDID vendor "LEN", prod id 16469
[    47.336] (II) fglrx(0): Printing DDC gathered Modelines:
[    47.336] (II) fglrx(0): Modeline "1920x1200"x0.0  167.80  1920 1968 2000 2298  1200 1203 1206 1217 -hsync -vsync (73.0 kHz eP)
[    47.336] (II) fglrx(0): Modeline "1920x1200"x0.0  134.28  1920 1968 2000 2208  1200 1202 1208 1220 -hsync -vsync (60.8 kHz e)
[    74.362] (II) fglrx(0): EDID vendor "LEN", prod id 16469
[    74.362] (II) fglrx(0): Printing DDC gathered Modelines:
[    74.362] (II) fglrx(0): Modeline "1920x1200"x0.0  167.80  1920 1968 2000 2298  1200 1203 1206 1217 -hsync -vsync (73.0 kHz eP)
[    74.362] (II) fglrx(0): Modeline "1920x1200"x0.0  134.28  1920 1968 2000 2208  1200 1202 1208 1220 -hsync -vsync (60.8 kHz e)
[    74.392] (II) fglrx(0): EDID vendor "LEN", prod id 16469
[    74.392] (II) fglrx(0): Printing DDC gathered Modelines:
[    74.392] (II) fglrx(0): Modeline "1920x1200"x0.0  167.80  1920 1968 2000 2298  1200 1203 1206 1217 -hsync -vsync (73.0 kHz eP)
[    74.392] (II) fglrx(0): Modeline "1920x1200"x0.0  134.28  1920 1968 2000 2208  1200 1202 1208 1220 -hsync -vsync (60.8 kHz e)
[    74.421] (II) fglrx(0): EDID vendor "LEN", prod id 16469
[    74.421] (II) fglrx(0): Printing DDC gathered Modelines:
[    74.421] (II) fglrx(0): Modeline "1920x1200"x0.0  167.80  1920 1968 2000 2298  1200 1203 1206 1217 -hsync -vsync (73.0 kHz eP)
[    74.421] (II) fglrx(0): Modeline "1920x1200"x0.0  134.28  1920 1968 2000 2208  1200 1202 1208 1220 -hsync -vsync (60.8 kHz e)
[    74.446] (II) fglrx(0): EDID vendor "LEN", prod id 16469
[    74.446] (II) fglrx(0): Printing DDC gathered Modelines:
[    74.446] (II) fglrx(0): Modeline "1920x1200"x0.0  167.80  1920 1968 2000 2298  1200 1203 1206 1217 -hsync -vsync (73.0 kHz eP)
[    74.446] (II) fglrx(0): Modeline "1920x1200"x0.0  134.28  1920 1968 2000 2208  1200 1202 1208 1220 -hsync -vsync (60.8 kHz e)
[    84.570] (II) fglrx(0): EDID vendor "LEN", prod id 16469
[    84.570] (II) fglrx(0): Printing DDC gathered Modelines:
[    84.570] (II) fglrx(0): Modeline "1920x1200"x0.0  167.80  1920 1968 2000 2298  1200 1203 1206 1217 -hsync -vsync (73.0 kHz eP)
[    84.570] (II) fglrx(0): Modeline "1920x1200"x0.0  134.28  1920 1968 2000 2208  1200 1202 1208 1220 -hsync -vsync (60.8 kHz e)
[    84.593] (II) fglrx(0): EDID vendor "LEN", prod id 16469
[    84.593] (II) fglrx(0): Printing DDC gathered Modelines:
[    84.593] (II) fglrx(0): Modeline "1920x1200"x0.0  167.80  1920 1968 2000 2298  1200 1203 1206 1217 -hsync -vsync (73.0 kHz eP)
[    84.594] (II) fglrx(0): Modeline "1920x1200"x0.0  134.28  1920 1968 2000 2208  1200 1202 1208 1220 -hsync -vsync (60.8 kHz e)
[    84.618] (II) fglrx(0): EDID vendor "LEN", prod id 16469
[    84.618] (II) fglrx(0): Printing DDC gathered Modelines:
[    84.618] (II) fglrx(0): Modeline "1920x1200"x0.0  167.80  1920 1968 2000 2298  1200 1203 1206 1217 -hsync -vsync (73.0 kHz eP)
[    84.618] (II) fglrx(0): Modeline "1920x1200"x0.0  134.28  1920 1968 2000 2208  1200 1202 1208 1220 -hsync -vsync (60.8 kHz e)
[    84.641] (II) fglrx(0): EDID vendor "LEN", prod id 16469
[    84.641] (II) fglrx(0): Printing DDC gathered Modelines:
[    84.641] (II) fglrx(0): Modeline "1920x1200"x0.0  167.80  1920 1968 2000 2298  1200 1203 1206 1217 -hsync -vsync (73.0 kHz eP)
[    84.641] (II) fglrx(0): Modeline "1920x1200"x0.0  134.28  1920 1968 2000 2208  1200 1202 1208 1220 -hsync -vsync (60.8 kHz e)

I can run glxgears and the gears turn, and I get FPS count, but it shows the same error in terminal.

What should I do to get it to work?

Offline

#5554 2013-08-19 10:36:03

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

Re: The AMD/ATI Bar & Grill

Lockheed wrote:

I moved my system from an Nvidia-based laptop to ATI radeon based laptop. I removed nvidia drivers and installed catalyst-total-hd234k

I thought everything works fine, but I run into problem with wine complaining it cannot render directly Opengl.


And so I run this to see what's up:

Isn't NV-GLX an Nvidia thing and should not be called for on an ATI based system?

xorg.conf:

Here is Xorg.0.log

I can run glxgears and the gears turn, and I get FPS count, but it shows the same error in terminal.

What should I do to get it to work?

Did you try this?
Purge proprietary NVIDIA:

sudo pacman -Rdds nvidia nvidia-utils nvidia-libgl

Purge xorg.conf

sudo rm /etc/X11/xorg*.conf

Remaking conf again:

aticonfig --initial

And adding this section to xorg.conf at last?

Section "DRI"
        Mode 0666
EndSection

From the look of the xorg.conf, it more looks like you copied it straight from wiki. That won't work - each config is suitable only to a PC, on which it was builded. You just need to use aticonfig tool, and modify existing xorg.conf. And about proprietary drivers - this hint about removing these was taken from Nouveau page, and I assume it works, if it was not withheld from wiki page.

Offline

#5555 2013-08-19 12:03:29

Lockheed
Member
Registered: 2010-03-16
Posts: 1,512

Re: The AMD/ATI Bar & Grill

@ivdok, thanks for the response.

1. I already removed all  nvidia nvidia-utils nvidia-libgl and nvidia-pf before installing catalysts. Do you think I should install it all again, and then purge it?
2. I already had Section "DRI" in my xorg.conf.
3. I did not copy xorg.conf from wiki. I used aticonfig --initial to create it, and later modified it manually.

Offline

#5556 2013-08-19 12:12:24

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

Re: The AMD/ATI Bar & Grill

Lockheed wrote:

@ivdok, thanks for the response.

1. I already removed all  nvidia nvidia-utils nvidia-libgl and nvidia-pf before installing catalysts. Do you think I should install it all again, and then purge it?
2. I already had Section "DRI" in my xorg.conf.
3. I did not copy xorg.conf from wiki. I used aticonfig --initial to create it, and later modified it manually.

1. No, I meant, did you removed ALL the packages? As far as I remember, video drivers in Arch sometimes come into a multiple of packages.
And about 2 & 3 - I didn't memorize config's contents in Wiki entirely, so I beg my pardon. It's just what your config had some lines I don't typically use, and DRI section had a comment block which was suspicially familiar.

Going back to the topic, I would've totally purged all xorg- and graphcs-related packages and configs, cleared Pacman cache and reinstalled again, but many Archers here wouldn't agree with me. So, currently, try to once again purge Nvidia assets and reinstall AMD from repos. That's all I can advice, since I got my problems too right now, due to kernel 3.10 updates.

Offline

#5557 2013-08-19 16:44:34

Shinto
Member
Registered: 2012-07-27
Posts: 78

Re: The AMD/ATI Bar & Grill

Either KDE 4.11 or the new kernel made fglrx unusable for me. After clicking around a bit everything turns black and only the mouse cursors stays visible.

Does anyone experience a similar issue?

Offline

#5558 2013-08-19 18:35:43

Alaska23
Member
Registered: 2011-09-29
Posts: 13

Re: The AMD/ATI Bar & Grill

Shinto wrote:

Either KDE 4.11 or the new kernel made fglrx unusable for me. After clicking around a bit everything turns black and only the mouse cursors stays visible.

Does anyone experience a similar issue?

Must be KDE 4.11 because i experience something similiar too since the upgrade. After clicking around for a while, i get massive graphic disturbances. I have a HD7850 installed and use catalyst-test 13.8-1.
As kernel I still use my custom version, which is at 3.10.5

Offline

#5559 2013-08-19 18:45:02

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

Re: The AMD/ATI Bar & Grill

[ivdok@arch ~]$ grep '(EE)' /var/log/Xorg.0.log
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    64.371] (EE) AIGLX error: failed to open /usr/X11R6/lib/modules/dri/fglrx_dri.so, error[/usr/X11R6/lib/modules/dri/fglrx_dri.so: cannot open shared object file: No such file or directory]

How could it be? X11R6 was removed years ago from Arch. And even symlinking this to /usr/lib/xorg/modules/dri/fglrx_dri.so cannot help.

Offline

#5560 2013-08-19 19:07:14

Shinto
Member
Registered: 2012-07-27
Posts: 78

Re: The AMD/ATI Bar & Grill

Alaska23 wrote:
Shinto wrote:

Either KDE 4.11 or the new kernel made fglrx unusable for me. After clicking around a bit everything turns black and only the mouse cursors stays visible.

Does anyone experience a similar issue?

Must be KDE 4.11 because i experience something similiar too since the upgrade. After clicking around for a while, i get massive graphic disturbances. I have a HD7850 installed and use catalyst-test 13.8-1.
As kernel I still use my custom version, which is at 3.10.5

I renamed my .kde4 folder and told KWin to use OpenGL 3.1 (before it was OpenGL 2.0) it's a bit better since then. At least no black screens happened so far.

Offline

#5561 2013-08-19 19:12:42

Fregtux
Member
From: Italy
Registered: 2013-08-01
Posts: 55

Re: The AMD/ATI Bar & Grill

No problem with KDE 4.11 and kernel 3.10.7. Did you install BEFORE linux-headers and THEN linux, or run mkinitcpio -p linux (otherwise, fglrx module cannot be generated)?

I had error about X11R6 too. In arch 64bit, I solved with:

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

ASUS P8P67 EVO | i7-2600k |RAM 16GB DDR 3 Vengeance@1600MHz | AMD 7950 Sapphire Dual-X | SSD: Samsung 830 250GB | HD: Western Digital Caviar Blue 1TB

Offline

#5562 2013-08-19 19:23:07

Alaska23
Member
Registered: 2011-09-29
Posts: 13

Re: The AMD/ATI Bar & Grill

Shinto wrote:

I renamed my .kde4 folder and told KWin to use OpenGL 3.1 (before it was OpenGL 2.0) it's a bit better since then. At least no black screens happened so far.

Didn't help much. Doesn't matter what Open-GL-version I use. If I minimize something from fullscreen I get such severe graphic failures, that only the "composit-disable-hotkey" helps.
Since working in KDE 4.11 feels much faster, I won't downgrade. So deactivated Open-GL compositing for now.

Offline

#5563 2013-08-19 21:50:09

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

Re: The AMD/ATI Bar & Grill

savalaserg1 wrote:

New kernel update in the line!!! linux-3.10.7-1

Sorry guys (and lads) but i'm working far away from home and don't have access to my arch, I should get back on friday/saturday.
Till then please use catalyst-hook (or catalyst generator) or downgrade kernel if it's necessarry

Offline

#5564 2013-08-19 22:54:12

ChemBro
Member
Registered: 2008-10-22
Posts: 703

Re: The AMD/ATI Bar & Grill

There is a new Beta driver, Catalyst 13.8 beta 2, but I'm not sure, if they changed anything besides the number.

http://support.amd.com/us/kbarticles/Pa … river.aspx

http://www2.ati.com/drivers/beta/amd-ca … x86_64.zip

Offline

#5565 2013-08-20 00:24:45

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

Re: The AMD/ATI Bar & Grill

ChemBro wrote:

There is a new Beta driver, Catalyst 13.8 beta 2, but I'm not sure, if they changed anything besides the number.

I think quite a few of us want to know whether they have dealt with the insane RAM leakage.

Last edited by clfarron4 (2013-08-20 00:24:59)


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

Offline

#5566 2013-08-20 06:30:16

savalaserg1
Member
Registered: 2013-06-27
Posts: 21

Re: The AMD/ATI Bar & Grill

clfarron4 wrote:
ChemBro wrote:

There is a new Beta driver, Catalyst 13.8 beta 2, but I'm not sure, if they changed anything besides the number.

I think quite a few of us want to know whether they have dealt with the insane RAM leakage.

Please tell me they fixed it!

Offline

#5567 2013-08-20 07:07:04

Cdh
Member
Registered: 2009-02-03
Posts: 1,098

Re: The AMD/ATI Bar & Grill

Cdh wrote:
Default Adapter - AMD Radeon HD 7970M
                            Core (MHz)    Memory (MHz)
           Current Clocks :    450           300
             Current Peak :    850           1200
  Configurable Peak Range : [300-850]     [150-1200]
                 GPU load :    95%

So I tried the 13.8 beta1 again and this did not happen again. But the last time I tried it I had suspended before and now I have not suspended. Maybe it has something to do with that.


ChemBro wrote:

There is a new Beta driver, Catalyst 13.8 beta 2, but I'm not sure, if they changed anything besides the number.

http://support.amd.com/us/kbarticles/Pa … river.aspx

http://www2.ati.com/drivers/beta/amd-ca … x86_64.zip

It downloads an empty file...


฿ 18PRsqbZCrwPUrVnJe1BZvza7bwSDbpxZz

Offline

#5568 2013-08-20 08:28:53

Fregtux
Member
From: Italy
Registered: 2013-08-01
Posts: 55

Re: The AMD/ATI Bar & Grill

Cdh wrote:
Cdh wrote:
Default Adapter - AMD Radeon HD 7970M
                            Core (MHz)    Memory (MHz)
           Current Clocks :    450           300
             Current Peak :    850           1200
  Configurable Peak Range : [300-850]     [150-1200]
                 GPU load :    95%

So I tried the 13.8 beta1 again and this did not happen again. But the last time I tried it I had suspended before and now I have not suspended. Maybe it has something to do with that.

What is the command showing that?


ASUS P8P67 EVO | i7-2600k |RAM 16GB DDR 3 Vengeance@1600MHz | AMD 7950 Sapphire Dual-X | SSD: Samsung 830 250GB | HD: Western Digital Caviar Blue 1TB

Offline

#5569 2013-08-20 10:00:22

Cdh
Member
Registered: 2009-02-03
Posts: 1,098

Re: The AMD/ATI Bar & Grill

aticonfig  --odgc

Last edited by Cdh (2013-08-20 10:00:33)


฿ 18PRsqbZCrwPUrVnJe1BZvza7bwSDbpxZz

Offline

#5570 2013-08-20 10:25:31

Cdh
Member
Registered: 2009-02-03
Posts: 1,098

Re: The AMD/ATI Bar & Grill


฿ 18PRsqbZCrwPUrVnJe1BZvza7bwSDbpxZz

Offline

#5571 2013-08-20 10:31:24

ChemBro
Member
Registered: 2008-10-22
Posts: 703

Re: The AMD/ATI Bar & Grill

Thanks. I just posted the link that AMD shows on their own Linux beta website. Maybe they...

Offline

#5572 2013-08-20 12:21:20

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

Re: The AMD/ATI Bar & Grill

ChemBro wrote:

Thanks. I just posted the link that AMD shows on their own Linux beta website. Maybe they...

Both are opening for me, either in FF 23 and Links.

Oh, and Beta #2 didn't work for me. It complained like "libGL error: open uki failed (Operation not permitted)", even with DRI section 0666'd inside xorg.conf. Rolled back to [catalyst], but xvba-video still crashes Xorg on video opening. Anybody can help me, please? I'd like to abstain from kernel downgrading, since doing this is up against Arch philosophy.

Last edited by ivdok (2013-08-20 12:25:19)

Offline

#5573 2013-08-20 16:58:36

jaykay2342
Member
Registered: 2012-11-24
Posts: 4

Re: The AMD/ATI Bar & Grill

Hi,

today i had to noticed that X/the complete host freeze immediately with starting  X.

installed:
catalyst 13.8-3
linux 3.10.7-1

hardware:
Radeon hd 7770
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Cape Verde XT [Radeon HD 7770 GHz Edition]

downgrade to
catalyst 13.8-2
linux 3.10.5-1

solved the issue.

have someone similar issues ?

Offline

#5574 2013-08-20 21:32:15

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: The AMD/ATI Bar & Grill

Merging with the AMD thread...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5575 2013-08-20 21:48:36

Lockheed
Member
Registered: 2010-03-16
Posts: 1,512

Re: The AMD/ATI Bar & Grill

ivdok wrote:

Going back to the topic, I would've totally purged all xorg- and graphcs-related packages and configs, cleared Pacman cache and reinstalled again, but many Archers here wouldn't agree with me. So, currently, try to once again purge Nvidia assets and reinstall AMD from repos. That's all I can advice, since I got my problems too right now, due to kernel 3.10 updates.

Hey man. Just wanted to say thanks for your suggestion. This was indeed what solved the problem.
As it turned out, libgl32-nvidia and cuda packages leave a lot of leftover libs even after being uninstalled. I got rid of them and voila - things work as they should.
Thanks again.

Offline

Board footer

Powered by FluxBB