[Pkg-fglrx-devel] Bug#694660: amd-opencl-dev: OpenCL kernel truncates all floating point constants
Krzysztof Marczak
buddhi1980 at gmail.com
Wed Nov 28 19:31:17 UTC 2012
Package: amd-opencl-dev
Version: 1:12-6+point-1
Severity: important
Dear Maintainer,
All constants defined as float are truncated.
Example:
_kernel void somefunction(void)
{
float someFloat = 1.5f
printf("%f\n", someFloat);
float var1 = 5.0;
float result = 0.5 * var1;
printf("%f\n, result);
{
Result of running this program is folowing:
1.0000000
0.0000000
should be:
1.5000000
2.5000000
For now OpenCL with AMD Radeon is not usable at all
-- Package-specific info:
Full fglrx package list:
ii fglrx-atieventsd 1:12-6+point-1 amd64 external events daemon for the non-free ATI/AMD RadeonHD display driver
ii fglrx-control 1:12-6+point-1 amd64 control panel for the non-free ATI/AMD RadeonHD display driver
ii fglrx-driver 1:12-6+point-1 amd64 non-free ATI/AMD RadeonHD display driver
ii fglrx-modules-dkms 1:12-6+point-1 amd64 dkms module source for the non-free ATI/AMD RadeonHD display driver
ii glx-alternative-fglrx 0.2.2 amd64 allows the selection of FGLRX as GLX provider
ii libfglrx:amd64 1:12-6+point-1 amd64 non-free ATI/AMD RadeonHD display driver (runtime libraries)
ii libfglrx:i386 1:12-6+point-1 i386 non-free ATI/AMD RadeonHD display driver (runtime libraries)
rc libfglrx-amdxvba1:amd64 1:12-6+point-1 amd64 AMD XvBA (X-Video Bitstream Acceleration) runtime libraries
ii libfglrx-amdxvba1:i386 1:12-6+point-1 i386 AMD XvBA (X-Video Bitstream Acceleration) runtime libraries
ii libgl1-fglrx-glx:amd64 1:12-6+point-1 amd64 proprietary libGL for the non-free ATI/AMD RadeonHD display driver
ii libgl1-fglrx-glx:i386 1:12-6+point-1 i386 proprietary libGL for the non-free ATI/AMD RadeonHD display driver
VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI PITCAIRN PRO [Radeon HD 7800 Series]
DRM and fglrx Informations from dmesg:
[ 0.000000] No AGP bridge found
[ 0.000000] No AGP bridge found
[ 0.888909] Linux agpgart interface v0.103
[ 3.227110] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[ 3.301580] [fglrx] Maximum main memory to use for locked dma buffers: 3802 MBytes.
[ 3.301826] [fglrx] vendor: 1002 device: 6819 count: 1
[ 3.302286] [fglrx] ioport: bar 4, base 0xa000, size: 0x100
[ 3.302546] [fglrx] Kernel PAT support is enabled
[ 3.302567] [fglrx] module loaded - fglrx 8.98.2 [Jul 19 2012] with 1 minors
[ 14.525244] fglrx_pci 0000:01:00.0: irq 48 for MSI/MSI-X
[ 14.526205] [fglrx] Firegl kernel thread PID: 4095
[ 14.526312] [fglrx] Firegl kernel thread PID: 4096
[ 14.526414] [fglrx] Firegl kernel thread PID: 4097
[ 14.526538] [fglrx] IRQ 48 Enabled
[ 14.679290] [fglrx] Gart USWC size:1240 M.
[ 14.679293] [fglrx] Gart cacheable size:491 M.
[ 14.679298] [fglrx] Reserved FB block: Shared offset:0, size:1000000
[ 14.679301] [fglrx] Reserved FB block: Unshared offset:f91d000, size:3e3000
[ 14.679304] [fglrx] Reserved FB block: Unshared offset:7ffef000, size:11000
Xorg X server configuration file status:
-rw-r--r-- 1 root root 1953 Nov 22 19:42 /etc/X11/xorg.conf
Contents of /etc/X11/xorg.conf:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 280.13 (pbuilder at cake) Mon Aug 8 15:37:15 UTC 2011
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "aticonfig-Screen[0]-0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "Module"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
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 "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "Coolbits" "1"
Option "AddARGBGLXVisuals" "true"
Option "TripleBuffer" "false"
#BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
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 "Extensions"
Option "Composite" "enable"
# Option "RENDER" "disable"
EndSection
Xorg X server log files on system:
-rw-r--r-- 1 root root 47063 Nov 28 17:41 /var/log/Xorg.0.log
Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:
[ 14.171]
X.Org X Server 1.12.4
Release Date: 2012-08-27
[ 14.172] X Protocol Version 11, Revision 0
[ 14.172] Build Operating System: Linux 3.2.0-4-amd64 x86_64 Debian
[ 14.172] Current Operating System: Linux krzysztof-desktop 3.2.0-4-amd64 #1 SMP Debian 3.2.32-1 x86_64
[ 14.172] Kernel command line: BOOT_IMAGE=/vmlinuz-3.2.0-4-amd64 root=UUID=7ed1a011-967f-483b-a241-7938cae68ae8 ro resume=UUID=468159d1-4538-44cb-b4f1-c2a4340f3994 nomodeset nouveau.modeset=0 vga=775 quiet
[ 14.172] Build Date: 05 November 2012 09:49:47AM
[ 14.172] xorg-server 2:1.12.4-3 (Julien Cristau <jcristau at debian.org>)
[ 14.172] Current version of pixman: 0.26.0
[ 14.172] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 14.172] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 14.172] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Nov 28 17:41:26 2012
[ 14.175] (==) Using config file: "/etc/X11/xorg.conf"
[ 14.175] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 14.178] (==) ServerLayout "Layout0"
[ 14.178] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
[ 14.178] (**) | |-->Monitor "aticonfig-Monitor[0]-0"
[ 14.178] (**) | |-->Device "aticonfig-Device[0]-0"
[ 14.178] (**) |-->Input Device "Keyboard0"
[ 14.178] (**) |-->Input Device "Mouse0"
[ 14.178] (==) Automatically adding devices
[ 14.178] (==) Automatically enabling devices
[ 14.186] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 14.186] Entry deleted from font path.
[ 14.193] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
[ 14.193] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 14.193] (**) Extension "Composite" is enabled
[ 14.193] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 14.193] (WW) Disabling Keyboard0
[ 14.193] (WW) Disabling Mouse0
[ 14.193] (II) Loader magic: 0x7f1f1b51cae0
[ 14.193] (II) Module ABI versions:
[ 14.193] X.Org ANSI C Emulation: 0.4
[ 14.193] X.Org Video Driver: 12.1
[ 14.193] X.Org XInput driver : 16.0
[ 14.193] X.Org Server Extension : 6.0
[ 14.194] (--) PCI:*(0:1:0:0) 1002:6819:1043:042c rev 0, Mem @ 0xd0000000/268435456, 0xe5000000/262144, I/O @ 0x0000a000/256, BIOS @ 0x????????/131072
[ 14.195] (II) Open ACPI successful (/var/run/acpid.socket)
[ 14.195] (II) "extmod" will be loaded by default.
[ 14.195] (II) "dbe" will be loaded by default.
[ 14.195] (II) "glx" will be loaded by default.
[ 14.195] (II) "record" will be loaded by default.
[ 14.195] (II) "dri" will be loaded by default.
[ 14.195] (II) "dri2" will be loaded by default.
[ 14.195] (II) LoadModule: "extmod"
[ 14.220] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 14.224] (II) Module extmod: vendor="X.Org Foundation"
[ 14.224] compiled for 1.12.4, module version = 1.0.0
[ 14.224] Module class: X.Org Server Extension
[ 14.224] ABI class: X.Org Server Extension, version 6.0
[ 14.224] (II) Loading extension SELinux
[ 14.224] (II) Loading extension MIT-SCREEN-SAVER
[ 14.224] (II) Loading extension XFree86-VidModeExtension
[ 14.224] (II) Loading extension XFree86-DGA
[ 14.224] (II) Loading extension DPMS
[ 14.224] (II) Loading extension XVideo
[ 14.224] (II) Loading extension XVideo-MotionCompensation
[ 14.224] (II) Loading extension X-Resource
[ 14.224] (II) LoadModule: "dbe"
[ 14.224] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 14.227] (II) Module dbe: vendor="X.Org Foundation"
[ 14.227] compiled for 1.12.4, module version = 1.0.0
[ 14.227] Module class: X.Org Server Extension
[ 14.227] ABI class: X.Org Server Extension, version 6.0
[ 14.227] (II) Loading extension DOUBLE-BUFFER
[ 14.227] (II) LoadModule: "glx"
[ 14.227] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
[ 14.232] (II) Module glx: vendor="Advanced Micro Devices, Inc."
[ 14.232] compiled for 6.9.0, module version = 1.0.0
[ 14.232] (II) Loading extension GLX
[ 14.232] (II) LoadModule: "record"
[ 14.232] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 14.233] (II) Module record: vendor="X.Org Foundation"
[ 14.233] compiled for 1.12.4, module version = 1.13.0
[ 14.233] Module class: X.Org Server Extension
[ 14.233] ABI class: X.Org Server Extension, version 6.0
[ 14.233] (II) Loading extension RECORD
[ 14.233] (II) LoadModule: "dri"
[ 14.234] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 14.240] (II) Module dri: vendor="X.Org Foundation"
[ 14.240] compiled for 1.12.4, module version = 1.0.0
[ 14.240] ABI class: X.Org Server Extension, version 6.0
[ 14.240] (II) Loading extension XFree86-DRI
[ 14.240] (II) LoadModule: "dri2"
[ 14.240] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 14.242] (II) Module dri2: vendor="X.Org Foundation"
[ 14.242] compiled for 1.12.4, module version = 1.2.0
[ 14.242] ABI class: X.Org Server Extension, version 6.0
[ 14.242] (II) Loading extension DRI2
[ 14.242] (II) LoadModule: "fglrx"
[ 14.242] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[ 14.328] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
[ 14.328] compiled for 1.4.99.906, module version = 8.98.2
[ 14.328] Module class: X.Org Video Driver
[ 14.328] (II) Loading sub module "fglrxdrm"
[ 14.328] (II) LoadModule: "fglrxdrm"
[ 14.328] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[ 14.329] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[ 14.329] compiled for 1.4.99.906, module version = 8.98.2
[ 14.329] (II) AMD Proprietary Linux Driver Version Identifier:8.98.2
[ 14.329] (II) AMD Proprietary Linux Driver Release Identifier: 8.982.13
[ 14.329] (II) AMD Proprietary Linux Driver Build Date: Jul 19 2012 20:59:44
[ 14.329] (++) using VT number 7
[ 14.341] (WW) Falling back to old probe method for fglrx
[ 14.348] (II) Loading PCS database from /etc/ati/amdpcsdb
[ 14.350] (--) Chipset Supported AMD Graphics Processor (0x6819) found
[ 14.351] (WW) fglrx: No matching Device section for instance (BusID PCI:0 at 1:0:1) found
[ 14.352] (II) AMD Video driver is running on a device belonging to a group targeted for this release
[ 14.352] (II) AMD Video driver is signed
[ 14.352] (II) fglrx(0): pEnt->device->identifier=0x7f1f1d17a880
[ 14.352] (II) fglrx(0): === [xdl_xs112_atiddxPreInit] === begin
[ 14.352] (II) Loading sub module "vgahw"
[ 14.352] (II) LoadModule: "vgahw"
[ 14.354] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[ 14.354] (II) Module vgahw: vendor="X.Org Foundation"
[ 14.354] compiled for 1.12.4, module version = 0.1.0
[ 14.354] ABI class: X.Org Video Driver, version 12.1
[ 14.355] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
[ 14.355] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 14.355] (==) fglrx(0): Default visual is TrueColor
[ 14.355] (**) fglrx(0): Option "DPMS" "true"
[ 14.355] (==) fglrx(0): RGB weight 888
[ 14.355] (II) fglrx(0): Using 8 bits per RGB
[ 14.355] (==) fglrx(0): Buffer Tiling is ON
[ 14.355] (II) Loading sub module "fglrxdrm"
[ 14.355] (II) LoadModule: "fglrxdrm"
[ 14.355] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[ 14.355] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[ 14.355] compiled for 1.4.99.906, module version = 8.98.2
[ 14.362] ukiDynamicMajor: found major device number 250
[ 14.364] ukiDynamicMajor: found major device number 250
[ 14.364] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[ 14.364] ukiOpenDevice: node name is /dev/ati/card0
[ 14.364] ukiOpenDevice: open result is 12, (OK)
[ 14.364] ukiOpenByBusid: ukiOpenMinor returns 12
[ 14.364] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[ 14.365] (**) fglrx(0): NoAccel = NO
[ 14.365] (**) fglrx(0): AMD 2D Acceleration Architecture enabled
[ 14.365] (--) fglrx(0): Chipset: "AMD Radeon HD 7800 Series " (Chipset = 0x6819)
[ 14.365] (--) fglrx(0): (PciSubVendor = 0x1043, PciSubDevice = 0x042c)
[ 14.365] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original AMD
[ 14.365] (--) fglrx(0): Linear framebuffer (phys) at 0xd0000000
[ 14.365] (--) fglrx(0): MMIO registers at 0xe5000000
[ 14.365] (--) fglrx(0): I/O port at 0x0000a000
[ 14.365] (==) fglrx(0): ROM-BIOS at 0x000c0000
[ 14.368] (II) fglrx(0): AC Adapter is used
[ 14.373] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
[ 14.373] (II) Loading sub module "vbe"
[ 14.373] (II) LoadModule: "vbe"
[ 14.374] (II) Loading /usr/lib/xorg/modules/libvbe.so
[ 14.374] (II) Module vbe: vendor="X.Org Foundation"
[ 14.374] compiled for 1.12.4, module version = 1.1.0
[ 14.374] ABI class: X.Org Video Driver, version 12.1
[ 14.375] (II) fglrx(0): VESA BIOS detected
[ 14.375] (II) fglrx(0): VESA VBE Version 3.0
[ 14.375] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
[ 14.375] (II) fglrx(0): VESA VBE OEM: AMD ATOMBIOS
[ 14.375] (II) fglrx(0): VESA VBE OEM Software Rev: 15.17
[ 14.375] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2010, Advanced Micro Devices, Inc.
[ 14.375] (II) fglrx(0): VESA VBE OEM Product: PITCAIRN
[ 14.375] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
[ 14.384] (II) fglrx(0): AMD Video BIOS revision 9 or later detected
[ 14.384] (--) fglrx(0): Video RAM: 2097152 kByte, Type: GDDR5
[ 14.385] (II) fglrx(0): PCIE card detected
[ 14.385] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
[ 14.385] (WW) fglrx(0): board is an unknown third party board, chipset is supported
[ 14.393] (II) fglrx(0): Using adapter: 1:0.0.
[ 14.411] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf400000000, MCFBSize = 0x80000000)
[ 14.526] (II) fglrx(0): Interrupt handler installed at IRQ 48.
[ 14.526] (II) fglrx(0): RandR 1.2 support is enabled!
[ 14.526] (II) fglrx(0): RandR 1.2 rotation support is enabled!
[ 14.526] (==) fglrx(0): Center Mode is disabled
[ 14.526] (II) Loading sub module "fb"
[ 14.526] (II) LoadModule: "fb"
[ 14.526] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 14.528] (II) Module fb: vendor="X.Org Foundation"
[ 14.528] compiled for 1.12.4, module version = 1.0.0
[ 14.528] ABI class: X.Org ANSI C Emulation, version 0.4
[ 14.528] (II) Loading sub module "ddc"
[ 14.528] (II) LoadModule: "ddc"
[ 14.528] (II) Module "ddc" already built-in
[ 14.668] (II) fglrx(0): Finished Initialize PPLIB!
[ 14.672] (II) fglrx(0): Output DFP1 using monitor section aticonfig-Monitor[0]-0
[ 14.672] (II) fglrx(0): Output DFP2 has no monitor section
[ 14.672] (II) fglrx(0): Output DFP3 has no monitor section
[ 14.672] (II) fglrx(0): Output DFP4 has no monitor section
[ 14.672] (II) fglrx(0): Output DFP5 has no monitor section
[ 14.672] (II) fglrx(0): Output DFP6 has no monitor section
[ 14.672] (II) fglrx(0): Output DFP7 has no monitor section
[ 14.672] (II) fglrx(0): Output CRT1 has no monitor section
[ 14.672] (II) Loading sub module "ddc"
[ 14.672] (II) LoadModule: "ddc"
[ 14.672] (II) Module "ddc" already built-in
[ 14.672] (II) fglrx(0): Connected Display0: DFP7
[ 14.672] (II) fglrx(0): Display0 EDID data ---------------------------
[ 14.672] (II) fglrx(0): Manufacturer: SAM Model: 570 Serial#: 1314271795
[ 14.672] (II) fglrx(0): Year: 2009 Week: 44
[ 14.672] (II) fglrx(0): EDID Version: 1.3
[ 14.672] (II) fglrx(0): Digital Display Input
[ 14.672] (II) fglrx(0): Max Image Size [cm]: horiz.: 51 vert.: 29
[ 14.672] (II) fglrx(0): Gamma: 2.20
[ 14.672] (II) fglrx(0): DPMS capabilities: Off
[ 14.672] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 14.672] (II) fglrx(0): First detailed timing is preferred mode
[ 14.672] (II) fglrx(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
[ 14.672] (II) fglrx(0): blueX: 0.150 blueY: 0.060 whiteX: 0.312 whiteY: 0.329
[ 14.672] (II) fglrx(0): Supported established timings:
[ 14.672] (II) fglrx(0): 720x400 at 70Hz
[ 14.672] (II) fglrx(0): 640x480 at 60Hz
[ 14.672] (II) fglrx(0): 640x480 at 67Hz
[ 14.672] (II) fglrx(0): 640x480 at 72Hz
[ 14.672] (II) fglrx(0): 640x480 at 75Hz
[ 14.672] (II) fglrx(0): 800x600 at 56Hz
[ 14.672] (II) fglrx(0): 800x600 at 60Hz
[ 14.672] (II) fglrx(0): 800x600 at 72Hz
[ 14.672] (II) fglrx(0): 800x600 at 75Hz
[ 14.672] (II) fglrx(0): 832x624 at 75Hz
[ 14.672] (II) fglrx(0): 1024x768 at 60Hz
[ 14.672] (II) fglrx(0): 1024x768 at 70Hz
[ 14.672] (II) fglrx(0): 1024x768 at 75Hz
[ 14.672] (II) fglrx(0): 1280x1024 at 75Hz
[ 14.672] (II) fglrx(0): 1152x864 at 75Hz
[ 14.672] (II) fglrx(0): Manufacturer's mask: 0
[ 14.672] (II) fglrx(0): Supported standard timings:
[ 14.672] (II) fglrx(0): #0: hsize: 1280 vsize 800 refresh: 60 vid: 129
[ 14.672] (II) fglrx(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513
[ 14.673] (II) fglrx(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 14.673] (II) fglrx(0): #3: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 14.673] (II) fglrx(0): #4: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 14.673] (II) fglrx(0): #5: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
[ 14.673] (II) fglrx(0): #6: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 14.673] (II) fglrx(0): Supported detailed timing:
[ 14.673] (II) fglrx(0): clock: 148.5 MHz Image Size: 510 x 287 mm
[ 14.673] (II) fglrx(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 14.673] (II) fglrx(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 14.673] (II) fglrx(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 175 MHz
[ 14.673] (II) fglrx(0): Monitor name: SyncMaster
[ 14.673] (II) fglrx(0): Serial No: H9XSA02837
[ 14.673] (II) fglrx(0): Supported detailed timing:
[ 14.673] (II) fglrx(0): clock: 148.5 MHz Image Size: 510 x 287 mm
[ 14.673] (II) fglrx(0): h_active: 1920 h_sync: 2448 h_sync_end 2492 h_blank_end 2640 h_border: 0
[ 14.673] (II) fglrx(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 14.673] (II) fglrx(0): Supported detailed timing:
[ 14.673] (II) fglrx(0): clock: 74.2 MHz Image Size: 510 x 287 mm
[ 14.673] (II) fglrx(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
[ 14.673] (II) fglrx(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 14.673] (II) fglrx(0): Supported detailed timing:
[ 14.673] (II) fglrx(0): clock: 74.2 MHz Image Size: 510 x 287 mm
[ 14.673] (II) fglrx(0): h_active: 1280 h_sync: 1720 h_sync_end 1760 h_blank_end 1980 h_border: 0
[ 14.673] (II) fglrx(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 14.673] (II) fglrx(0): Supported detailed timing:
[ 14.673] (II) fglrx(0): clock: 27.0 MHz Image Size: 510 x 287 mm
[ 14.673] (II) fglrx(0): h_active: 720 h_sync: 732 h_sync_end 796 h_blank_end 864 h_border: 0
[ 14.673] (II) fglrx(0): v_active: 576 v_sync: 581 v_sync_end 586 v_blanking: 625 v_border: 0
[ 14.673] (II) fglrx(0): Supported detailed timing:
[ 14.673] (II) fglrx(0): clock: 27.0 MHz Image Size: 510 x 287 mm
[ 14.673] (II) fglrx(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
[ 14.673] (II) fglrx(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
[ 14.673] (II) fglrx(0): Number of EDID sections to follow: 1
[ 14.673] (II) fglrx(0): EDID (in hex):
[ 14.673] (II) fglrx(0): 00ffffffffffff004c2d70053332564e
[ 14.673] (II) fglrx(0): 2c13010380331d782aee91a3544c9926
[ 14.673] (II) fglrx(0): 0f5054bfef808100814081809500b300
[ 14.673] (II) fglrx(0): a940714f0101023a801871382d40582c
[ 14.673] (II) fglrx(0): 4500fe1f1100001e000000fd00384b1e
[ 14.673] (II) fglrx(0): 5111000a202020202020000000fc0053
[ 14.673] (II) fglrx(0): 796e634d61737465720a2020000000ff
[ 14.673] (II) fglrx(0): 00483958534130323833370a202001ef
[ 14.673] (II) fglrx(0): End of Display0 EDID data --------------------
[ 14.674] (II) fglrx(0): EDID for output DFP1
[ 14.674] (II) fglrx(0): EDID for output DFP2
[ 14.674] (II) fglrx(0): EDID for output DFP3
[ 14.674] (II) fglrx(0): EDID for output DFP4
[ 14.674] (II) fglrx(0): EDID for output DFP5
[ 14.674] (II) fglrx(0): EDID for output DFP6
[ 14.674] (II) fglrx(0): EDID for output DFP7
[ 14.674] (II) fglrx(0): Manufacturer: SAM Model: 570 Serial#: 1314271795
[ 14.674] (II) fglrx(0): Year: 2009 Week: 44
[ 14.674] (II) fglrx(0): EDID Version: 1.3
[ 14.674] (II) fglrx(0): Digital Display Input
[ 14.674] (II) fglrx(0): Max Image Size [cm]: horiz.: 51 vert.: 29
[ 14.674] (II) fglrx(0): Gamma: 2.20
[ 14.674] (II) fglrx(0): DPMS capabilities: Off
[ 14.674] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 14.674] (II) fglrx(0): First detailed timing is preferred mode
[ 14.674] (II) fglrx(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
[ 14.674] (II) fglrx(0): blueX: 0.150 blueY: 0.060 whiteX: 0.312 whiteY: 0.329
[ 14.674] (II) fglrx(0): Supported established timings:
[ 14.674] (II) fglrx(0): 720x400 at 70Hz
[ 14.674] (II) fglrx(0): 640x480 at 60Hz
[ 14.674] (II) fglrx(0): 640x480 at 67Hz
[ 14.674] (II) fglrx(0): 640x480 at 72Hz
[ 14.674] (II) fglrx(0): 640x480 at 75Hz
[ 14.674] (II) fglrx(0): 800x600 at 56Hz
[ 14.674] (II) fglrx(0): 800x600 at 60Hz
[ 14.674] (II) fglrx(0): 800x600 at 72Hz
[ 14.674] (II) fglrx(0): 800x600 at 75Hz
[ 14.674] (II) fglrx(0): 832x624 at 75Hz
[ 14.674] (II) fglrx(0): 1024x768 at 60Hz
[ 14.675] (II) fglrx(0): 1024x768 at 70Hz
[ 14.675] (II) fglrx(0): 1024x768 at 75Hz
[ 14.675] (II) fglrx(0): 1280x1024 at 75Hz
[ 14.675] (II) fglrx(0): 1152x864 at 75Hz
[ 14.675] (II) fglrx(0): Manufacturer's mask: 0
[ 14.675] (II) fglrx(0): Supported standard timings:
[ 14.675] (II) fglrx(0): #0: hsize: 1280 vsize 800 refresh: 60 vid: 129
[ 14.675] (II) fglrx(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513
[ 14.675] (II) fglrx(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 14.675] (II) fglrx(0): #3: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 14.675] (II) fglrx(0): #4: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 14.675] (II) fglrx(0): #5: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
[ 14.675] (II) fglrx(0): #6: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 14.675] (II) fglrx(0): Supported detailed timing:
[ 14.675] (II) fglrx(0): clock: 148.5 MHz Image Size: 510 x 287 mm
[ 14.675] (II) fglrx(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 14.675] (II) fglrx(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 14.675] (II) fglrx(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 175 MHz
[ 14.675] (II) fglrx(0): Monitor name: SyncMaster
[ 14.675] (II) fglrx(0): Serial No: H9XSA02837
[ 14.675] (II) fglrx(0): Supported detailed timing:
[ 14.675] (II) fglrx(0): clock: 148.5 MHz Image Size: 510 x 287 mm
[ 14.675] (II) fglrx(0): h_active: 1920 h_sync: 2448 h_sync_end 2492 h_blank_end 2640 h_border: 0
[ 14.675] (II) fglrx(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 14.675] (II) fglrx(0): Supported detailed timing:
[ 14.675] (II) fglrx(0): clock: 74.2 MHz Image Size: 510 x 287 mm
[ 14.675] (II) fglrx(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
[ 14.675] (II) fglrx(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 14.675] (II) fglrx(0): Supported detailed timing:
[ 14.675] (II) fglrx(0): clock: 74.2 MHz Image Size: 510 x 287 mm
[ 14.675] (II) fglrx(0): h_active: 1280 h_sync: 1720 h_sync_end 1760 h_blank_end 1980 h_border: 0
[ 14.675] (II) fglrx(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 14.675] (II) fglrx(0): Supported detailed timing:
[ 14.675] (II) fglrx(0): clock: 27.0 MHz Image Size: 510 x 287 mm
[ 14.675] (II) fglrx(0): h_active: 720 h_sync: 732 h_sync_end 796 h_blank_end 864 h_border: 0
[ 14.675] (II) fglrx(0): v_active: 576 v_sync: 581 v_sync_end 586 v_blanking: 625 v_border: 0
[ 14.675] (II) fglrx(0): Supported detailed timing:
[ 14.675] (II) fglrx(0): clock: 27.0 MHz Image Size: 510 x 287 mm
[ 14.675] (II) fglrx(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
[ 14.675] (II) fglrx(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
[ 14.675] (II) fglrx(0): Number of EDID sections to follow: 1
[ 14.675] (II) fglrx(0): EDID (in hex):
[ 14.675] (II) fglrx(0): 00ffffffffffff004c2d70053332564e
[ 14.675] (II) fglrx(0): 2c13010380331d782aee91a3544c9926
[ 14.675] (II) fglrx(0): 0f5054bfef808100814081809500b300
[ 14.675] (II) fglrx(0): a940714f0101023a801871382d40582c
[ 14.675] (II) fglrx(0): 4500fe1f1100001e000000fd00384b1e
[ 14.675] (II) fglrx(0): 5111000a202020202020000000fc0053
[ 14.675] (II) fglrx(0): 796e634d61737465720a2020000000ff
[ 14.675] (II) fglrx(0): 00483958534130323833370a202001ef
[ 14.675] (II) fglrx(0): Printing probed modes for output DFP7
[ 14.675] (II) fglrx(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
[ 14.675] (II) fglrx(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz)
[ 14.675] (II) fglrx(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[ 14.675] (II) fglrx(0): Modeline "1776x1000"x50.0 148.50 1776 2304 2348 2640 1000 1004 1009 1125 +hsync +vsync (56.2 kHz)
[ 14.675] (II) fglrx(0): Modeline "1680x1050"x50.0 148.50 1680 2448 2492 2640 1050 1084 1089 1125 +hsync +vsync (56.2 kHz)
[ 14.675] (II) fglrx(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[ 14.675] (II) fglrx(0): Modeline "1400x1050"x60.0 162.00 1400 1664 1856 2160 1050 1201 1204 1250 +hsync +vsync (75.0 kHz)
[ 14.675] (II) fglrx(0): Modeline "1400x1050"x50.0 148.50 1400 2448 2492 2640 1050 1084 1089 1125 +hsync +vsync (56.2 kHz)
[ 14.675] (II) fglrx(0): Modeline "1600x900"x60.0 162.00 1600 1664 1856 2160 900 1201 1204 1250 +hsync +vsync (75.0 kHz)
[ 14.675] (II) fglrx(0): Modeline "1600x900"x50.0 148.50 1600 2448 2492 2640 900 1084 1089 1125 +hsync +vsync (56.2 kHz)
[ 14.675] (II) fglrx(0): Modeline "1280x1024"x50.0 148.50 1280 2448 2492 2640 1024 1084 1089 1125 +hsync +vsync (56.2 kHz)
[ 14.675] (II) fglrx(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 14.675] (II) fglrx(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 14.675] (II) fglrx(0): Modeline "1440x900"x50.0 148.50 1440 2448 2492 2640 900 1084 1089 1125 +hsync +vsync (56.2 kHz)
[ 14.675] (II) fglrx(0): Modeline "1440x900"x60.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
[ 14.675] (II) fglrx(0): Modeline "1280x960"x50.0 148.50 1280 2448 2492 2640 960 1084 1089 1125 +hsync +vsync (56.2 kHz)
[ 14.675] (II) fglrx(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
[ 14.675] (II) fglrx(0): Modeline "1280x800"x50.0 148.50 1280 2448 2492 2640 800 1084 1089 1125 +hsync +vsync (56.2 kHz)
[ 14.675] (II) fglrx(0): Modeline "1280x800"x60.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz)
[ 14.675] (II) fglrx(0): Modeline "1152x864"x60.0 148.50 1152 2008 2052 2200 864 1084 1089 1125 +hsync +vsync (67.5 kHz)
[ 14.675] (II) fglrx(0): Modeline "1152x864"x50.0 148.50 1152 2448 2492 2640 864 1084 1089 1125 +hsync +vsync (56.2 kHz)
[ 14.675] (II) fglrx(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
[ 14.675] (II) fglrx(0): Modeline "1280x768"x50.0 148.50 1280 2448 2492 2640 768 1084 1089 1125 +hsync +vsync (56.2 kHz)
[ 14.675] (II) fglrx(0): Modeline "1280x768"x60.0 83.50 1280 1352 1480 1680 768 803 809 831 -hsync +vsync (49.7 kHz)
[ 14.675] (II) fglrx(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz)
[ 14.675] (II) fglrx(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz)
[ 14.675] (II) fglrx(0): Modeline "1024x768"x50.0 148.50 1024 2448 2492 2640 768 1084 1089 1125 +hsync +vsync (56.2 kHz)
[ 14.675] (II) fglrx(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
[ 14.675] (II) fglrx(0): Modeline "1024x768"x70.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
[ 14.675] (II) fglrx(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 14.675] (II) fglrx(0): Modeline "1152x648"x50.0 74.25 1152 1592 1632 1980 648 653 658 750 +hsync +vsync (37.5 kHz)
[ 14.675] (II) fglrx(0): Modeline "800x600"x50.0 148.50 800 2448 2492 2640 600 1084 1089 1125 +hsync +vsync (56.2 kHz)
[ 14.675] (II) fglrx(0): Modeline "800x600"x72.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
[ 14.675] (II) fglrx(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 14.675] (II) fglrx(0): Modeline "800x600"x60.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 14.675] (II) fglrx(0): Modeline "800x600"x56.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 14.676] (II) fglrx(0): Modeline "720x576"x60.0 148.50 720 2008 2052 2200 576 1084 1089 1125 +hsync +vsync (67.5 kHz)
[ 14.676] (II) fglrx(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz)
[ 14.676] (II) fglrx(0): Modeline "720x480"x50.0 148.50 720 2448 2492 2640 480 1084 1089 1125 +hsync +vsync (56.2 kHz)
[ 14.676] (II) fglrx(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz)
[ 14.676] (II) fglrx(0): Modeline "640x480"x50.0 148.50 640 2448 2492 2640 480 1084 1089 1125 +hsync +vsync (56.2 kHz)
[ 14.676] (II) fglrx(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 14.676] (II) fglrx(0): Modeline "640x480"x72.0 31.50 640 656 696 832 480 481 484 520 -hsync -vsync (37.9 kHz)
[ 14.676] (II) fglrx(0): Modeline "640x480"x67.0 27.28 640 664 728 816 480 481 484 499 -hsync +vsync (33.4 kHz)
[ 14.676] (II) fglrx(0): Modeline "640x480"x60.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 14.676] (II) fglrx(0): EDID for output CRT1
[ 14.676] (II) fglrx(0): Output DFP1 disconnected
[ 14.676] (II) fglrx(0): Output DFP2 disconnected
[ 14.676] (II) fglrx(0): Output DFP3 disconnected
[ 14.676] (II) fglrx(0): Output DFP4 disconnected
[ 14.676] (II) fglrx(0): Output DFP5 disconnected
[ 14.676] (II) fglrx(0): Output DFP6 disconnected
[ 14.676] (II) fglrx(0): Output DFP7 connected
[ 14.676] (II) fglrx(0): Output CRT1 disconnected
[ 14.676] (II) fglrx(0): Using exact sizes for initial modes
[ 14.676] (II) fglrx(0): Output DFP7 using initial mode 1920x1080
[ 14.676] (II) fglrx(0): DPI set to (96, 96)
[ 14.676] (II) fglrx(0): Eyefinity capable adapter detected.
[ 14.676] (II) fglrx(0): Adapter AMD Radeon HD 7800 Series has 6 configurable heads and 1 displays connected.
[ 14.676] (==) fglrx(0): PseudoColor visuals disabled
[ 14.676] (II) Loading sub module "ramdac"
[ 14.676] (II) LoadModule: "ramdac"
[ 14.676] (II) Module "ramdac" already built-in
[ 14.676] (==) fglrx(0): NoDRI = NO
[ 14.676] (==) fglrx(0): Capabilities: 0x00000000
[ 14.676] (==) fglrx(0): CapabilitiesEx: 0x00000000
[ 14.676] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
[ 14.676] (==) fglrx(0): UseFastTLS=0
[ 14.676] (--) Depth 24 pixmap format is 32 bpp
[ 14.678] (II) Loading extension ATIFGLRXDRI
[ 14.678] (II) fglrx(0): doing swlDriScreenInit
[ 14.678] (II) fglrx(0): swlDriScreenInit for fglrx driver
[ 14.678] ukiDynamicMajor: found major device number 250
[ 14.678] ukiDynamicMajor: found major device number 250
[ 14.678] ukiDynamicMajor: found major device number 250
[ 14.678] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[ 14.678] ukiOpenDevice: node name is /dev/ati/card0
[ 14.678] ukiOpenDevice: open result is 13, (OK)
[ 14.678] ukiOpenByBusid: ukiOpenMinor returns 13
[ 14.678] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[ 14.678] (II) fglrx(0): [uki] DRM interface version 1.0
[ 14.678] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0"
[ 14.678] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x2000
[ 14.678] (II) fglrx(0): [uki] mapped SAREA 0x2000 to 0x7f1f1b109000
[ 14.678] (II) fglrx(0): [uki] framebuffer handle = 0x3000
[ 14.679] (II) fglrx(0): [uki] added 1 reserved context for kernel
[ 14.679] (II) fglrx(0): swlDriScreenInit done
[ 14.679] (II) fglrx(0): Kernel Module Version Information:
[ 14.679] (II) fglrx(0): Name: fglrx
[ 14.679] (II) fglrx(0): Version: 8.98.2
[ 14.679] (II) fglrx(0): Date: Jul 19 2012
[ 14.679] (II) fglrx(0): Desc: AMD FireGL DRM kernel module
[ 14.679] (II) fglrx(0): Kernel Module version matches driver.
[ 14.679] (II) fglrx(0): Kernel Module Build Time Information:
[ 14.679] (II) fglrx(0): Build-Kernel UTS_RELEASE: 3.2.0-4-amd64
[ 14.679] (II) fglrx(0): Build-Kernel MODVERSIONS: no
[ 14.679] (II) fglrx(0): Build-Kernel __SMP__: no
[ 14.679] (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
[ 14.679] (II) fglrx(0): [uki] register handle = 0x00004000
[ 14.700] (II) fglrx(0): DRI initialization successfull
[ 14.701] (II) fglrx(0): FBADPhys: 0xf400000000 FBMappedSize: 0x010e0000
[ 14.703] (==) fglrx(0): Backing store disabled
[ 14.703] (II) Loading extension FGLRXEXTENSION
[ 14.703] (**) fglrx(0): DPMS enabled
[ 14.703] (II) fglrx(0): Initialized in-driver Xinerama extension
[ 14.703] (**) fglrx(0): Textured Video is enabled.
[ 14.703] (II) LoadModule: "glesx"
[ 14.703] (II) Loading /usr/lib/xorg/modules/glesx.so
[ 14.720] (II) Module glesx: vendor="X.Org Foundation"
[ 14.720] compiled for 1.4.99.906, module version = 1.0.0
[ 14.720] (II) Loading extension GLESX
[ 14.720] (II) fglrx(0): GLESX enableFlags = 592
[ 14.721] (II) fglrx(0): GLESX is enabled
[ 14.721] (II) LoadModule: "amdxmm"
[ 14.721] (II) Loading /usr/lib/xorg/modules/amdxmm.so
[ 14.723] (II) Module amdxmm: vendor="X.Org Foundation"
[ 14.723] compiled for 1.4.99.906, module version = 2.0.0
[ 14.737] (II) Loading extension AMDXVOPL
[ 14.737] (II) Loading extension AMDXVBA
[ 14.739] (II) fglrx(0): UVD feature is enabled(II) fglrx(0):
[ 14.741] (II) fglrx(0): Enable composite support successfully
[ 14.741] (WW) fglrx(0): Option "VendorName" is not used
[ 14.741] (WW) fglrx(0): Option "ModelName" is not used
[ 14.741] (II) fglrx(0): X context handle = 0x1
[ 14.741] (II) fglrx(0): [DRI] installation complete
[ 14.741] (==) fglrx(0): Silken mouse enabled
[ 14.742] (==) fglrx(0): Using HW cursor of display infrastructure!
[ 14.742] (II) fglrx(0): Disabling in-server RandR and enabling in-driver RandR 1.2.
[ 14.900] (II) fglrx(0): Framebuffer compression enabled: mcAddr=0xf407a40000 width=0xa00 height=0x3267
[ 14.900] (--) RandR disabled
[ 14.900] (II) Initializing built-in extension Generic Event Extension
[ 14.900] (II) Initializing built-in extension SHAPE
[ 14.900] (II) Initializing built-in extension MIT-SHM
[ 14.900] (II) Initializing built-in extension XInputExtension
[ 14.900] (II) Initializing built-in extension XTEST
[ 14.900] (II) Initializing built-in extension BIG-REQUESTS
[ 14.900] (II) Initializing built-in extension SYNC
[ 14.900] (II) Initializing built-in extension XKEYBOARD
[ 14.900] (II) Initializing built-in extension XC-MISC
[ 14.900] (II) Initializing built-in extension SECURITY
[ 14.900] (II) Initializing built-in extension XINERAMA
[ 14.900] (II) Initializing built-in extension XFIXES
[ 14.900] (II) Initializing built-in extension RENDER
[ 14.900] (II) Initializing built-in extension RANDR
[ 14.900] (II) Initializing built-in extension COMPOSITE
[ 14.900] (II) Initializing built-in extension DAMAGE
[ 14.900] (II) SELinux: Disabled on system
[ 14.902] ukiDynamicMajor: found major device number 250
[ 14.902] ukiDynamicMajor: found major device number 250
[ 14.902] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[ 14.902] ukiOpenDevice: node name is /dev/ati/card0
[ 14.903] ukiOpenDevice: open result is 14, (OK)
[ 14.903] ukiOpenByBusid: ukiOpenMinor returns 14
[ 14.903] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[ 15.116] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0
[ 15.145] (II) fglrx(0): Enable the clock gating!
[ 15.145] (II) fglrx(0): Setting screen physical size to 508 x 285
[ 15.243] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 15.243] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 15.243] (II) LoadModule: "evdev"
[ 15.243] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 15.244] (II) Module evdev: vendor="X.Org Foundation"
[ 15.244] compiled for 1.12.1, module version = 2.7.0
[ 15.244] Module class: X.Org XInput Driver
[ 15.244] ABI class: X.Org XInput driver, version 16.0
[ 15.244] (II) Using input driver 'evdev' for 'Power Button'
[ 15.244] (**) Power Button: always reports core events
[ 15.244] (**) evdev: Power Button: Device: "/dev/input/event3"
[ 15.244] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 15.244] (--) evdev: Power Button: Found keys
[ 15.244] (II) evdev: Power Button: Configuring as keyboard
[ 15.244] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[ 15.244] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 15.244] (**) Option "xkb_rules" "evdev"
[ 15.244] (**) Option "xkb_model" "pc105"
[ 15.244] (**) Option "xkb_layout" "pl"
[ 15.301] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 15.301] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 15.301] (II) Using input driver 'evdev' for 'Power Button'
[ 15.301] (**) Power Button: always reports core events
[ 15.301] (**) evdev: Power Button: Device: "/dev/input/event2"
[ 15.301] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 15.301] (--) evdev: Power Button: Found keys
[ 15.301] (II) evdev: Power Button: Configuring as keyboard
[ 15.301] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
[ 15.301] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 15.301] (**) Option "xkb_rules" "evdev"
[ 15.301] (**) Option "xkb_model" "pc105"
[ 15.301] (**) Option "xkb_layout" "pl"
[ 15.302] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event1)
[ 15.302] (**) Logitech USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[ 15.302] (II) Using input driver 'evdev' for 'Logitech USB Optical Mouse'
[ 15.302] (**) Logitech USB Optical Mouse: always reports core events
[ 15.302] (**) evdev: Logitech USB Optical Mouse: Device: "/dev/input/event1"
[ 15.302] (--) evdev: Logitech USB Optical Mouse: Vendor 0x46d Product 0xc05a
[ 15.302] (--) evdev: Logitech USB Optical Mouse: Found 12 mouse buttons
[ 15.302] (--) evdev: Logitech USB Optical Mouse: Found scroll wheel(s)
[ 15.302] (--) evdev: Logitech USB Optical Mouse: Found relative axes
[ 15.302] (--) evdev: Logitech USB Optical Mouse: Found x and y relative axes
[ 15.302] (II) evdev: Logitech USB Optical Mouse: Configuring as mouse
[ 15.302] (II) evdev: Logitech USB Optical Mouse: Adding scrollwheel support
[ 15.302] (**) evdev: Logitech USB Optical Mouse: YAxisMapping: buttons 4 and 5
[ 15.302] (**) evdev: Logitech USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 15.302] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.0/input/input1/event1"
[ 15.302] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE, id 8)
[ 15.302] (II) evdev: Logitech USB Optical Mouse: initialized for relative axes.
[ 15.303] (**) Logitech USB Optical Mouse: (accel) keeping acceleration scheme 1
[ 15.303] (**) Logitech USB Optical Mouse: (accel) acceleration profile 0
[ 15.303] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000
[ 15.303] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4
[ 15.303] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse0)
[ 15.303] (II) No input driver specified, ignoring this device.
[ 15.303] (II) This device may have been added with another device file.
[ 15.303] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event5)
[ 15.303] (II) No input driver specified, ignoring this device.
[ 15.303] (II) This device may have been added with another device file.
[ 15.303] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 15.303] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 15.304] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 15.304] (**) AT Translated Set 2 keyboard: always reports core events
[ 15.304] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 15.304] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 15.304] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 15.304] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 15.304] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 15.304] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
[ 15.304] (**) Option "xkb_rules" "evdev"
[ 15.304] (**) Option "xkb_model" "pc105"
[ 15.304] (**) Option "xkb_layout" "pl"
[ 15.304] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[ 15.304] (II) No input driver specified, ignoring this device.
[ 15.304] (II) This device may have been added with another device file.
[ 15.309] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
[ 19.149] (II) fglrx(0): EDID vendor "SAM", prod id 1392
[ 19.149] (II) fglrx(0): Using EDID range info for horizontal sync
[ 19.149] (II) fglrx(0): Using EDID range info for vertical refresh
[ 19.149] (II) fglrx(0): Printing DDC gathered Modelines:
[ 19.149] (II) fglrx(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 19.149] (II) fglrx(0): Modeline "1920x1080"x0.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 19.149] (II) fglrx(0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 19.149] (II) fglrx(0): Modeline "1280x720"x0.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 19.149] (II) fglrx(0): Modeline "720x576"x0.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 19.149] (II) fglrx(0): Modeline "720x480"x0.0 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 19.149] (II) fglrx(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 19.149] (II) fglrx(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 19.149] (II) fglrx(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 19.149] (II) fglrx(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
[ 19.149] (II) fglrx(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 19.150] (II) fglrx(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 19.150] (II) fglrx(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 19.150] (II) fglrx(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 19.150] (II) fglrx(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 19.150] (II) fglrx(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 19.150] (II) fglrx(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 19.150] (II) fglrx(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 19.150] (II) fglrx(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 19.150] (II) fglrx(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 19.150] (II) fglrx(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 19.150] (II) fglrx(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
[ 19.150] (II) fglrx(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 19.150] (II) fglrx(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 19.150] (II) fglrx(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
[ 19.150] (II) fglrx(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 19.150] (II) fglrx(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 23.931] (II) fglrx(0): EDID vendor "SAM", prod id 1392
[ 23.931] (II) fglrx(0): Using hsync ranges from config file
[ 23.931] (II) fglrx(0): Using vrefresh ranges from config file
[ 23.931] (II) fglrx(0): Printing DDC gathered Modelines:
[ 23.931] (II) fglrx(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 23.931] (II) fglrx(0): Modeline "1920x1080"x0.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 23.931] (II) fglrx(0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 23.931] (II) fglrx(0): Modeline "1280x720"x0.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 23.931] (II) fglrx(0): Modeline "720x576"x0.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 23.931] (II) fglrx(0): Modeline "720x480"x0.0 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 23.932] (II) fglrx(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 23.932] (II) fglrx(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 23.932] (II) fglrx(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 23.932] (II) fglrx(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
[ 23.932] (II) fglrx(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 23.932] (II) fglrx(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 23.932] (II) fglrx(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 23.932] (II) fglrx(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 23.932] (II) fglrx(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 23.932] (II) fglrx(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 23.932] (II) fglrx(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 23.932] (II) fglrx(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 23.932] (II) fglrx(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 23.932] (II) fglrx(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 23.932] (II) fglrx(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 23.932] (II) fglrx(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
[ 23.932] (II) fglrx(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 23.932] (II) fglrx(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 23.932] (II) fglrx(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
[ 23.932] (II) fglrx(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 23.932] (II) fglrx(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
Bug script output from package glx-alternative-fglrx:
Diversions:
diversion of /usr/lib/i386-linux-gnu/libGL.so to /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGL.so.1 to /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1 by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGL.so.1.2 to /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1.2 by glx-diversions
diversion of /usr/lib/libGL.so to /usr/lib/mesa-diverted/libGL.so by glx-diversions
diversion of /usr/lib/libGL.so.1 to /usr/lib/mesa-diverted/libGL.so.1 by glx-diversions
diversion of /usr/lib/libGL.so.1.2 to /usr/lib/mesa-diverted/libGL.so.1.2 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so to /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1 to /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1.2 to /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1.2 by glx-diversions
/usr/lib/mesa-diverted:
total 96
drwxr-xr-x 4 root root 4096 Nov 22 19:45 .
drwxr-xr-x 265 root root 81920 Nov 27 19:35 ..
drwxr-xr-x 2 root root 4096 Nov 22 20:02 i386-linux-gnu
lrwxrwxrwx 1 root root 33 Nov 22 19:45 libGL.so-master -> /etc/alternatives/libGL.so-master
drwxr-xr-x 2 root root 4096 Nov 22 19:45 x86_64-linux-gnu
/usr/lib/mesa-diverted/i386-linux-gnu/:
total 364
drwxr-xr-x 2 root root 4096 Nov 22 20:02 .
drwxr-xr-x 4 root root 4096 Nov 22 19:45 ..
lrwxrwxrwx 1 root root 12 Aug 24 03:30 libGL.so.1 -> libGL.so.1.2
-rw-r--r-- 1 root root 363020 Aug 24 03:30 libGL.so.1.2
/usr/lib/mesa-diverted/x86_64-linux-gnu/:
total 392
drwxr-xr-x 2 root root 4096 Nov 22 19:45 .
drwxr-xr-x 4 root root 4096 Nov 22 19:45 ..
lrwxrwxrwx 1 root root 10 Aug 24 01:17 libGL.so -> libGL.so.1
lrwxrwxrwx 1 root root 12 Aug 24 01:17 libGL.so.1 -> libGL.so.1.2
-rw-r--r-- 1 root root 391896 Aug 24 01:18 libGL.so.1.2
Alternative 'glx':
glx - auto mode
link currently points to /usr/lib/fglrx
/usr/lib/fglrx - priority 99
slave glx--fglrx_drv.so: /usr/lib/fglrx/fglrx_drv.so
slave glx--libGL.so.1-i386-linux-gnu: /usr/lib/i386-linux-gnu/fglrx/libGL.so.1
slave glx--libGL.so.1-x86_64-linux-gnu: /usr/lib/x86_64-linux-gnu/fglrx/libGL.so.1
slave glx--linux-libglx.so: /usr/lib/fglrx/fglrx-libglx.so
/usr/lib/mesa-diverted - priority 5
slave glx--libGL.so.1-i386-linux-gnu: /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1
slave glx--libGL.so.1-x86_64-linux-gnu: /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1
Current 'best' version is '/usr/lib/fglrx'.
lrwxrwxrwx 1 root root 14 Nov 22 20:02 /etc/alternatives/glx -> /usr/lib/fglrx
lrwxrwxrwx 1 root root 27 Nov 22 20:02 /etc/alternatives/glx--fglrx_drv.so -> /usr/lib/fglrx/fglrx_drv.so
lrwxrwxrwx 1 root root 48 Nov 22 19:45 /etc/alternatives/glx--libGL.so-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so
lrwxrwxrwx 1 root root 40 Nov 22 20:02 /etc/alternatives/glx--libGL.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/fglrx/libGL.so.1
lrwxrwxrwx 1 root root 42 Nov 22 20:02 /etc/alternatives/glx--libGL.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/fglrx/libGL.so.1
lrwxrwxrwx 1 root root 30 Nov 22 20:02 /etc/alternatives/glx--linux-libglx.so -> /usr/lib/fglrx/fglrx-libglx.so
File System:
lrwxrwxrwx 1 root root 21 Nov 22 19:45 /usr/lib/glx -> /etc/alternatives/glx
lrwxrwxrwx 1 root root 48 Nov 22 20:02 /usr/lib/i386-linux-gnu/libGL.so.1 -> /etc/alternatives/glx--libGL.so.1-i386-linux-gnu
lrwxrwxrwx 1 root root 48 Nov 22 19:45 /usr/lib/x86_64-linux-gnu/libGL.so -> /etc/alternatives/glx--libGL.so-x86_64-linux-gnu
lrwxrwxrwx 1 root root 50 Nov 22 19:45 /usr/lib/x86_64-linux-gnu/libGL.so.1 -> /etc/alternatives/glx--libGL.so.1-x86_64-linux-gnu
-rw-r--r-- 1 root root 431600 Nov 5 11:05 /usr/lib/xorg/modules/extensions/libglx.so
-- System Information:
Debian Release: wheezy/sid
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages amd-opencl-dev depends on:
ii amd-libopencl1 [libopencl1] 1:12-6+point-1
ii opencl-headers 1.2-2012.04.18a-1
Versions of packages amd-opencl-dev recommends:
ii libgl1-mesa-dev [libgl-dev] 8.0.4-2
amd-opencl-dev suggests no packages.
-- no debconf information
More information about the Pkg-fglrx-devel
mailing list