You are not logged in.

#5326 2013-05-30 11:08:40

psychoticmeow
Member
Registered: 2013-05-01
Posts: 20

Re: The AMD/ATI Bar & Grill

Yes, disabling those features is all I meant to imply.

Just downgraded to 3.8.1, same performance. Not sure what it was that changed, unfortunately.

Offline

#5327 2013-05-30 13:14:19

MadNoob
Member
Registered: 2013-03-10
Posts: 18

Re: The AMD/ATI Bar & Grill

Violo tell me if you need any kind of benchmark.

I'm on a llano APU.

Offline

#5328 2013-05-30 13:40:55

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

Re: The AMD/ATI Bar & Grill

Vi0L0 wrote:

@lano1106:
nice investigation! smile
Just a couple of notes:
catalyst seems to change only one thing in amdpcsdb, it's increasing the value of AplReloadCounter whenever you will open new opengl app - it's changing this file only once per app. (edit: just checked - 13.4 behaves in same way)

You're right the only thing that change is the AplReloadCounter.

What bugs me is that to just change a single value they rewrite the whole thing 25-30 times. The open() flags O_CREAT|O_TRUNC tells the kernel to wipe out the whole file and I did omit the other operations:

open("/etc/ati/amdpcsdb", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 35
fstat(35, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4c4f153000
write(35, "AMDPCSDBV1\n[AMDPCSROOT/SYSTEM/MC"..., 4096) = 4096
write(35, "eatureEnable=V1\n[AMDPCSROOT/SYST"..., 4096) = 4096
write(35, "LNonStandardModesBCD1=R080004800"..., 4096) = 4096
write(35, "ndardModesBCD1=R0800048000000060"..., 4096) = 4096
write(35, "ALNonStandardModesBCD1=R13601024"..., 4096) = 4096
write(35, "L]\nDALNonStandardModesBCD1=R1360"..., 4096) = 4096
write(35, "28009600000000016001200000000701"..., 4096) = 4096
write(35, "05F3000\nDAL2_DATA__2_0\\Common\\Op"..., 76) = 76
close(35)

The way they update it is not good. They should

1. Isolate the value in a stand alone file like a pid file.
2. Update it only once.

Vi0L0 wrote:

- chmod 444 amdpcsdb

Very good idea. I like it and will borrow it from you.

Offline

#5329 2013-05-30 16:27:08

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

Re: The AMD/ATI Bar & Grill

MadNoob wrote:

Violo tell me if you need any kind of benchmark.

I'm on a llano APU.

Not need for a bench, I believe your words.
I was speaking about APUs because I've found another positive review, also from APU owner, on phoronix forums.

lano1106 wrote:
Vi0L0 wrote:

- chmod 444 amdpcsdb

Very good idea. I like it and will borrow it from you.

Sure, but still there's much of I/Os (and I'm on ssd)...
So I was thinking about more complex solution.

I've got a couple of ramdisks mounted here and there, one of them is mounted as /tmp. I thought it would be a good idea to use this place for a symlinking of amdpsdb/atiapfxx.blb files.
I would like to not to loose my amdpcsdb file with the next reboot because it's quiet customized, so I created simple temp_links_catalyst script and a systemd service temp-links-catalyst.
This way I'm not loosing my files and all those I/Os are taking place in a ram.

Here are the scripts: http://catalyst.wirephire.com/files/temp_links/
1. Place temp_links_catalyst in /usr/bin
chmod a+x /usr/bin/temp_links_catalyst
2. Place temp-links-catalyst.service in a /usr/lib/systemd/system
systemctl enable temp-links-catalyst
systemctl start temp-links-catalyst

What do you think about it?

Offline

#5330 2013-05-30 16:29:27

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

Re: The AMD/ATI Bar & Grill

Vi0L0 wrote:

What do you think about it?

I think that I'm waiting for a package containing it smile
You rock, man...

Offline

#5331 2013-05-30 17:19:23

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

Re: The AMD/ATI Bar & Grill

snack wrote:
Vi0L0 wrote:

What do you think about it?

I think that I'm waiting for a package containing it smile
You rock, man...

I have only suggested a simple workaround, lano1106 found this bug and is our saver smile

After testing and confirmation that it's working I'm planning to move this workaround into catalyst-utils package.
catalyst-utils has to be rebuild either way because it's containing files in /usr/sbin, and I need to move them (you probably heard that arch is moving all bins into /usr/bin).

Offline

#5332 2013-05-30 20:53:18

Mindwalker
Member
Registered: 2013-05-30
Posts: 2

Re: The AMD/ATI Bar & Grill

Hi!

I have a problem when I try to update my catalyst driver from 13.3-10 to 13.6-1 I get a black screen when X starts with an underscore ticking in the upper left corner. I also got this problem when I tried to update to 13.4-3.

My setup:
GPU: AMD Mobility Radeon HD 5650
Kernel: 3.9.4-1-ARCH x86_64
X.org: 1.13.4

Here's Xorg.0.log:

[ 10312.708] 
X.Org X Server 1.13.4
Release Date: 2013-04-17
[ 10312.718] X Protocol Version 11, Revision 0
[ 10312.722] Build Operating System: Linux 3.8.10-1-ARCH x86_64 
[ 10312.726] Current Operating System: Linux SeaArch 3.9.4-1-ARCH #1 SMP PREEMPT Sat May 25 16:14:55 CEST 2013 x86_64
[ 10312.726] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=199c0c44-68f8-4d7a-b9f7-7ea77b77e7d9 ro nomodeset quiet
[ 10312.733] Build Date: 28 April 2013  01:19:17PM
[ 10312.737]  
[ 10312.741] Current version of pixman: 0.30.0
[ 10312.748] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[ 10312.748] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 10312.763] (==) Log file: "/var/log/Xorg.0.log", Time: Thu May 30 21:57:59 2013
[ 10312.767] (==) Using config file: "/etc/X11/xorg.conf"
[ 10312.771] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 10312.771] (==) ServerLayout "aticonfig Layout"
[ 10312.771] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
[ 10312.771] (**) |   |-->Monitor "<default monitor>"
[ 10312.771] (**) |   |-->Device "aticonfig-Device[0]-0"
[ 10312.771] (==) No monitor specified for screen "aticonfig-Screen[0]-0".
	Using a default monitor configuration.
