You are not logged in.
Well i'll be damned! Eternally!
What force obligated me to look at ATI_LICENSE.TXT today! What a bad, bad force!
I haven't done this for ages...Look:
vii) no rights are granted to distribute the binary form of the AMD Linux Kernel Module made by linking the AMD Proprietary Kernel Library and the AMD Kernel Compatibility Layer binary compiled using Linux kernel headers;
What a nice "new" entry...
Darn!
Sorry guys, but i cannot leave catalyst package inside repo after reading this...
I will remove it immidiately, please switch to catalyst-{daemon,hook,generator} package.
In wiki's repo section i will propose to use hook because its got most votes.
I wrote to amd, but i doubt they give me permission...Yet another reason not to put catalyst into official repo! crappy, crappy license!
Just an FYI, I would inquire with AMD directly about this. About 6 years ago I was a package maintainer for a small Linux distribution back before the ATI\AMD merge and this or something similar existed in the license. I ran into this and contacted ATI and I can't remember the outcome but I think I was allowed to distribute a binary package for the distro, although I think I settled on having it downloaded and compiled on the fly just for cleanliness sakes anyway. I am not sure who handles it now but at the time it was Matthew Tippett that was my point of contact.
Offline
@nocain:
i guess i will have to contact with AMD directly...
Unfortunatelly Matthew Tippett left AMD more than a year ago: http://www.phoronix.com/scan.php?page=a … pett&num=1
so i still dunno where to write to. Even on amd's contact page there is only silly form instead of normal email address.
I will wait a day more for bridgman's answer and then will search deeper for some contact.
Umm... so there is a hope, thanks for this info
Last edited by Vi0L0 (2011-02-14 23:29:42)
Offline
Offline
AUR and repo have been updated.
Besides nice amd job in unfinying some of binaries for different X.Org Server (so now catalyst-utils should support xservers 1.9 , 1.8 , 1.7 and even 1.6 probably) this release should officially support radeons hd 6800 series.
Also got some bugfixes but i don't see them ;-).
Offline
Hi, I need help.
I bought an ATI HD5450, and today I installed the catalyst driver through yaourt, and it installed catalyst 11.2-1 and catalyst-utils 11.2-1.
This is my xorg.conf (I'm running Xorg 1.9.4)
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/OTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "Module"
Load "glx"
Load "extmod"
Load "record"
Load "dri2"
Load "dbe"
Load "dri"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
#DisplaySize 410 260 # mm
Identifier "W1934S"
VendorName "GSM"
ModelName "LG W1934S"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 75.0
Option "DPMS" "on"
EndSection
Section "Device"
Identifier "HD5450"
Driver "fglrx"
Option "DRI" "on"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "HD5450"
Monitor "W1934S"
SubSection "Display"
Viewport 0 0
Depth 1
Modes "1440x900" "1280x1024" "1152x684" "1024x768" "832x624" "800x600"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
Modes "1440x900" "1280x1024" "1152x684" "1024x768" "832x624" "800x600"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1440x900" "1280x1024" "1152x684" "1024x768" "832x624" "800x600"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
Modes "1440x900" "1280x1024" "1152x684" "1024x768" "832x624" "800x600"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1440x900" "1280x1024" "1152x684" "1024x768" "832x624" "800x600"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1440x900" "1280x1024" "1152x684" "1024x768" "832x624" "800x600"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
This is my rc.conf where I put the "fglrx" module in the MODULE array:
#
# /etc/rc.conf - Main Configuration for Arch Linux
#
# -----------------------------------------------------------------------
# LOCALIZATION
# -----------------------------------------------------------------------
#
# LOCALE: available languages can be listed with the 'locale -a' command
# HARDWARECLOCK: set to "UTC" or "localtime", any other value will result
# in the hardware clock being left untouched (useful for virtualization)
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
#
LOCALE="en_US.UTF-8"
HARDWARECLOCK="UTC"
TIMEZONE="Europe/Rome"
KEYMAP="us"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"
# -----------------------------------------------------------------------
# HARDWARE
# -----------------------------------------------------------------------
#
# MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
# MOD_BLACKLIST: Prevent udev from loading these modules
# MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
#
# NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
#
MOD_AUTOLOAD="yes"
#MOD_BLACKLIST=() #deprecated
MODULES=(fglrx)
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"
# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
#
HOSTNAME="linuxbox"
# Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
#
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
# - prefix an entry in INTERFACES with a ! to disable it
# - no hyphens in your interface names - Bash doesn't like it
#
# DHCP: Set your interface to "dhcp" (eth0="dhcp")
# Wireless: See network profiles below
#
#Static IP example
#eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
eth0="dhcp"
INTERFACES=(eth0)
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
# - prefix an entry in ROUTES with a ! to disable it
#
gateway="default gw 10.94.16.1"
ROUTES=(!gateway)
# Enable these network profiles at boot-up. These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
# - set to 'menu' to present a menu during boot-up (dialog package required)
# - prefix an entry with a ! to disable it
#
# Network profiles are found in /etc/network.d
#
# This now requires the netcfg package
#
#NETWORKS=(main)
# -----------------------------------------------------------------------
# DAEMONS
# -----------------------------------------------------------------------
#
# Daemons to start at boot-up (in this order)
# - prefix a daemon with a ! to disable it
# - prefix a daemon with a @ to start it up in the background
#
DAEMONS=(syslog-ng dbus network netfs sshd hddtemp sensors crond alsa slim)
but when I do
sudo modprobe fglrx
It return nothing...
What could it be?
Offline
but when I do
sudo modprobe fglrx
It return nothing...
What could it be?
That's the expected behavior of modprobe You will have some output only if something went wrong. You can check what modules are loaded with lsmod.
Now that fglrx is loaded (it will be automatically loaded next boot because you added it in your rc.conf), you can start your X server and check that everything works.
Offline
Hi, I need help.
You need generete a valid xorg.conf
sudo aticonfig --initial
Excuse my poor English.
Offline
That's the expected behavior of modprobe You will have some output only if something went wrong. You can check what modules are loaded with lsmod.
I follow the wiki and it say to do that....
You need generete a valid xorg.conf
sudo aticonfig --initial
That is my new xorg.conf
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection
Section "Module"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Now that I do
lsmod | grep fglrx
it return what I expected, but even if I do
lsmod | grep radeon
(my old driver)
something return, and X is very very slow... I run fluxbox and when I try to move a terminal window the pointer move and the window try to follow it with ~1sec delay...
I try to add !radeon in the module array in rc.conf but after reboot
lsmod | grep radeon
give me the same result...
Last edited by vheon (2011-02-16 11:19:17)
Offline
Hi !
Don't worry if you find radeon in the loaded modules, it's normal for it to be loaded as it seems it's not part of the xf86-video-ati package (which you should have removed).
I'll tell you which config I have for my XFX Radeon HD 5770. I'm using the "catalyst" driver packaged in the inofficial catalyst repo (that has been changed a few days ago, see above, but I haven't updated it since then).
My xorg.conf has been generated by
aticonfig --initial
on each driver upgrade. The package
xf86-video-ati
is not installed. My kernel boot parameters end by
nomodeset
to disable Kernel Mode Setting (it does not work with the ATI driver). I have NO module/deamon related to the card/driver in my rc.conf, but module autoloading is activated:
MOD_AUTOLOAD="yes"
MODULES=()
I hope it helps !
EDIT:
$ lsmod |grep fglrx
fglrx 2638511 665
$ lsmod |grep radeon
radeon 920204 0
ttm 52821 1 radeon
drm_kms_helper 26587 1 radeon
drm 173731 3 radeon,ttm,drm_kms_helper
i2c_algo_bit 4927 1 radeon
i2c_core 19078 5 radeon,drm_kms_helper,drm,i2c_algo_bit,i2c_i801
Last edited by Fififox (2011-02-16 16:03:09)
Offline
fglrx module is no more needed to be manually added in rc.conf, it loads automatically.
KDE Platform Version 4.6.2
Offline
Hi!
Today I updated catalyst-utils and catalyst-hook to 11.2.1. After aticonfig --initial, when startx I got black screen death. The kernel version is 2.6.37 and card type is HD5650.
Xorg.log is following,
[ 191.831]
X.Org X Server 1.9.4
Release Date: 2011-02-04
[ 191.832] X Protocol Version 11, Revision 0
[ 191.832] Build Operating System: Linux 2.6.37-ARCH x86_64
[ 191.832] Current Operating System: Linux vaio 2.6.37-ARCH #1 SMP PREEMPT Fri Feb 11 09:29:49 CET 2011 x86_64
[ 191.832] Kernel command line: root=/dev/sda6 ro nomodeset
[ 191.833] Build Date: 04 February 2011 09:38:18PM
[ 191.833]
[ 191.833] Current version of pixman: 0.20.2
[ 191.833] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 191.834] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 191.835] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Feb 17 09:53:44 2011
[ 191.835] (==) Using config file: "/etc/X11/xorg.conf"
[ 191.835] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 191.835] (==) ServerLayout "aticonfig Layout"
[ 191.836] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
[ 191.836] (**) | |-->Monitor "aticonfig-Monitor[0]-0"
[ 191.836] (**) | |-->Device "aticonfig-Device[0]-0"
[ 191.836] (==) Automatically adding devices
[ 191.836] (==) Automatically enabling devices
[ 191.836] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 191.836] Entry deleted from font path.
[ 191.836] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/
[ 191.836] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 191.836] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 191.836] (II) Loader magic: 0x7d3b20
[ 191.836] (II) Module ABI versions:
[ 191.836] X.Org ANSI C Emulation: 0.4
[ 191.836] X.Org Video Driver: 8.0
[ 191.836] X.Org XInput driver : 11.0
[ 191.836] X.Org Server Extension : 4.0
[ 191.837] (--) PCI:*(0:1:0:0) 1002:68c1:104d:9071 rev 0, Mem @ 0xe0000000/268435456, 0xf0020000/131072, I/O @ 0x0000d000/256, BIOS @ 0x????????/131072
[ 191.837] (II) Open ACPI successful (/var/run/acpid.socket)
[ 191.837] (II) "extmod" will be loaded by default.
[ 191.837] (II) "dbe" will be loaded by default.
[ 191.837] (II) "glx" will be loaded by default.
[ 191.837] (II) "record" will be loaded by default.
[ 191.837] (II) "dri" will be loaded by default.
[ 191.837] (II) "dri2" will be loaded by default.
[ 191.837] (II) LoadModule: "extmod"
[ 191.837] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 191.837] (II) Module extmod: vendor="X.Org Foundation"
[ 191.837] compiled for 1.9.4, module version = 1.0.0
[ 191.837] Module class: X.Org Server Extension
[ 191.837] ABI class: X.Org Server Extension, version 4.0
[ 191.837] (II) Loading extension MIT-SCREEN-SAVER
[ 191.837] (II) Loading extension XFree86-VidModeExtension
[ 191.837] (II) Loading extension XFree86-DGA
[ 191.837] (II) Loading extension DPMS
[ 191.837] (II) Loading extension XVideo
[ 191.837] (II) Loading extension XVideo-MotionCompensation
[ 191.837] (II) Loading extension X-Resource
[ 191.837] (II) LoadModule: "dbe"
[ 191.838] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 191.838] (II) Module dbe: vendor="X.Org Foundation"
[ 191.838] compiled for 1.9.4, module version = 1.0.0
[ 191.838] Module class: X.Org Server Extension
[ 191.838] ABI class: X.Org Server Extension, version 4.0
[ 191.838] (II) Loading extension DOUBLE-BUFFER
[ 191.838] (II) LoadModule: "glx"
[ 191.838] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 191.838] (II) Module glx: vendor="FireGL - ATI Technologies Inc."
[ 191.838] compiled for 6.9.0, module version = 1.0.0
[ 191.838] (II) Loading extension GLX
[ 191.838] (II) LoadModule: "record"
[ 191.838] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 191.838] (II) Module record: vendor="X.Org Foundation"
[ 191.838] compiled for 1.9.4, module version = 1.13.0
[ 191.838] Module class: X.Org Server Extension
[ 191.838] ABI class: X.Org Server Extension, version 4.0
[ 191.838] (II) Loading extension RECORD
[ 191.838] (II) LoadModule: "dri"
[ 191.838] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 191.839] (II) Module dri: vendor="X.Org Foundation"
[ 191.839] compiled for 1.9.4, module version = 1.0.0
[ 191.839] ABI class: X.Org Server Extension, version 4.0
[ 191.839] (II) Loading extension XFree86-DRI
[ 191.839] (II) LoadModule: "dri2"
[ 191.839] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 191.839] (II) Module dri2: vendor="X.Org Foundation"
[ 191.839] compiled for 1.9.4, module version = 1.2.0
[ 191.839] ABI class: X.Org Server Extension, version 4.0
[ 191.839] (II) Loading extension DRI2
[ 191.839] (II) LoadModule: "fglrx"
[ 191.839] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[ 192.015] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
[ 192.027] compiled for 1.4.99.906, module version = 8.82.8
[ 192.027] Module class: X.Org Video Driver
[ 192.031] (II) Loading sub module "fglrxdrm"
[ 192.031] (II) LoadModule: "fglrxdrm"
[ 192.031] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[ 192.033] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
[ 192.033] compiled for 1.4.99.906, module version = 8.82.8
[ 192.033] (II) ATI Proprietary Linux Driver Version Identifier:8.82.8
[ 192.033] (II) ATI Proprietary Linux Driver Release Identifier: 8.821
[ 192.033] (II) ATI Proprietary Linux Driver Build Date: Jan 26 2011 17:20:41
[ 192.033] (--) using VT number 7
[ 192.037] (WW) Falling back to old probe method for fglrx
[ 192.055] (II) Loading PCS database from /etc/ati/amdpcsdb
[ 192.056] (--) Chipset Supported AMD Graphics Processor (0x68C1) found
[ 192.058] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
[ 192.059] (II) AMD Video driver is running on a device belonging to a group targeted for this release
[ 192.059] (II) AMD Video driver is signed
[ 192.059] (II) fglrx(0): pEnt->device->identifier=0x16816b0
[ 192.059] (II) fglrx(0): === [xdl_x760_atiddxPreInit] === begin
[ 192.060] (II) Loading sub module "vgahw"
[ 192.060] (II) LoadModule: "vgahw"
[ 192.060] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[ 192.061] (II) Module vgahw: vendor="X.Org Foundation"
[ 192.061] compiled for 1.9.4, module version = 0.1.0
[ 192.061] ABI class: X.Org Video Driver, version 8.0
[ 192.061] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
[ 192.061] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 192.061] (==) fglrx(0): Default visual is TrueColor
[ 192.061] (**) fglrx(0): Option "DPMS" "true"
[ 192.061] (==) fglrx(0): RGB weight 888
[ 192.061] (II) fglrx(0): Using 8 bits per RGB
[ 192.061] (==) fglrx(0): Buffer Tiling is ON
[ 192.062] (II) Loading sub module "fglrxdrm"
[ 192.062] (II) LoadModule: "fglrxdrm"
[ 192.062] (II) Reloading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[ 192.063] ukiDynamicMajor: found major device number 252
[ 192.063] ukiDynamicMajor: found major device number 252
[ 192.063] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[ 192.063] ukiOpenDevice: node name is /dev/ati/card0
[ 192.063] ukiOpenDevice: open result is 11, (OK)
[ 192.063] ukiOpenByBusid: ukiOpenMinor returns 11
[ 192.063] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[ 192.063] (==) fglrx(0): NoAccel = NO
[ 192.063] (==) fglrx(0): ATI 2D Acceleration Architecture enabled
[ 192.063] (--) fglrx(0): Chipset: "ATI Mobility Radeon HD 5600/5700 Series" (Chipset = 0x68c1)
[ 192.063] (--) fglrx(0): (PciSubVendor = 0x104d, PciSubDevice = 0x9071)
[ 192.063] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
[ 192.064] (--) fglrx(0): Linear framebuffer (phys) at 0xe0000000
[ 192.064] (--) fglrx(0): MMIO registers at 0xf0020000
[ 192.064] (--) fglrx(0): I/O port at 0x0000d000
[ 192.064] (==) fglrx(0): ROM-BIOS at 0x000c0000
[ 192.076] (II) fglrx(0): AC Adapter is used
[ 192.081] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
[ 192.177] (II) Loading sub module "vbe"
[ 192.177] (II) LoadModule: "vbe"
[ 192.178] (II) Loading /usr/lib/xorg/modules/libvbe.so
[ 192.178] (II) Module vbe: vendor="X.Org Foundation"
[ 192.178] compiled for 1.9.4, module version = 1.1.0
[ 192.178] ABI class: X.Org Video Driver, version 8.0
[ 192.178] (II) fglrx(0): VESA BIOS detected
[ 192.178] (II) fglrx(0): VESA VBE Version 3.0
[ 192.178] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
[ 192.178] (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
[ 192.178] (II) fglrx(0): VESA VBE OEM Software Rev: 12.20
[ 192.178] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
[ 192.178] (II) fglrx(0): VESA VBE OEM Product: MADISON
[ 192.178] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
[ 192.216] (II) fglrx(0): ATI Video BIOS revision 9 or later detected
[ 192.216] (--) fglrx(0): Video RAM: 1048576 kByte, Type: DDR3
[ 192.216] (II) fglrx(0): PCIE card detected
[ 192.216] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
[ 192.216] (WW) fglrx(0): board is an unknown third party board, chipset is supported
[ 192.218] (II) fglrx(0): Using adapter: 1:0.0.
[ 192.250] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x40000000)
[ 192.315] (II) fglrx(0): Interrupt handler installed at IRQ 44.
[ 192.315] (II) fglrx(0): RandR 1.2 support is enabled!
[ 192.315] (II) fglrx(0): RandR 1.2 rotation support is enabled!
[ 192.316] (==) fglrx(0): Center Mode is disabled
[ 192.316] (II) Loading sub module "fb"
[ 192.316] (II) LoadModule: "fb"
[ 192.316] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 192.316] (II) Module fb: vendor="X.Org Foundation"
[ 192.316] compiled for 1.9.4, module version = 1.0.0
[ 192.316] ABI class: X.Org ANSI C Emulation, version 0.4
[ 192.316] (II) Loading sub module "ddc"
[ 192.316] (II) LoadModule: "ddc"
[ 192.316] (II) Module "ddc" already built-in
[ 192.396] (II) fglrx(0): Finished Initialize PPLIB!
[ 192.398] (II) fglrx(0): Output LVDS using monitor section aticonfig-Monitor[0]-0
[ 192.398] (II) fglrx(0): Output DFP1 has no monitor section
[ 192.398] (II) fglrx(0): Output CRT1 has no monitor section
[ 192.398] (II) Loading sub module "ddc"
[ 192.398] (II) LoadModule: "ddc"
[ 192.398] (II) Module "ddc" already built-in
[ 192.398] (II) fglrx(0): Connected Display0: LVDS
[ 192.398] (II) fglrx(0): Display0 EDID data ---------------------------
[ 192.398] (II) fglrx(0): Manufacturer: SNY Model: 6fa Serial#: 0
[ 192.398] (II) fglrx(0): Year: 2009 Week: 4
[ 192.398] (II) fglrx(0): EDID Version: 1.3
[ 192.399] (II) fglrx(0): Digital Display Input
[ 192.399] (II) fglrx(0): Max Image Size [cm]: horiz.: 31 vert.: 17
[ 192.399] (II) fglrx(0): Gamma: 2.20
[ 192.399] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off
[ 192.399] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:2:2
[ 192.399] (II) fglrx(0): First detailed timing is preferred mode
[ 192.399] (II) fglrx(0): redX: 0.640 redY: 0.340 greenX: 0.300 greenY: 0.600
[ 192.399] (II) fglrx(0): blueX: 0.149 blueY: 0.060 whiteX: 0.312 whiteY: 0.328
[ 192.399] (II) fglrx(0): Manufacturer's mask: 0
[ 192.399] (II) fglrx(0): Supported detailed timing:
[ 192.399] (II) fglrx(0): clock: 109.8 MHz Image Size: 310 x 170 mm
[ 192.399] (II) fglrx(0): h_active: 1600 h_sync: 1638 h_sync_end 1714 h_blank_end 1830 h_border: 0
[ 192.399] (II) fglrx(0): v_active: 900 v_sync: 916 v_sync_end 949 v_blanking: 1001 v_border: 0
[ 192.399] (II) fglrx(0): Supported detailed timing:
[ 192.399] (II) fglrx(0): clock: 110.0 MHz Image Size: 310 x 170 mm
[ 192.399] (II) fglrx(0): h_active: 1600 h_sync: 1727 h_sync_end 1981 h_blank_end 2364 h_border: 0
[ 192.399] (II) fglrx(0): v_active: 900 v_sync: 905 v_sync_end 915 v_blanking: 930 v_border: 0
[ 192.399] (II) fglrx(0): EDID (in hex):
[ 192.399] (II) fglrx(0): 00ffffffffffff004dd9fa0600000000
[ 192.399] (II) fglrx(0): 04130103801f1178f2ce50a3574c9926
[ 192.399] (II) fglrx(0): 0f505400000001010101010101010101
[ 192.399] (II) fglrx(0): 010101010101e42a40e660846530264c
[ 192.399] (II) fglrx(0): 010636aa10000000f82a40fc62841e30
[ 192.399] (II) fglrx(0): 7ffe5a0036aa10000000000000000000
[ 192.399] (II) fglrx(0): 00000000000000000000000000000000
[ 192.399] (II) fglrx(0): 00000000000000000000000000000056
[ 192.399] (II) fglrx(0): End of Display0 EDID data --------------------
[ 192.409] (II) fglrx(0): EDID for output LVDS
[ 192.409] (II) fglrx(0): Manufacturer: SNY Model: 6fa Serial#: 0
[ 192.409] (II) fglrx(0): Year: 2009 Week: 4
[ 192.409] (II) fglrx(0): EDID Version: 1.3
[ 192.409] (II) fglrx(0): Digital Display Input
[ 192.409] (II) fglrx(0): Max Image Size [cm]: horiz.: 31 vert.: 17
[ 192.409] (II) fglrx(0): Gamma: 2.20
[ 192.409] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off
[ 192.409] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:2:2
[ 192.409] (II) fglrx(0): First detailed timing is preferred mode
[ 192.409] (II) fglrx(0): redX: 0.640 redY: 0.340 greenX: 0.300 greenY: 0.600
[ 192.409] (II) fglrx(0): blueX: 0.149 blueY: 0.060 whiteX: 0.312 whiteY: 0.328
[ 192.409] (II) fglrx(0): Manufacturer's mask: 0
[ 192.409] (II) fglrx(0): Supported detailed timing:
[ 192.409] (II) fglrx(0): clock: 109.8 MHz Image Size: 310 x 170 mm
[ 192.409] (II) fglrx(0): h_active: 1600 h_sync: 1638 h_sync_end 1714 h_blank_end 1830 h_border: 0
[ 192.409] (II) fglrx(0): v_active: 900 v_sync: 916 v_sync_end 949 v_blanking: 1001 v_border: 0
[ 192.409] (II) fglrx(0): Supported detailed timing:
[ 192.409] (II) fglrx(0): clock: 110.0 MHz Image Size: 310 x 170 mm
[ 192.409] (II) fglrx(0): h_active: 1600 h_sync: 1727 h_sync_end 1981 h_blank_end 2364 h_border: 0
[ 192.409] (II) fglrx(0): v_active: 900 v_sync: 905 v_sync_end 915 v_blanking: 930 v_border: 0
[ 192.409] (II) fglrx(0): EDID (in hex):
[ 192.409] (II) fglrx(0): 00000000000000003a20454449442028
[ 192.409] (II) fglrx(0): 696e20686578293a0a002020000a0026
[ 192.409] (II) fglrx(0): 0f505400000001015100000000000000
[ 192.409] (II) fglrx(0): 00000000000000003a20466972737420
[ 192.409] (II) fglrx(0): 64657461696c65642074696d696e6720
[ 192.409] (II) fglrx(0): 697320707265666572726564206d6f64
[ 192.409] (II) fglrx(0): 650a000a000000000000000000000000
[ 192.409] (II) fglrx(0): 00000000000000004100000000000000
[ 192.409] (II) fglrx(0): EDID vendor "SNY", prod id 1786
[ 192.409] (II) fglrx(0): DDCModeFromDetailedTiming: 1600x900 Warning: We only handle separate sync.
[ 192.409] (II) fglrx(0): DDCModeFromDetailedTiming: 1600x900 Warning: We only handle separate sync.
[ 192.409] (II) fglrx(0): Printing DDC gathered Modelines:
[ 192.409] (II) fglrx(0): Modeline "1600x900"x0.0 109.80 1600 1638 1714 1830 900 916 949 1001 -hsync -vsync (60.0 kHz)
[ 192.409] (II) fglrx(0): Modeline "1600x900"x0.0 110.00 1600 1727 1981 2364 900 905 915 930 -hsync -vsync (46.5 kHz)
[ 192.409] (II) fglrx(0): Printing probed modes for output LVDS
[ 192.409] (II) fglrx(0): Modeline "1600x900"x60.0 109.80 1600 1638 1714 1830 900 1156 1669 1001 -hsync -vsync (60.0 kHz)
[ 192.409] (II) fglrx(0): Modeline "1600x900"x50.0 110.00 1600 1727 1981 2364 900 905 915 930 -hsync -vsync (46.5 kHz)
[ 192.409] (II) fglrx(0): Modeline "1440x900"x50.0 110.00 1440 1727 1981 2364 900 905 915 930 -hsync -vsync (46.5 kHz)
[ 192.409] (II) fglrx(0): Modeline "1440x900"x60.0 109.80 1440 1638 1714 1830 900 1156 1669 1001 -hsync -vsync (60.0 kHz)
[ 192.409] (II) fglrx(0): Modeline "1280x768"x50.0 110.00 1280 1727 1981 2364 768 905 915 930 -hsync -vsync (46.5 kHz)
[ 192.409] (II) fglrx(0): Modeline "1280x768"x60.0 109.80 1280 1638 1714 1830 768 1156 1669 1001 -hsync -vsync (60.0 kHz)
[ 192.409] (II) fglrx(0): Modeline "1280x720"x50.0 110.00 1280 1727 1981 2364 720 905 915 930 -hsync -vsync (46.5 kHz)
[ 192.410] (II) fglrx(0): Modeline "1280x720"x60.0 109.80 1280 1638 1714 1830 720 1156 1669 1001 -hsync -vsync (60.0 kHz)
[ 192.410] (II) fglrx(0): Modeline "1024x768"x50.0 110.00 1024 1727 1981 2364 768 905 915 930 -hsync -vsync (46.5 kHz)
[ 192.410] (II) fglrx(0): Modeline "1024x768"x60.0 109.80 1024 1638 1714 1830 768 1156 1669 1001 -hsync -vsync (60.0 kHz)
[ 192.410] (II) fglrx(0): Modeline "1024x600"x50.0 110.00 1024 1727 1981 2364 600 905 915 930 -hsync -vsync (46.5 kHz)
[ 192.410] (II) fglrx(0): Modeline "1024x600"x60.0 109.80 1024 1638 1714 1830 600 1156 1669 1001 -hsync -vsync (60.0 kHz)
[ 192.410] (II) fglrx(0): Modeline "800x600"x50.0 110.00 800 1727 1981 2364 600 905 915 930 -hsync -vsync (46.5 kHz)
[ 192.410] (II) fglrx(0): Modeline "800x600"x60.0 109.80 800 1638 1714 1830 600 1156 1669 1001 -hsync -vsync (60.0 kHz)
[ 192.410] (II) fglrx(0): Modeline "800x480"x50.0 110.00 800 1727 1981 2364 480 905 915 930 -hsync -vsync (46.5 kHz)
[ 192.410] (II) fglrx(0): Modeline "800x480"x60.0 109.80 800 1638 1714 1830 480 1156 1669 1001 -hsync -vsync (60.0 kHz)
[ 192.410] (II) fglrx(0): Modeline "640x480"x50.0 110.00 640 1727 1981 2364 480 905 915 930 -hsync -vsync (46.5 kHz)
[ 192.410] (II) fglrx(0): Modeline "640x480"x60.0 109.80 640 1638 1714 1830 480 1156 1669 1001 -hsync -vsync (60.0 kHz)
[ 192.410] (II) fglrx(0): EDID for output DFP1
[ 192.410] (II) fglrx(0): EDID for output CRT1
[ 192.410] (II) fglrx(0): Output LVDS connected
[ 192.410] (II) fglrx(0): Output DFP1 disconnected
[ 192.410] (II) fglrx(0): Output CRT1 disconnected
[ 192.410] (II) fglrx(0): Using exact sizes for initial modes
[ 192.410] (II) fglrx(0): Output LVDS using initial mode 1600x900
[ 192.410] (II) fglrx(0): Display dimensions: (310, 170) mm
[ 192.410] (II) fglrx(0): DPI set to (131, 134)
[ 192.410] (II) fglrx(0): Adapter ATI Mobility Radeon HD 5600/5700 Series has 2 configurable heads and 1 displays connected.
[ 192.410] (==) fglrx(0): PseudoColor visuals disabled
[ 192.410] (II) Loading sub module "ramdac"
[ 192.410] (II) LoadModule: "ramdac"
[ 192.410] (II) Module "ramdac" already built-in
[ 192.410] (==) fglrx(0): NoDRI = NO
[ 192.410] (==) fglrx(0): Capabilities: 0x00000000
[ 192.410] (==) fglrx(0): CapabilitiesEx: 0x00000000
[ 192.410] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
[ 192.410] (==) fglrx(0): UseFastTLS=0
[ 192.410] (==) fglrx(0): BlockSignalsOnLock=1
[ 192.410] (--) Depth 24 pixmap format is 32 bpp
[ 192.410] (II) Loading extension ATIFGLRXDRI
[ 192.410] (II) fglrx(0): doing swlDriScreenInit
[ 192.410] (II) fglrx(0): swlDriScreenInit for fglrx driver
[ 192.410] ukiDynamicMajor: found major device number 252
[ 192.410] ukiDynamicMajor: found major device number 252
[ 192.410] ukiDynamicMajor: found major device number 252
[ 192.410] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[ 192.410] ukiOpenDevice: node name is /dev/ati/card0
[ 192.410] ukiOpenDevice: open result is 16, (OK)
[ 192.410] ukiOpenByBusid: ukiOpenMinor returns 16
[ 192.410] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[ 192.410] (II) fglrx(0): [uki] DRM interface version 1.0
[ 192.410] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0"
[ 192.410] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x2000
[ 192.410] (II) fglrx(0): [uki] mapped SAREA 0x2000 to 0x7fd025d3e000
[ 192.410] (II) fglrx(0): [uki] framebuffer handle = 0x3000
[ 192.410] (II) fglrx(0): [uki] added 1 reserved context for kernel
[ 192.410] (II) fglrx(0): swlDriScreenInit done
[ 192.410] (II) fglrx(0): Kernel Module Version Information:
[ 192.410] (II) fglrx(0): Name: fglrx
[ 192.410] (II) fglrx(0): Version: 8.82.8
[ 192.410] (II) fglrx(0): Date: Jan 26 2011
[ 192.410] (II) fglrx(0): Desc: ATI FireGL DRM kernel module
[ 192.410] (II) fglrx(0): Kernel Module version matches driver.
[ 192.410] (II) fglrx(0): Kernel Module Build Time Information:
[ 192.410] (II) fglrx(0): Build-Kernel UTS_RELEASE: 2.6.37-ARCH
[ 192.410] (II) fglrx(0): Build-Kernel MODVERSIONS: no
[ 192.410] (II) fglrx(0): Build-Kernel __SMP__: no
[ 192.410] (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
[ 192.410] (II) fglrx(0): [uki] register handle = 0x00004000
[ 192.428] (II) fglrx(0): DRI initialization successfull
[ 192.428] (II) fglrx(0): FBADPhys: 0xf00000000 FBMappedSize: 0x01004000
[ 192.428] (==) fglrx(0): Backing store disabled
[ 192.428] (II) Loading extension FGLRXEXTENSION
[ 192.428] (**) fglrx(0): DPMS enabled
[ 192.428] (II) fglrx(0): Initialized in-driver Xinerama extension
[ 192.428] (**) fglrx(0): Textured Video is enabled.
[ 192.429] (II) LoadModule: "glesx"
[ 192.429] (II) Loading /usr/lib/xorg/modules/glesx.so
[ 192.500] (II) Module glesx: vendor="X.Org Foundation"
[ 192.500] compiled for 1.4.99.906, module version = 1.0.0
[ 192.500] (II) Loading extension GLESX
[ 192.500] (II) fglrx(0): GLESX enableFlags = 592
[ 192.500] (II) fglrx(0): GLESX is enabled
[ 192.500] (II) LoadModule: "amdxmm"
[ 192.500] (II) Loading /usr/lib/xorg/modules/amdxmm.so
[ 192.505] (II) Module amdxmm: vendor="X.Org Foundation"
[ 192.505] compiled for 1.4.99.906, module version = 2.0.0
[ 192.513] (II) Loading extension AMDXVOPL
[ 192.513] (II) Loading extension AMDXVBA
[ 192.517] (II) fglrx(0): UVD feature is enabled(II) fglrx(0):
[ 192.518] (II) fglrx(0): Enable composite support successfully
[ 192.518] (WW) fglrx(0): Option "VendorName" is not used
[ 192.518] (WW) fglrx(0): Option "ModelName" is not used
[ 192.518] (II) fglrx(0): X context handle = 0x1
[ 192.518] (II) fglrx(0): [DRI] installation complete
[ 192.519] (==) fglrx(0): Silken mouse enabled
[ 192.520] (==) fglrx(0): Using HW cursor of display infrastructure!
[ 192.520] (II) fglrx(0): Disabling in-server RandR and enabling in-driver RandR 1.2.
[ 192.520] (II) fglrx(0): 'LVDS LCD' ConnectorType, abstracted as 'Panel'
[ 192.520] (II) fglrx(0): 'eDP LCD' ConnectorType, abstracted as 'Panel'
[ 193.719] (--) RandR disabled
[ 193.720] (II) Initializing built-in extension Generic Event Extension
[ 193.720] (II) Initializing built-in extension SHAPE
[ 193.720] (II) Initializing built-in extension MIT-SHM
[ 193.720] (II) Initializing built-in extension XInputExtension
[ 193.720] (II) Initializing built-in extension XTEST
[ 193.720] (II) Initializing built-in extension BIG-REQUESTS
[ 193.720] (II) Initializing built-in extension SYNC
[ 193.720] (II) Initializing built-in extension XKEYBOARD
[ 193.720] (II) Initializing built-in extension XC-MISC
[ 193.720] (II) Initializing built-in extension SECURITY
[ 193.720] (II) Initializing built-in extension XINERAMA
[ 193.720] (II) Initializing built-in extension XFIXES
[ 193.720] (II) Initializing built-in extension RENDER
[ 193.720] (II) Initializing built-in extension RANDR
[ 193.720] (II) Initializing built-in extension COMPOSITE
[ 193.720] (II) Initializing built-in extension DAMAGE
[ 193.721] ukiDynamicMajor: found major device number 252
[ 193.721] ukiDynamicMajor: found major device number 252
[ 193.721] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[ 193.721] ukiOpenDevice: node name is /dev/ati/card0
[ 193.722] ukiOpenDevice: open result is 17, (OK)
[ 193.722] ukiOpenByBusid: ukiOpenMinor returns 17
[ 193.722] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[ 194.212] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0
[ 194.242] (II) fglrx(0): Enable the clock gating!
[ 194.242] (II) fglrx(0): Setting screen physical size to 423 x 238
[ 194.352] (II) config/udev: Adding input device Sony Vaio Keys (/dev/input/event5)
[ 194.352] (**) Sony Vaio Keys: Applying InputClass "evdev keyboard catchall"
[ 194.352] (II) LoadModule: "evdev"
[ 194.353] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 194.353] (II) Module evdev: vendor="X.Org Foundation"
[ 194.353] compiled for 1.9.4, module version = 2.6.0
[ 194.353] Module class: X.Org XInput Driver
[ 194.353] ABI class: X.Org XInput driver, version 11.0
[ 194.353] (**) Sony Vaio Keys: always reports core events
[ 194.353] (**) Sony Vaio Keys: Device: "/dev/input/event5"
[ 194.366] (--) Sony Vaio Keys: Found keys
[ 194.366] (II) Sony Vaio Keys: Configuring as keyboard
[ 194.366] (II) XINPUT: Adding extended input device "Sony Vaio Keys" (type: KEYBOARD)
[ 194.366] (**) Option "xkb_rules" "evdev"
[ 194.366] (**) Option "xkb_model" "evdev"
[ 194.366] (**) Option "xkb_layout" "us"
[ 194.400] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
[ 194.400] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 194.400] (**) Video Bus: always reports core events
[ 194.400] (**) Video Bus: Device: "/dev/input/event2"
[ 194.436] (--) Video Bus: Found keys
[ 194.436] (II) Video Bus: Configuring as keyboard
[ 194.436] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[ 194.436] (**) Option "xkb_rules" "evdev"
[ 194.436] (**) Option "xkb_model" "evdev"
[ 194.436] (**) Option "xkb_layout" "us"
[ 194.459] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[ 194.459] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 194.459] (**) Power Button: always reports core events
[ 194.459] (**) Power Button: Device: "/dev/input/event4"
[ 194.486] (--) Power Button: Found keys
[ 194.486] (II) Power Button: Configuring as keyboard
[ 194.486] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 194.486] (**) Option "xkb_rules" "evdev"
[ 194.486] (**) Option "xkb_model" "evdev"
[ 194.486] (**) Option "xkb_layout" "us"
[ 194.487] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
[ 194.487] (II) No input driver/identifier specified (ignoring)
[ 194.488] (II) config/udev: Adding input device USB 2.0 Camera (/dev/input/event11)
[ 194.488] (**) USB 2.0 Camera: Applying InputClass "evdev keyboard catchall"
[ 194.488] (**) USB 2.0 Camera: always reports core events
[ 194.488] (**) USB 2.0 Camera: Device: "/dev/input/event11"
[ 194.513] (--) USB 2.0 Camera: Found keys
[ 194.513] (II) USB 2.0 Camera: Configuring as keyboard
[ 194.513] (II) XINPUT: Adding extended input device "USB 2.0 Camera" (type: KEYBOARD)
[ 194.513] (**) Option "xkb_rules" "evdev"
[ 194.513] (**) Option "xkb_model" "evdev"
[ 194.513] (**) Option "xkb_layout" "us"
[ 194.514] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event7)
[ 194.514] (II) No input driver/identifier specified (ignoring)
[ 194.514] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event8)
[ 194.514] (II) No input driver/identifier specified (ignoring)
[ 194.514] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event9)
[ 194.514] (II) No input driver/identifier specified (ignoring)
[ 194.516] (II) config/udev: Adding input device Logitech Optical USB Mouse (/dev/input/event12)
[ 194.516] (**) Logitech Optical USB Mouse: Applying InputClass "evdev pointer catchall"
[ 194.516] (**) Logitech Optical USB Mouse: always reports core events
[ 194.516] (**) Logitech Optical USB Mouse: Device: "/dev/input/event12"
[ 194.553] (--) Logitech Optical USB Mouse: Found 3 mouse buttons
[ 194.553] (--) Logitech Optical USB Mouse: Found scroll wheel(s)
[ 194.553] (--) Logitech Optical USB Mouse: Found relative axes
[ 194.553] (--) Logitech Optical USB Mouse: Found x and y relative axes
[ 194.553] (II) Logitech Optical USB Mouse: Configuring as mouse
[ 194.553] (II) Logitech Optical USB Mouse: Adding scrollwheel support
[ 194.553] (**) Logitech Optical USB Mouse: YAxisMapping: buttons 4 and 5
[ 194.553] (**) Logitech Optical USB Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 194.553] (II) XINPUT: Adding extended input device "Logitech Optical USB Mouse" (type: MOUSE)
[ 194.553] (**) Logitech Optical USB Mouse: (accel) keeping acceleration scheme 1
[ 194.553] (**) Logitech Optical USB Mouse: (accel) acceleration profile 0
[ 194.553] (**) Logitech Optical USB Mouse: (accel) acceleration factor: 2.000
[ 194.553] (**) Logitech Optical USB Mouse: (accel) acceleration threshold: 4
[ 194.553] (II) Logitech Optical USB Mouse: initialized for relative axes.
[ 194.553] (II) config/udev: Adding input device Logitech Optical USB Mouse (/dev/input/mouse2)
[ 194.553] (II) No input driver/identifier specified (ignoring)
[ 194.556] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 194.556] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 194.556] (**) AT Translated Set 2 keyboard: always reports core events
[ 194.556] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 194.580] (--) AT Translated Set 2 keyboard: Found keys
[ 194.580] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[ 194.580] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[ 194.580] (**) Option "xkb_rules" "evdev"
[ 194.580] (**) Option "xkb_model" "evdev"
[ 194.580] (**) Option "xkb_layout" "us"
[ 194.580] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event10)
[ 194.580] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 194.580] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 194.580] (II) LoadModule: "synaptics"
[ 194.580] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 194.580] (II) Module synaptics: vendor="X.Org Foundation"
[ 194.580] compiled for 1.9.2, module version = 1.3.0
[ 194.580] Module class: X.Org XInput Driver
[ 194.580] ABI class: X.Org XInput driver, version 11.0
[ 194.580] (II) Synaptics touchpad driver version 1.3.0
[ 194.580] (**) Option "Device" "/dev/input/event10"
[ 194.726] (--) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5692
[ 194.726] (--) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4714
[ 194.726] (--) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 194.726] (--) SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[ 194.726] (--) SynPS/2 Synaptics TouchPad: buttons: left right
[ 194.726] (**) Option "TapButton1" "1"
[ 194.726] (**) Option "TapButton2" "2"
[ 194.726] (**) Option "TapButton3" "3"
[ 194.833] (--) SynPS/2 Synaptics TouchPad: touchpad found
[ 194.833] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 194.886] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
[ 194.886] (**) SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 194.886] (**) SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[ 194.886] (**) SynPS/2 Synaptics TouchPad: AccelFactor is now 0.037
[ 194.886] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 194.886] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[ 194.886] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 194.886] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 194.980] (--) SynPS/2 Synaptics TouchPad: touchpad found
[ 194.980] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[ 194.980] (II) No input driver/identifier specified (ignoring)
[ 194.980] (II) config/udev: Adding input device PC Speaker (/dev/input/event1)
[ 194.980] (II) No input driver/identifier specified (ignoring)
[ 194.981] (II) config/udev: Adding input device Sony Vaio Jogdial (/dev/input/event6)
[ 194.981] (II) No input driver/identifier specified (ignoring)
[ 194.981] (II) config/udev: Adding input device Sony Vaio Jogdial (/dev/input/mouse0)
[ 194.981] (II) No input driver/identifier specified (ignoring)
[ 194.991] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
[ 195.275] (II) fglrx(0): EDID vendor "SNY", prod id 1786
[ 195.275] (II) fglrx(0): DDCModeFromDetailedTiming: 1600x900 Warning: We only handle separate sync.
[ 195.275] (II) fglrx(0): DDCModeFromDetailedTiming: 1600x900 Warning: We only handle separate sync.
[ 195.275] (II) fglrx(0): Printing DDC gathered Modelines:
[ 195.275] (II) fglrx(0): Modeline "1600x900"x0.0 109.80 1600 1638 1714 1830 900 916 949 1001 -hsync -vsync (60.0 kHz)
[ 195.275] (II) fglrx(0): Modeline "1600x900"x0.0 110.00 1600 1727 1981 2364 900 905 915 930 -hsync -vsync (46.5 kHz)
Thanks a lot!
Offline
I need some help switching from catalyst to ati-dri, just to check the drivers out. I am using catalyst-hook. How do I uninstall it?
After a
pacman -R catalyst-hook catalyst-utils
I reboot and install libgl and xf86-video-ati.
However, when I do a pacman -Syu, it reminds me that libgl and ati-dri conflict with catalyst, and prompts me to replace them with equivalent catalyst.
Offline
I need some help switching from catalyst to ati-dri, just to check the drivers out. I am using catalyst-hook. How do I uninstall it?
After apacman -R catalyst-hook catalyst-utils
I reboot and install libgl and xf86-video-ati.
However, when I do a pacman -Syu, it reminds me that libgl and ati-dri conflict with catalyst, and prompts me to replace them with equivalent catalyst.
pacman -Rsn catalyst-hook
pacman -Rd catalyst-utils
pacman -S xf86-video-ati
Offline
@qianghr:
log looks good, guess you didnt forget to add nomodeset kernel flag?
Can you as root run atigetsysteminfo.sh and paste it's output on some pastebin site?
@devadittya:
and remove [catalyst] repo from pacman.conf
Offline
@qianghr:
log looks good, guess you didnt forget to add nomodeset kernel flag?
Can you as root run atigetsysteminfo.sh and paste it's output on some pastebin site?@devadittya:
and remove [catalyst] repo from pacman.conf
Great thanks, but nomodeset flag is added in menu.lst.
I downgrade catalyst to 11.1, everything is OK.
Offline
catalyst is again in the repo
I don't have official amd permission (i also don't have prohibition), although i now know that entry in the License is there because amd don't want to piss off any kernel dev - some of them don't like linking their gpl with binary blob.
And because there's always some archer who got problems with fglrx compilation without easy-to-find reason - I decided to put catalyst back again into the repo.
+ have you seen that aur's catalyst-generator can now use no_bkl.patch? with it and 2.6.38rc5 compiled without BigKernelLock even my dvd seems to work well - so i guess that all bkl-related stuff was removed from kernel and it's safe to use
+ don't you feel that Tear Free Desktop works in 11.2 much faster than in 11.1? i rly can feel difference in kwin where 11.1 got problems with rapid scrolling of large txt documents or scrolling in Dolphin if theres a lot of icons (ie. in /usr/lib).
With Tear Free Desktop 11.2 works as fast as without it, the only problem is that it's still sometimes able to hang when switching flash back from the fullscreen.
Last edited by Vi0L0 (2011-02-18 17:00:50)
Offline
First of all: thanks a lot Vi0L0 for your work with both the drivers and your repository and the support here in the forums
However, 11.2 is giving me some weird issues. After my first installation using catalyst-daemon when u had the kernel modules removed from your repository, things worked so far, that is: xorg startet, desktop effects and games ran and i was quite happy, about it working at least.
Anyway, now that you have the catalyst package available again i deinstalled catalyst-daemon and installed catalyst directly, however, since then xorg wont start up anymore giving this error in the xorg.log:
Backtrace:
[ 19.001] 0: /usr/bin/X (xorg_backtrace+0x28) [0x49f718]
[ 19.001] 1: /usr/bin/X (0x400000+0x60349) [0x460349]
[ 19.001] 2: /lib/libpthread.so.0 (0x7fe5eaaeb000+0xf230) [0x7fe5eaafa230]
[ 19.001] 3: /usr/X11R6/lib64/modules/dri/fglrx_dri.so (0x7fe5e1fb4000+0x1777442) [0x7fe5e372b442]
[ 19.001] 4: /usr/X11R6/lib64/modules/dri/fglrx_dri.so (0x7fe5e1fb4000+0x1777502) [0x7fe5e372b502]
[ 19.001] 5: /usr/X11R6/lib64/modules/dri/fglrx_dri.so (0x7fe5e1fb4000+0x17ca5ab) [0x7fe5e377e5ab]
[ 19.001] 6: /usr/X11R6/lib64/modules/dri/fglrx_dri.so (0x7fe5e1fb4000+0x17c9524) [0x7fe5e377d524]
[ 19.001] 7: /usr/X11R6/lib64/modules/dri/fglrx_dri.so (0x7fe5e1fb4000+0x17c8ffb) [0x7fe5e377cffb]
[ 19.001] 8: /usr/X11R6/lib64/modules/dri/fglrx_dri.so (0x7fe5e1fb4000+0xef7f1d) [0x7fe5e2eabf1d]
[ 19.001] 9: /usr/X11R6/lib64/modules/dri/fglrx_dri.so (0x7fe5e1fb4000+0xee6f86) [0x7fe5e2e9af86]
[ 19.001] 10: /usr/X11R6/lib64/modules/dri/fglrx_dri.so (0x7fe5e1fb4000+0xee722e) [0x7fe5e2e9b22e]
[ 19.001] 11: /usr/X11R6/lib64/modules/dri/fglrx_dri.so (0x7fe5e1fb4000+0x19b0f8) [0x7fe5e214f0f8]
[ 19.001] 12: /usr/X11R6/lib64/modules/dri/fglrx_dri.so (0x7fe5e1fb4000+0xd53594) [0x7fe5e2d07594]
[ 19.001] 13: /usr/X11R6/lib64/modules/dri/fglrx_dri.so (0x7fe5e1fb4000+0xd536f3) [0x7fe5e2d076f3]
[ 19.001] 14: /usr/X11R6/lib64/modules/dri/fglrx_dri.so (0x7fe5e1fb4000+0xd53c26) [0x7fe5e2d07c26]
[ 19.001] 15: /usr/X11R6/lib64/modules/dri/fglrx_dri.so (0x7fe5e1fb4000+0x1780b4a) [0x7fe5e3734b4a]
[ 19.001] 16: /usr/X11R6/lib64/modules/dri/fglrx_dri.so (__driCreateNewScreen_20050727+0xb1f) [0x7fe5e372dddf]
[ 19.001] 17: /usr/lib/xorg/modules/extensions/libglx.so (0x7fe5e8b7a000+0x1bddd) [0x7fe5e8b95ddd]
[ 19.001] 18: /usr/lib/xorg/modules/extensions/libglx.so (0x7fe5e8b7a000+0x1db05) [0x7fe5e8b97b05]
[ 19.001] 19: /usr/bin/X (InitExtensions+0x91) [0x484a81]
[ 19.001] 20: /usr/bin/X (0x400000+0x21183) [0x421183]
[ 19.002] 21: /lib/libc.so.6 (__libc_start_main+0xfd) [0x7fe5e9a6bdcd]
[ 19.002] 22: /usr/bin/X (0x400000+0x20ec9) [0x420ec9]
[ 19.002] Floating point exception at address 0x7fe5e372b442
[ 19.002]
Fatal server error:
[ 19.002] Caught signal 8 (Floating point exception). Server aborting
Well, first thing to try was of course reverting back to catalyst-daemon and reinstalling the module this way, but without luck. I also rebootet the computer after each module installation whatsoever, just to be sure. But whatever i try, xorg keeps giving me this floating point error.
Here's a list of my installed package versions:
xorg-server-catalyst-maximize-fix 1.9.4-1
catalyst 11.2-1
catalyst-utils 11.2-1
Have you or anyone here an idea what causes this and how fix it/work around it?
Help on this would be highly appreciated
Regards
PS: the whole xorg.log is available here: http://paste.pocoo.org/show/340963/
Last edited by GraveDigger (2011-02-18 17:49:18)
Offline
@GraveDigger:
those are not steps, check everything separatelly:
* install catalyst-11.2-2 package which i just uploaded, it could be better
* reinstall catalyst-utils (with pacman -Rd and -S)
* install xorg-server and xorg-server-common packages from [extra]
are you sure you didn't installed any other related packages in the meantime? ie. there was mesa update today, for me update went fine, but who knows - try to downgrade it maybe...
Last edited by Vi0L0 (2011-02-18 19:40:17)
Offline
Hi.
I recently installed Arch, and decided to install catalyst and catalyst-utils, as they offer better hardware OpenGL acceleration.
Suddenly, there are 2 directories under /root/ - catalyst (638MB) and catalyst-utils (725MB). Why? I don't have much free space - I can't afford to have 1363MB taken up!!!
Can I delete these directories, or any sub-directories (e.g. src/ or src/archive_files/)?
Also, how can I get the framebuffer when I boot to be my comp's native resolution (1366x768)?
Thanks
tntexplosivesltd
Offline
@GraveDigger:
those are not steps, check everything separatelly:
* install catalyst-11.2-2 package which i just uploaded, it could be better
* reinstall catalyst-utils (with pacman -Rd and -S)
* install xorg-server and xorg-server-common packages from [extra]are you sure you didn't installed any other related packages in the meantime? ie. there was mesa update today, for me update went fine, but who knows - try to downgrade it maybe...
I get exact same errors (with both catalyst-hook and daemon).
I tried your steps, no luck.
edit:
"dmesg | grep fglrx" looks different than usual
fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[fglrx] Maximum main memory to use for locked dma buffers: 3796 MBytes.
[fglrx] vendor: 1002 device: 6738 count: 1
[fglrx] ioport: bar 4, base 0xc000, size: 0x100
[fglrx] Kernel PAT support is enabled
[fglrx] module loaded - fglrx 8.82.8 [Jan 26 2011] with 1 minors
fglrx_pci 0000:01:00.0: irq 43 for MSI/MSI-X
[fglrx] Firegl kernel thread PID: 2551
[fglrx] Firegl kernel thread PID: 2552
[fglrx] Firegl kernel thread PID: 2553
[fglrx] IRQ 43 Enabled
[fglrx] Gart USWC size:1236 M.
[fglrx] Gart cacheable size:490 M.
[fglrx] Reserved FB block: Shared offset:0, size:1000000
[fglrx] Reserved FB block: Unshared offset:fc21000, size:3df000
[fglrx] Reserved FB block: Unshared offset:3fff4000, size:c000
[fglrx] IRQ 43 Disabled
Modules linked in: ipv6 usbhid hid ext2 snd_hda_codec_hdmi snd_seq_dummy snd_hda_codec_realtek snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device fglrx(P) snd_hda_intel atl1 firewire_ohci mii snd_hda_codec snd_hwdep firewire_core snd_pcm snd_timer crc_itu_t uhci_hcd snd soundcore floppy snd_page_alloc asus_atk0110 i2c_i801 button ehci_hcd sg processor i2c_core usbcore iTCO_wdt evdev shpchp iTCO_vendor_support pci_hotplug intel_agp intel_gtt fuse ext4 mbcache jbd2 crc16 uvesafb cn sr_mod cdrom sd_mod pata_jmicron ahci ata_piix libahci pata_acpi libata scsi_mod
[<ffffffffa03a9422>] ? firegl_trace+0x72/0x1e0 [fglrx]
[<ffffffffa037f271>] KAS_Thread_WaitForFinish+0x91/0xd0 [fglrx]
[<ffffffffa0395b27>] MCIL_WorkerThread+0x177/0x230 [fglrx]
[<ffffffffa03971c6>] ? MCIL_GetExecutionLevel+0x66/0x80 [fglrx]
[<ffffffffa043e1e1>] ? PassiveRing_Cleanup+0x61/0xc0 [fglrx]
[<ffffffffa044c0e8>] DispatchRing_Cleanup+0x48/0x70 [fglrx]
[<ffffffffa043d820>] ? IRQMGR_FreeResources+0x20/0x60 [fglrx]
[<ffffffffa03983cc>] ? irqmgr_wrap_shutdown+0x12c/0x180 [fglrx]
[<ffffffffa038a542>] ? firegl_takedown+0x7a2/0x840 [fglrx]
[<ffffffffa04528f2>] ? amdPcsEngine_InitDatabase+0x12/0x20 [fglrx]
[<ffffffffa0389695>] ? firegl_release+0x125/0x1c0 [fglrx]
[<ffffffffa037b52c>] ? ip_firegl_release+0xc/0x10 [fglrx]
Modules linked in: ipv6 usbhid hid ext2 snd_hda_codec_hdmi snd_seq_dummy snd_hda_codec_realtek snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device fglrx(P) snd_hda_intel atl1 firewire_ohci mii snd_hda_codec snd_hwdep firewire_core snd_pcm snd_timer crc_itu_t uhci_hcd snd soundcore floppy snd_page_alloc asus_atk0110 i2c_i801 button ehci_hcd sg processor i2c_core usbcore iTCO_wdt evdev shpchp iTCO_vendor_support pci_hotplug intel_agp intel_gtt fuse ext4 mbcache jbd2 crc16 uvesafb cn sr_mod cdrom sd_mod pata_jmicron ahci ata_piix libahci pata_acpi libata scsi_mod
[<ffffffffa03a9422>] ? firegl_trace+0x72/0x1e0 [fglrx]
[<ffffffffa037f271>] KAS_Thread_WaitForFinish+0x91/0xd0 [fglrx]
[<ffffffffa0395b27>] MCIL_WorkerThread+0x177/0x230 [fglrx]
[<ffffffffa03971c6>] ? MCIL_GetExecutionLevel+0x66/0x80 [fglrx]
[<ffffffffa043e1e1>] ? PassiveRing_Cleanup+0x61/0xc0 [fglrx]
[<ffffffffa044c0e8>] DispatchRing_Cleanup+0x48/0x70 [fglrx]
[<ffffffffa043d820>] ? IRQMGR_FreeResources+0x20/0x60 [fglrx]
[<ffffffffa03983cc>] ? irqmgr_wrap_shutdown+0x12c/0x180 [fglrx]
[<ffffffffa038a542>] ? firegl_takedown+0x7a2/0x840 [fglrx]
[<ffffffffa04528f2>] ? amdPcsEngine_InitDatabase+0x12/0x20 [fglrx]
[<ffffffffa0389695>] ? firegl_release+0x125/0x1c0 [fglrx]
[<ffffffffa037b52c>] ? ip_firegl_release+0xc/0x10 [fglrx]
Modules linked in: ipv6 usbhid hid ext2 snd_hda_codec_hdmi snd_seq_dummy snd_hda_codec_realtek snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device fglrx(P) snd_hda_intel atl1 firewire_ohci mii snd_hda_codec snd_hwdep firewire_core snd_pcm snd_timer crc_itu_t uhci_hcd snd soundcore floppy snd_page_alloc asus_atk0110 i2c_i801 button ehci_hcd sg processor i2c_core usbcore iTCO_wdt evdev shpchp iTCO_vendor_support pci_hotplug intel_agp intel_gtt fuse ext4 mbcache jbd2 crc16 uvesafb cn sr_mod cdrom sd_mod pata_jmicron ahci ata_piix libahci pata_acpi libata scsi_mod
[<ffffffffa03a9422>] ? firegl_trace+0x72/0x1e0 [fglrx]
[<ffffffffa037f271>] KAS_Thread_WaitForFinish+0x91/0xd0 [fglrx]
[<ffffffffa0395b27>] MCIL_WorkerThread+0x177/0x230 [fglrx]
[<ffffffffa03971c6>] ? MCIL_GetExecutionLevel+0x66/0x80 [fglrx]
[<ffffffffa043e1e1>] ? PassiveRing_Cleanup+0x61/0xc0 [fglrx]
[<ffffffffa044c0e8>] DispatchRing_Cleanup+0x48/0x70 [fglrx]
[<ffffffffa043d820>] ? IRQMGR_FreeResources+0x20/0x60 [fglrx]
[<ffffffffa03983cc>] ? irqmgr_wrap_shutdown+0x12c/0x180 [fglrx]
[<ffffffffa038a542>] ? firegl_takedown+0x7a2/0x840 [fglrx]
[<ffffffffa04528f2>] ? amdPcsEngine_InitDatabase+0x12/0x20 [fglrx]
[<ffffffffa0389695>] ? firegl_release+0x125/0x1c0 [fglrx]
[<ffffffffa037b52c>] ? ip_firegl_release+0xc/0x10 [fglrx]
fglrx_pci 0000:01:00.0: irq 43 for MSI/MSI-X
[fglrx] Firegl kernel thread PID: 2560
[fglrx] Firegl kernel thread PID: 2561
[fglrx] Firegl kernel thread PID: 2562
[fglrx] IRQ 43 Enabled
[fglrx] Gart USWC size:1236 M.
[fglrx] Gart cacheable size:490 M.
[fglrx] Reserved FB block: Shared offset:0, size:1000000
[fglrx] Reserved FB block: Unshared offset:fc21000, size:3df000
[fglrx] Reserved FB block: Unshared offset:3fff4000, size:c000
[fglrx] IRQ 43 Disabled
Modules linked in: ipv6 usbhid hid ext2 snd_hda_codec_hdmi snd_seq_dummy snd_hda_codec_realtek snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device fglrx(P) snd_hda_intel atl1 firewire_ohci mii snd_hda_codec snd_hwdep firewire_core snd_pcm snd_timer crc_itu_t uhci_hcd snd soundcore floppy snd_page_alloc asus_atk0110 i2c_i801 button ehci_hcd sg processor i2c_core usbcore iTCO_wdt evdev shpchp iTCO_vendor_support pci_hotplug intel_agp intel_gtt fuse ext4 mbcache jbd2 crc16 uvesafb cn sr_mod cdrom sd_mod pata_jmicron ahci ata_piix libahci pata_acpi libata scsi_mod
[<ffffffffa03a9422>] ? firegl_trace+0x72/0x1e0 [fglrx]
[<ffffffffa037f271>] KAS_Thread_WaitForFinish+0x91/0xd0 [fglrx]
[<ffffffffa0395b27>] MCIL_WorkerThread+0x177/0x230 [fglrx]
[<ffffffffa03971c6>] ? MCIL_GetExecutionLevel+0x66/0x80 [fglrx]
[<ffffffffa043e1e1>] ? PassiveRing_Cleanup+0x61/0xc0 [fglrx]
[<ffffffffa044c0e8>] DispatchRing_Cleanup+0x48/0x70 [fglrx]
[<ffffffffa043d820>] ? IRQMGR_FreeResources+0x20/0x60 [fglrx]
[<ffffffffa03983cc>] ? irqmgr_wrap_shutdown+0x12c/0x180 [fglrx]
[<ffffffffa038a542>] ? firegl_takedown+0x7a2/0x840 [fglrx]
[<ffffffffa04528f2>] ? amdPcsEngine_InitDatabase+0x12/0x20 [fglrx]
[<ffffffffa0389695>] ? firegl_release+0x125/0x1c0 [fglrx]
[<ffffffffa037b52c>] ? ip_firegl_release+0xc/0x10 [fglrx]
Modules linked in: ipv6 usbhid hid ext2 snd_hda_codec_hdmi snd_seq_dummy snd_hda_codec_realtek snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device fglrx(P) snd_hda_intel atl1 firewire_ohci mii snd_hda_codec snd_hwdep firewire_core snd_pcm snd_timer crc_itu_t uhci_hcd snd soundcore floppy snd_page_alloc asus_atk0110 i2c_i801 button ehci_hcd sg processor i2c_core usbcore iTCO_wdt evdev shpchp iTCO_vendor_support pci_hotplug intel_agp intel_gtt fuse ext4 mbcache jbd2 crc16 uvesafb cn sr_mod cdrom sd_mod pata_jmicron ahci ata_piix libahci pata_acpi libata scsi_mod
[<ffffffffa03a9422>] ? firegl_trace+0x72/0x1e0 [fglrx]
[<ffffffffa037f271>] KAS_Thread_WaitForFinish+0x91/0xd0 [fglrx]
[<ffffffffa0395b27>] MCIL_WorkerThread+0x177/0x230 [fglrx]
[<ffffffffa03971c6>] ? MCIL_GetExecutionLevel+0x66/0x80 [fglrx]
[<ffffffffa043e1e1>] ? PassiveRing_Cleanup+0x61/0xc0 [fglrx]
[<ffffffffa044c0e8>] DispatchRing_Cleanup+0x48/0x70 [fglrx]
[<ffffffffa043d820>] ? IRQMGR_FreeResources+0x20/0x60 [fglrx]
[<ffffffffa03983cc>] ? irqmgr_wrap_shutdown+0x12c/0x180 [fglrx]
[<ffffffffa038a542>] ? firegl_takedown+0x7a2/0x840 [fglrx]
[<ffffffffa04528f2>] ? amdPcsEngine_InitDatabase+0x12/0x20 [fglrx]
[<ffffffffa0389695>] ? firegl_release+0x125/0x1c0 [fglrx]
[<ffffffffa037b52c>] ? ip_firegl_release+0xc/0x10 [fglrx]
Modules linked in: ipv6 usbhid hid ext2 snd_hda_codec_hdmi snd_seq_dummy snd_hda_codec_realtek snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device fglrx(P) snd_hda_intel atl1 firewire_ohci mii snd_hda_codec snd_hwdep firewire_core snd_pcm snd_timer crc_itu_t uhci_hcd snd soundcore floppy snd_page_alloc asus_atk0110 i2c_i801 button ehci_hcd sg processor i2c_core usbcore iTCO_wdt evdev shpchp iTCO_vendor_support pci_hotplug intel_agp intel_gtt fuse ext4 mbcache jbd2 crc16 uvesafb cn sr_mod cdrom sd_mod pata_jmicron ahci ata_piix libahci pata_acpi libata scsi_mod
[<ffffffffa03a9422>] ? firegl_trace+0x72/0x1e0 [fglrx]
[<ffffffffa037f271>] KAS_Thread_WaitForFinish+0x91/0xd0 [fglrx]
[<ffffffffa0395b27>] MCIL_WorkerThread+0x177/0x230 [fglrx]
[<ffffffffa03971c6>] ? MCIL_GetExecutionLevel+0x66/0x80 [fglrx]
[<ffffffffa043e1e1>] ? PassiveRing_Cleanup+0x61/0xc0 [fglrx]
[<ffffffffa044c0e8>] DispatchRing_Cleanup+0x48/0x70 [fglrx]
[<ffffffffa043d820>] ? IRQMGR_FreeResources+0x20/0x60 [fglrx]
[<ffffffffa03983cc>] ? irqmgr_wrap_shutdown+0x12c/0x180 [fglrx]
[<ffffffffa038a542>] ? firegl_takedown+0x7a2/0x840 [fglrx]
[<ffffffffa04528f2>] ? amdPcsEngine_InitDatabase+0x12/0x20 [fglrx]
[<ffffffffa0389695>] ? firegl_release+0x125/0x1c0 [fglrx]
[<ffffffffa037b52c>] ? ip_firegl_release+0xc/0x10 [fglrx]
fglrx_pci 0000:01:00.0: irq 43 for MSI/MSI-X
[fglrx] Firegl kernel thread PID: 2569
[fglrx] Firegl kernel thread PID: 2570
[fglrx] Firegl kernel thread PID: 2571
[fglrx] IRQ 43 Enabled
[fglrx] Gart USWC size:1236 M.
[fglrx] Gart cacheable size:490 M.
[fglrx] Reserved FB block: Shared offset:0, size:1000000
[fglrx] Reserved FB block: Unshared offset:fc21000, size:3df000
[fglrx] Reserved FB block: Unshared offset:3fff4000, size:c000
[fglrx] IRQ 43 Disabled
Modules linked in: ipv6 usbhid hid ext2 snd_hda_codec_hdmi snd_seq_dummy snd_hda_codec_realtek snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device fglrx(P) snd_hda_intel atl1 firewire_ohci mii snd_hda_codec snd_hwdep firewire_core snd_pcm snd_timer crc_itu_t uhci_hcd snd soundcore floppy snd_page_alloc asus_atk0110 i2c_i801 button ehci_hcd sg processor i2c_core usbcore iTCO_wdt evdev shpchp iTCO_vendor_support pci_hotplug intel_agp intel_gtt fuse ext4 mbcache jbd2 crc16 uvesafb cn sr_mod cdrom sd_mod pata_jmicron ahci ata_piix libahci pata_acpi libata scsi_mod
[<ffffffffa03a9422>] ? firegl_trace+0x72/0x1e0 [fglrx]
[<ffffffffa037f271>] KAS_Thread_WaitForFinish+0x91/0xd0 [fglrx]
[<ffffffffa0395b27>] MCIL_WorkerThread+0x177/0x230 [fglrx]
[<ffffffffa03971c6>] ? MCIL_GetExecutionLevel+0x66/0x80 [fglrx]
[<ffffffffa043e1e1>] ? PassiveRing_Cleanup+0x61/0xc0 [fglrx]
[<ffffffffa044c0e8>] DispatchRing_Cleanup+0x48/0x70 [fglrx]
[<ffffffffa043d820>] ? IRQMGR_FreeResources+0x20/0x60 [fglrx]
[<ffffffffa03983cc>] ? irqmgr_wrap_shutdown+0x12c/0x180 [fglrx]
[<ffffffffa038a542>] ? firegl_takedown+0x7a2/0x840 [fglrx]
[<ffffffffa04528f2>] ? amdPcsEngine_InitDatabase+0x12/0x20 [fglrx]
[<ffffffffa0389695>] ? firegl_release+0x125/0x1c0 [fglrx]
[<ffffffffa037b52c>] ? ip_firegl_release+0xc/0x10 [fglrx]
Modules linked in: ipv6 usbhid hid ext2 snd_hda_codec_hdmi snd_seq_dummy snd_hda_codec_realtek snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device fglrx(P) snd_hda_intel atl1 firewire_ohci mii snd_hda_codec snd_hwdep firewire_core snd_pcm snd_timer crc_itu_t uhci_hcd snd soundcore floppy snd_page_alloc asus_atk0110 i2c_i801 button ehci_hcd sg processor i2c_core usbcore iTCO_wdt evdev shpchp iTCO_vendor_support pci_hotplug intel_agp intel_gtt fuse ext4 mbcache jbd2 crc16 uvesafb cn sr_mod cdrom sd_mod pata_jmicron ahci ata_piix libahci pata_acpi libata scsi_mod
[<ffffffffa03a9422>] ? firegl_trace+0x72/0x1e0 [fglrx]
[<ffffffffa037f271>] KAS_Thread_WaitForFinish+0x91/0xd0 [fglrx]
[<ffffffffa0395b27>] MCIL_WorkerThread+0x177/0x230 [fglrx]
[<ffffffffa03971c6>] ? MCIL_GetExecutionLevel+0x66/0x80 [fglrx]
[<ffffffffa043e1e1>] ? PassiveRing_Cleanup+0x61/0xc0 [fglrx]
[<ffffffffa044c0e8>] DispatchRing_Cleanup+0x48/0x70 [fglrx]
[<ffffffffa043d820>] ? IRQMGR_FreeResources+0x20/0x60 [fglrx]
[<ffffffffa03983cc>] ? irqmgr_wrap_shutdown+0x12c/0x180 [fglrx]
[<ffffffffa038a542>] ? firegl_takedown+0x7a2/0x840 [fglrx]
[<ffffffffa04528f2>] ? amdPcsEngine_InitDatabase+0x12/0x20 [fglrx]
[<ffffffffa0389695>] ? firegl_release+0x125/0x1c0 [fglrx]
[<ffffffffa037b52c>] ? ip_firegl_release+0xc/0x10 [fglrx]
Modules linked in: ipv6 usbhid hid ext2 snd_hda_codec_hdmi snd_seq_dummy snd_hda_codec_realtek snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device fglrx(P) snd_hda_intel atl1 firewire_ohci mii snd_hda_codec snd_hwdep firewire_core snd_pcm snd_timer crc_itu_t uhci_hcd snd soundcore floppy snd_page_alloc asus_atk0110 i2c_i801 button ehci_hcd sg processor i2c_core usbcore iTCO_wdt evdev shpchp iTCO_vendor_support pci_hotplug intel_agp intel_gtt fuse ext4 mbcache jbd2 crc16 uvesafb cn sr_mod cdrom sd_mod pata_jmicron ahci ata_piix libahci pata_acpi libata scsi_mod
[<ffffffffa03a9422>] ? firegl_trace+0x72/0x1e0 [fglrx]
[<ffffffffa037f271>] KAS_Thread_WaitForFinish+0x91/0xd0 [fglrx]
[<ffffffffa0395b27>] MCIL_WorkerThread+0x177/0x230 [fglrx]
[<ffffffffa03971c6>] ? MCIL_GetExecutionLevel+0x66/0x80 [fglrx]
[<ffffffffa043e1e1>] ? PassiveRing_Cleanup+0x61/0xc0 [fglrx]
[<ffffffffa044c0e8>] DispatchRing_Cleanup+0x48/0x70 [fglrx]
[<ffffffffa043d820>] ? IRQMGR_FreeResources+0x20/0x60 [fglrx]
[<ffffffffa03983cc>] ? irqmgr_wrap_shutdown+0x12c/0x180 [fglrx]
[<ffffffffa038a542>] ? firegl_takedown+0x7a2/0x840 [fglrx]
[<ffffffffa04528f2>] ? amdPcsEngine_InitDatabase+0x12/0x20 [fglrx]
[<ffffffffa0389695>] ? firegl_release+0x125/0x1c0 [fglrx]
[<ffffffffa037b52c>] ? ip_firegl_release+0xc/0x10 [fglrx]
fglrx_pci 0000:01:00.0: irq 43 for MSI/MSI-X
[fglrx] Firegl kernel thread PID: 2578
[fglrx] Firegl kernel thread PID: 2579
[fglrx] Firegl kernel thread PID: 2580
[fglrx] IRQ 43 Enabled
[fglrx] Gart USWC size:1236 M.
[fglrx] Gart cacheable size:490 M.
[fglrx] Reserved FB block: Shared offset:0, size:1000000
[fglrx] Reserved FB block: Unshared offset:fc21000, size:3df000
[fglrx] Reserved FB block: Unshared offset:3fff4000, size:c000
[fglrx] IRQ 43 Disabled
Modules linked in: ipv6 usbhid hid ext2 snd_hda_codec_hdmi snd_seq_dummy snd_hda_codec_realtek snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device fglrx(P) snd_hda_intel atl1 firewire_ohci mii snd_hda_codec snd_hwdep firewire_core snd_pcm snd_timer crc_itu_t uhci_hcd snd soundcore floppy snd_page_alloc asus_atk0110 i2c_i801 button ehci_hcd sg processor i2c_core usbcore iTCO_wdt evdev shpchp iTCO_vendor_support pci_hotplug intel_agp intel_gtt fuse ext4 mbcache jbd2 crc16 uvesafb cn sr_mod cdrom sd_mod pata_jmicron ahci ata_piix libahci pata_acpi libata scsi_mod
[<ffffffffa03a9422>] ? firegl_trace+0x72/0x1e0 [fglrx]
[<ffffffffa037f271>] KAS_Thread_WaitForFinish+0x91/0xd0 [fglrx]
[<ffffffffa0395b27>] MCIL_WorkerThread+0x177/0x230 [fglrx]
[<ffffffffa03971c6>] ? MCIL_GetExecutionLevel+0x66/0x80 [fglrx]
[<ffffffffa043e1e1>] ? PassiveRing_Cleanup+0x61/0xc0 [fglrx]
[<ffffffffa044c0e8>] DispatchRing_Cleanup+0x48/0x70 [fglrx]
[<ffffffffa043d820>] ? IRQMGR_FreeResources+0x20/0x60 [fglrx]
[<ffffffffa03983cc>] ? irqmgr_wrap_shutdown+0x12c/0x180 [fglrx]
[<ffffffffa038a542>] ? firegl_takedown+0x7a2/0x840 [fglrx]
[<ffffffffa04528f2>] ? amdPcsEngine_InitDatabase+0x12/0x20 [fglrx]
[<ffffffffa0389695>] ? firegl_release+0x125/0x1c0 [fglrx]
[<ffffffffa037b52c>] ? ip_firegl_release+0xc/0x10 [fglrx]
Modules linked in: ipv6 usbhid hid ext2 snd_hda_codec_hdmi snd_seq_dummy snd_hda_codec_realtek snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device fglrx(P) snd_hda_intel atl1 firewire_ohci mii snd_hda_codec snd_hwdep firewire_core snd_pcm snd_timer crc_itu_t uhci_hcd snd soundcore floppy snd_page_alloc asus_atk0110 i2c_i801 button ehci_hcd sg processor i2c_core usbcore iTCO_wdt evdev shpchp iTCO_vendor_support pci_hotplug intel_agp intel_gtt fuse ext4 mbcache jbd2 crc16 uvesafb cn sr_mod cdrom sd_mod pata_jmicron ahci ata_piix libahci pata_acpi libata scsi_mod
[<ffffffffa03a9422>] ? firegl_trace+0x72/0x1e0 [fglrx]
[<ffffffffa037f271>] KAS_Thread_WaitForFinish+0x91/0xd0 [fglrx]
[<ffffffffa0395b27>] MCIL_WorkerThread+0x177/0x230 [fglrx]
[<ffffffffa03971c6>] ? MCIL_GetExecutionLevel+0x66/0x80 [fglrx]
[<ffffffffa043e1e1>] ? PassiveRing_Cleanup+0x61/0xc0 [fglrx]
[<ffffffffa044c0e8>] DispatchRing_Cleanup+0x48/0x70 [fglrx]
[<ffffffffa043d820>] ? IRQMGR_FreeResources+0x20/0x60 [fglrx]
[<ffffffffa03983cc>] ? irqmgr_wrap_shutdown+0x12c/0x180 [fglrx]
[<ffffffffa038a542>] ? firegl_takedown+0x7a2/0x840 [fglrx]
[<ffffffffa04528f2>] ? amdPcsEngine_InitDatabase+0x12/0x20 [fglrx]
[<ffffffffa0389695>] ? firegl_release+0x125/0x1c0 [fglrx]
[<ffffffffa037b52c>] ? ip_firegl_release+0xc/0x10 [fglrx]
Modules linked in: ipv6 usbhid hid ext2 snd_hda_codec_hdmi snd_seq_dummy snd_hda_codec_realtek snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device fglrx(P) snd_hda_intel atl1 firewire_ohci mii snd_hda_codec snd_hwdep firewire_core snd_pcm snd_timer crc_itu_t uhci_hcd snd soundcore floppy snd_page_alloc asus_atk0110 i2c_i801 button ehci_hcd sg processor i2c_core usbcore iTCO_wdt evdev shpchp iTCO_vendor_support pci_hotplug intel_agp intel_gtt fuse ext4 mbcache jbd2 crc16 uvesafb cn sr_mod cdrom sd_mod pata_jmicron ahci ata_piix libahci pata_acpi libata scsi_mod
[<ffffffffa03a9422>] ? firegl_trace+0x72/0x1e0 [fglrx]
[<ffffffffa037f271>] KAS_Thread_WaitForFinish+0x91/0xd0 [fglrx]
[<ffffffffa0395b27>] MCIL_WorkerThread+0x177/0x230 [fglrx]
[<ffffffffa03971c6>] ? MCIL_GetExecutionLevel+0x66/0x80 [fglrx]
[<ffffffffa043e1e1>] ? PassiveRing_Cleanup+0x61/0xc0 [fglrx]
[<ffffffffa044c0e8>] DispatchRing_Cleanup+0x48/0x70 [fglrx]
[<ffffffffa043d820>] ? IRQMGR_FreeResources+0x20/0x60 [fglrx]
[<ffffffffa03983cc>] ? irqmgr_wrap_shutdown+0x12c/0x180 [fglrx]
[<ffffffffa038a542>] ? firegl_takedown+0x7a2/0x840 [fglrx]
[<ffffffffa04528f2>] ? amdPcsEngine_InitDatabase+0x12/0x20 [fglrx]
[<ffffffffa0389695>] ? firegl_release+0x125/0x1c0 [fglrx]
[<ffffffffa037b52c>] ? ip_firegl_release+0xc/0x10 [fglrx]
fglrx_pci 0000:01:00.0: irq 43 for MSI/MSI-X
[fglrx] Firegl kernel thread PID: 2595
[fglrx] Firegl kernel thread PID: 2596
[fglrx] Firegl kernel thread PID: 2597
[fglrx] IRQ 43 Enabled
[fglrx] Gart USWC size:1236 M.
[fglrx] Gart cacheable size:490 M.
[fglrx] Reserved FB block: Shared offset:0, size:1000000
[fglrx] Reserved FB block: Unshared offset:fc21000, size:3df000
[fglrx] Reserved FB block: Unshared offset:3fff4000, size:c000
[fglrx] IRQ 43 Disabled
Modules linked in: ipv6 usbhid hid ext2 snd_hda_codec_hdmi snd_seq_dummy snd_hda_codec_realtek snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device fglrx(P) snd_hda_intel atl1 firewire_ohci mii snd_hda_codec snd_hwdep firewire_core snd_pcm snd_timer crc_itu_t uhci_hcd snd soundcore floppy snd_page_alloc asus_atk0110 i2c_i801 button ehci_hcd sg processor i2c_core usbcore iTCO_wdt evdev shpchp iTCO_vendor_support pci_hotplug intel_agp intel_gtt fuse ext4 mbcache jbd2 crc16 uvesafb cn sr_mod cdrom sd_mod pata_jmicron ahci ata_piix libahci pata_acpi libata scsi_mod
[<ffffffffa03a9422>] ? firegl_trace+0x72/0x1e0 [fglrx]
[<ffffffffa037f271>] KAS_Thread_WaitForFinish+0x91/0xd0 [fglrx]
[<ffffffffa0395b27>] MCIL_WorkerThread+0x177/0x230 [fglrx]
[<ffffffffa03971c6>] ? MCIL_GetExecutionLevel+0x66/0x80 [fglrx]
[<ffffffffa043e1e1>] ? PassiveRing_Cleanup+0x61/0xc0 [fglrx]
[<ffffffffa044c0e8>] DispatchRing_Cleanup+0x48/0x70 [fglrx]
[<ffffffffa043d820>] ? IRQMGR_FreeResources+0x20/0x60 [fglrx]
[<ffffffffa03983cc>] ? irqmgr_wrap_shutdown+0x12c/0x180 [fglrx]
[<ffffffffa038a542>] ? firegl_takedown+0x7a2/0x840 [fglrx]
[<ffffffffa04528f2>] ? amdPcsEngine_InitDatabase+0x12/0x20 [fglrx]
[<ffffffffa0389695>] ? firegl_release+0x125/0x1c0 [fglrx]
[<ffffffffa037b52c>] ? ip_firegl_release+0xc/0x10 [fglrx]
Modules linked in: ipv6 usbhid hid ext2 snd_hda_codec_hdmi snd_seq_dummy snd_hda_codec_realtek snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device fglrx(P) snd_hda_intel atl1 firewire_ohci mii snd_hda_codec snd_hwdep firewire_core snd_pcm snd_timer crc_itu_t uhci_hcd snd soundcore floppy snd_page_alloc asus_atk0110 i2c_i801 button ehci_hcd sg processor i2c_core usbcore iTCO_wdt evdev shpchp iTCO_vendor_support pci_hotplug intel_agp intel_gtt fuse ext4 mbcache jbd2 crc16 uvesafb cn sr_mod cdrom sd_mod pata_jmicron ahci ata_piix libahci pata_acpi libata scsi_mod
[<ffffffffa03a9422>] ? firegl_trace+0x72/0x1e0 [fglrx]
[<ffffffffa037f271>] KAS_Thread_WaitForFinish+0x91/0xd0 [fglrx]
[<ffffffffa0395b27>] MCIL_WorkerThread+0x177/0x230 [fglrx]
[<ffffffffa03971c6>] ? MCIL_GetExecutionLevel+0x66/0x80 [fglrx]
[<ffffffffa043e1e1>] ? PassiveRing_Cleanup+0x61/0xc0 [fglrx]
[<ffffffffa044c0e8>] DispatchRing_Cleanup+0x48/0x70 [fglrx]
[<ffffffffa043d820>] ? IRQMGR_FreeResources+0x20/0x60 [fglrx]
[<ffffffffa03983cc>] ? irqmgr_wrap_shutdown+0x12c/0x180 [fglrx]
[<ffffffffa038a542>] ? firegl_takedown+0x7a2/0x840 [fglrx]
[<ffffffffa04528f2>] ? amdPcsEngine_InitDatabase+0x12/0x20 [fglrx]
[<ffffffffa0389695>] ? firegl_release+0x125/0x1c0 [fglrx]
[<ffffffffa037b52c>] ? ip_firegl_release+0xc/0x10 [fglrx]
Modules linked in: ipv6 usbhid hid ext2 snd_hda_codec_hdmi snd_seq_dummy snd_hda_codec_realtek snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device fglrx(P) snd_hda_intel atl1 firewire_ohci mii snd_hda_codec snd_hwdep firewire_core snd_pcm snd_timer crc_itu_t uhci_hcd snd soundcore floppy snd_page_alloc asus_atk0110 i2c_i801 button ehci_hcd sg processor i2c_core usbcore iTCO_wdt evdev shpchp iTCO_vendor_support pci_hotplug intel_agp intel_gtt fuse ext4 mbcache jbd2 crc16 uvesafb cn sr_mod cdrom sd_mod pata_jmicron ahci ata_piix libahci pata_acpi libata scsi_mod
[<ffffffffa03a9422>] ? firegl_trace+0x72/0x1e0 [fglrx]
[<ffffffffa037f271>] KAS_Thread_WaitForFinish+0x91/0xd0 [fglrx]
[<ffffffffa0395b27>] MCIL_WorkerThread+0x177/0x230 [fglrx]
[<ffffffffa03971c6>] ? MCIL_GetExecutionLevel+0x66/0x80 [fglrx]
[<ffffffffa043e1e1>] ? PassiveRing_Cleanup+0x61/0xc0 [fglrx]
[<ffffffffa044c0e8>] DispatchRing_Cleanup+0x48/0x70 [fglrx]
[<ffffffffa043d820>] ? IRQMGR_FreeResources+0x20/0x60 [fglrx]
[<ffffffffa03983cc>] ? irqmgr_wrap_shutdown+0x12c/0x180 [fglrx]
[<ffffffffa038a542>] ? firegl_takedown+0x7a2/0x840 [fglrx]
[<ffffffffa04528f2>] ? amdPcsEngine_InitDatabase+0x12/0x20 [fglrx]
[<ffffffffa0389695>] ? firegl_release+0x125/0x1c0 [fglrx]
[<ffffffffa037b52c>] ? ip_firegl_release+0xc/0x10 [fglrx]
fglrx_pci 0000:01:00.0: irq 43 for MSI/MSI-X
[fglrx] Firegl kernel thread PID: 2602
[fglrx] Firegl kernel thread PID: 2603
[fglrx] Firegl kernel thread PID: 2604
[fglrx] IRQ 43 Enabled
[fglrx] Gart USWC size:1236 M.
[fglrx] Gart cacheable size:490 M.
[fglrx] Reserved FB block: Shared offset:0, size:1000000
[fglrx] Reserved FB block: Unshared offset:fc21000, size:3df000
[fglrx] Reserved FB block: Unshared offset:3fff4000, size:c000
[fglrx] IRQ 43 Disabled
Modules linked in: ipv6 usbhid hid ext2 snd_hda_codec_hdmi snd_seq_dummy snd_hda_codec_realtek snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device fglrx(P) snd_hda_intel atl1 firewire_ohci mii snd_hda_codec snd_hwdep firewire_core snd_pcm snd_timer crc_itu_t uhci_hcd snd soundcore floppy snd_page_alloc asus_atk0110 i2c_i801 button ehci_hcd sg processor i2c_core usbcore iTCO_wdt evdev shpchp iTCO_vendor_support pci_hotplug intel_agp intel_gtt fuse ext4 mbcache jbd2 crc16 uvesafb cn sr_mod cdrom sd_mod pata_jmicron ahci ata_piix libahci pata_acpi libata scsi_mod
[<ffffffffa03a9422>] ? firegl_trace+0x72/0x1e0 [fglrx]
[<ffffffffa037f271>] KAS_Thread_WaitForFinish+0x91/0xd0 [fglrx]
[<ffffffffa0395b27>] MCIL_WorkerThread+0x177/0x230 [fglrx]
[<ffffffffa03971c6>] ? MCIL_GetExecutionLevel+0x66/0x80 [fglrx]
[<ffffffffa043e1e1>] ? PassiveRing_Cleanup+0x61/0xc0 [fglrx]
[<ffffffffa044c0e8>] DispatchRing_Cleanup+0x48/0x70 [fglrx]
[<ffffffffa043d820>] ? IRQMGR_FreeResources+0x20/0x60 [fglrx]
[<ffffffffa03983cc>] ? irqmgr_wrap_shutdown+0x12c/0x180 [fglrx]
[<ffffffffa038a542>] ? firegl_takedown+0x7a2/0x840 [fglrx]
[<ffffffffa04528f2>] ? amdPcsEngine_InitDatabase+0x12/0x20 [fglrx]
[<ffffffffa0389695>] ? firegl_release+0x125/0x1c0 [fglrx]
[<ffffffffa037b52c>] ? ip_firegl_release+0xc/0x10 [fglrx]
Modules linked in: ipv6 usbhid hid ext2 snd_hda_codec_hdmi snd_seq_dummy snd_hda_codec_realtek snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device fglrx(P) snd_hda_intel atl1 firewire_ohci mii snd_hda_codec snd_hwdep firewire_core snd_pcm snd_timer crc_itu_t uhci_hcd snd soundcore floppy snd_page_alloc asus_atk0110 i2c_i801 button ehci_hcd sg processor i2c_core usbcore iTCO_wdt evdev shpchp iTCO_vendor_support pci_hotplug intel_agp intel_gtt fuse ext4 mbcache jbd2 crc16 uvesafb cn sr_mod cdrom sd_mod pata_jmicron ahci ata_piix libahci pata_acpi libata scsi_mod
[<ffffffffa03a9422>] ? firegl_trace+0x72/0x1e0 [fglrx]
[<ffffffffa037f271>] KAS_Thread_WaitForFinish+0x91/0xd0 [fglrx]
[<ffffffffa0395b27>] MCIL_WorkerThread+0x177/0x230 [fglrx]
[<ffffffffa03971c6>] ? MCIL_GetExecutionLevel+0x66/0x80 [fglrx]
[<ffffffffa043e1e1>] ? PassiveRing_Cleanup+0x61/0xc0 [fglrx]
[<ffffffffa044c0e8>] DispatchRing_Cleanup+0x48/0x70 [fglrx]
[<ffffffffa043d820>] ? IRQMGR_FreeResources+0x20/0x60 [fglrx]
[<ffffffffa03983cc>] ? irqmgr_wrap_shutdown+0x12c/0x180 [fglrx]
[<ffffffffa038a542>] ? firegl_takedown+0x7a2/0x840 [fglrx]
[<ffffffffa04528f2>] ? amdPcsEngine_InitDatabase+0x12/0x20 [fglrx]
[<ffffffffa0389695>] ? firegl_release+0x125/0x1c0 [fglrx]
[<ffffffffa037b52c>] ? ip_firegl_release+0xc/0x10 [fglrx]
Modules linked in: ipv6 usbhid hid ext2 snd_hda_codec_hdmi snd_seq_dummy snd_hda_codec_realtek snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device fglrx(P) snd_hda_intel atl1 firewire_ohci mii snd_hda_codec snd_hwdep firewire_core snd_pcm snd_timer crc_itu_t uhci_hcd snd soundcore floppy snd_page_alloc asus_atk0110 i2c_i801 button ehci_hcd sg processor i2c_core usbcore iTCO_wdt evdev shpchp iTCO_vendor_support pci_hotplug intel_agp intel_gtt fuse ext4 mbcache jbd2 crc16 uvesafb cn sr_mod cdrom sd_mod pata_jmicron ahci ata_piix libahci pata_acpi libata scsi_mod
[<ffffffffa03a9422>] ? firegl_trace+0x72/0x1e0 [fglrx]
[<ffffffffa037f271>] KAS_Thread_WaitForFinish+0x91/0xd0 [fglrx]
[<ffffffffa0395b27>] MCIL_WorkerThread+0x177/0x230 [fglrx]
[<ffffffffa03971c6>] ? MCIL_GetExecutionLevel+0x66/0x80 [fglrx]
[<ffffffffa043e1e1>] ? PassiveRing_Cleanup+0x61/0xc0 [fglrx]
[<ffffffffa044c0e8>] DispatchRing_Cleanup+0x48/0x70 [fglrx]
[<ffffffffa043d820>] ? IRQMGR_FreeResources+0x20/0x60 [fglrx]
[<ffffffffa03983cc>] ? irqmgr_wrap_shutdown+0x12c/0x180 [fglrx]
[<ffffffffa038a542>] ? firegl_takedown+0x7a2/0x840 [fglrx]
[<ffffffffa04528f2>] ? amdPcsEngine_InitDatabase+0x12/0x20 [fglrx]
[<ffffffffa0389695>] ? firegl_release+0x125/0x1c0 [fglrx]
[<ffffffffa037b52c>] ? ip_firegl_release+0xc/0x10 [fglrx]
Last edited by fzzbt (2011-02-19 06:37:13)
Offline
@GraveDigger:
those are not steps, check everything separatelly:
* install catalyst-11.2-2 package which i just uploaded, it could be better
* reinstall catalyst-utils (with pacman -Rd and -S)
* install xorg-server and xorg-server-common packages from [extra]are you sure you didn't installed any other related packages in the meantime? ie. there was mesa update today, for me update went fine, but who knows - try to downgrade it maybe...
okay, i tried this now: i updated to catalyst 11.2-2, removed xorg-server-catalyst-fix and replaced it with xorg-server from common. I did also reinstall mesa and mesa-demos and catalyst-utils as suggested and installed xorg-server-common from extra. The result is quite interesting:
* xorg fires up, i can login to my desktop session, but i can not run any opengl application (amdcccle, fglrxinfo, glxgears), they all just die saying "Floating Point Exception"
* dmesg tells about this:
kwin_opengl_tes[4251] trap divide error ip:7f21417ef442 sp:7fff7f877f70 error:0 in fglrx_dri.so[7f2140078000+1ae5000]
glxgears[4596] trap divide error ip:7f1d33dd5442 sp:7fffb9ea1590 error:0 in fglrx_dri.so[7f1d3265e000+1ae5000]
amdcccle[4598] trap divide error ip:7f7c97397442 sp:7fff6eff5320 error:0 in fglrx_dri.so[7f7c95c20000+1ae5000]
fglrxinfo[4601] trap divide error ip:7f7b5dc3e442 sp:7fffd3375860 error:0 in fglrx_dri.so[7f7b5c4c7000+1ae5000]
A friend of mine luckily still had the latest 11.1 catalyst packages from [catalyst] for me, catalyst 11.1-3 and catalyst-utils 11.1-2, so i installed them and xorg + opengl stuff works smoothly.
So, what's this with this floating point exception? when i start googling about it i only find out that in earlier catalyst versions a floating point bug existed that now is supposed to be gone, but i find nothing recent.
Any idea about this?
Thanks in advance,
GraveDigger
Offline
I need some help switching from catalyst to ati-dri, just to check the drivers out. I am using catalyst-hook. How do I uninstall it?
After apacman -R catalyst-hook catalyst-utils
I reboot and install libgl and xf86-video-ati.
However, when I do a pacman -Syu, it reminds me that libgl and ati-dri conflict with catalyst, and prompts me to replace them with equivalent catalyst.
I had the same issue while trying the open driver on x86_64. The problem was that I uninstalled catalyst and catalyst-utils but not lib32-catalyst-utils, which at every update made pacman try to install catalyst again and this generated the conflict with libgl.
BTW, I switched back to catalyst after half a hour: open driver's power consumption over performance is still terrible compared to catalyst...
Offline
are there any other workarounds available for fixing video stutter except nopat ?
nopat has no effect, I tried (all) other video output drivers they all have the same problem so it's not mplayer's fault. it turns out catalyst 11.1 has a built-in PAT support which is turned on when nopat is used
Last edited by hopper (2011-02-19 21:01:41)
Offline
My laptop has an older x1400 card for which I need an older kernel to support catalyst-old package. Is there anywhere I can find old kernel pkgbuilds?
Offline
My laptop has an older x1400 card for which I need an older kernel to support catalyst-old package. Is there anywhere I can find old kernel pkgbuilds?
Even if you do, it will prove extremely hard to maintain such a system. You'll need to downgrade almost everything and that isn't likely to be possible. You should stick with xf86-video-ati.
It is better to keep your mouth shut and be thought a fool than to open it and remove all doubt. (Mark Twain)
Offline