You are not logged in.
Thx But how could I get the old PKGBUILD for 10.7 in order to include the patch ? (I guess it is not enought to just change pkgver in the 10.9 PKGBUILD) ?
edit : sorry, I've just forgot this link >> http://catalyst.apocalypsus.net/tarball/
No, after changing pkgver , makepkg -c , downloading ati-drivers-* 10.7, fail because of wrong checksum , change md5sum of ati-drivers-* 10.7, makepkg -c
+ before building catalyst-utils 10.7 remove this line from it's PKGBUILD:
install -m644 etc/security/console.apps/amdcccle-su "${pkgdir}/etc/security/console.apps/" || return 1
Last edited by Vi0L0 (2010-09-18 20:21:55)
Offline
Thanks I've installed successfully the driver But the command catalyst_build_module has disappear...is it normal ?
I believe in a world I can and do understand. A rational universe, explained through rational means.
Offline
Looks like the Catalyst package was updated today in the AUR. I wonder what changes this brings?
Offline
I removed xorg-server-1.8-catalyst-maximize-fix and tried the vanilla version, no luck. Window resizing is still painfully slow.
Which "patched-xorg" is better to use ??
Gillian00 wrote:Sometimes and with no apparent reason, xorg is working hard and eat 100% of one cpu. Then I have to kill X and take a new session. How can I know if it is a xorg problem or a application problem or a kde problem or a catalyst problem ?
Well... it's not easy to get such information, because to investigate it you will have to involve debugging, tracing, mapping and other developing tricks. And even for good developer it's sometimes hard to tell whats causing the problem...
So i suggest you to do some easier things like:
- disabling some kde features/services (like plasma elements or powerdevil) or kwin's effects or kwin's settings
- playing with amdcccle
- if you are still observing high CPU usage i guess you should search web for fixes (sometimes it's related with hardware like gpu or mobo, so it's good to provide such info in search query)Also maybe you are catching some X server lockup, and high cpu is just a side effect for this. You should look up at /var/log/Xorg.0.log for some errors. Plus look at /var/log/kdm.log and if there is something similar to "stuck in an infinite loop" related with a date when you experinced high cpu usage - it's most probably an X bug, and you should fill bug report. If you dicide to fill bug report - be sure to name it as "xserver lockup', not 'high cpu usage'.
thank you for the tips :-)
Dell Studio XPS 1647 | i5-560m | 4go ddr3 | ATI radeon mobility 4670HD 1go gddr3 | Seagate Momentus 7200.4 G-force | wled 1600x900
Offline
I have these "framebuffer freezes" too...
Bunt only sometimes when
exiting mplayer -vo vaapi:gl -va vaapi
exiting or alt-tabbing nexuiz
There's a image frozen on the screen and only the mouse pointer works.
Switching to tty1 and then back to x makes it normal again.
฿ 18PRsqbZCrwPUrVnJe1BZvza7bwSDbpxZz
Offline
Thanks I've installed successfully the driver But the command catalyst_build_module has disappear...is it normal ?
Of course, auto re-compile functionality is now in catalyst-hook or catalyst-daemon package.
Looks like the Catalyst package was updated today in the AUR. I wonder what changes this brings?
I'm always writing about changes in aur's comments. Plus look at the bottom of prev page of this thread.
Which "patched-xorg" is better to use ??
it's your choice, download both from repo and check both
Offline
After struggling for a good 4 hours with kernel update, catalyst 10.9 upgrade and finally xorg-server-1.8-catalyst-maximize-fix update I'm a having a super fast and stable KDE SC.
Also, I installed catalyst-hook - I prefer this way over daemon way.
As usual, tyvm for your awesome work Vi0L0.
Last edited by msx (2010-09-19 23:58:57)
Enjoying i3wm w/ lifebar + j4-dmenu-desktop + tab_windows / fish shell / Emacs / tmux / Konsole / KDE apps
Arch + Linux-libre kernel: ParabolaGNULinux.org
Offline
KMS and Catalyst
Is there any way to use KMS with Catalyst? Since I have 23" wide monitor native framebuffer resolution 1440x1050 makes tty fonts ugly and hard to read but with KMS enabled I get full screen resolution support with tiny fonts looking nice - and easy on eyes. However seems there's no way to use KMS while using Catalyst instead open-source modules...
Enjoying i3wm w/ lifebar + j4-dmenu-desktop + tab_windows / fish shell / Emacs / tmux / Konsole / KDE apps
Arch + Linux-libre kernel: ParabolaGNULinux.org
Offline
KMS and Catalyst
Is there any way to use KMS with Catalyst? Since I have 23" wide monitor native framebuffer resolution 1440x1050 makes tty fonts ugly and hard to read but with KMS enabled I get full screen resolution support with tiny fonts looking nice - and easy on eyes. However seems there's no way to use KMS while using Catalyst instead open-source modules...
No. I'm pretty sure that there will be no such support, ever (same for nvidia's drivers).
Offline
I have these "framebuffer freezes" too...
Bunt only sometimes when
exiting mplayer -vo vaapi:gl -va vaapi
exiting or alt-tabbing nexuizThere's a image frozen on the screen and only the mouse pointer works.
Switching to tty1 and then back to x makes it normal again.
+1 on that
EDIT: Also Flash produces artifacts sometimes in full screen, disappears if composting is off.
Last edited by subzero316 (2010-09-20 03:12:50)
Offline
Today i wanna show you something i have been working on lately.
xmL throw idea that maybe we could use makepkg inside catalyst_build_module script to build catalyst packages with fglrx modules inside, and i just coded it.
I'm showing you this (actually tested only by me) "project" right now, because in just a few days i'm gonna go for a trip, i will be afk for i dunno a week maybe little longer, and i don't wanna wait so long with this
You may find fruit of my work in AUR's catalyst-generator.
Basically it's modified catalyst_build_module script able to generate catalyst-{kernver} package(s) (with only fglrx module inside) and install/upgrade it (+ some other files like pkgbuild for catalyst-{kernver} package).
By catalyst-{kernver} i mean ie. catalyst-2.6.35-ARCH package for kernel 2.6.35-ARCH, or catalyst-2.6.36-rc5-mainline package for 2.6.36-rc5-mainline kernel, and so on...
It's building those packages as unprivileged user and you will be asked which user exactly after typing catalyst_build_module command (so it's safer than catalyst_build_module known from hook or daemon).
Also fglrx modules built by this generator should "fit" to you hardware more precisely (because of makepkg).
Since it's using pacman to install packages you may easily manage catalyst's packages generated by it. You may ie. remove catalyst-2.6.35-ARCH with pacman -R catalyst-2.6.35-ARCH command.
Of course such commands like:
- catalyst_build_module remove
- catalyst_build_module remove_all
or
- catalyst_build_module some_kernel_version
- catalyst_build_module all
should also work fine, but now on packages .
It's not another auto re-compilation solution(!), you must to use it manually.
Catalyst-hook isn't able to work with it because there cannot be more than 1 pacman instance running (pacman -Syu is 1 instance, there's no place for another).
I modified catalyst-daemon to use it, but with it daemon is starting in like 15-20s when it need to build a module, so i think it's too long... maybe xmL will figure out how to speed it up, but for now he's busy.
So umm... it's just some idea and some project, maybe you will find it useful, maybe you can show me a way to make it more useful .
Oh and don't forget to run catalyst_build_module as a root after installing catalyst-generator package.
Plus - yes, after typing 'catalyst_build_module' or 'catalyst_build_module all' - it will build AND install/upgrade package(s).
Last edited by Vi0L0 (2010-09-23 01:29:04)
Offline
Did anyone's tearing issues get fixed with this release?
I thought it was the Direct2d acceleration, so I set ForceXAA to true and rebooted to test, and it's not tearing, either. I've switched resolutions, refresh rates, jiggled windows with videos playing, and the tearing is just gone.
Also, is anyone's Xorg.0.log being spammed with a "timer =" messages. I'm getting it in both my slim.log and Xorg.0.log from X. It's possible the new slim version is causing/doing it or it might be fglrx. They're the only two Xorg-related packages I've updated in a while.
Offline
Did anyone's tearing issues get fixed with this release?
I thought it was the Direct2d acceleration, so I set ForceXAA to true and rebooted to test, and it's not tearing, either. I've switched resolutions, refresh rates, jiggled windows with videos playing, and the tearing is just gone.
Also, is anyone's Xorg.0.log being spammed with a "timer =" messages. I'm getting it in both my slim.log and Xorg.0.log from X. It's possible the new slim version is causing/doing it or it might be fglrx. They're the only two Xorg-related packages I've updated in a while.
Looks like you gained known from open source ati driver "v-sync to v-blank" functionality
Can you show me a file generated by your /usr/sbin/atigetsysteminfo.sh ?
Offline
ATI System configuration report started Thu Sep 23 07:41:41 EDT 2010 on viking.
==========uname -a==========
Linux viking 2.6.34 #1 SMP PREEMPT Wed Jun 23 16:38:07 EDT 2010 i686 Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz GenuineIntel GNU/Linux
==========/etc/issue (05:11)==========
[H[2J
Arch Linux
(
) (\l)
==========/proc/version (07:41)==========
Linux version 2.6.34 (ragnarok2040@viking) (gcc version 4.5.0 20100520 (prerelease) (GCC) ) #1 SMP PREEMPT Wed Jun 23 16:38:07 EDT 2010
==========gcc --version==========
gcc (GCC) 4.5.1
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
==========/usr/bin/fglrxinfo==========
libGL: XF86DRIGetClientDriverName: 8.77.5 fglrx (screen 0)
libGL: OpenDriver: trying /usr/lib/xorg/modules/dri//tls/fglrx_dri.so
libGL: OpenDriver: trying /usr/lib/xorg/modules/dri//fglrx_dri.so
ukiDynamicMajor: found major device number 253
ukiDynamicMajor: found major device number 253
ukiOpenByBusid: Searching for BusID PCI:1:0:0
ukiOpenDevice: node name is /dev/ati/card0
ukiOpenDevice: open result is 5, (OK)
ukiOpenByBusid: ukiOpenMinor returns 5
ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon HD 4800 Series
OpenGL version string: 3.3.10188 Compatibility Profile Context
==========ldd /usr/bin/fglrxinfo==========
linux-gate.so.1 => (0xb76e8000)
libGL.so.1 => /usr/lib/libGL.so.1 (0xb7607000)
libX11.so.6 => /usr/lib/libX11.so.6 (0xb74ed000)
libXext.so.6 => /usr/lib/libXext.so.6 (0xb74df000)
libc.so.6 => /lib/libc.so.6 (0xb7394000)
libpthread.so.0 => /lib/libpthread.so.0 (0xb7379000)
libatiuki.so.1 => /usr/lib/libatiuki.so.1 (0xb7371000)
libm.so.6 => /lib/libm.so.6 (0xb734c000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0xb7330000)
libdl.so.2 => /lib/libdl.so.2 (0xb732c000)
libxcb.so.1 => /usr/lib/libxcb.so.1 (0xb7314000)
/lib/ld-linux.so.2 (0xb76e9000)
libXau.so.6 => /usr/lib/libXau.so.6 (0xb7310000)
libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb730b000)
==========INSTALLATION LOG========
==========/usr/share/ati/fglrx-install.log ()==========
cat: /usr/share/ati/fglrx-install.log: No such file or directory
==========ENVIRONMENT VARIABLES==========
$PATH=/usr/lib/libfm:/usr/lib/libfm:/usr/lib/libfm:/usr/lib/libfm:/usr/lib/libfm:/usr/lib/libfm:/usr/lib/libfm:/usr/lib/libfm:/usr/lib/libfm:/usr/lib/libfm:/usr/lib/libfm:/usr/lib/libfm:/usr/lib/libfm:/bin:/usr/bin:/sbin:/usr/sbin:/usr/bin/perlbin/site:/usr/bin/perlbin/vendor:/usr/bin/perlbin/core:/opt/ps2dev/ee/bin:/opt/ps2dev/iop/bin:/opt/ps2dev/dvp/bin:/opt/ps2dev/ps2sdk/bin
$LD_LIBRARY_PATH=
$LD_CONFIG_PATH=
$LIBGL_DRIVERS_PATH=/usr/lib/xorg/modules/dri/
==========PROC DEVICES==========
==========/proc/cpuinfo (07:41)==========
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 15
model name : Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz
stepping : 11
cpu MHz : 2394.042
cache size : 4096 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
apicid : 0
initial apicid : 0
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm tpr_shadow vnmi flexpriority
bogomips : 4788.08
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 15
model name : Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz
stepping : 11
cpu MHz : 2394.042
cache size : 4096 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 4
apicid : 1
initial apicid : 1
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm tpr_shadow vnmi flexpriority
bogomips : 4787.75
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 15
model name : Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz
stepping : 11
cpu MHz : 2394.042
cache size : 4096 KB
physical id : 0
siblings : 4
core id : 2
cpu cores : 4
apicid : 2
initial apicid : 2
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm tpr_shadow vnmi flexpriority
bogomips : 4787.77
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 15
model name : Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz
stepping : 11
cpu MHz : 2394.042
cache size : 4096 KB
physical id : 0
siblings : 4
core id : 3
cpu cores : 4
apicid : 3
initial apicid : 3
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm tpr_shadow vnmi flexpriority
bogomips : 4787.77
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
==========/proc/meminfo (07:41)==========
MemTotal: 3113904 kB
MemFree: 2268092 kB
Buffers: 153732 kB
Cached: 393396 kB
SwapCached: 0 kB
Active: 381904 kB
Inactive: 317644 kB
Active(anon): 153940 kB
Inactive(anon): 0 kB
Active(file): 227964 kB
Inactive(file): 317644 kB
Unevictable: 0 kB
Mlocked: 0 kB
HighTotal: 2235976 kB
HighFree: 1627508 kB
LowTotal: 877928 kB
LowFree: 640584 kB
SwapTotal: 0 kB
SwapFree: 0 kB
Dirty: 2364 kB
Writeback: 0 kB
AnonPages: 152444 kB
Mapped: 79204 kB
Shmem: 1524 kB
Slab: 63376 kB
SReclaimable: 55200 kB
SUnreclaim: 8176 kB
KernelStack: 740 kB
PageTables: 1652 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 1556952 kB
Committed_AS: 364864 kB
VmallocTotal: 122880 kB
VmallocUsed: 29404 kB
VmallocChunk: 88276 kB
DirectMap4k: 8184 kB
DirectMap4M: 901120 kB
==========/usr/sbin/lspci==========
00:00.0 Host bridge: Intel Corporation 4 Series Chipset DRAM Controller (rev 02)
00:01.0 PCI bridge: Intel Corporation 4 Series Chipset PCI Express Root Port (rev 02)
00:1a.0 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #4
00:1a.1 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #5
00:1a.2 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #6
00:1a.7 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #2
00:1b.0 Audio device: Intel Corporation 82801JI (ICH10 Family) HD Audio Controller
00:1c.0 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 1
00:1c.1 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Port 2
00:1c.5 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 6
00:1d.0 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #1
00:1d.1 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #2
00:1d.2 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #3
00:1d.7 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #1
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 90)
00:1f.0 ISA bridge: Intel Corporation 82801JIB (ICH10) LPC Interface Controller
00:1f.2 IDE interface: Intel Corporation 82801JI (ICH10 Family) 4 port SATA IDE Controller #1
00:1f.3 SMBus: Intel Corporation 82801JI (ICH10 Family) SMBus Controller
00:1f.5 IDE interface: Intel Corporation 82801JI (ICH10 Family) 2 port SATA IDE Controller #2
01:00.0 VGA compatible controller: ATI Technologies Inc RV770 [Radeon HD 4850]
01:00.1 Audio device: ATI Technologies Inc HD48x0 audio
02:00.0 SATA controller: JMicron Technology Corp. JMB362/JMB363 Serial ATA Controller (rev 03)
02:00.1 IDE interface: JMicron Technology Corp. JMB362/JMB363 Serial ATA Controller (rev 03)
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
==========/proc/pci ()==========
cat: /proc/pci: No such file or directory
==========/proc/ati/major (07:41)==========
253
==========/proc/ati/0/biosversion (07:41)==========
BIOS_CREATION_DATE="05/23/08 11:36"
BIOS_MSG="Wekiva RV770 B50102 Board "
BIOS_KIT_VERSION="BK-ATI VER011.003.000.000.029117"
BIOS_PN="113-B50102-103"
==========/proc/ati/0/clients (07:41)==========
a dev pid uid magic ioctls context
y 0 2850 0 1 8268932 0x00000001
==========/proc/ati/0/lock (07:41)==========
lock ([0xf807a000]=00000001)
==========/proc/ati/0/mem (07:41)==========
total counts | outstanding
type alloc fail bytes | allocs bytes
system 0 0 3188637696 | 0 0
locked 448933 0 1843153480 | 14387 62691752
sareas 1 0 8192 | 1 8192
driver 22655448 0 1731122054 | 136 4229574
magic 8 0 96 | 0 0
maplist 145752 0 8745120 | 84 5040
vmalist 145809 0 1749708 | 85 1020
buflist 308 0 151472 | 21 133104
files 18 0 12128 | 4 1572
contexts 5 0 248 | 1 128
hwcontext 121 0 991232 | 11 90112
==========/proc/ati/0/mem1 (07:41)==========
total counts | outstanding
type alloc fail bytes | allocs bytes
mappings 5 0 3264512 | 5 3264512
textures 0 0 0 | 0 0
agplist 0 0 0 | 0 0
agpmem 0 0 0 | 0 0
boundagp 0 0 0 | 0 0
aperture 0 0 0 | 0 0
dmabufs 0 0 0 | 0 0
memlocks 0 0 0 | 0 0
mutex 18 0 288 | 4 64
drawables 55 0 880 | 1 16
mempages 448785 0 1838223360 | 14353 58789888
pcielist 1020 0 6034772 | 24 114920
pcie 0 0 0 | 0 0
==========/proc/ati/0/name (07:41)==========
fglrx 0xfd00000 PCI:1:0:0
==========/proc/ati/0/vm (07:41)==========
offset size type flag handle mtrr map_count
0xf807a000 0x2000 SHM 0x20 0xf807a000 none 2
0xd0000000 0x10000000 FB 0x00 0x00000000 none 0
0xfe9f0000 0x10000 REG 0x00 0xf8780000 none 2
0x1ff000 0x1000 ?? 0x00 0x00000000 none 1
0x100000 0x700000 ?? 0x00 0x00000000 none 1
0xd0000000 0x1068000 ?? 0x00 0x00000000 none 1
0xd1068000 0x1068000 ?? 0x00 0x00000000 none 1
0xd20d0000 0x1068000 ?? 0x00 0x00000000 none 1
0xd3138000 0x8000 ?? 0x00 0x00000000 none 1
0xd313f000 0x9000 ?? 0x00 0x00000000 none 1
0x348d4000 0x1000 CTX 0x01 0xf48d4000 none 0
0xd3448000 0x4000 ?? 0x00 0x00000000 none 1
0xd344c000 0x4000 ?? 0x00 0x00000000 none 1
0xd3450000 0x1000 ?? 0x00 0x00000000 none 1
0xd3451000 0x1000 ?? 0x00 0x00000000 none 1
0x348d6000 0x1000 CTX 0x01 0xf48d6000 none 0
0x900000 0x40000 ?? 0x00 0x00000000 none 1
0x860000 0x11000 ?? 0x00 0x00000000 none 1
0x940000 0x400000 ?? 0x00 0x00000000 none 1
0xd40000 0x400000 ?? 0x00 0x00000000 none 1
0xd3453000 0x7d000 ?? 0x00 0x00000000 none 1
0x1000 0x7d000 ?? 0x00 0x00000000 none 1
0xd34d0000 0x870000 ?? 0x00 0x00000000 none 1
0x200000 0x870000 ?? 0x00 0x00000000 none 1
0x3494e000 0x1000 CTX 0x01 0xf494e000 none 0
0x1240000 0x100000 ?? 0x00 0x00000000 none 1
0xd3d60000 0xd000 ?? 0x00 0x00000000 none 1
0x7e000 0xd000 ?? 0x00 0x00000000 none 1
0xbd000 0x60000 ?? 0x00 0x00000000 none 1
0x1340000 0x200000 ?? 0x00 0x00000000 none 1
0x14f000 0x60000 ?? 0x00 0x00000000 none 1
0xd3f27000 0x27000 ?? 0x00 0x00000000 none 1
0xa70000 0x27000 ?? 0x00 0x00000000 none 1
0xd3f4e000 0x27000 ?? 0x00 0x00000000 none 1
0xa97000 0x27000 ?? 0x00 0x00000000 none 1
0xd3f75000 0x27000 ?? 0x00 0x00000000 none 1
0xabe000 0x27000 ?? 0x00 0x00000000 none 1
0xd3f9c000 0x27000 ?? 0x00 0x00000000 none 1
0xc24000 0x27000 ?? 0x00 0x00000000 none 1
0xc4b000 0x60000 ?? 0x00 0x00000000 none 1
0x8b000 0x1000 ?? 0x00 0x00000000 none 1
0x34afa000 0x1000 CTX 0x01 0xf4afa000 none 0
0x34ac2000 0x1000 CTX 0x01 0xf4ac2000 none 0
0xd77cf000 0x780000 ?? 0x00 0x00000000 none 1
0xd3fe4000 0x32000 ?? 0x00 0x00000000 none 1
0xdbb000 0x32000 ?? 0x00 0x00000000 none 1
0x34a64000 0x1000 CTX 0x01 0xf4a64000 none 0
0xb3000 0x1000 ?? 0x00 0x00000000 none 1
0x34ac8000 0x1000 CTX 0x01 0xf4ac8000 none 0
0xb4000 0x1000 ?? 0x00 0x00000000 none 1
0xb5000 0x6000 ?? 0x00 0x00000000 none 1
0x1e1000 0x6000 ?? 0x00 0x00000000 none 1
0x1e7000 0x6000 ?? 0x00 0x00000000 none 1
0xae5000 0x6000 ?? 0x00 0x00000000 none 1
0x1cf000 0x6000 ?? 0x00 0x00000000 none 1
0x1d5000 0x6000 ?? 0x00 0x00000000 none 1
0x34b68000 0x1000 CTX 0x01 0xf4b68000 none 0
0xbb000 0x1000 ?? 0x00 0x00000000 none 1
0x1db000 0x6000 ?? 0x00 0x00000000 none 1
0xaeb000 0x6000 ?? 0x00 0x00000000 none 1
0x1ed000 0x6000 ?? 0x00 0x00000000 none 1
0x1f3000 0x3000 ?? 0x00 0x00000000 none 1
0xd3147000 0x301000 ?? 0x00 0x00000000 none 1
0x3640c000 0x1000 CTX 0x01 0xf640c000 none 0
0xbc000 0x1000 ?? 0x00 0x00000000 none 1
0x1f6000 0x6000 ?? 0x00 0x00000000 none 1
0xaf1
==========X SERVER INFORMATION==========
==========/etc/X11/xorg.conf (02:28)==========
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection
Section "Files"
EndSection
Section "Module"
EndSection
Section "ServerFlags"
Option "AIGLX" "On"
Option "Xinerama" "off"
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
Section "Extensions"
Option "Composite" "On"
EndSection
==========/etc/X11/xorg.conf (02:28)==========
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection
Section "Files"
EndSection
Section "Module"
EndSection
Section "ServerFlags"
Option "AIGLX" "On"
Option "Xinerama" "off"
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
Section "Extensions"
Option "Composite" "On"
EndSection
==========/usr/bin/xdpyinfo -ext XINERAMA==========
name of display: :0.0
version number: 11.0
vendor string: The X.Org Foundation
vendor release number: 10801902
X.Org version: 1.8.1.902
maximum request size: 16777212 bytes
motion buffer size: 256
bitmap unit, bit order, padding: 32, LSBFirst, 32
image byte order: LSBFirst
number of supported pixmap formats: 7
supported pixmap formats:
depth 1, bits_per_pixel 1, scanline_pad 32
depth 4, bits_per_pixel 8, scanline_pad 32
depth 8, bits_per_pixel 8, scanline_pad 32
depth 15, bits_per_pixel 16, scanline_pad 32
depth 16, bits_per_pixel 16, scanline_pad 32
depth 24, bits_per_pixel 32, scanline_pad 32
depth 32, bits_per_pixel 32, scanline_pad 32
keycode range: minimum 8, maximum 255
focus: window 0x1600005, revert to Parent
number of extensions: 33
AMDXVOPL
ATIFGLEXTENSION
ATIFGLRXDRI
BIG-REQUESTS
Composite
DAMAGE
DOUBLE-BUFFER
DPMS
DRI2
GLX
Generic Event Extension
MIT-SCREEN-SAVER
MIT-SHM
RANDR
RECORD
RENDER
SECURITY
SGI-GLX
SHAPE
SYNC
X-Resource
XC-MISC
XFIXES
XFree86-DGA
XFree86-VidModeExtension
XINERAMA
XINERAMA
XInputExtension
XKEYBOARD
XTEST
XVideo
XVideo-MotionCompensation
glesx
default screen number: 0
number of screens: 1
screen #0:
dimensions: 1920x1080 pixels (504x283 millimeters)
resolution: 97x97 dots per inch
depths (7): 24, 1, 4, 8, 15, 16, 32
root window id: 0xbe
depth of root window: 24 planes
number of colormaps: minimum 1, maximum 1
default colormap: 0x20
default number of colormap cells: 256
preallocated pixels: black 0, white 16777215
options: backing-store NO, save-unders NO
largest cursor: 64x64
current input event mask: 0x7a803f
KeyPressMask KeyReleaseMask ButtonPressMask
ButtonReleaseMask EnterWindowMask LeaveWindowMask
ExposureMask StructureNotifyMask SubstructureNotifyMask
SubstructureRedirectMask FocusChangeMask PropertyChangeMask
number of visuals: 81
default visual id: 0x23
visual:
visual id: 0x23
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x24
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x25
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x26
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x27
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x28
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x29
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x2a
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x2b
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x2c
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x2d
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x2e
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x2f
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x30
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x31
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x32
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x33
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x34
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x35
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x36
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x37
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x38
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x39
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x3a
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x3b
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x3c
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x3d
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x3e
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x3f
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x40
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x41
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x42
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x43
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x44
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x45
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x46
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x47
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x48
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x49
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x4a
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x4b
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x4c
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x4d
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x4e
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x4f
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x50
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x51
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x52
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x53
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x54
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x55
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x56
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x57
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x58
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x59
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x5a
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x5b
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x5c
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x5d
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x5e
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x5f
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x60
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x61
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x62
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x63
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x64
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x65
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x66
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x67
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x68
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x69
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x6a
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x6b
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x6c
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x6d
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x6e
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x6f
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x70
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x71
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x72
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xbc
class: TrueColor
depth: 32 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
XINERAMA version 1.1 opcode: 128
head #0: 1920x1080 @ 0,0
==========Processes==========
root 2850 5.1 2.9 85688 91132 tty7 Ss+ 04:47 8:54 /usr/bin/X -nolisten tcp vt07 -dpi 96 -auth /var/run/slim.auth
1000 2948 0.4 0.5 24280 17244 ? S 04:47 0:43 compiz --replace --sm-disable --ignore-desktop-hints ccp
==========/usr/bin/xrandr --screen 0 -q==========
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 1920 x 1920
DFP1 disconnected (normal left inverted right x axis y axis)
DFP2 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 521mm x 293mm
1920x1080 60.0*+
1776x1000 60.0 +
1680x1050 60.0 +
1400x1050 60.0 +
1280x1024 60.0 + 75.0
1440x900 60.0 +
1280x960 60.0 + 75.0
1280x800 60.0 + 75.0
1152x864 60.0 + 75.0
1280x768 60.0 + 74.9
1280x720 60.0 +
1024x768 60.0 + 75.0 70.1
1152x648 60.0 +
800x600 60.0 + 72.2 75.0 70.0 56.2
720x480 60.0 +
640x480 60.0 + 75.0 72.8
CRT1 disconnected (normal left inverted right x axis y axis)
CRT2 disconnected (normal left inverted right x axis y axis)
TV disconnected (normal left inverted right x axis y axis)
CV disconnected (normal left inverted right x axis y axis)
==========KERNEL RELATED==========
==========/var/log/dmesg ()==========
d and address 2
usb 4-1: New USB device found, idVendor=046d, idProduct=c018
usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 4-1: Product: USB Optical Mouse
usb 4-1: Manufacturer: Logitech
input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1:1.0/input/input3
generic-usb 0003:046D:C018.0001: input: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:1a.1-1/input0
ata4.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata4.01: SATA link down (SStatus 0 SControl 300)
ata4.01: link offline, clearing class 3 to NONE
ata4.00: ATAPI: Optiarc DVD RW AD-7240S, 1.00, max UDMA/100
ata3.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata3.01: SATA link down (SStatus 0 SControl 300)
ata4.00: configured for UDMA/100
ata3.00: ATA-7: ST3250410AS, 3.AAC, max UDMA/133
ata3.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 0/32)
ata3.00: configured for UDMA/133
scsi 2:0:0:0: Direct-Access ATA ST3250410AS 3.AA PQ: 0 ANSI: 5
scsi 3:0:0:0: CD-ROM Optiarc DVD RW AD-7240S 1.00 PQ: 0 ANSI: 5
scsi 6:0:0:0: Direct-Access ATA Hitachi HDP72502 GM2O PQ: 0 ANSI: 5
scsi 6:0:1:0: Direct-Access ATA Maxtor 6L080P0 BAH4 PQ: 0 ANSI: 5
usb 4-2: new low speed USB device using uhci_hcd and address 3
Freeing unused kernel memory: 364k freed
BFS CPU scheduler v0.318 by Con Kolivas.
udev: starting version 157
sd 2:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
sd 2:0:0:0: [sda] Write Protect is off
sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sda:
sd 6:0:0:0: [sdb] 488397168 512-byte logical blocks: (250 GB/232 GiB)
sd 6:0:1:0: [sdc] 160086528 512-byte logical blocks: (81.9 GB/76.3 GiB)
sd 6:0:0:0: [sdb] Write Protect is off
sd 6:0:0:0: [sdb] Mode Sense: 00 3a 00 00
sd 6:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sdb: sda1 sda2
sd 2:0:0:0: [sda] Attached SCSI disk
sdb1 sdb2
sd 6:0:0:0: [sdb] Attached SCSI disk
sd 6:0:1:0: [sdc] Write Protect is off
sd 6:0:1:0: [sdc] Mode Sense: 00 3a 00 00
sd 6:0:1:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sdc: sdc1 sdc2 sdc3
sd 6:0:1:0: [sdc] Attached SCSI disk
sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.20
sr 3:0:0:0: Attached scsi CD-ROM sr0
usb 4-2: New USB device found, idVendor=046d, idProduct=c313
usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 4-2: Product: USB Multimedia Keyboard
usb 4-2: Manufacturer: BTC
input: BTC USB Multimedia Keyboard as /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.0/input/input4
generic-usb 0003:046D:C313.0002: input: USB HID v1.10 Keyboard [BTC USB Multimedia Keyboard] on usb-0000:00:1a.1-2/input0
input: BTC USB Multimedia Keyboard as /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.1/input/input5
generic-usb 0003:046D:C313.0003: input: USB HID v1.10 Device [BTC USB Multimedia Keyboard] on usb-0000:00:1a.1-2/input1
EXT4-fs (sdb2): mounted filesystem with ordered data mode
udev[1958]: starting version 162
fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
Disabling lock debugging due to kernel taint
[fglrx] Maximum main memory to use for locked dma buffers: 2894 MBytes.
[fglrx] vendor: 1002 device: 9442 count: 1
[fglrx] ioport: bar 4, base 0xc000, size: 0x100
pci 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
pci 0000:01:00.0: setting latency timer to 64
[fglrx] Kernel PAT support is enabled
[fglrx] module loaded - fglrx 8.77.5 [Aug 25 2010] with 1 minors
loop: module loaded
sd 2:0:0:0: Attached scsi generic sg0 type 0
sr 3:0:0:0: Attached scsi generic sg1 type 5
sd 6:0:0:0: Attached scsi generic sg2 type 0
sd 6:0:1:0: Attached scsi generic sg3 type 0
==========/bin/dmesg==========
ATA Maxtor 6L080P0 BAH4 PQ: 0 ANSI: 5
usb 4-2: new low speed USB device using uhci_hcd and address 3
Freeing unused kernel memory: 364k freed
BFS CPU scheduler v0.318 by Con Kolivas.
udev: starting version 157
sd 2:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
sd 2:0:0:0: [sda] Write Protect is off
sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sda:
sd 6:0:0:0: [sdb] 488397168 512-byte logical blocks: (250 GB/232 GiB)
sd 6:0:1:0: [sdc] 160086528 512-byte logical blocks: (81.9 GB/76.3 GiB)
sd 6:0:0:0: [sdb] Write Protect is off
sd 6:0:0:0: [sdb] Mode Sense: 00 3a 00 00
sd 6:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sdb: sda1 sda2
sd 2:0:0:0: [sda] Attached SCSI disk
sdb1 sdb2
sd 6:0:0:0: [sdb] Attached SCSI disk
sd 6:0:1:0: [sdc] Write Protect is off
sd 6:0:1:0: [sdc] Mode Sense: 00 3a 00 00
sd 6:0:1:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sdc: sdc1 sdc2 sdc3
sd 6:0:1:0: [sdc] Attached SCSI disk
sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.20
sr 3:0:0:0: Attached scsi CD-ROM sr0
usb 4-2: New USB device found, idVendor=046d, idProduct=c313
usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 4-2: Product: USB Multimedia Keyboard
usb 4-2: Manufacturer: BTC
input: BTC USB Multimedia Keyboard as /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.0/input/input4
generic-usb 0003:046D:C313.0002: input: USB HID v1.10 Keyboard [BTC USB Multimedia Keyboard] on usb-0000:00:1a.1-2/input0
input: BTC USB Multimedia Keyboard as /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.1/input/input5
generic-usb 0003:046D:C313.0003: input: USB HID v1.10 Device [BTC USB Multimedia Keyboard] on usb-0000:00:1a.1-2/input1
EXT4-fs (sdb2): mounted filesystem with ordered data mode
udev[1958]: starting version 162
fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
Disabling lock debugging due to kernel taint
[fglrx] Maximum main memory to use for locked dma buffers: 2894 MBytes.
[fglrx] vendor: 1002 device: 9442 count: 1
[fglrx] ioport: bar 4, base 0xc000, size: 0x100
pci 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
pci 0000:01:00.0: setting latency timer to 64
[fglrx] Kernel PAT support is enabled
[fglrx] module loaded - fglrx 8.77.5 [Aug 25 2010] with 1 minors
loop: module loaded
sd 2:0:0:0: Attached scsi generic sg0 type 0
sr 3:0:0:0: Attached scsi generic sg1 type 5
sd 6:0:0:0: Attached scsi generic sg2 type 0
sd 6:0:1:0: Attached scsi generic sg3 type 0
r8169 0000:04:00.0: eth0: link up
r8169 0000:04:00.0: eth0: link up
coretemp coretemp.0: Using relative temperature scale!
coretemp coretemp.1: Using relative temperature scale!
coretemp coretemp.2: Using relative temperature scale!
coretemp coretemp.3: Using relative temperature scale!
f71882fg: Found f71882fg chip at 0xa00, revision 32
f71882fg f71882fg.2560: Fan: 1 is in duty-cycle mode
f71882fg f71882fg.2560: Fan: 2 is in duty-cycle mode
f71882fg f71882fg.2560: Fan: 3 is in duty-cycle mode
f71882fg f71882fg.2560: Fan: 4 is in duty-cycle mode
NET: Registered protocol family 10
alloc irq_desc for 31 on node -1
alloc kstat_irqs on node -1
fglrx_pci 0000:01:00.0: irq 31 for MSI/MSI-X
[fglrx] Firegl kernel thread PID: 2852
[fglrx] IRQ 31 Enabled
[fglrx] Gart USWC size:952 M.
[fglrx] Gart cacheable size:376 M.
[fglrx] Reserved FB block: Shared offset:0, size:1000000
[fglrx] Reserved FB block: Unshared offset:fd05000, size:2fb000
[fglrx] Reserved FB block: Unshared offset:1fffb000, size:5000
eth0: no IPv6 routers present
r8169 0000:04:00.0: eth0: link up
eth0: no IPv6 routers present
r8169 0000:04:00.0: eth0: link up
eth0: no IPv6 routers present
==========/bin/lsmod==========
Module Size Used by
ipv6 211514 14
f71882fg 21306 0
coretemp 3641 0
sg 15103 0
snd_seq_dummy 1079 0
loop 11258 0
snd_hrtimer 1232 0
snd_seq_oss 24376 0
snd_seq_midi_event 4432 1 snd_seq_oss
snd_seq 41432 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 4137 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 32834 0
fglrx 2194562 97
snd_mixer_oss 12352 1 snd_pcm_oss
sr_mod 12649 0
cdrom 31081 1 sr_mod
sd_mod 25227 3
==========AMDPCSDB INFORMATION==========
==========/etc/ati/amdpcsdb (07:41)==========
AMDPCSDBV1
[AMDPCSROOT/SYSTEM/MCIL]
DALLinuxSupport=V1
DALRULE_POWERPLAYDISREGARDDISPLAY=V1
DALNonStandardModesBCD=R140010500000006017921344000000601800144000000060185613920000006016001200000000601280076800000060144009000000006012800960000000601680105000000060
GCORULE_FlickerWA=V1
GCORULE_LCDValidatePixelClkOnly=V1
DisableMMSnifferCode=V0
DALRULE_GetTVFakeEDID=V1
DALRULE_REGISTRYACCESS=V1
DALRULE_GETLCDFAKEEDID=V0
R6LCD_RETURNALLBIOSMODES=V1
TVEnableOverscan=V1
DALRULE_NOFORCEBOOT=V1
DALRULE_DYNAMICMODESUPPORT=V1
DALRULE_ADDNATIVEMODESTOMODETABLE=V1
DALRULE_ALLOWMONITORRANGELIMITMODESCRT=V0
GXOM5XDisableLaneSwitch=V1
Gxo50HzTimingSupport=V1
DALRULE_RESTRICTDISPLAYSBASEDONPANELRES=V0
DFP_AddHDTVPixelFormats=V3
Gxo24HzTimingSupport=V1
PXACAutoSwitch=V0
PXDCAutoSwitch=V0
UvdEnabled=V1
LoadBalancing_DEF=V0
PP_RS780DisableUVDBranchClkGating=V1
DisableFBCSupport=V1
EnableDBDFeature=V1
[AMDPCSROOT/SYSTEM/DDX]
OGLFMTA2R10G10B10Enable=V1
DisableLoadBalancing=V1
DisablePassiveStereo=V0
RequestMSI=STRUE
UseFastTLS=S2
VideoOverlay=Son
ForceXAA=SFALSE
[AMDPCSROOT/SYSTEM/DDX/RECENTMODE]
EnableRestore=V1
[AMDPCSROOT/SYSTEM/LDC]
ReleaseVersion=S8.771-100825a-104565C-ATI
Catalyst_Version=S10.9
LastViewedPage=SMore Settings
LastSelectedDevice=S256:37954:4098:1282:4098|2
ColorPreviewDlgState=V0
HelpDisabled=V0
DP_MSG_FLAG=V0
WarningDlgDisabled=V0
[AMDPCSROOT/SYSTEM/2ID-1002-1002-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-148C-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-9581-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-9583-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-9591-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-9593-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-9504-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-9506-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-9508-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-9509-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-1043-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-1458-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-1462-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-1545-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-1682-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-174B-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-1787-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-17AF-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-94A3-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-9552-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-9553-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-9555-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-9480-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-9488-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-94A0-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-944A-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-94A1-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-945A-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-9491-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-68E1-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
PP_VariBrightFeatureEnable=V1
[AMDPCSROOT/SYSTEM/2ID-1002-68E0-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
PP_VariBrightFeatureEnable=V1
[AMDPCSROOT/SYSTEM/2ID-1002-68C1-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
PP_VariBrightFeatureEnable=V1
[AMDPCSROOT/SYSTEM/2ID-1002-68C0-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
PP_VariBrightFeatureEnable=V1
[AMDPCSROOT/SYSTEM/2ID-1002-68A1-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
PP_VariBrightFeatureEnable=V1
[AMDPCSROOT/SYSTEM/2ID-1002-68A0-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
PP_VariBrightFeatureEnable=V1
[AMDPCSROOT/SYSTEM/2ID-1002-94C9-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-94C8-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-95C4-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-95C2-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-94CB-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-9616-0/MCIL]
DALNonStandardModesBCD1=R1024076800000000128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
PP_GFXClockGatingEnabled=V0
[AMDPCSROOT/SYSTEM/2ID-1002-9615-0/MCIL]
DALNonStandardModesBCD1=R1024076800000000128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
PP_GFXClockGatingEnabled=V0
[AMDPCSROOT/SYSTEM/2ID-1002-9611-0/MCIL]
DALNonStandardModesBCD1=R1024076800000000128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
PP_GFXClockGatingEnabled=V0
[AMDPCSROOT/SYSTEM/2ID-1002-9610-0/MCIL]
DALNonStandardModesBCD1=R1024076800000000128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
PP_GFXClockGatingEnabled=V0
[AMDPCSROOT/SYSTEM/2ID-1002-9710-0/MCIL]
DALNonStandardModesBCD1=R10240768000000001280076800000000128009600000000013600768000000601360076800000070136607680000006013660768000000701600120000000070
DALNonStandardModesBCD2=R179213440000000018001440000000001856139200000000
PP_GFXClockGatingEnabled=V0
[AMDPCSROOT/SYSTEM/2ID-1002-9715-0/MCIL]
DALNonStandardModesBCD1=R10240768000000001280076800000000128009600000000013600768000000601360076800000070136607680000006013660768000000701600120000000070
DALNonStandardModesBCD2=R179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9714-0/MCIL]
DALNonStandardModesBCD1=R10240768000000001280076800000000128009600000000013600768000000601360076800000070136607680000006013660768000000701600120000000070
DALNonStandardModesBCD2=R179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9614-0/MCIL]
DALNonStandardModesBCD1=R1024076800000000128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
PP_GFXClockGatingEnabled=V0
[AMDPCSROOT/SYSTEM/2ID-1002-9613-0/MCIL]
DALNonStandardModesBCD1=R08000480000000601024060000000060128006000000006012800768000000601400105000000060
PP_GFXClockGatingEnabled=V0
[AMDPCSROOT/SYSTEM/2ID-1002-9612-0/MCIL]
DALNonStandardModesBCD1=R08000480000000601024060000000060128006000000006012800768000000601400105000000060
PP_GFXClockGatingEnabled=V0
[AMDPCSROOT/SYSTEM/2ID-1002-9713-0/MCIL]
DALNonStandardModesBCD1=R08000480000000601024060000000060128006000000006012800768000000601400105000000060
PP_GFXClockGatingEnabled=V0
[AMDPCSROOT/SYSTEM/2ID-1002-9712-0/MCIL]
DALNonStandardModesBCD1=R08000480000000601024060000000060128006000000006012800768000000601400105000000060
PP_GFXClockGatingEnabled=V0
[AMDPCSROOT/SYSTEM/2ID-1002-940F-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-940B-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-940A-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-958D-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-958C-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9511-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9403-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9400-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9589-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9587-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9588-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9586-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9598-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9596-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9507-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9505-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9515-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9501-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9519-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-94C7-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-94CC-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-94C3-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-94C4-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-94C1-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-95C5-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-95C6-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-95C9-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-95C0-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-94C6-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-95CF-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-95CE-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-95CD-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9450-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-954F-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9540-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9490-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9498-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9495-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-944E-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-94B4-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-94B3-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-94B5-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9442-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9440-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-944C-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9460-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9462-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9443-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9441-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-688D-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-68F9-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-68D9-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-68DA-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-68D8-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-68B9-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-68B8-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-68BE-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-6898-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-6899-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-689E-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-689C-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9452-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-949F-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-949E-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-949C-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9456-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9444-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-6888-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-68C8-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/BUSID-1:0:0-0/MCIL]
DALLastConnected=V0
DALR6 DFPI 2_MaxModeInfo=R0000000080070000380400000000000078000000
DAL_ACEspectReady=V0
AsicOnLowPower=V0
DALLastSelected=V4
DALLastTypes=V221
DALObjectData0=R01000000010000000000000001000000010000000000000001000000010000000000000001000000010000000000000001000000020000000000000001000000020000000000000003000000010000000200000003000000010000000200000001000000040000000000000000000000000000000000000003000000010000000400000003000000010000000400000001000000020000000000000001000000020000000000000003000000010000000200000003000000010000000200000001000000080000000000000001000000080000000000000003000000080000000100000003000000080000000100000003000000080000000200000003000000080000000200000003000000080000000100000003000000080000000100000003000000080000000400000003000000080000000400000003000000080000000100000003000000080000000100000003000000080000000200000003000000080000000200000003000000080000000100000003000000080000000100000001000000100000000000000001000000100000000000000003000000100000000100000003000000100000000100000003000000100000000200000003000000100000000200000003000000100000000100000003000000100000000100000003000000100000000400000003000000100000000400000003000000100000000100000003000000100000000100000003000000100000000200000003000000100000000200000003000000100000000100000003000000100000000100000003000000080000001000000003000000080000001000000003000000080000001000000003000000080000001000000003000000080000001000000003000000080000001000000003000000080000001000000003000000080000001000000003000000080000001000000003000000080000001000000003000000080000001000000003000000080000001000000003000000080000001000000003000000080000001000000003000000080000001000000003000000080000001000000001000000200000000000000001000000200000000000000003000000010000002000000003000000010000002000000001000000020000000000000001000000020000000000000003000000010000000200000003000000010000000200000001000000040000000000000001000000040000000000000003000000010000000400000003000000010000000400000001000000020000000000000001000000020000000000000003000000010000000200000003000000010000000200000003000000080000002000000003000000080000002000000003000000080000000100000003000000080000000100000003000000080000000200000003000000
DALObjectData1=R08000000020000000300000008000000010000000300000008000000010000000300000008000000040000000300000008000000040000000300000008000000010000000300000008000000010000000300000008000000020000000300000008000000020000000300000008000000010000000300000008000000010000000300000010000000200000000300000010000000200000000300000010000000010000000300000010000000010000000300000010000000020000000300000010000000020000000300000010000000010000000300000010000000010000000300000010000000040000000300000010000000040000000300000010000000010000000300000010000000010000000300000010000000020000000300000010000000020000000300000010000000010000000300000010000000010000000300000008000000100000000300000008000000100000000300000008000000100000000300000008000000100000000300000008000000100000000300000008000000100000000300000008000000100000000300000008000000100000000300000008000000100000000300000008000000100000000300000008000000100000000300000008000000100000000300000008000000100000000300000008000000100000000300000008000000100000000300000008000000100000000100000001000000000000000100000001000000000000000100000001000000000000000000000000000000000000000100000002000000000000000000000000000000000000000100000001000000000000000200000000000000020000000100000004000000000000000000000000000000000000000100000001000000000000000200000000000000040000000100000002000000000000000000000000000000000000000100000001000000000000000200000000000000020000000100000008000000000000000000000000000000000000000100000008000000000000000200000000000000010000000100000008000000000000000200000000000000020000000100000008000000000000000200000000000000010000000100000008000000000000000200000000000000040000000100000008000000000000000200000000000000010000000100000008000000000000000200000000000000020000000100000008000000000000000200000000000000010000000100000010000000000000000000000000000000000000000100000010000000000000000200000000000000010000000100000010000000000000000200000000000000020000000100000010000000000000000200000000000000010000000100000010000000000000000200000000000000040000000100000010000000
DALObjectData2=R00000000020000000000000001000000010000001000000000000000020000000000000002000000010000001000000000000000020000000000000001000000010000000800000000000000020000000000000010000000010000000800000000000000020000000000000010000000010000000800000000000000020000000000000010000000010000000800000000000000020000000000000010000000010000000800000000000000020000000000000010000000010000000800000000000000020000000000000010000000010000000800000000000000020000000000000010000000010000000800000000000000020000000000000010000000010000002000000000000000000000000000000000000000010000000100000000000000020000000000000020000000010000000200000000000000000000000000000000000000010000000100000000000000020000000000000002000000010000000400000000000000000000000000000000000000010000000100000000000000020000000000000004000000010000000200000000000000000000000000000000000000010000000100000000000000020000000000000002000000010000000800000000000000020000000000000020000000010000000800000000000000020000000000000001000000010000000800000000000000020000000000000002000000010000000800000000000000020000000000000001000000010000000800000000000000020000000000000004000000010000000800000000000000020000000000000001000000010000000800000000000000020000000000000002000000010000000800000000000000020000000000000001000000010000001000000000000000020000000000000020000000010000001000000000000000020000000000000001000000010000001000000000000000020000000000000002000000010000001000000000000000020000000000000001000000010000001000000000000000020000000000000004000000010000001000000000000000020000000000000001000000010000001000000000000000020000000000000002000000010000001000000000000000020000000000000001000000010000000800000000000000020000000000000010000000010000000800000000000000020000000000000010000000010000000800000000000000020000000000000010000000010000000800000000000000020000000000000010000000010000000800000000000000020000000000000010000000010000000800000000000000020000000000000010000000010000000800000000000000020000000000000010000000010000000800000000000000020000000000000010000000
DALSelectObjectData0=R01000000010000000000000001000000010000000000000001000000010000000000000001000000010000000000000001000000020000000000000001000000020000000000000003000000010000000200000003000000010000000200000001000000040000000000000001000000040000000000000003000000010000000400000003000000010000000400000001000000020000000000000001000000020000000000000003000000010000000200000003000000010000000200000001000000080000000000000001000000080000000000000003000000080000000100000003000000080000000100000003000000080000000200000003000000080000000200000003000000080000000100000003000000080000000100000003000000080000000400000003000000080000000400000003000000080000000100000003000000080000000100000003000000080000000200000003000000080000000200000003000000080000000100000003000000080000000100000001000000100000000000000001000000100000000000000003000000100000000100000003000000100000000100000003000000100000000200000003000000100000000200000003000000100000000100000003000000100000000100000003000000100000000400000003000000100000000400000003000000100000000100000003000000100000000100000003000000100000000200000003000000100000000200000003000000100000000100000003000000100000000100000003000000080000001000000003000000080000001000000003000000080000001000000003000000080000001000000003000000080000001000000003000000080000001000000003000000080000001000000003000000080000001000000003000000080000001000000003000000080000001000000003000000080000001000000003000000080000001000000003000000080000001000000003000000080000001000000003000000080000001000000003000000080000001000000001000000200000000000000001000000200000000000000003000000010000002000000003000000010000002000000001000000020000000000000001000000020000000000000003000000010000000200000003000000010000000200000001000000040000000000000001000000040000000000000003000000010000000400000003000000010000000400000001000000020000000000000001000000020000000000000003000000010000000200000003000000010000000200000003000000080000002000000003000000080000002000000003000000080000000100000003000000080000000100000003000000080000000200000003000000
DALSelectObjectData1=R08000000020000000300000008000000010000000300000008000000010000000300000008000000040000000300000008000000040000000300000008000000010000000300000008000000010000000300000008000000020000000300000008000000020000000300000008000000010000000300000008000000010000000300000010000000200000000300000010000000200000000300000010000000010000000300000010000000010000000300000010000000020000000300000010000000020000000300000010000000010000000300000010000000010000000300000010000000040000000300000010000000040000000300000010000000010000000300000010000000010000000300000010000000020000000300000010000000020000000300000010000000010000000300000010000000010000000300000008000000100000000300000008000000100000000300000008000000100000000300000008000000100000000300000008000000100000000300000008000000100000000300000008000000100000000300000008000000100000000300000008000000100000000300000008000000100000000300000008000000100000000300000008000000100000000300000008000000100000000300000008000000100000000300000008000000100000000300000008000000100000000100000001000000000000000100000001000000000000000100000001000000000000000000000000000000000000000100000002000000000000000000000000000000000000000100000001000000000000000200000000000000020000000100000004000000000000000000000000000000000000000100000001000000000000000200000000000000040000000100000002000000000000000000000000000000000000000100000001000000000000000200000000000000020000000100000008000000000000000000000000000000000000000100000008000000000000000200000000000000010000000100000008000000000000000200000000000000020000000100000008000000000000000200000000000000010000000100000008000000000000000200000000000000040000000100000008000000000000000200000000000000010000000100000008000000000000000200000000000000020000000100000008000000000000000200000000000000010000000100000010000000000000000000000000000000000000000100000010000000000000000200000000000000010000000100000010000000000000000200000000000000020000000100000010000000000000000200000000000000010000000100000010000000000000000200000000000000040000000100000010000000
DALSelectObjectData2=R00000000020000000000000001000000010000001000000000000000020000000000000002000000010000001000000000000000020000000000000001000000010000000800000000000000020000000000000010000000010000000800000000000000020000000000000010000000010000000800000000000000020000000000000010000000010000000800000000000000020000000000000010000000010000000800000000000000020000000000000010000000010000000800000000000000020000000000000010000000010000000800000000000000020000000000000010000000010000000800000000000000020000000000000010000000010000002000000000000000000000000000000000000000010000000100000000000000020000000000000020000000010000000200000000000000000000000000000000000000010000000100000000000000020000000000000002000000010000000400000000000000000000000000000000000000010000000100000000000000020000000000000004000000010000000200000000000000000000000000000000000000010000000100000000000000020000000000000002000000010000000800000000000000020000000000000020000000010000000800000000000000020000000000000001000000010000000800000000000000020000000000000002000000010000000800000000000000020000000000000001000000010000000800000000000000020000000000000004000000010000000800000000000000020000000000000001000000010000000800000000000000020000000000000002000000010000000800000000000000020000000000000001000000010000001000000000000000020000000000000020000000010000001000000000000000020000000000000001000000010000001000000000000000020000000000000002000000010000001000000000000000020000000000000001000000010000001000000000000000020000000000000004000000010000001000000000000000020000000000000001000000010000001000000000000000020000000000000002000000010000001000000000000000020000000000000001000000010000000800000000000000020000000000000010000000010000000800000000000000020000000000000010000000010000000800000000000000020000000000000010000000010000000800000000000000020000000000000010000000010000000800000000000000020000000000000010000000010000000800000000000000020000000000000010000000010000000800000000000000020000000000000010000000010000000800000000000000020000000000000010000000
DALCurrentObjectData=R010000000400000000000000000000000000000000000000
DALInstallFlag=V1
DALR6 DFPI 21920x1080x0x60=R000000000000000000000000000000000000000000000000000000000000000000000000080000000100000001000000
DAL_DFP2ColorTemperatureSource690423F2=R0200000064190000
DALR6 DFPI 2=R0000000000000000000000006400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000006419000000000000010000000000000000000000000000000000000000000000
DALR6 DFPI 2640x480x0x60=R000000000000000000000000000000000000000000000000000000000000000000000000000000000100000001000000
DALR6 DFPI 21024x768x0x75=R000000000000000000000000000000000000000000000000000000000000000000000000000000000100000001000000
DALR6 DFPI 21024x768x0x60=R000000000000000000000000000000000000000000000000000000000000000000000000000000000100000001000000
GDOADJR6 DFPI 2=R000000000200000010000000000000000100000008000000000000000100000001000000000000000200000002000000000000000200000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
DAL_DFP2Options=R05010000
DALOvlYUVBrightness=R0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
DALOvlYUVContrast=R6400000064000000640000006400000064000000640000006400000064000000640000006400000064000000640000006400000064000000640000006400000064000000640000006400000064000000640000006400000064000000640000006400000064000000640000006400000064000000640000006400000064000000640000006400000064000000640000006400000064000000640000006400000064000000640000006400000064000000640000006400000064000000640000006400000064000000640000006400000064000000640000006400000064000000640000006400000064000000640000006400000064000000640000006400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
DALOvlYUVSaturation=R6400000064000000640000006400000064000000640000006400000064000000640000006400000064000000640000006400000064000000640000006400000064000000640000006400000064000000640000006400000064000000640000006400000064000000640000006400000064000000640000006400000064000000640000006400000064000000640000006400000064000000640000006400000064000000640000006400000064000000640000006400000064000000640000006400000064000000640000006400000064000000640000006400000064000000640000006400000064000000640000006400000064000000640000006400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
DALOvlYUVHue=R0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
DALOvlYUVGamma=R0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
DALOvlYUVInvGamma=R0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
DALOvlYUVOvlKelvin=R64190000
DALR6 DFPI 21280x720x0x60=R000000000000000000000000000000000000000000000000000000000000000001000000080000000100000001000000
DPBBufferID=V0
DALR6 DFPI 21280x768x0x60=R000000000000000000000000000000000000000000000000000000000000000000000000080000000100000001000000
DALColorTemperatureSource690423F2=R0200000064190000
DALR6 DFPI 2800x600x0x60=R000000000000000000000000000000000000000000000000000000000000000001000000080000000100000001000000
DALR6 DFPI 21024x768x0x70=R000000000000000000000000000000000000000000000000000000000000000000000000000000000100000001000000
DALR6 DFPI 21280x1024x0x60=R000000000000000000000000000000000000000000000000000000000000000000000000080000000100000001000000
DALR6 DFPI 21280x1024x0x75=R000000000000000000000000000000000000000000000000000000000000000000000000000000000100000001000000
[AMDPCSROOT/SYSTEM/BUSID-1:0:0-0/LibXUtil/Display1]
Map=V128
Enable=V1
[AMDPCSROOT/SYSTEM/BUSID-1:0:0-0/OpenGL]
VSyncControl=V3
CatalystAI=V0
AntiAliasSamples=V0
AAF=V3
ASTT=V0
ASD=V2
TextureLod=V3
[AMDPCSROOT/SYSTEM/BUSID-1:0:0-0/DDX]
GammaCorrection2=V104960100
[AMDPCSROOT/SYSTEM/LibXUtil/Display1]
Map=V6
Enable=V1
[AMDPCSROOT/SYSTEM/BUSID-1:0:0-2/LDC]
GammaChannelSelState=V0
==========AMDPCSDB.DEFAULT INFORMATION==========
==========/etc/ati/amdpcsdb.default (14:37)==========
AMDPCSDBV1
[AMDPCSROOT/SYSTEM/MCIL]
DALLinuxSupport=V1
DALRULE_POWERPLAYDISREGARDDISPLAY=V1
DALNonStandardModesBCD=R140010500000006017921344000000601800144000000060185613920000006016001200000000601280076800000060144009000000006012800960000000601680105000000060
GCORULE_FlickerWA=V1
GCORULE_LCDValidatePixelClkOnly=V1
DisableMMSnifferCode=V0
DALRULE_GetTVFakeEDID=V1
DALRULE_REGISTRYACCESS=V1
DALRULE_GETLCDFAKEEDID=V0
R6LCD_RETURNALLBIOSMODES=V1
TVEnableOverscan=V1
DALRULE_NOFORCEBOOT=V1
DALRULE_DYNAMICMODESUPPORT=V1
DALRULE_ADDNATIVEMODESTOMODETABLE=V1
DALRULE_ALLOWMONITORRANGELIMITMODESCRT=V0
GXOM5XDisableLaneSwitch=V1
Gxo50HzTimingSupport=V1
DALRULE_RESTRICTDISPLAYSBASEDONPANELRES=V0
DFP_AddHDTVPixelFormats=V3
Gxo24HzTimingSupport=V1
PXACAutoSwitch=V0
PXDCAutoSwitch=V0
UvdEnabled=V1
LoadBalancing_DEF=V0
PP_RS780DisableUVDBranchClkGating=V1
DisableFBCSupport=V1
EnableDBDFeature=V1
[AMDPCSROOT/SYSTEM/DDX]
OGLFMTA2R10G10B10Enable=V1
DisableLoadBalancing=V1
DisablePassiveStereo=V0
RequestMSI=STRUE
[AMDPCSROOT/SYSTEM/DDX/RECENTMODE]
EnableRestore=V1
[AMDPCSROOT/SYSTEM/LDC]
ReleaseVersion=S8.771-100825a-104565C-ATI
Catalyst_Version=S10.9
[AMDPCSROOT/SYSTEM/2ID-1002-1002-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-148C-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-148C-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-148C-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-9581-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-9583-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-9591-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-9593-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-9504-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-9506-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-9508-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-9509-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-1043-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-1458-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-1462-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-148C-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-1545-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-1682-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-174B-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-174B-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-1787-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-1787-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-17AF-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-17AF-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-94A3-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-9552-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-9553-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-9555-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-9480-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-9488-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-94A0-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-944A-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-94A1-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-945A-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-9491-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-68E1-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
PP_VariBrightFeatureEnable=V1
[AMDPCSROOT/SYSTEM/2ID-1002-68E0-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
PP_VariBrightFeatureEnable=V1
[AMDPCSROOT/SYSTEM/2ID-1002-68C1-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
PP_VariBrightFeatureEnable=V1
[AMDPCSROOT/SYSTEM/2ID-1002-68C0-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
PP_VariBrightFeatureEnable=V1
[AMDPCSROOT/SYSTEM/2ID-1002-68A1-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
PP_VariBrightFeatureEnable=V1
[AMDPCSROOT/SYSTEM/2ID-1002-68A0-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
PP_VariBrightFeatureEnable=V1
[AMDPCSROOT/SYSTEM/2ID-1002-94C9-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-94C8-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-95C4-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-95C2-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-94CB-0/MCIL]
DALNonStandardModesBCD1=R0800048000000060102406000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-9616-0/MCIL]
DALNonStandardModesBCD1=R1024076800000000128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9615-0/MCIL]
DALNonStandardModesBCD1=R1024076800000000128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9611-0/MCIL]
DALNonStandardModesBCD1=R1024076800000000128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9610-0/MCIL]
DALNonStandardModesBCD1=R1024076800000000128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9710-0/MCIL]
DALNonStandardModesBCD1=R10240768000000001280076800000000128009600000000013600768000000601360076800000070136607680000006013660768000000701600120000000070
DALNonStandardModesBCD2=R179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9715-0/MCIL]
DALNonStandardModesBCD1=R10240768000000001280076800000000128009600000000013600768000000601360076800000070136607680000006013660768000000701600120000000070
DALNonStandardModesBCD2=R179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9714-0/MCIL]
DALNonStandardModesBCD1=R10240768000000001280076800000000128009600000000013600768000000601360076800000070136607680000006013660768000000701600120000000070
DALNonStandardModesBCD2=R179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9614-0/MCIL]
DALNonStandardModesBCD1=R1024076800000000128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9613-0/MCIL]
DALNonStandardModesBCD1=R08000480000000601024060000000060128006000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-9612-0/MCIL]
DALNonStandardModesBCD1=R08000480000000601024060000000060128006000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-9713-0/MCIL]
DALNonStandardModesBCD1=R08000480000000601024060000000060128006000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-9712-0/MCIL]
DALNonStandardModesBCD1=R08000480000000601024060000000060128006000000006012800768000000601400105000000060
[AMDPCSROOT/SYSTEM/2ID-1002-940F-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-940B-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-940A-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-958D-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-958C-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9511-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9403-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9400-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-1545-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-1545-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-174B-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-174B-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-1787-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-1787-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9589-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9587-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9588-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9586-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9598-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9596-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9507-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9505-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9515-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9501-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9519-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-174B-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-1787-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-94C7-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-94CC-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-94C3-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-94C4-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-94CC-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-94C1-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-95C5-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-95C6-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-95C9-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-95C0-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-94C6-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-95CF-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-95CE-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-95CD-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-1458-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-1682-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-1682-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-1682-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-1682-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-1682-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-1682-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-1682-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-1682-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-1682-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-1682-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-1682-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-1682-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-1682-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-1682-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-1682-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-1682-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-1682-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-1682-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-174B-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-174B-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-174B-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-174B-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-174B-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-174B-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-174B-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-1787-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-1787-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-1787-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-1787-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-1787-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-1787-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-1787-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-1787-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-1787-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-17AF-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-17AF-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9450-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-954F-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9540-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9490-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9498-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9495-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-944E-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-944E-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-94B4-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-94B3-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-94B5-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9442-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9440-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-944C-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9460-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9462-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9443-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9441-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-1043-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-1043-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-174B-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-174B-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-174B-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-174B-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-174B-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-174B-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-1787-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-1787-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-1787-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-1787-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-1787-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-17AF-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-17AF-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-17AF-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-17AF-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-17AF-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-17AF-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-17AF-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-688D-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-68F9-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-68D9-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-68DA-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-68D8-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-68B9-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-68B8-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-68BE-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-6898-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-6899-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-689E-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-689C-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9452-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-949F-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-949E-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-949C-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9456-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
[AMDPCSROOT/SYSTEM/2ID-1002-9444-0/MCIL]
DALNonStandardModesBCD1=R128007680000000012800960000000001600120000000070179213440000000018001440000000001856139200000000
Here it is. My kernel is patched with the BFS scheduler, and uses a custom configuration, since the stock kernel used to segfault on me. I haven't tested the stock kernel since .28 or so. My specific video card is a VisionTek HD4850 made around June/July of '08.
Offline
Today I decided that I don't need to suffer from catalyst anymore.
root 4459 3.0 0.0 0 0 ? Zs Sep19 203:17 [X] <defunct>
chris 16859 0.0 0.0 0 0 ? Zs Sep21 1:29 [pidgin] <defunct>
chris 27842 1.5 0.0 0 0 ? Zs Sep21 43:45 [rhythmbox] <defunct>
That's just the last thing in the series of something being broken in every new catalyst.
Let me know when ATI will finally has some QA, then I consider using the driver again.
For now I use xf86-video-ati-git. This -git Version is far mor stable than the official catalyst.
Last edited by Cdh (2010-09-23 16:08:18)
฿ 18PRsqbZCrwPUrVnJe1BZvza7bwSDbpxZz
Offline
Hi Vi0L0, today I used Yaourt to update AUR's packages and I get this:
Packages that were installed as dependencies but are no longer required by any installed package:
catalyst-hook
May be I'm wrong but this package shouldn't be removed, right?
Enjoying i3wm w/ lifebar + j4-dmenu-desktop + tab_windows / fish shell / Emacs / tmux / Konsole / KDE apps
Arch + Linux-libre kernel: ParabolaGNULinux.org
Offline
I've posted this issue a few places around the net, but haven't really got a good answer yet.
It appears that something about fglrx is causing my system to hang when shutting down. Its all the way to "Power off" and then freezes. I ran some tests.
If I modprobe fglrx and try to shutdown without ever running an X server, it shuts down okay.
If I modprobe fglrx, run an X server, kill the X server and rmmod fglrx, the hang still occurs when I try to power down.
If I only run an X server on the vesa driver, everything works fine on shutdown.
Restarts of the computer always work fine -- it is only shutdowns that cause the hang.
I've looked through the logs and nothing seems to be different in them between a restart and shutdown. I believe the the hang may be occurring after logging has already stopped.
Running on Mobility Radeon 5830 (HP Envy 15 laptop Core i5) with Catalyst 10.7 -- Arch Linux x64, kernel 2.6.34. I don't know whether this is a weird bug with Evergreen, with Arch (I haven't tried another distro on this laptop yet), or just with my laptop. Any ideas?
Just thought I'd try again with this.
EDIT: Also, is there a simple command we can use to rebuild the module if we are not using an autorecompilation package?
Last edited by Hamsterkill (2010-09-23 19:05:14)
Offline
Check these comments on phoronix forum
"In maverick repositories just landed fglrx driver with xserver 1.9 support and fixed vertical synchronization !!!!"
" THE GAUSSIAN BLUR IS WORKING! Docky is working a slow as hell with it, but ITS WORKING!"
http://packages.ubuntu.com/maverick/fglrx
fglrx-installer (2:8.780-0ubuntu1) maverick; urgency=low
* New upstream release.
- Fix build issues with kernel fix for CVE-2010-3081 (LP: #642518).
- Add compatibility with 2.6.35 kernels (LP: #573748).
- Add compatibility with xserver 1.9 (LP: #630599).
* Make the driver Depend on the appropriate xserver-xorg-video-$ABI
(LP: #616215).
Vi0L0 update catalyst-test please
Last edited by agapito (2010-09-23 21:21:18)
Excuse my poor English.
Offline
Chek this comment on phoronix forum
"In maverick repositories just landed fglrx driver with xserver 1.9 support and fixed vertical synchronization !!!! "
http://packages.ubuntu.com/maverick/fglrx
fglrx-installer (2:8.780-0ubuntu1) maverick; urgency=low
* New upstream release.
- Fix build issues with kernel fix for CVE-2010-3081 (LP: #642518).
- Add compatibility with 2.6.35 kernels (LP: #573748).
- Add compatibility with xserver 1.9 (LP: #630599).
* Make the driver Depend on the appropriate xserver-xorg-video-$ABI
(LP: #616215).Vi0L0 update please
ok, will check this out , new catalyst will probably land in catalyst-test package, but first i wanna say LOL...
@ragnarok2040:
you have got same cpu and same gpu as me even my gfx's bios is just a few days newer, and yes - i also got this strange timer spam in Xorg log...
basically only our xorg.conf files were different so i've generated new one with aticonfig.... and...
LOOOOOOOOL!
You are right! v-sync is always working, simply always, i cannot believe this...
Hi Vi0L0, today I used Yaourt to update AUR's packages and I get this:
Packages that were installed as dependencies but are no longer required by any installed package:
catalyst-hookMay be I'm wrong but this package shouldn't be removed, right?
Well, if you like auto re-compilation - you need it. There's no dependencies, but indeed - catalyst won't work without fglrx module (which is provided by catalyst, catayst-daemon, catalyst-generator or catalyst-hook )
@Cdh:
i hope that there will be day when oss radeon will kick catalyst's ass on every dimension and we will all migrate to it! Good luck mate!
Offline
It seems like new driver gives XVBA support for Evergreen cards finally!
Excuse my poor English.
Offline
ok, so i have updated catalyst-test with this new ubuntu's fglrx drivers.
xorg-server 1.9 support yeeeey even before it land in our [extra] repo yeeeey
Like i wrote in comments:
works ONLY with xorg-server 1.9, so atm you need to use [testing] repository
Sorry it took so long - i needed to rewrite arch_compat patch (this package is[was] really directed to ubuntu) and make some tests.
Last edited by Vi0L0 (2010-09-23 23:26:46)
Offline
Congrats Violo.
You are a true hero....
Offline
Sadly it's looking like v-sync in this new ubuntu's catalyst isn't always working like in 10.9 (i mean: it's good, it's working, but not always - so not for "un-fullscreened" movies/flash videos when composite is on)... so personally i will roll back to 10.9, and wait with the update until xserver 1.9 will land in [extra]
Congrats Violo.
Thank you
You are a true hero....
Naaaaah, i'm just a humble user, umm... or trying to be humble
Offline
EDIT: Also, is there a simple command we can use to rebuild the module if we are not using an autorecompilation package?
Looks like catalyst-generator described few posts ago is for you
Offline
It seems not working.
make: Entering directory `/usr/src/linux-2.6.35-bfs'
CC [M] /home/henry/Desktop/Temp/catalyst-test/src/archive_files/common/lib/modules/fglrx/build_mod/firegl_public.o
CC [M] /home/henry/Desktop/Temp/catalyst-test/src/archive_files/common/lib/modules/fglrx/build_mod/kcl_acpi.o
CC [M] /home/henry/Desktop/Temp/catalyst-test/src/archive_files/common/lib/modules/fglrx/build_mod/kcl_agp.o
CC [M] /home/henry/Desktop/Temp/catalyst-test/src/archive_files/common/lib/modules/fglrx/build_mod/kcl_debug.o
CC [M] /home/henry/Desktop/Temp/catalyst-test/src/archive_files/common/lib/modules/fglrx/build_mod/kcl_ioctl.o
CC [M] /home/henry/Desktop/Temp/catalyst-test/src/archive_files/common/lib/modules/fglrx/build_mod/kcl_io.o
/home/henry/Desktop/Temp/catalyst-test/src/archive_files/common/lib/modules/fglrx/build_mod/kcl_ioctl.c: In function 'KCL_IOCTL_AllocUserSpace32':
/home/henry/Desktop/Temp/catalyst-test/src/archive_files/common/lib/modules/fglrx/build_mod/kcl_ioctl.c:196:5: error: implicit declaration of function 'COMPAT_ALLOC_USER_SPACE'
/home/henry/Desktop/Temp/catalyst-test/src/archive_files/common/lib/modules/fglrx/build_mod/kcl_ioctl.c:196:24: warning: initialization makes pointer from integer without a cast
make[1]: *** [/home/henry/Desktop/Temp/catalyst-test/src/archive_files/common/lib/modules/fglrx/build_mod/kcl_ioctl.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** wait: No child processes. Stop.
make: *** [_module_/home/henry/Desktop/Temp/catalyst-test/src/archive_files/common/lib/modules/fglrx/build_mod] Error 2
make: Leaving directory `/usr/src/linux-2.6.35-bfs'
Offline