[ 10312.771] (==) Automatically adding devices
[ 10312.771] (==) Automatically enabling devices
[ 10312.771] (==) Automatically adding GPU devices
[ 10312.771] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 10312.771] 	Entry deleted from font path.
[ 10312.771] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[ 10312.771] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 10312.771] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 10312.771] (II) Loader magic: 0x7fbc20
[ 10312.771] (II) Module ABI versions:
[ 10312.771] 	X.Org ANSI C Emulation: 0.4
[ 10312.771] 	X.Org Video Driver: 13.1
[ 10312.771] 	X.Org XInput driver : 18.0
[ 10312.771] 	X.Org Server Extension : 7.0
[ 10312.773] (--) PCI:*(0:1:0:0) 1002:68c1:1025:0360 rev 0, Mem @ 0xd0000000/134217728, 0xd8100000/131072, I/O @ 0x00009000/256, BIOS @ 0x????????/131072
[ 10312.777] Initializing built-in extension Generic Event Extension
[ 10312.781] Initializing built-in extension SHAPE
[ 10312.784] Initializing built-in extension MIT-SHM
[ 10312.788] Initializing built-in extension XInputExtension
[ 10312.791] Initializing built-in extension XTEST
[ 10312.795] Initializing built-in extension BIG-REQUESTS
[ 10312.799] Initializing built-in extension SYNC
[ 10312.802] Initializing built-in extension XKEYBOARD
[ 10312.806] Initializing built-in extension XC-MISC
[ 10312.810] Initializing built-in extension SECURITY
[ 10312.813] Initializing built-in extension XINERAMA
[ 10312.816] Initializing built-in extension XFIXES
[ 10312.820] Initializing built-in extension RENDER
[ 10312.823] Initializing built-in extension RANDR
[ 10312.826] Initializing built-in extension COMPOSITE
[ 10312.829] Initializing built-in extension DAMAGE
[ 10312.832] Initializing built-in extension MIT-SCREEN-SAVER
[ 10312.835] Initializing built-in extension DOUBLE-BUFFER
[ 10312.837] Initializing built-in extension RECORD
[ 10312.840] Initializing built-in extension DPMS
[ 10312.843] Initializing built-in extension X-Resource
[ 10312.846] Initializing built-in extension XVideo
[ 10312.849] Initializing built-in extension XVideo-MotionCompensation
[ 10312.851] Initializing built-in extension XFree86-VidModeExtension
[ 10312.854] Initializing built-in extension XFree86-DGA
[ 10312.856] Initializing built-in extension XFree86-DRI
[ 10312.858] Initializing built-in extension DRI2
[ 10312.858] (II) "glx" will be loaded by default.
[ 10312.858] (II) LoadModule: "glx"
[ 10312.859] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 10312.859] (II) Module glx: vendor="Advanced Micro Devices, Inc."
[ 10312.859] 	compiled for 6.9.0, module version = 1.0.0
[ 10312.861] Loading extension GLX
[ 10312.861] (II) LoadModule: "fglrx"
[ 10312.861] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[ 10312.880] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
[ 10312.880] 	compiled for 1.4.99.906, module version = 13.10.10
[ 10312.880] 	Module class: X.Org Video Driver
[ 10312.881] (II) Loading sub module "fglrxdrm"
[ 10312.881] (II) LoadModule: "fglrxdrm"
[ 10312.881] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[ 10312.881] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[ 10312.881] 	compiled for 1.4.99.906, module version = 13.10.10
[ 10312.881] (II) AMD Proprietary Linux Driver Version Identifier:13.10.10
[ 10312.881] (II) AMD Proprietary Linux Driver Release Identifier: UNSUPPORTED-13.101                   
[ 10312.881] (II) AMD Proprietary Linux Driver Build Date: May 23 2013 15:49:35
[ 10312.881] (++) using VT number 1

[ 10312.881] (WW) Falling back to old probe method for fglrx
[ 10312.889] (II) Loading PCS database from /etc/ati/amdpcsdb /etc/ati/amdpcsdb.default
[ 10312.893] ukiDynamicMajor: found major device number 251
[ 10312.893] ukiDynamicMajor: found major device number 251
[ 10312.893] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[ 10312.893] ukiOpenDevice: node name is /dev/ati/card0
[ 10312.893] ukiOpenDevice: open result is 9, (OK)
[ 10312.893] ukiOpenByBusid: ukiOpenMinor returns 9
[ 10312.893] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[ 10312.895] (--) Chipset Supported AMD Graphics Processor (0x68C1) found
[ 10312.896] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found
[ 10312.896] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
[ 10312.896] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found
[ 10312.896] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
[ 10312.896] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
[ 10312.896] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
[ 10312.896] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
[ 10312.896] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
[ 10312.896] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
[ 10312.896] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:5) found
[ 10312.896] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:22:0) found
[ 10312.896] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:22:2) found
[ 10312.896] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
[ 10312.896] (II) AMD Video driver is running on a device belonging to a group targeted for this release
[ 10312.897] (II) AMD Video driver is signed
[ 10312.897] (II) fglrx(0): pEnt->device->identifier=0xec17b0
[ 10312.897] (II) fglrx(0): === [xdl_xs113_atiddxPreInit] === begin
[ 10312.897] (II) Loading sub module "vgahw"
[ 10312.897] (II) LoadModule: "vgahw"
[ 10312.897] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[ 10312.898] (II) Module vgahw: vendor="X.Org Foundation"
[ 10312.898] 	compiled for 1.13.4, module version = 0.1.0
[ 10312.898] 	ABI class: X.Org Video Driver, version 13.1
[ 10312.898] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
[ 10312.898] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 10312.898] (==) fglrx(0): Default visual is TrueColor
[ 10312.898] (**) fglrx(0): Option "DesktopSetup" "horizontal"
[ 10312.898] (**) fglrx(0): Option "OverlayOnCRTC2" "1"
[ 10312.898] (==) fglrx(0): RGB weight 888
[ 10312.898] (II) fglrx(0): Using 8 bits per RGB 
[ 10312.898] (==) fglrx(0): Buffer Tiling is ON
[ 10312.898] (II) Loading sub module "fglrxdrm"
[ 10312.898] (II) LoadModule: "fglrxdrm"
[ 10312.898] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[ 10312.898] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[ 10312.898] 	compiled for 1.4.99.906, module version = 13.10.10
[ 10312.902] ukiDynamicMajor: found major device number 251
[ 10312.902] ukiDynamicMajor: found major device number 251
[ 10312.902] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[ 10312.902] ukiOpenDevice: node name is /dev/ati/card0
[ 10312.902] ukiOpenDevice: open result is 12, (OK)
[ 10312.902] ukiOpenByBusid: ukiOpenMinor returns 12
[ 10312.902] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[ 10312.902] (**) fglrx(0): NoAccel = NO
[ 10312.903] (**) fglrx(0): AMD 2D Acceleration Architecture enabled
[ 10312.903] (--) fglrx(0): Chipset: "AMD Radeon HD 6500M/5600/5700 Series" (Chipset = 0x68c1)
[ 10312.903] (--) fglrx(0): (PciSubVendor = 0x1025, PciSubDevice = 0x0360)
[ 10312.903] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original AMD
[ 10312.903] (--) fglrx(0): Linear framebuffer (phys) at 0xd0000000
[ 10312.903] (--) fglrx(0): MMIO registers at 0xd8100000
[ 10312.903] (--) fglrx(0): I/O port at 0x00009000
[ 10312.903] (==) fglrx(0): ROM-BIOS at 0x000c0000
[ 10312.903] (II) fglrx(0): ATIF platform detected
[ 10312.903] (II) fglrx(0): AC Adapter is used
[ 10312.904] (II) fglrx(0): AMD Video BIOS revision 9 or later detected
[ 10312.904] (--) fglrx(0): Video RAM: 1048576 kByte, Type: DDR3
[ 10312.904] (II) fglrx(0): PCIE card detected
[ 10312.904] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
[ 10312.904] (WW) fglrx(0): board is an unknown third party board, chipset is supported
[ 10312.904] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x40000000)
[ 10312.904] (II) fglrx(0): RandR 1.2 support is enabled!
[ 10312.904] (II) fglrx(0): RandR 1.2 rotation support is enabled!
[ 10312.904] (==) fglrx(0): Center Mode is disabled 
[ 10312.904] (II) Loading sub module "fb"
[ 10312.904] (II) LoadModule: "fb"
[ 10312.904] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 10312.905] (II) Module fb: vendor="X.Org Foundation"
[ 10312.905] 	compiled for 1.13.4, module version = 1.0.0
[ 10312.905] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 10312.905] (II) Loading sub module "ddc"
[ 10312.905] (II) LoadModule: "ddc"
[ 10312.905] (II) Module "ddc" already built-in
[ 10312.959] (II) fglrx(0): Output LVDS using monitor section 0-LVDS
[ 10312.959] (**) fglrx(0): Option "PreferredMode" "1366x768"
[ 10312.959] (**) fglrx(0): Option "Position" "0 0"
[ 10312.959] (**) fglrx(0): Option "Disable" "false"
[ 10312.959] (**) fglrx(0): Option "Rotate" "normal"
[ 10312.959] (**) fglrx(0): Option "TargetRefresh" "60"
[ 10312.959] (II) fglrx(0): Output DFP1 using monitor section 0-DFP1
[ 10312.959] (**) fglrx(0): Option "PreferredMode" "1920x1080"
[ 10312.959] (**) fglrx(0): Option "Position" "1366 0"
[ 10312.959] (**) fglrx(0): Option "Disable" "false"
[ 10312.959] (**) fglrx(0): Option "Rotate" "normal"
[ 10312.959] (**) fglrx(0): Option "TargetRefresh" "60"
[ 10312.959] (II) fglrx(0): Output CRT1 has no monitor section
[ 10312.959] (II) Loading sub module "ddc"
[ 10312.959] (II) LoadModule: "ddc"
[ 10312.959] (II) Module "ddc" already built-in
[ 10312.959] (II) fglrx(0): Connected Display0: LVDS
[ 10312.959] (II) fglrx(0):  Display0: Failed to get EDID information. 
[ 10312.960] (II) fglrx(0): EDID for output LVDS
[ 10312.960] (II) fglrx(0): Manufacturer: LGD  Model: 2297  Serial#: 0
[ 10312.960] (II) fglrx(0): Year: 2010  Week: 0
[ 10312.960] (II) fglrx(0): EDID Version: 1.3
[ 10312.960] (II) fglrx(0): Digital Display Input
[ 10312.960] (II) fglrx(0): Max Image Size [cm]: horiz.: 35  vert.: 19
[ 10312.960] (II) fglrx(0): Gamma: 2.20
[ 10312.960] (II) fglrx(0): No DPMS capabilities specified
[ 10312.960] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[ 10312.960] (II) fglrx(0): First detailed timing is preferred mode
[ 10312.960] (II) fglrx(0): redX: 0.590 redY: 0.350   greenX: 0.330 greenY: 0.555
[ 10312.960] (II) fglrx(0): blueX: 0.153 blueY: 0.119   whiteX: 0.313 whiteY: 0.329
[ 10312.960] (II) fglrx(0): Manufacturer's mask: 0
[ 10312.960] (II) fglrx(0): Supported detailed timing:
[ 10312.960] (II) fglrx(0): clock: 74.8 MHz   Image Size:  345 x 194 mm
[ 10312.960] (II) fglrx(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1559 h_border: 0
[ 10312.960] (II) fglrx(0): v_active: 768  v_sync: 771  v_sync_end 776 v_blanking: 800 v_border: 0
[ 10312.960] (II) fglrx(0):  LG Display
[ 10312.960] (II) fglrx(0):  LP156WH3-TLL1
[ 10312.960] (II) fglrx(0): EDID (in hex):
[ 10312.960] (II) fglrx(0): 	00ffffffffffff0030e4972200000000
[ 10312.960] (II) fglrx(0): 	00140103802313780a28659759548e27
[ 10312.960] (II) fglrx(0): 	1e505400000001010101010101010101
[ 10312.960] (II) fglrx(0): 	0101010101013d1d56c1500020303020
[ 10312.960] (II) fglrx(0): 	350059c2100000190000000000000000
[ 10312.960] (II) fglrx(0): 	00000000000000000000000000fe004c
[ 10312.960] (II) fglrx(0): 	4720446973706c61790a2020000000fe
[ 10312.960] (II) fglrx(0): 	004c503135365748332d544c4c310094
[ 10312.960] (II) fglrx(0): EDID vendor "LGD", prod id 8855
[ 10312.960] (II) fglrx(0): Printing DDC gathered Modelines:
[ 10312.960] (II) fglrx(0): Modeline "1366x768"x0.0   74.85  1366 1414 1446 1559  768 771 776 800 -hsync -vsync (48.0 kHz eP)
[ 10312.960] (II) fglrx(0): Printing probed modes for output LVDS
[ 10312.960] (II) fglrx(0): Modeline "1366x768"x60.0   74.85  1366 1414 1446 1559  768 771 776 800 -hsync -vsync (48.0 kHz UeP)
[ 10312.960] (II) fglrx(0): Modeline "1360x768"x60.0   74.85  1360 1414 1446 1559  768 771 776 800 -hsync -vsync (48.0 kHz e)
[ 10312.960] (II) fglrx(0): Modeline "1280x768"x60.0   74.85  1280 1414 1446 1559  768 771 776 800 -hsync -vsync (48.0 kHz e)
[ 10312.960] (II) fglrx(0): Modeline "1280x720"x60.0   74.85  1280 1414 1446 1559  720 771 776 800 -hsync -vsync (48.0 kHz e)
[ 10312.960] (II) fglrx(0): Modeline "1024x768"x60.0   74.85  1024 1414 1446 1559  768 771 776 800 -hsync -vsync (48.0 kHz e)
[ 10312.960] (II) fglrx(0): Modeline "1024x600"x60.0   74.85  1024 1414 1446 1559  600 771 776 800 -hsync -vsync (48.0 kHz e)
[ 10312.960] (II) fglrx(0): Modeline "800x600"x60.0   74.85  800 1414 1446 1559  600 771 776 800 -hsync -vsync (48.0 kHz e)
[ 10312.960] (II) fglrx(0): Modeline "800x480"x60.0   74.85  800 1414 1446 1559  480 771 776 800 -hsync -vsync (48.0 kHz e)
[ 10312.960] (II) fglrx(0): Modeline "640x480"x60.0   74.85  640 1414 1446 1559  480 771 776 800 -hsync -vsync (48.0 kHz e)
[ 10312.961] (II) fglrx(0): EDID for output DFP1
[ 10312.961] (II) fglrx(0): EDID for output CRT1
[ 10312.961] (II) fglrx(0): Output LVDS connected
[ 10312.961] (II) fglrx(0): Output DFP1 disconnected
[ 10312.961] (II) fglrx(0): Output CRT1 disconnected
[ 10312.961] (II) fglrx(0): Using user preference for initial modes
[ 10312.961] (II) fglrx(0): Output LVDS using initial mode 1366x768
[ 10312.961] (II) fglrx(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 10312.961] (II) fglrx(0): Display dimensions: (350, 190) mm
[ 10312.961] (II) fglrx(0): DPI set to (99, 102)
[ 10312.961] (II) fglrx(0): Eyefinity capable adapter detected.
[ 10312.961] (II) fglrx(0): Adapter AMD Radeon HD 6500M/5600/5700 Series has 6 configurable heads and 1 displays connected.
[ 10312.961] (WW) fglrx(0): Big Desktop related functionalities are replaced by RandR 1.2!
[ 10312.961] (==) fglrx(0):  PseudoColor visuals disabled
[ 10312.961] (II) Loading sub module "ramdac"
[ 10312.961] (II) LoadModule: "ramdac"
[ 10312.961] (II) Module "ramdac" already built-in
[ 10312.961] (==) fglrx(0): NoDRI = NO
[ 10312.961] (==) fglrx(0): Capabilities: 0x00000000
[ 10312.961] (==) fglrx(0): CapabilitiesEx: 0x00000000
[ 10312.961] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
[ 10312.961] (==) fglrx(0): UseFastTLS=0
[ 10312.961] (II) fglrx(0): Shadow Primary option: ShadowPrimary is enabled
[ 10312.961] (--) Depth 24 pixmap format is 32 bpp
[ 10312.961] Loading extension ATIFGLRXDRI
[ 10312.961] (II) fglrx(0): doing swlDriScreenInit
[ 10312.961] (II) fglrx(0): swlDriScreenInit for fglrx driver
[ 10312.961] ukiDynamicMajor: found major device number 251
[ 10312.961] ukiDynamicMajor: found major device number 251
[ 10312.961] ukiDynamicMajor: found major device number 251
[ 10312.961] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[ 10312.961] ukiOpenDevice: node name is /dev/ati/card0
[ 10312.961] ukiOpenDevice: open result is 13, (OK)
[ 10312.961] ukiOpenByBusid: ukiOpenMinor returns 13
[ 10312.961] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[ 10312.961] (II) fglrx(0): [uki] DRM interface version 1.0
[ 10312.961] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0"
[ 10312.961] (II) fglrx(0): [uki] added 8192 byte SAREA at 0xccb3000
[ 10312.961] (II) fglrx(0): [uki] mapped SAREA 0xccb3000 to 0x7f4bda697000
[ 10312.961] (II) fglrx(0): [uki] framebuffer handle = 0xccb4000
[ 10312.962] (II) fglrx(0): [uki] added 1 reserved context for kernel
[ 10312.962] (II) fglrx(0): swlDriScreenInit done
[ 10312.962] (II) fglrx(0): Kernel Module Version Information:
[ 10312.962] (II) fglrx(0):     Name: fglrx
[ 10312.962] (II) fglrx(0):     Version: 12.10.5
[ 10312.962] (II) fglrx(0):     Date: Mar 20 2013
[ 10312.962] (II) fglrx(0):     Desc: AMD FireGL DRM kernel module
[ 10312.962] (WW) fglrx(0): Kernel Module version does *not* match driver.
[ 10312.962] (EE) fglrx(0): incompatible kernel module detected - HW accelerated OpenGL will not work
[ 10312.962] (EE) 
[ 10312.962] (EE) Backtrace:
[ 10312.962] (EE) 0: /usr/bin/X (xorg_backtrace+0x3d) [0x57ef3d]
[ 10312.962] (EE) 1: /usr/bin/X (0x400000+0x182cf9) [0x582cf9]
[ 10312.962] (EE) 2: /usr/lib/libpthread.so.0 (0x7f4bd99e1000+0xf0e0) [0x7f4bd99f00e0]
[ 10312.962] (EE) 3: /usr/lib/xorg/modules/drivers/fglrx_drv.so (swlDrmFreeSurfaces+0x42) [0x7f4bd6d50ef2]
[ 10312.962] (EE) 4: /usr/lib/xorg/modules/drivers/fglrx_drv.so (xdl_xs113_atiddxDriCloseScreen+0x14d) [0x7f4bd6ce1cad]
[ 10312.963] (EE) 5: /usr/lib/xorg/modules/drivers/fglrx_drv.so (xdl_xs113_atiddxDriScreenInit+0x8e7) [0x7f4bd6ce1357]
[ 10312.963] (EE) 6: /usr/lib/xorg/modules/drivers/fglrx_drv.so (xdl_xs113_atiddxScreenInit+0xe31) [0x7f4bd6cdb061]
[ 10312.963] (EE) 7: /usr/bin/X (AddScreen+0x71) [0x4374d1]
[ 10312.963] (EE) 8: /usr/bin/X (InitOutput+0x3df) [0x47792f]
[ 10312.963] (EE) 9: /usr/bin/X (0x400000+0x26700) [0x426700]
[ 10312.963] (EE) 10: /usr/lib/libc.so.6 (__libc_start_main+0xf5) [0x7f4bd885ca15]
[ 10312.963] (EE) 11: /usr/bin/X (0x400000+0x26c2d) [0x426c2d]
[ 10312.963] (EE) 
[ 10312.963] (EE) Segmentation fault at address 0x890
[ 10312.963] 
Fatal server error:
[ 10312.963] Caught signal 11 (Segmentation fault). Server aborting
[ 10312.963] 
[ 10312.963] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[ 10312.963] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 10312.963] (EE) 
[ 10312.975] Server terminated with error (1). Closing log file.

And here's my 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 "Monitor"
	Identifier   "0-LVDS"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
	Option	    "PreferredMode" "1366x768"
	Option	    "TargetRefresh" "60"
	Option	    "Position" "0 0"
	Option	    "Rotate" "normal"
	Option	    "Disable" "false"
EndSection

Section "Monitor"
	Identifier   "0-DFP1"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
	Option	    "PreferredMode" "1920x1080"
	Option	    "TargetRefresh" "60"
	Option	    "Position" "1366 0"
	Option	    "Rotate" "normal"
	Option	    "Disable" "false"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]-0"
	Driver      "fglrx"
	Option	    "DesktopSetup" "horizontal"
	Option	    "OverlayOnCRTC2" "1"
	Option	    "Monitor-LVDS" "0-LVDS"
	Option	    "Monitor-DFP1" "0-DFP1"
	BusID       "PCI:1:0:0"
EndSection

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

Please let me know if you want other logs.

Any help from you guys would be greatly appreciated. smile

Offline

#5333 2013-05-30 21:12:43

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

Re: The AMD/ATI Bar & Grill

@Mindwalker:
there's an old fglrx module (or old catalyst package) in your system. If you have updated all catalyst packages, then try to perform (if available) `catalyst_build_module ra && catalyst_build_module all`. If that won't help try to find fglrx module inside /lib/modules/* manually. You can also paste us the list of your catalyst packages here.

Last edited by Vi0L0 (2013-05-30 21:14:35)

Offline

#5334 2013-05-30 22:57:33

Mindwalker
Member
Registered: 2013-05-30
Posts: 2

Re: The AMD/ATI Bar & Grill

Thanks for the reply!

Here's the list of the packages I have:
catalyst-hook-13.3-10
catalyst-utils-13.3-4
lib32-catalyst-utils-13.3-4

When I run pacman -Syu, catalyst-hook-13.6-1, catalyst-utils-13.6-1 and lib32-catalyst-13.6-1 appears in the list. The install goes without problems, and I run both catalyst_build_module commands (also without any errors). After logging out I got a completely black screen. Couldn't even access the command line (alt+1 etc)
Had to insert the install CD and downgrade back to 13.3.

Here's the xorg.0.log:

[     2.249] 
X.Org X Server 1.13.4
Release Date: 2013-04-17
[     2.249] X Protocol Version 11, Revision 0
[     2.249] Build Operating System: Linux 3.8.10-1-ARCH x86_64 
[     2.249] Current Operating System: Linux SeaArch 3.9.4-1-ARCH #1 SMP PREEMPT Sat May 25 16:14:55 CEST 2013 x86_64
[     2.249] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=199c0c44-68f8-4d7a-b9f7-7ea77b77e7d9 ro nomodeset quiet
[     2.249] Build Date: 28 April 2013  01:19:17PM
[     2.249]  
[     2.249] Current version of pixman: 0.30.0
[     2.249] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     2.249] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     2.249] (==) Log file: "/var/log/Xorg.0.log", Time: Fri May 31 00:25:10 2013
[     2.254] (==) Using config file: "/etc/X11/xorg.conf"
[     2.254] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     2.258] (==) ServerLayout "aticonfig Layout"
[     2.258] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
[     2.258] (**) |   |-->Monitor "<default monitor>"
[     2.259] (**) |   |-->Device "aticonfig-Device[0]-0"
[     2.259] (==) No monitor specified for screen "aticonfig-Screen[0]-0".
	Using a default monitor configuration.
[     2.259] (==) Automatically adding devices
[     2.259] (==) Automatically enabling devices
[     2.259] (==) Automatically adding GPU devices
[     2.264] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[     2.264] 	Entry deleted from font path.
[     2.268] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[     2.268] (==) ModulePath set to "/usr/lib/xorg/modules"
[     2.268] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     2.269] (II) Loader magic: 0x7fbc20
[     2.269] (II) Module ABI versions:
[     2.269] 	X.Org ANSI C Emulation: 0.4
[     2.269] 	X.Org Video Driver: 13.1
[     2.269] 	X.Org XInput driver : 18.0
[     2.269] 	X.Org Server Extension : 7.0
[     2.271] (--) PCI:*(0:1:0:0) 1002:68c1:1025:0360 rev 0, Mem @ 0xd0000000/134217728, 0xd8100000/131072, I/O @ 0x00009000/256, BIOS @ 0x????????/131072
[     2.273] Initializing built-in extension Generic Event Extension
[     2.273] Initializing built-in extension SHAPE
[     2.273] Initializing built-in extension MIT-SHM
[     2.273] Initializing built-in extension XInputExtension
[     2.273] Initializing built-in extension XTEST
[     2.273] Initializing built-in extension BIG-REQUESTS
[     2.273] Initializing built-in extension SYNC
[     2.273] Initializing built-in extension XKEYBOARD
[     2.273] Initializing built-in extension XC-MISC
[     2.273] Initializing built-in extension SECURITY
[     2.273] Initializing built-in extension XINERAMA
[     2.273] Initializing built-in extension XFIXES
[     2.273] Initializing built-in extension RENDER
[     2.273] Initializing built-in extension RANDR
[     2.273] Initializing built-in extension COMPOSITE
[     2.273] Initializing built-in extension DAMAGE
[     2.273] Initializing built-in extension MIT-SCREEN-SAVER
[     2.273] Initializing built-in extension DOUBLE-BUFFER
[     2.273] Initializing built-in extension RECORD
[     2.273] Initializing built-in extension DPMS
[     2.273] Initializing built-in extension X-Resource
[     2.273] Initializing built-in extension XVideo
[     2.273] Initializing built-in extension XVideo-MotionCompensation
[     2.274] Initializing built-in extension XFree86-VidModeExtension
[     2.274] Initializing built-in extension XFree86-DGA
[     2.274] Initializing built-in extension XFree86-DRI
[     2.274] Initializing built-in extension DRI2
[     2.274] (II) "glx" will be loaded by default.
[     2.274] (II) LoadModule: "glx"
[     2.278] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     2.283] (II) Module glx: vendor="Advanced Micro Devices, Inc."
[     2.283] 	compiled for 6.9.0, module version = 1.0.0
[     2.283] Loading extension GLX
[     2.283] (II) LoadModule: "fglrx"
[     2.286] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[     2.366] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
[     2.366] 	compiled for 1.4.99.906, module version = 13.10.10
[     2.366] 	Module class: X.Org Video Driver
[     2.366] (II) Loading sub module "fglrxdrm"
[     2.366] (II) LoadModule: "fglrxdrm"
[     2.367] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[     2.370] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[     2.370] 	compiled for 1.4.99.906, module version = 13.10.10
[     2.370] (II) AMD Proprietary Linux Driver Version Identifier:13.10.10
[     2.370] (II) AMD Proprietary Linux Driver Release Identifier: UNSUPPORTED-13.101                   
[     2.370] (II) AMD Proprietary Linux Driver Build Date: May 23 2013 15:49:35
[     2.370] (++) using VT number 7

[     2.386] (WW) Falling back to old probe method for fglrx
[     2.432] (II) Loading PCS database from /etc/ati/amdpcsdb /etc/ati/amdpcsdb.default
[     2.445] ukiDynamicMajor: found major device number 251
[     2.445] ukiDynamicMajor: found major device number 251
[     2.445] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[     2.445] ukiOpenDevice: node name is /dev/ati/card0
[     2.445] ukiOpenDevice: open result is 9, (OK)
[     2.517] ukiOpenDevice: open result is 9, (OK)
[     2.517] ukiOpenByBusid: ukiOpenMinor returns 9
[     2.517] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[     2.524] (--) Chipset Supported AMD Graphics Processor (0x68C1) found
[     2.525] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found
[     2.525] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
[     2.525] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found
[     2.525] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
[     2.525] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
[     2.525] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
[     2.525] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
[     2.525] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
[     2.525] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
[     2.525] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:5) found
[     2.525] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:22:0) found
[     2.525] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:22:2) found
[     2.525] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
[     2.526] (II) AMD Video driver is running on a device belonging to a group targeted for this release
[     2.526] (II) AMD Video driver is signed
[     2.526] (II) fglrx(0): pEnt->device->identifier=0x16f77b0
[     2.526] (II) fglrx(0): === [xdl_xs113_atiddxPreInit] === begin
[     2.527] (II) Loading sub module "vgahw"
[     2.527] (II) LoadModule: "vgahw"
[     2.527] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[     2.528] (II) Module vgahw: vendor="X.Org Foundation"
[     2.528] 	compiled for 1.13.4, module version = 0.1.0
[     2.528] 	ABI class: X.Org Video Driver, version 13.1
[     2.528] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
[     2.528] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[     2.528] (==) fglrx(0): Default visual is TrueColor
[     2.528] (**) fglrx(0): Option "DesktopSetup" "horizontal"
[     2.528] (**) fglrx(0): Option "OverlayOnCRTC2" "1"
[     2.528] (==) fglrx(0): RGB weight 888
[     2.528] (II) fglrx(0): Using 8 bits per RGB 
[     2.528] (==) fglrx(0): Buffer Tiling is ON
[     2.529] (II) Loading sub module "fglrxdrm"
[     2.529] (II) LoadModule: "fglrxdrm"
[     2.529] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[     2.529] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[     2.529] 	compiled for 1.4.99.906, module version = 13.10.10
[     2.532] ukiDynamicMajor: found major device number 251
[     2.532] ukiDynamicMajor: found major device number 251
[     2.532] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[     2.532] ukiOpenDevice: node name is /dev/ati/card0
[     2.532] ukiOpenDevice: open result is 12, (OK)
[     2.533] ukiOpenByBusid: ukiOpenMinor returns 12
[     2.533] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[     2.533] (**) fglrx(0): NoAccel = NO
[     2.533] (**) fglrx(0): AMD 2D Acceleration Architecture enabled
[     2.533] (--) fglrx(0): Chipset: "AMD Radeon HD 6500M/5600/5700 Series" (Chipset = 0x68c1)
[     2.533] (--) fglrx(0): (PciSubVendor = 0x1025, PciSubDevice = 0x0360)
[     2.533] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original AMD
[     2.533] (--) fglrx(0): Linear framebuffer (phys) at 0xd0000000
[     2.533] (--) fglrx(0): MMIO registers at 0xd8100000
[     2.533] (--) fglrx(0): I/O port at 0x00009000
[     2.533] (==) fglrx(0): ROM-BIOS at 0x000c0000
[     2.536] (II) fglrx(0): ATIF platform detected
[     2.536] (II) fglrx(0): AC Adapter is used
[     2.538] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
[     2.539] (II) Loading sub module "vbe"
[     2.539] (II) LoadModule: "vbe"
[     2.540] (II) Loading /usr/lib/xorg/modules/libvbe.so
[     2.541] (II) Module vbe: vendor="X.Org Foundation"
[     2.541] 	compiled for 1.13.4, module version = 1.1.0
[     2.541] 	ABI class: X.Org Video Driver, version 13.1
[     2.542] (II) fglrx(0): VESA BIOS detected
[     2.542] (II) fglrx(0): VESA VBE Version 3.0
[     2.542] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
[     2.542] (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
[     2.542] (II) fglrx(0): VESA VBE OEM Software Rev: 12.20
[     2.542] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc. 
[     2.542] (II) fglrx(0): VESA VBE OEM Product: MADISON
[     2.542] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
[     2.542] (II) fglrx(0): AMD Video BIOS revision 9 or later detected
[     2.542] (--) fglrx(0): Video RAM: 1048576 kByte, Type: DDR3
[     2.542] (II) fglrx(0): PCIE card detected
[     2.542] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
[     2.542] (WW) fglrx(0): board is an unknown third party board, chipset is supported
[     2.542] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x40000000)
[     2.542] (II) fglrx(0): RandR 1.2 support is enabled!
[     2.542] (II) fglrx(0): RandR 1.2 rotation support is enabled!
[     2.543] (==) fglrx(0): Center Mode is disabled 
[     2.543] (II) Loading sub module "fb"
[     2.543] (II) LoadModule: "fb"
[     2.546] (II) Loading /usr/lib/xorg/modules/libfb.so
[     2.548] (II) Module fb: vendor="X.Org Foundation"
[     2.548] 	compiled for 1.13.4, module version = 1.0.0
[     2.548] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     2.548] (II) Loading sub module "ddc"
[     2.548] (II) LoadModule: "ddc"
[     2.548] (II) Module "ddc" already built-in
[     2.631] (II) fglrx(0): Output LVDS using monitor section 0-LVDS
[     2.631] (**) fglrx(0): Option "PreferredMode" "1366x768"
[     2.631] (**) fglrx(0): Option "Position" "0 0"
[     2.631] (**) fglrx(0): Option "Disable" "false"
[     2.631] (**) fglrx(0): Option "Rotate" "normal"
[     2.631] (**) fglrx(0): Option "TargetRefresh" "60"
[     2.631] (II) fglrx(0): Output DFP1 using monitor section 0-DFP1
[     2.631] (**) fglrx(0): Option "PreferredMode" "1920x1080"
[     2.631] (**) fglrx(0): Option "Position" "1366 0"
[     2.631] (**) fglrx(0): Option "Disable" "false"
[     2.631] (**) fglrx(0): Option "Rotate" "normal"
[     2.631] (**) fglrx(0): Option "TargetRefresh" "60"
[     2.631] (II) fglrx(0): Output CRT1 has no monitor section
[     2.631] (II) Loading sub module "ddc"
[     2.631] (II) LoadModule: "ddc"
[     2.631] (II) Module "ddc" already built-in
[     2.631] (II) fglrx(0): Connected Display0: LVDS
[     2.631] (II) fglrx(0):  Display0: Failed to get EDID information. 
[     2.632] (II) fglrx(0): EDID for output LVDS
[     2.632] (II) fglrx(0): Manufacturer: LGD  Model: 2297  Serial#: 0
[     2.632] (II) fglrx(0): Year: 2010  Week: 0
[     2.632] (II) fglrx(0): EDID Version: 1.3
[     2.632] (II) fglrx(0): Digital Display Input
[     2.632] (II) fglrx(0): Max Image Size [cm]: horiz.: 35  vert.: 19
[     2.632] (II) fglrx(0): Gamma: 2.20
[     2.632] (II) fglrx(0): No DPMS capabilities specified
[     2.632] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[     2.632] (II) fglrx(0): First detailed timing is preferred mode
[     2.632] (II) fglrx(0): redX: 0.590 redY: 0.350   greenX: 0.330 greenY: 0.555
[     2.632] (II) fglrx(0): blueX: 0.153 blueY: 0.119   whiteX: 0.313 whiteY: 0.329
[     2.632] (II) fglrx(0): Manufacturer's mask: 0
[     2.632] (II) fglrx(0): Supported detailed timing:
[     2.632] (II) fglrx(0): clock: 74.8 MHz   Image Size:  345 x 194 mm
[     2.632] (II) fglrx(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1559 h_border: 0
[     2.632] (II) fglrx(0): v_active: 768  v_sync: 771  v_sync_end 776 v_blanking: 800 v_border: 0
[     2.632] (II) fglrx(0):  LG Display
[     2.632] (II) fglrx(0):  LP156WH3-TLL1
[     2.632] (II) fglrx(0): EDID (in hex):
[     2.632] (II) fglrx(0): 	00ffffffffffff0030e4972200000000
[     2.632] (II) fglrx(0): 	00140103802313780a28659759548e27
[     2.632] (II) fglrx(0): 	1e505400000001010101010101010101
[     2.632] (II) fglrx(0): 	0101010101013d1d56c1500020303020
[     2.632] (II) fglrx(0): 	350059c2100000190000000000000000
[     2.632] (II) fglrx(0): 	00000000000000000000000000fe004c
[     2.632] (II) fglrx(0): 	4720446973706c61790a2020000000fe
[     2.632] (II) fglrx(0): 	004c503135365748332d544c4c310094
[     2.632] (II) fglrx(0): EDID vendor "LGD", prod id 8855
[     2.632] (II) fglrx(0): Printing DDC gathered Modelines:
[     2.632] (II) fglrx(0): Modeline "1366x768"x0.0   74.85  1366 1414 1446 1559  768 771 776 800 -hsync -vsync (48.0 kHz eP)
[     2.632] (II) fglrx(0): Printing probed modes for output LVDS
[     2.632] (II) fglrx(0): Modeline "1366x768"x60.0   74.85  1366 1414 1446 1559  768 771 776 800 -hsync -vsync (48.0 kHz UeP)
[     2.632] (II) fglrx(0): Modeline "1360x768"x60.0   74.85  1360 1414 1446 1559  768 771 776 800 -hsync -vsync (48.0 kHz e)
[     2.632] (II) fglrx(0): Modeline "1280x768"x60.0   74.85  1280 1414 1446 1559  768 771 776 800 -hsync -vsync (48.0 kHz e)
[     2.632] (II) fglrx(0): Modeline "1280x720"x60.0   74.85  1280 1414 1446 1559  720 771 776 800 -hsync -vsync (48.0 kHz e)
[     2.632] (II) fglrx(0): Modeline "1024x768"x60.0   74.85  1024 1414 1446 1559  768 771 776 800 -hsync -vsync (48.0 kHz e)
[     2.632] (II) fglrx(0): Modeline "1024x600"x60.0   74.85  1024 1414 1446 1559  600 771 776 800 -hsync -vsync (48.0 kHz e)
[     2.632] (II) fglrx(0): Modeline "800x600"x60.0   74.85  800 1414 1446 1559  600 771 776 800 -hsync -vsync (48.0 kHz e)
[     2.632] (II) fglrx(0): Modeline "800x480"x60.0   74.85  800 1414 1446 1559  480 771 776 800 -hsync -vsync (48.0 kHz e)
[     2.632] (II) fglrx(0): Modeline "640x480"x60.0   74.85  640 1414 1446 1559  480 771 776 800 -hsync -vsync (48.0 kHz e)
[     2.632] (II) fglrx(0): EDID for output DFP1
[     2.632] (II) fglrx(0): EDID for output CRT1
[     2.632] (II) fglrx(0): Output LVDS connected
[     2.632] (II) fglrx(0): Output DFP1 disconnected
[     2.632] (II) fglrx(0): Output CRT1 disconnected
[     2.632] (II) fglrx(0): Using user preference for initial modes
[     2.632] (II) fglrx(0): Output LVDS using initial mode 1366x768
[     2.632] (II) fglrx(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[     2.632] (II) fglrx(0): Display dimensions: (350, 190) mm
[     2.632] (II) fglrx(0): DPI set to (99, 102)
[     2.633] (II) fglrx(0): Eyefinity capable adapter detected.
[     2.633] (II) fglrx(0): Adapter AMD Radeon HD 6500M/5600/5700 Series has 6 configurable heads and 1 displays connected.
[     2.633] (WW) fglrx(0): Big Desktop related functionalities are replaced by RandR 1.2!
[     2.633] (==) fglrx(0):  PseudoColor visuals disabled
[     2.633] (II) Loading sub module "ramdac"
[     2.633] (II) LoadModule: "ramdac"
[     2.633] (II) Module "ramdac" already built-in
[     2.633] (==) fglrx(0): NoDRI = NO
[     2.633] (==) fglrx(0): Capabilities: 0x00000000
[     2.633] (==) fglrx(0): CapabilitiesEx: 0x00000000
[     2.633] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
[     2.633] (==) fglrx(0): UseFastTLS=0
[     2.633] (II) fglrx(0): Shadow Primary option: ShadowPrimary is enabled
[     2.633] (--) Depth 24 pixmap format is 32 bpp
[     2.633] Loading extension ATIFGLRXDRI
[     2.633] (II) fglrx(0): doing swlDriScreenInit
[     2.633] (II) fglrx(0): swlDriScreenInit for fglrx driver
[     2.633] ukiDynamicMajor: found major device number 251
[     2.633] ukiDynamicMajor: found major device number 251
[     2.633] ukiDynamicMajor: found major device number 251
[     2.633] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[     2.633] ukiOpenDevice: node name is /dev/ati/card0
[     2.633] ukiOpenDevice: open result is 13, (OK)
[     2.633] ukiOpenByBusid: ukiOpenMinor returns 13
[     2.633] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[     2.633] (II) fglrx(0): [uki] DRM interface version 1.0
[     2.633] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0"
[     2.633] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x2000
[     2.633] (II) fglrx(0): [uki] mapped SAREA 0x2000 to 0x7f86cf294000
[     2.633] (II) fglrx(0): [uki] framebuffer handle = 0x3000
[     2.633] (II) fglrx(0): [uki] added 1 reserved context for kernel
[     2.633] (II) fglrx(0): swlDriScreenInit done
[     2.633] (II) fglrx(0): Kernel Module Version Information:
[     2.633] (II) fglrx(0):     Name: fglrx
[     2.633] (II) fglrx(0):     Version: 13.10.10
[     2.633] (II) fglrx(0):     Date: May 23 2013
[     2.633] (II) fglrx(0):     Desc: AMD FireGL DRM kernel module
[     2.633] (II) fglrx(0): Kernel Module version matches driver.
[     2.633] (II) fglrx(0): Kernel Module Build Time Information:
[     2.633] (II) fglrx(0):     Build-Kernel UTS_RELEASE:        3.9.4-1-ARCH
[     2.633] (II) fglrx(0):     Build-Kernel MODVERSIONS:        no
[     2.633] (II) fglrx(0):     Build-Kernel __SMP__:            no
[     2.633] (II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
[     2.634] (II) fglrx(0): [uki] register handle = 0x00004000
[     2.634] (EE) fglrx(0): Failed to open CMMQS connection.
[     2.634] (EE) 
[     2.634] (EE) Backtrace:
[     2.636] (EE) 0: /usr/bin/X (xorg_backtrace+0x3d) [0x57ef3d]
[     2.636] (EE) 1: /usr/bin/X (0x400000+0x182cf9) [0x582cf9]
[     2.636] (EE) 2: /usr/lib/libpthread.so.0 (0x7f86ce5ee000+0xf0e0) [0x7f86ce5fd0e0]
[     2.636] (EE) 3: /usr/lib/xorg/modules/drivers/fglrx_drv.so (swlDrmFreeSurfaces+0x42) [0x7f86cb95def2]
[     2.636] (EE) 4: /usr/lib/xorg/modules/drivers/fglrx_drv.so (xdl_xs113_atiddxDriCloseScreen+0x14d) [0x7f86cb8eecad]
[     2.637] (EE) 5: /usr/lib/xorg/modules/drivers/fglrx_drv.so (xdl_xs113_atiddxDriScreenInit+0x8e7) [0x7f86cb8ee357]
[     2.637] (EE) 6: /usr/lib/xorg/modules/drivers/fglrx_drv.so (xdl_xs113_atiddxScreenInit+0xe31) [0x7f86cb8e8061]
[     2.637] (EE) 7: /usr/bin/X (AddScreen+0x71) [0x4374d1]
[     2.637] (EE) 8: /usr/bin/X (InitOutput+0x3df) [0x47792f]
[     2.637] (EE) 9: /usr/bin/X (0x400000+0x26700) [0x426700]
[     2.637] (EE) 10: /usr/lib/libc.so.6 (__libc_start_main+0xf5) [0x7f86cd469a15]
[     2.637] (EE) 11: /usr/bin/X (0x400000+0x26c2d) [0x426c2d]
[     2.637] (EE) 
[     2.637] (EE) Segmentation fault at address 0x890
[     2.637] 
Fatal server error:
[     2.637] Caught signal 11 (Segmentation fault). Server aborting
[     2.637] 
[     2.637] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[     2.637] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[     2.637] (EE) 

I'm kind of new to arch, so I may have made some stupid mistake here and there. smile

Offline

#5335 2013-05-31 02:24:38

offbeatadam
Member
From: Hallandale Beach, FL
Registered: 2013-05-31
Posts: 7

Re: The AMD/ATI Bar & Grill

Vi0L0 wrote:

edit: also iirc read operations aren't that bad for ssds, it's write that is eating them (could be wrong though)

I don't have anything to add about the ATI stuff (by the way, thank you for the work on it, saved me a lot of time lol), however, just FYI: with modern SSD technology, particularly TRIM, the phenomenon where read/write performance would drop off... which actually wasn't read/write, but from how SSDs deal with deleted ("junk") data - since on a platter magnetically its not gone its just dereferenced, early SSDs didn't really handle this all that well. A mixture of updating filesystems and the onboard controllers resolved that, with an added benefit that the "lifetime" of an individual NAND cell (analogous to a sector) was greatly increased.

Last edited by offbeatadam (2013-05-31 02:25:00)


"Never attribute to malice that which is adequately explained by stupidity." - Hanlon's Razor

Offline

#5336 2013-06-01 06:57:08

parchedas
Member
From: Cambridge, UK
Registered: 2013-06-01
Posts: 74

Re: The AMD/ATI Bar & Grill

Hi guys I'm having a problem with getting 32bit direct rendering working on 64bit arch (as required for steam). LIBGL_DEBUG=verbose glxinfo32 returns

name of display: :0
libGL: screen 0 does not appear to be DRI2 capable
libGL: OpenDriver: trying /usr/lib/xorg/modules/dri//tls/swrast_dri.so
libGL: OpenDriver: trying /usr/lib/xorg/modules/dri//swrast_dri.so
libGL error: dlopen /usr/lib/xorg/modules/dri//swrast_dri.so failed (/usr/lib/xorg/modules/dri//swrast_dri.so: wrong ELF class: ELFCLASS64)
libGL: OpenDriver: trying /usr/lib32/xorg/modules/dri/tls/swrast_dri.so
libGL: OpenDriver: trying /usr/lib32/xorg/modules/dri/swrast_dri.so
libGL error: failed to load driver: swrast
display: :0  screen: 0
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)

Direct rendering appears to work fine for 64bit. I'm using a HD7850 with

[james@arch ~]$ pacls catalyst
local/catalyst-hook 13.6-1
    AMD/ATI testing/beta drivers. Auto re-compile fglrx module while shutdown/reboot. Now with Angela - The Slayer Of
    The Daemons ;P
local/catalyst-utils-pxp 13.6-1
    AMD/ATI testing/beta Catalyst drivers utilities and libraries with OpenCL implementation and testing powerXpress
    support. Radeons HD 2 3 4 xxx ARE NOT SUPPORTED
local/lib32-catalyst-utils-pxp 13.6-1 (lib32)
    AMD/ATI testing/beta catalyst driver utilities and libraries with testing powerXpress support. (32-bit)
[james@arch ~]$ pacls mesa
local/glu 9.0.0-2
    Mesa OpenGL Utility library
local/intel-dri 9.1.3-1
    Mesa drivers for Intel
local/lib32-glu 9.0.0-2
    Mesa OpenGL utility library (32 bits)
local/lib32-mesa 9.1.3-2
    an open-source implementation of the OpenGL specification (32-bit)
local/lib32-mesa-demos 8.1.0-2
    Mesa demos and tools (32-bit)
local/lib32-mesa-libgl 9.1.3-2
    Mesa 3-D graphics library (32-bit)
local/mesa 9.1.3-1
    an open-source implementation of the OpenGL specification
local/mesa-demos 8.1.0-1
    Mesa demos and tools
local/mesa-libgl 9.1.3-1
    Mesa 3-D graphics library

Does anyone know what I need to do to fix this?
Cheers, James.

Offline

#5337 2013-06-01 13:48:20

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

Re: The AMD/ATI Bar & Grill

Ok, so I've updated catalyst-utils and total/test on AUR and on the repos: [catalyst], [catalyst-stable], [catalyst-hd234k]
Basically I moved bins from /usr/sbin into /usr/bin and corrected paths to atieventsd in services + I've added workaround to i/o bug (except for catalyst-hd234k because there's no such bug there).
I didn't have time to test all packages so please let me know if you will find some bugs.
I'm planning to update other archive repos soon, just now I don't have that much time.

@Mindwalker:
I don't know what's going on, but it looks similar to this : https://bugs.mageia.org/show_bug.cgi?id=10165
Also: it's easier to repair the system in single-user mode then via cd, just add 1 to your kernel options before booting the kernel.

@parchedas:
why you are using pxp packages? :>
Does 64bit version of debugged glxinfo also claims about DRI2?

Last edited by Vi0L0 (2013-06-01 13:57:24)

Offline

#5338 2013-06-01 17:03:52

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

Re: The AMD/ATI Bar & Grill

Just an FYI - but 13.6-1 may break some wine stuff - it did here, but downgrading to 13.4-1 fixed them again


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

Offline

#5339 2013-06-01 21:45:47

parchedas
Member
From: Cambridge, UK
Registered: 2013-06-01
Posts: 74

Re: The AMD/ATI Bar & Grill

I can't remember why I'm using pxp exactly, but I followed the wiki so I'm guessing when I did

# aticonfig --initial

  it said something about a PowerXpress problem then I used the pxp versions and it was fine. Should I try again without pxp? No, it doesn't say anything about DRI2 for (64bit) glxinfo.

Offline

#5340 2013-06-02 20:51:46

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

Re: The AMD/ATI Bar & Grill

Looks like the [extra]'s gnome-shell 3.8.2 -related packages have been fixed by heftig! smile
I will now remove the temp [gnome-catalyst] repo, feel free to switch to extra packages
( ie with: pacman -S extra/cogl extra/clutter extra/gnome-shell extra/totem extra/totem-plugin )

@parchedas:
I guess that since you are running on 7850 your motherboard doesn't support powerXpress anyway, pxp free packages should work just fine, if not maybe we could fix this

Last edited by Vi0L0 (2013-06-02 21:00:45)

Offline

#5341 2013-06-03 00:36:32

parchedas
Member
From: Cambridge, UK
Registered: 2013-06-01
Posts: 74

Re: The AMD/ATI Bar & Grill

Ok, thanks, I stopped using the pxp packages and now it works fine. I also removed (lib32-)mesa-libgl which was in conflict and intel-dri which depended on them.  aticonfig --config now gives

Found fglrx primary device section
PowerXpress error: Cannot stat '/usr/lib64/fglrx/switchlibGL': No such file or directory
Failed to initialize libglx for discrete GPU
Using /etc/X11/xorg.conf
Saving back-up to /etc/X11/xorg.conf.fglrx-1

Does any of that matter? glxinfo and glxinfo32 don't seem to report any errors.

Offline

#5342 2013-06-03 04:54:16

dgesh
Member
Registered: 2011-09-29
Posts: 18

Re: The AMD/ATI Bar & Grill

@Vi0L0

Thanks very much for doing all this work and making this repo. I'm using Manjaro and it solved the same problem for me.

May I humbly request that you keep this/a repo active until Manjaro update their repos? I've currently got the choice of either downgrading all the stuff you fixed (which will be a bad idea) or not upgrading anything until the Manjaro repos catch up. Or pinning, which I don't like doing.

Thanks again for your hard work, it's very much appreciated from over here in Manjaro-land. I understand completely if you're unwilling to keep this repo up for users of a different distro, of course, and my thanks still stand!

Offline

#5343 2013-06-03 06:52:01

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

Re: The AMD/ATI Bar & Grill

Just wanna say Thanks -> @Vi0L0 : for "catalyst-test 13.6-2"
It's working great with Xorg-Server: 1.14.1, on 3.9.4-1-ARCH x86_64
EDIT: ... meaning, so far so good, on my "AMD A10-4600M APU" Laptop

smile
cheers.

Last edited by scjet (2013-06-04 11:40:56)


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

Offline

#5344 2013-06-03 11:42:03

pYrO1v1aniac
Member
Registered: 2011-11-03
Posts: 51

Re: The AMD/ATI Bar & Grill

llano1106, you're a genius, thanks Vi0lo for updating and integrating the patch, catalyst-test 13.6-2 from AUR gives 80+ FPS for me in minecraft (Compared to 60-70 before) with no discernable input lag (which had been a problem since 13.4 for me).

**Edit

No sad looks like I spoke too soon. After a minute or two it's jittery again and input is lagging behind, thanks for the efforts though dudes.

Last edited by pYrO1v1aniac (2013-06-03 12:01:53)

Offline

#5345 2013-06-03 16:40:15

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

Re: The AMD/ATI Bar & Grill

@parchedas:
don't bother yourself about those errors

@dgesh:
ok, but, since I think that arch users should use extra pkgs, I won't dig gnome-catalyst out from the grave - instead I will change URL:
[gnome-catalyst]
Server = http://catalyst.wirephire.com/repo/gnom … back/$arch

Offline

#5346 2013-06-03 17:07:26

dgesh
Member
Registered: 2011-09-29
Posts: 18

Re: The AMD/ATI Bar & Grill

This is very kind of you, thank you Vi0L0!

Offline

#5347 2013-06-03 18:53:08

Jannis
Member
Registered: 2013-06-03
Posts: 48

Re: The AMD/ATI Bar & Grill

@Vi0L0
First, I want to thank you for your great work! It's really appreciated.

I noticed the catalyst-utils package from the catalyst-13.3-beta3 repo has files in /usr/sbin/ which should be moved to /usr/bin according to today's news post. Those files are amdnotifyui, atieventsd and atigetsysteminfo.sh.

Is it possible for you to move them, or do I have to upgrade to another version?

Offline

#5348 2013-06-03 19:35:31

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

Re: The AMD/ATI Bar & Grill

Yes, I'm planning to update such archive repos as: [catalyst-13.3-beta3], [catalyst-12.8], [catalyst-12.10], [catalyst-hd234k-12.4] and [catalyst-hd234k-12.6] - if someone want other repos to be updated, let me know.
I just don't have time to do this today or tomorrow...

For now I think you should be able to get working updated system by:
- removing catalyst-utils
- performing update operations and installing bash and filesystem
- installing catalyst-utils

Let me know in case of any problems.

Offline

#5349 2013-06-03 19:36:12

Hyugga
Member
From: Santiago, Chile
Registered: 2010-03-26
Posts: 335

Re: The AMD/ATI Bar & Grill

I have a Samsung with a discrete AMD 8750M card. I couldn't install the propietary drivers because it says that my card wasn't supported by the lastest driver.
I have to wait until it gets support? Or am i doing something wrong???

Thanks!

Offline

#5350 2013-06-03 22:07:17

Jannis
Member
Registered: 2013-06-03
Posts: 48

Re: The AMD/ATI Bar & Grill

Vi0L0 wrote:

For now I think you should be able to get working updated system by:
- removing catalyst-utils
- performing update operations and installing bash and filesystem
- installing catalyst-utils

Thanks! I got it to update after removing the package with "pacman -Rdd catalyst-utils". Reinstalled it after following the update instructions in the news post. Rebooted and the system is still working.

Thanks again for maintaining all those repos and for getting our cards to work! Seriously, I think AMD should pay you, as you are obviously doing their customer support here.

By the way, I really hope they fix the horrible performance on the drivers after 13.3b3. I don't know if it's the same with all cards but on my HD7870 I get about 20fps in TF2 with the newer versions. On 13.3b3 some maps are glitchy as fuck but at least I can play on some maps with good fps.

Offline

Board footer

Powered by FluxBB