Your message dated Wed, 17 Dec 2014 23:58:30 +0100
with message-id <[email protected]>
and subject line Re: Bug#772063: fglrx-driver: fails to build with 
-fstack-protector-strong error
has caused the Debian Bug report #772063,
regarding fglrx-driver: fails to build with -fstack-protector-strong error
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
772063: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772063
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: fglrx-driver
Version: 1:14.9+ga14.201-2
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Dear Maintainer,

   * What led up to the situation?

     Trying to install fglrx-driver (and associated packages) from the 
     non-free repository

   * What exactly did you do (or not do) that was effective (or
     ineffective)?

     aptitude install fglrx-driver .  Everything else installs fine, however, \
     the build fails with this in the log section:

DKMS make.log for fglrx-14.9+ga14.201 for kernel 3.17.4-amd64-1 (x86_64)
Thu Dec  4 13:40:45 CST 2014
make: Entering directory '/usr/src/linux-3.17.4'
arch/x86/Makefile:118: stack-protector enabled but compiler support broken
Makefile:669: Cannot use CONFIG_CC_STACKPROTECTOR_STRONG: 
-fstack-protector-strong not supported by compiler
  LD      /var/lib/dkms/fglrx/14.9+ga14.201/build/built-in.o
  CC [M]  /var/lib/dkms/fglrx/14.9+ga14.201/build/firegl_public.o
gcc: error trying to exec 'cc1': execvp: No such file or directory
scripts/Makefile.build:257: recipe for target 
'/var/lib/dkms/fglrx/14.9+ga14.201/build/firegl_public.o' failed
make[1]: *** [/var/lib/dkms/fglrx/14.9+ga14.201/build/firegl_public.o] Error 1
Makefile:1373: recipe for target 
'_module_/var/lib/dkms/fglrx/14.9+ga14.201/build' failed
make: *** [_module_/var/lib/dkms/fglrx/14.9+ga14.201/build] Error 2
make: Leaving directory '/usr/src/linux-3.17.4'

However, a simple test program shows that gcc is working with the flag.  gcc 
version is the latest from the repositories,

kyle@lion:~$ gcc --version
gcc (Debian 4.9.1-19) 4.9.1
Copyright (C) 2014 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.

-- Package-specific info:
Full fglrx package list:
ii  fglrx-atievent 1:14.9+ga14. amd64        events daemon for the non-free AT
ii  fglrx-driver   1:14.9+ga14. amd64        non-free ATI/AMD RadeonHD display
ii  fglrx-modules- 1:14.9+ga14. amd64        dkms module source for the non-fr
ii  libfglrx:amd64 1:14.9+ga14. amd64        non-free ATI/AMD RadeonHD display
ii  libfglrx:i386  1:14.9+ga14. i386         non-free ATI/AMD RadeonHD display
ii  libfglrx-amdxv 1:14.9+ga14. amd64        AMD XvBA (X-Video Bitstream Accel
ii  libfglrx-amdxv 1:14.9+ga14. i386         AMD XvBA (X-Video Bitstream Accel
ii  libgl1-fglrx-g 1:14.9+ga14. amd64        proprietary libGL for the non-fre
ii  libgl1-fglrx-g 1:14.9+ga14. i386         proprietary libGL for the non-fre
ii  libgl1-fglrx-g 1:14.9+ga14. i386         ATI/AMD binary OpenGL 32-bit libr

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. 
[AMD/ATI] Curacao XT [Radeon R9 270X] [1002:6810] (prog-if 00 [VGA controller])
        Subsystem: ASUSTeK Computer Inc. Device [1043:0464]
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        Latency: 0, Cache Line Size: 64 bytes
        Interrupt: pin A routed to IRQ 10
        Region 0: Memory at c0000000 (64-bit, prefetchable) [size=256M]
        Region 2: Memory at fea00000 (64-bit, non-prefetchable) [size=256K]
        Region 4: I/O ports at e000 [size=256]
        Expansion ROM at fea40000 [disabled] [size=128K]
        Capabilities: <access denied>


DRM and fglrx Informations from dmesg:

Xorg X server configuration file status:
-rw-r--r-- 1 root root 684 Nov 29 15:12 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
Section "ServerLayout"
        Identifier     "aticonfig Layout"
        Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Module"
EndSection

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

Section "Device"
        Identifier  "aticonfig-Device[0]-0"
        Driver      "fglrx"
        BusID       "PCI:1:0:0"
EndSection

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



Xorg X server log files on system:
-rw-r--r-- 1 root root 51354 Apr  2  2014 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 34246 Dec  4 13:24 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:
[     9.463] 
X.Org X Server 1.16.1.901 (1.16.2 RC 1)
Release Date: 2014-11-02
[     9.463] X Protocol Version 11, Revision 0
[     9.463] Build Operating System: Linux 3.2.0-4-amd64 x86_64 Debian
[     9.463] Current Operating System: Linux lion 3.17.4-amd64-1 #4 SMP Tue Dec 
2 14:50:32 CST 2014 x86_64
[     9.463] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.17.4-amd64-1 
root=UUID=999c4f7f-88ca-461e-882d-76978b4a0348 ro quiet
[     9.463] Build Date: 03 November 2014  09:44:08PM
[     9.463] xorg-server 2:1.16.1.901-1 (http://www.debian.org/support) 
[     9.463] Current version of pixman: 0.32.6
[     9.463]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[     9.463] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     9.463] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Dec  4 13:23:50 
2014
[     9.466] (==) Using config file: "/etc/X11/xorg.conf"
[     9.466] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     9.468] (==) ServerLayout "aticonfig Layout"
[     9.468] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
[     9.468] (**) |   |-->Monitor "aticonfig-Monitor[0]-0"
[     9.468] (**) |   |-->Device "aticonfig-Device[0]-0"
[     9.468] (==) Automatically adding devices
[     9.469] (==) Automatically enabling devices
[     9.469] (==) Automatically adding GPU devices
[     9.471] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[     9.471]    Entry deleted from font path.
[     9.474] (==) 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,
        built-ins
[     9.474] (==) ModulePath set to "/usr/lib/xorg/modules"
[     9.475] (II) The server relies on udev to provide the list of input 
devices.
        If no devices become available, reconfigure udev or disable 
AutoAddDevices.
[     9.475] (II) Loader magic: 0x7f3772374d80
[     9.475] (II) Module ABI versions:
[     9.475]    X.Org ANSI C Emulation: 0.4
[     9.475]    X.Org Video Driver: 18.0
[     9.475]    X.Org XInput driver : 21.0
[     9.475]    X.Org Server Extension : 8.0
[     9.478] (--) PCI:*(0:1:0:0) 1002:6810:1043:0464 rev 0, Mem @ 
0xc0000000/268435456, 0xfea00000/262144, I/O @ 0x0000e000/256, BIOS @ 
0x????????/131072
[     9.478] (II) "glx" will be loaded by default.
[     9.478] (II) LoadModule: "glx"
[     9.482] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
[     9.485] (II) Module glx: vendor="Advanced Micro Devices, Inc."
[     9.485]    compiled for 6.9.0, module version = 1.0.0
[     9.485] (II) LoadModule: "fglrx"
[     9.495] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[     9.546] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
[     9.546]    compiled for 1.4.99.906, module version = 14.20.7
[     9.546]    Module class: X.Org Video Driver
[     9.547] (II) Loading sub module "fglrxdrm"
[     9.547] (II) LoadModule: "fglrxdrm"
[     9.547] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[     9.552] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[     9.552]    compiled for 1.4.99.906, module version = 14.20.7
[     9.552] (II) AMD Proprietary Linux Driver Version Identifier:14.20.7
[     9.552] (II) AMD Proprietary Linux Driver Release Identifier: 
UNSUPPORTED-14.201.1006.1002         
[     9.552] (II) AMD Proprietary Linux Driver Build Date: Sep  2 2014 10:14:55
[     9.552] (++) using VT number 7

[     9.555] (WW) Falling back to old probe method for fglrx
[     9.561] (II) Loading PCS database from /etc/ati/amdpcsdb 
/etc/ati/amdpcsdb.default
[     9.563] ukiDynamicMajor: failed to open /proc/ati/major
[     9.563] ukiDynamicMajor: failed to open /proc/ati/major
[     9.564] (--) Chipset Supported AMD Graphics Processor (0x6810) found
[     9.564] (WW) fglrx: No matching Device section for instance (BusID 
PCI:0@0:0:0) found
[     9.564] (WW) fglrx: No matching Device section for instance (BusID 
PCI:0@0:0:2) found
[     9.564] (WW) fglrx: No matching Device section for instance (BusID 
PCI:0@0:2:0) found
[     9.564] (WW) fglrx: No matching Device section for instance (BusID 
PCI:0@0:4:0) found
[     9.564] (WW) fglrx: No matching Device section for instance (BusID 
PCI:0@0:5:0) found
[     9.564] (WW) fglrx: No matching Device section for instance (BusID 
PCI:0@0:10:0) found
[     9.564] (WW) fglrx: No matching Device section for instance (BusID 
PCI:0@0:11:0) found
[     9.564] (WW) fglrx: No matching Device section for instance (BusID 
PCI:0@0:13:0) found
[     9.564] (WW) fglrx: No matching Device section for instance (BusID 
PCI:0@0:17:0) found
[     9.564] (WW) fglrx: No matching Device section for instance (BusID 
PCI:0@0:18:0) found
[     9.564] (WW) fglrx: No matching Device section for instance (BusID 
PCI:0@0:18:2) found
[     9.564] (WW) fglrx: No matching Device section for instance (BusID 
PCI:0@0:19:0) found
[     9.564] (WW) fglrx: No matching Device section for instance (BusID 
PCI:0@0:19:2) found
[     9.564] (WW) fglrx: No matching Device section for instance (BusID 
PCI:0@0:20:0) found
[     9.564] (WW) fglrx: No matching Device section for instance (BusID 
PCI:0@0:20:2) found
[     9.564] (WW) fglrx: No matching Device section for instance (BusID 
PCI:0@0:20:3) found
[     9.564] (WW) fglrx: No matching Device section for instance (BusID 
PCI:0@0:20:4) found
[     9.564] (WW) fglrx: No matching Device section for instance (BusID 
PCI:0@0:20:5) found
[     9.564] (WW) fglrx: No matching Device section for instance (BusID 
PCI:0@0:21:0) found
[     9.564] (WW) fglrx: No matching Device section for instance (BusID 
PCI:0@0:21:1) found
[     9.565] (WW) fglrx: No matching Device section for instance (BusID 
PCI:0@0:21:2) found
[     9.565] (WW) fglrx: No matching Device section for instance (BusID 
PCI:0@0:21:3) found
[     9.565] (WW) fglrx: No matching Device section for instance (BusID 
PCI:0@0:22:0) found
[     9.565] (WW) fglrx: No matching Device section for instance (BusID 
PCI:0@0:22:2) found
[     9.565] (WW) fglrx: No matching Device section for instance (BusID 
PCI:0@1:0:1) found
[     9.565] (II) fglrx(0): pEnt->device->identifier=0x7f37725d0730
[     9.565] (II) fglrx(0): === [xdl_xs116_atiddxPreInit] === begin
[     9.565] (II) Loading sub module "vgahw"
[     9.565] (II) LoadModule: "vgahw"
[     9.567] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[     9.567] (II) Module vgahw: vendor="X.Org Foundation"
[     9.567]    compiled for 1.16.1.901, module version = 0.1.0
[     9.567]    ABI class: X.Org Video Driver, version 18.0
[     9.568] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
[     9.568] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp 
pixmaps)
[     9.568] (==) fglrx(0): Default visual is TrueColor
[     9.568] (**) fglrx(0): Option "DPMS" "true"
[     9.568] (==) fglrx(0): RGB weight 888
[     9.568] (II) fglrx(0): Using 8 bits per RGB 
[     9.568] (==) fglrx(0): Buffer Tiling is ON
[     9.568] (II) Loading sub module "fglrxdrm"
[     9.568] (II) LoadModule: "fglrxdrm"
[     9.568] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[     9.568] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[     9.568]    compiled for 1.4.99.906, module version = 14.20.7
[     9.569] ukiDynamicMajor: failed to open /proc/ati/major
[     9.569] ukiDynamicMajor: failed to open /proc/ati/major
[     9.570] (**) fglrx(0): NoAccel = NO
[     9.570] (**) fglrx(0): AMD 2D Acceleration Architecture enabled
[     9.570] (--) fglrx(0): Chipset: "AMD Radeon R9 200 Series" (Chipset = 
0x6810)
[     9.570] (--) fglrx(0): (PciSubVendor = 0x1043, PciSubDevice = 0x0464)
[     9.570] (==) fglrx(0): board vendor info: third party graphics adapter - 
NOT original AMD
[     9.570] (--) fglrx(0): Linear framebuffer (phys) at 0xc0000000
[     9.570] (--) fglrx(0): MMIO registers at 0xfea00000
[     9.570] (--) fglrx(0): I/O port at 0x0000e000
[     9.570] (==) fglrx(0): ROM-BIOS at 0x000c0000
[     9.572] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
[     9.725] (II) Loading sub module "vbe"
[     9.725] (II) LoadModule: "vbe"
[     9.725] (II) Loading /usr/lib/xorg/modules/libvbe.so
[     9.743] (II) Module vbe: vendor="X.Org Foundation"
[     9.743]    compiled for 1.16.1.901, module version = 1.1.0
[     9.743]    ABI class: X.Org Video Driver, version 18.0
[     9.744] (II) fglrx(0): VESA BIOS detected
[     9.744] (II) fglrx(0): VESA VBE Version 3.0
[     9.744] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
[     9.744] (II) fglrx(0): VESA VBE OEM: AMD ATOMBIOS
[     9.744] (II) fglrx(0): VESA VBE OEM Software Rev: 15.41
[     9.744] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2010, Advanced Micro 
Devices, Inc.
[     9.744] (II) fglrx(0): VESA VBE OEM Product: CURACAO
[     9.744] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
[     9.750] (II) fglrx(0): AMD Video BIOS revision 9 or later detected
[     9.750] (--) fglrx(0): Video RAM: 2097152 kByte, Type: GDDR5
[     9.750] (II) fglrx(0): PCIE card detected
[     9.750] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
[     9.750] (WW) fglrx(0): board is an unknown third party board, chipset is 
supported
[     9.750] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf400000000, MCFBSize = 
0x80000000)
[     9.750] (II) fglrx(0): RandR 1.2 support is enabled!
[     9.750] (II) fglrx(0): RandR 1.2 rotation support is enabled!
[     9.750] (II) Loading sub module "fb"
[     9.750] (II) LoadModule: "fb"
[     9.750] (II) Loading /usr/lib/xorg/modules/libfb.so
[     9.754] (II) Module fb: vendor="X.Org Foundation"
[     9.754]    compiled for 1.16.1.901, module version = 1.0.0
[     9.754]    ABI class: X.Org ANSI C Emulation, version 0.4
[     9.754] (II) fglrx(0): EDID Management option: EDID Management is enabled
[     9.754] (II) Loading sub module "ddc"
[     9.754] (II) LoadModule: "ddc"
[     9.754] (II) Module "ddc" already built-in
[     9.881] (II) fglrx(0): Output DFP1 using monitor section 
aticonfig-Monitor[0]-0
[     9.881] (II) fglrx(0): Output DFP2 has no monitor section
[     9.881] (II) fglrx(0): Output DFP3 has no monitor section
[     9.881] (II) fglrx(0): Output DFP4 has no monitor section
[     9.881] (II) fglrx(0): Output DFP5 has no monitor section
[     9.881] (II) fglrx(0): Output DFP6 has no monitor section
[     9.881] (II) fglrx(0): Output DFP7 has no monitor section
[     9.881] (II) fglrx(0): Output CRT1 has no monitor section
[     9.881] (II) Loading sub module "ddc"
[     9.881] (II) LoadModule: "ddc"
[     9.881] (II) Module "ddc" already built-in
[     9.881] (II) fglrx(0): Connected Display0: CRT1
[     9.881] (II) fglrx(0): Display0 EDID data ---------------------------
[     9.881] (II) fglrx(0): Manufacturer: DEL  Model: a04a  Serial#: 860377171
[     9.881] (II) fglrx(0): Year: 2009  Week: 25
[     9.881] (II) fglrx(0): EDID Version: 1.3
[     9.881] (II) fglrx(0): Analog Display Input,  Input Voltage Level: 
0.700/0.300 V
[     9.881] (II) fglrx(0): Sync:  Separate  Composite  SyncOnGreen
[     9.881] (II) fglrx(0): Max Image Size [cm]: horiz.: 34  vert.: 27
[     9.881] (II) fglrx(0): Gamma: 2.20
[     9.881] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off; RGB/Color 
Display
[     9.881] (II) fglrx(0): Default color space is primary color space
[     9.881] (II) fglrx(0): First detailed timing is preferred mode
[     9.881] (II) fglrx(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 
0.600
[     9.881] (II) fglrx(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 
0.329
[     9.881] (II) fglrx(0): Supported established timings:
[     9.881] (II) fglrx(0): 720x400@70Hz
[     9.881] (II) fglrx(0): 640x480@60Hz
[     9.881] (II) fglrx(0): 640x480@75Hz
[     9.881] (II) fglrx(0): 800x600@60Hz
[     9.881] (II) fglrx(0): 800x600@75Hz
[     9.881] (II) fglrx(0): 1024x768@60Hz
[     9.881] (II) fglrx(0): 1024x768@75Hz
[     9.881] (II) fglrx(0): 1280x1024@75Hz
[     9.881] (II) fglrx(0): Manufacturer's mask: 0
[     9.881] (II) fglrx(0): Supported standard timings:
[     9.881] (II) fglrx(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[     9.881] (II) fglrx(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[     9.881] (II) fglrx(0): Supported detailed timing:
[     9.881] (II) fglrx(0): clock: 108.0 MHz   Image Size:  338 x 270 mm
[     9.881] (II) fglrx(0): h_active: 1280  h_sync: 1328  h_sync_end 1440 
h_blank_end 1688 h_border: 0
[     9.881] (II) fglrx(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 
v_blanking: 1066 v_border: 0
[     9.881] (II) fglrx(0): Serial No: U072N96H3HPS
[     9.881] (II) fglrx(0): Monitor name: DELL E170S
[     9.881] (II) fglrx(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 81 
kHz, PixClock max 145 MHz
[     9.881] (II) fglrx(0): EDID (in hex):
[     9.881] (II) fglrx(0):     00ffffffffffff0010ac4aa053504833
[     9.881] (II) fglrx(0):     191301030e221b78eeee95a3544c9926
[     9.881] (II) fglrx(0):     0f5054a54b00714f8180010101010101
[     9.881] (II) fglrx(0):     010101010101302a009851002a403070
[     9.881] (II) fglrx(0):     1300520e1100001e000000ff00553037
[     9.881] (II) fglrx(0):     324e393648334850530a000000fc0044
[     9.881] (II) fglrx(0):     454c4c2045313730530a2020000000fd
[     9.881] (II) fglrx(0):     00384c1e510e000a20202020202000e4
[     9.881] (II) fglrx(0): End of Display0 EDID data --------------------
[     9.881] (WW) fglrx(0): Dynamic Surface Resizing cannot be enabled
[     9.881] (II) fglrx(0): EDID for output DFP1
[     9.881] (II) fglrx(0): EDID for output DFP2
[     9.881] (II) fglrx(0): EDID for output DFP3
[     9.881] (II) fglrx(0): EDID for output DFP4
[     9.881] (II) fglrx(0): EDID for output DFP5
[     9.881] (II) fglrx(0): EDID for output DFP6
[     9.881] (II) fglrx(0): EDID for output DFP7
[     9.881] (II) fglrx(0): EDID for output CRT1
[     9.881] (II) fglrx(0): Manufacturer: DEL  Model: a04a  Serial#: 860377171
[     9.881] (II) fglrx(0): Year: 2009  Week: 25
[     9.881] (II) fglrx(0): EDID Version: 1.3
[     9.881] (II) fglrx(0): Analog Display Input,  Input Voltage Level: 
0.700/0.300 V
[     9.881] (II) fglrx(0): Sync:  Separate  Composite  SyncOnGreen
[     9.881] (II) fglrx(0): Max Image Size [cm]: horiz.: 34  vert.: 27
[     9.881] (II) fglrx(0): Gamma: 2.20
[     9.881] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off; RGB/Color 
Display
[     9.882] (II) fglrx(0): Default color space is primary color space
[     9.882] (II) fglrx(0): First detailed timing is preferred mode
[     9.882] (II) fglrx(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 
0.600
[     9.882] (II) fglrx(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 
0.329
[     9.882] (II) fglrx(0): Supported established timings:
[     9.882] (II) fglrx(0): 720x400@70Hz
[     9.882] (II) fglrx(0): 640x480@60Hz
[     9.882] (II) fglrx(0): 640x480@75Hz
[     9.882] (II) fglrx(0): 800x600@60Hz
[     9.882] (II) fglrx(0): 800x600@75Hz
[     9.882] (II) fglrx(0): 1024x768@60Hz
[     9.882] (II) fglrx(0): 1024x768@75Hz
[     9.882] (II) fglrx(0): 1280x1024@75Hz
[     9.882] (II) fglrx(0): Manufacturer's mask: 0
[     9.882] (II) fglrx(0): Supported standard timings:
[     9.882] (II) fglrx(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[     9.882] (II) fglrx(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[     9.882] (II) fglrx(0): Supported detailed timing:
[     9.882] (II) fglrx(0): clock: 108.0 MHz   Image Size:  338 x 270 mm
[     9.882] (II) fglrx(0): h_active: 1280  h_sync: 1328  h_sync_end 1440 
h_blank_end 1688 h_border: 0
[     9.882] (II) fglrx(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 
v_blanking: 1066 v_border: 0
[     9.882] (II) fglrx(0): Serial No: U072N96H3HPS
[     9.882] (II) fglrx(0): Monitor name: DELL E170S
[     9.882] (II) fglrx(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 81 
kHz, PixClock max 145 MHz
[     9.882] (II) fglrx(0): EDID (in hex):
[     9.882] (II) fglrx(0):     00ffffffffffff0010ac4aa053504833
[     9.882] (II) fglrx(0):     191301030e221b78eeee95a3544c9926
[     9.882] (II) fglrx(0):     0f5054a54b00714f8180010101010101
[     9.882] (II) fglrx(0):     010101010101302a009851002a403070
[     9.882] (II) fglrx(0):     1300520e1100001e000000ff00553037
[     9.882] (II) fglrx(0):     324e393648334850530a000000fc0044
[     9.882] (II) fglrx(0):     454c4c2045313730530a2020000000fd
[     9.882] (II) fglrx(0):     00384c1e510e000a20202020202000e4
[     9.882] (II) fglrx(0): Printing probed modes for output CRT1
[     9.882] (II) fglrx(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 
1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[     9.882] (II) fglrx(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 
1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[     9.882] (II) fglrx(0): Modeline "1280x960"x75.0  135.00  1280 1296 1440 
1688  960 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[     9.882] (II) fglrx(0): Modeline "1280x960"x60.0  108.00  1280 1328 1440 
1688  960 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[     9.882] (II) fglrx(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 
1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[     9.882] (II) fglrx(0): Modeline "1152x864"x60.0  108.00  1152 1328 1440 
1688  864 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[     9.882] (II) fglrx(0): Modeline "1280x768"x75.0  135.00  1280 1296 1440 
1688  768 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[     9.882] (II) fglrx(0): Modeline "1280x768"x60.0  108.00  1280 1328 1440 
1688  768 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[     9.882] (II) fglrx(0): Modeline "1280x720"x75.0  135.00  1280 1296 1440 
1688  720 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[     9.882] (II) fglrx(0): Modeline "1280x720"x60.0  108.00  1280 1328 1440 
1688  720 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[     9.882] (II) fglrx(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 
1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[     9.882] (II) fglrx(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 
1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[     9.882] (II) fglrx(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  
600 601 604 625 +hsync +vsync (46.9 kHz e)
[     9.882] (II) fglrx(0): Modeline "800x600"x60.0   40.00  800 840 968 1056  
600 601 605 628 +hsync +vsync (37.9 kHz e)
[     9.882] (II) fglrx(0): Modeline "640x480"x75.0   31.50  640 656 720 840  
480 481 484 500 -hsync -vsync (37.5 kHz e)
[     9.882] (II) fglrx(0): Modeline "640x480"x60.0   25.18  640 656 752 800  
480 490 492 525 -hsync -vsync (31.5 kHz e)
[     9.882] (II) fglrx(0): Output DFP1 disconnected
[     9.882] (II) fglrx(0): Output DFP2 disconnected
[     9.882] (II) fglrx(0): Output DFP3 disconnected
[     9.882] (II) fglrx(0): Output DFP4 disconnected
[     9.882] (II) fglrx(0): Output DFP5 disconnected
[     9.882] (II) fglrx(0): Output DFP6 disconnected
[     9.882] (II) fglrx(0): Output DFP7 disconnected
[     9.882] (II) fglrx(0): Output CRT1 connected
[     9.882] (II) fglrx(0): Using exact sizes for initial modes
[     9.882] (II) fglrx(0): Output CRT1 using initial mode 1280x1024
[     9.882] (II) fglrx(0): Using default gamma of (1.0, 1.0, 1.0) unless 
otherwise stated.
[     9.882] (II) fglrx(0): DPI set to (96, 96)
[     9.882] (II) fglrx(0): Eyefinity capable adapter detected.
[     9.882] (II) fglrx(0): Adapter AMD Radeon R9 200 Series has 6 configurable 
heads and 1 displays connected.
[     9.882] (==) fglrx(0):  PseudoColor visuals disabled
[     9.882] (II) Loading sub module "ramdac"
[     9.882] (II) LoadModule: "ramdac"
[     9.882] (II) Module "ramdac" already built-in
[     9.882] (==) fglrx(0): NoDRI = NO
[     9.882] (==) fglrx(0): Capabilities: 0x00000000
[     9.882] (==) fglrx(0): CapabilitiesEx: 0x00000000
[     9.882] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
[     9.882] (==) fglrx(0): UseFastTLS=0
[     9.882] (II) fglrx(0): Shadow Primary option: ShadowPrimary is enabled
[     9.882] (--) Depth 24 pixmap format is 32 bpp
[     9.882] (EE) fglrx(0): atiddxDriScreenInit failed. Probably kernel module 
missing or incompatible. 
[     9.882] (WW) fglrx(0): 
***********************************************************
[     9.882] (WW) fglrx(0): * DRI initialization failed                         
      *
[     9.882] (WW) fglrx(0): * kernel module (fglrx.ko) may be missing or 
incompatible *
[     9.882] (WW) fglrx(0): * 2D and 3D acceleration disabled                   
      *
[     9.882] (WW) fglrx(0): 
***********************************************************
[     9.882] (II) fglrx(0): FBADPhys: 0xf400000000 FBMappedSize: 0x10000000
[     9.882] (II) fglrx(0): FBMM initialized for area (0,0)-(1280,8191)
[     9.882] (II) fglrx(0): FBMM auto alloc for area (0,0)-(1280,1280) (front 
color buffer - assumption)
[     9.882] (II) fglrx(0): Largest offscreen area available: 1280 x 6911
[     9.882] (==) fglrx(0): Backing store enabled
[     9.882] (**) fglrx(0): DPMS enabled
[     9.883] (II) fglrx(0): Initialized in-driver Xinerama extension
[     9.883] (WW) fglrx(0): Textured Video not supported without DRI enabled.
[     9.883] (II) LoadModule: "glesx"
[     9.883] (II) Loading /usr/lib/xorg/modules/glesx.so
[     9.954] (II) Module glesx: vendor="X.Org Foundation"
[     9.954]    compiled for 1.4.99.906, module version = 1.0.0
[     9.954] (II) fglrx(0): GLESX enableFlags = 8768
[     9.954] (II) fglrx(0): Enable composite support successfully
[     9.954] (WW) fglrx(0): Option "VendorName" is not used
[     9.954] (WW) fglrx(0): Option "ModelName" is not used
[     9.954] (==) fglrx(0): Silken mouse enabled
[     9.954] (==) fglrx(0): Using HW cursor of display infrastructure!
[     9.954] (II) fglrx(0): RandR 1.2 enabled, ignore the following RandR 
disabled message.
[    10.015] (--) RandR disabled
[    10.019] (II) SELinux: Disabled on system
[    10.019] (II) AIGLX: Screen 0 is not DRI capable
[    10.020] [glesx] __glESXExtensionInit: No GL ES2.0 capable screen found!
[    10.020] (II) fglrx(0): Setting screen physical size to 338 x 270
[    10.095] (II) config/udev: Adding input device Power Button 
(/dev/input/event3)
[    10.095] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    10.095] (II) LoadModule: "evdev"
[    10.095] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    10.098] (II) Module evdev: vendor="X.Org Foundation"
[    10.098]    compiled for 1.16.0, module version = 2.9.0
[    10.099]    Module class: X.Org XInput Driver
[    10.099]    ABI class: X.Org XInput driver, version 21.0
[    10.099] (II) Using input driver 'evdev' for 'Power Button'
[    10.099] (**) Power Button: always reports core events
[    10.099] (**) evdev: Power Button: Device: "/dev/input/event3"
[    10.099] (--) evdev: Power Button: Vendor 0 Product 0x1
[    10.099] (--) evdev: Power Button: Found keys
[    10.099] (II) evdev: Power Button: Configuring as keyboard
[    10.099] (**) Option "config_info" 
"udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event3"
[    10.099] (II) XINPUT: Adding extended input device "Power Button" (type: 
KEYBOARD, id 6)
[    10.099] (**) Option "xkb_rules" "evdev"
[    10.099] (**) Option "xkb_model" "pc105"
[    10.099] (**) Option "xkb_layout" "us"
[    10.099] (II) config/udev: Adding input device Power Button 
(/dev/input/event2)
[    10.099] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    10.099] (II) Using input driver 'evdev' for 'Power Button'
[    10.099] (**) Power Button: always reports core events
[    10.099] (**) evdev: Power Button: Device: "/dev/input/event2"
[    10.099] (--) evdev: Power Button: Vendor 0 Product 0x1
[    10.099] (--) evdev: Power Button: Found keys
[    10.099] (II) evdev: Power Button: Configuring as keyboard
[    10.099] (**) Option "config_info" 
"udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4/event2"
[    10.099] (II) XINPUT: Adding extended input device "Power Button" (type: 
KEYBOARD, id 7)
[    10.099] (**) Option "xkb_rules" "evdev"
[    10.099] (**) Option "xkb_model" "pc105"
[    10.099] (**) Option "xkb_layout" "us"
[    10.099] (II) config/udev: Adding input device HDA ATI HDMI HDMI 
(/dev/input/event4)
[    10.099] (II) No input driver specified, ignoring this device.
[    10.099] (II) This device may have been added with another device file.
[    10.099] (II) config/udev: Adding input device HDA ATI HDMI HDMI 
(/dev/input/event5)
[    10.099] (II) No input driver specified, ignoring this device.
[    10.099] (II) This device may have been added with another device file.
[    10.100] (II) config/udev: Adding input device USB Optical Mouse 
(/dev/input/event0)
[    10.100] (**) USB Optical Mouse: Applying InputClass "evdev pointer 
catchall"
[    10.100] (II) Using input driver 'evdev' for 'USB Optical Mouse'
[    10.100] (**) USB Optical Mouse: always reports core events
[    10.100] (**) evdev: USB Optical Mouse: Device: "/dev/input/event0"
[    10.100] (--) evdev: USB Optical Mouse: Vendor 0x461 Product 0x4d22
[    10.100] (--) evdev: USB Optical Mouse: Found 3 mouse buttons
[    10.100] (--) evdev: USB Optical Mouse: Found scroll wheel(s)
[    10.100] (--) evdev: USB Optical Mouse: Found relative axes
[    10.100] (--) evdev: USB Optical Mouse: Found x and y relative axes
[    10.100] (II) evdev: USB Optical Mouse: Configuring as mouse
[    10.100] (II) evdev: USB Optical Mouse: Adding scrollwheel support
[    10.100] (**) evdev: USB Optical Mouse: YAxisMapping: buttons 4 and 5
[    10.100] (**) evdev: USB Optical Mouse: EmulateWheelButton: 4, 
EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    10.100] (**) Option "config_info" 
"udev:/sys/devices/pci0000:00/0000:00:13.0/usb9/9-2/9-2:1.0/0003:0461:4D22.0001/input/input2/event0"
[    10.100] (II) XINPUT: Adding extended input device "USB Optical Mouse" 
(type: MOUSE, id 8)
[    10.100] (II) evdev: USB Optical Mouse: initialized for relative axes.
[    10.100] (**) USB Optical Mouse: (accel) keeping acceleration scheme 1
[    10.100] (**) USB Optical Mouse: (accel) acceleration profile 0
[    10.100] (**) USB Optical Mouse: (accel) acceleration factor: 2.000
[    10.100] (**) USB Optical Mouse: (accel) acceleration threshold: 4
[    10.100] (II) config/udev: Adding input device USB Optical Mouse 
(/dev/input/mouse0)
[    10.100] (II) No input driver specified, ignoring this device.
[    10.100] (II) This device may have been added with another device file.
[    10.100] (II) config/udev: Adding input device Dell Dell USB Keyboard 
(/dev/input/event1)
[    10.100] (**) Dell Dell USB Keyboard: Applying InputClass "evdev keyboard 
catchall"
[    10.100] (II) Using input driver 'evdev' for 'Dell Dell USB Keyboard'
[    10.100] (**) Dell Dell USB Keyboard: always reports core events
[    10.100] (**) evdev: Dell Dell USB Keyboard: Device: "/dev/input/event1"
[    10.100] (--) evdev: Dell Dell USB Keyboard: Vendor 0x413c Product 0x2105
[    10.100] (--) evdev: Dell Dell USB Keyboard: Found keys
[    10.100] (II) evdev: Dell Dell USB Keyboard: Configuring as keyboard
[    10.100] (**) Option "config_info" 
"udev:/sys/devices/pci0000:00/0000:00:13.0/usb9/9-3/9-3:1.0/0003:413C:2105.0002/input/input3/event1"
[    10.100] (II) XINPUT: Adding extended input device "Dell Dell USB Keyboard" 
(type: KEYBOARD, id 9)
[    10.100] (**) Option "xkb_rules" "evdev"
[    10.100] (**) Option "xkb_model" "pc105"
[    10.100] (**) Option "xkb_layout" "us"
[    10.101] (II) config/udev: Adding input device HDA ATI SB Line 
(/dev/input/event8)
[    10.101] (II) No input driver specified, ignoring this device.
[    10.101] (II) This device may have been added with another device file.
[    10.101] (II) config/udev: Adding input device HDA ATI SB Line Out Front 
(/dev/input/event9)
[    10.101] (II) No input driver specified, ignoring this device.
[    10.101] (II) This device may have been added with another device file.
[    10.101] (II) config/udev: Adding input device HDA ATI SB Line Out Surround 
(/dev/input/event10)
[    10.101] (II) No input driver specified, ignoring this device.
[    10.101] (II) This device may have been added with another device file.
[    10.101] (II) config/udev: Adding input device HDA ATI SB Line Out CLFE 
(/dev/input/event11)
[    10.101] (II) No input driver specified, ignoring this device.
[    10.101] (II) This device may have been added with another device file.
[    10.101] (II) config/udev: Adding input device HDA ATI SB Line Out Side 
(/dev/input/event12)
[    10.101] (II) No input driver specified, ignoring this device.
[    10.101] (II) This device may have been added with another device file.
[    10.101] (II) config/udev: Adding input device HDA ATI SB Front Headphone 
(/dev/input/event13)
[    10.101] (II) No input driver specified, ignoring this device.
[    10.101] (II) This device may have been added with another device file.
[    10.101] (II) config/udev: Adding input device HDA ATI SB Front Mic 
(/dev/input/event6)
[    10.101] (II) No input driver specified, ignoring this device.
[    10.101] (II) This device may have been added with another device file.
[    10.101] (II) config/udev: Adding input device HDA ATI SB Rear Mic 
(/dev/input/event7)
[    10.101] (II) No input driver specified, ignoring this device.
[    10.101] (II) This device may have been added with another device file.
[    10.102] (II) config/udev: Adding input device PC Speaker 
(/dev/input/event14)
[    10.102] (II) No input driver specified, ignoring this device.
[    10.102] (II) This device may have been added with another device file.
[    10.103] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in 
RANDR 1.2 capable environments
[    67.528] (II) fglrx(0): EDID vendor "DEL", prod id 41034
[    67.528] (II) fglrx(0): Using EDID range info for horizontal sync
[    67.528] (II) fglrx(0): Using EDID range info for vertical refresh
[    67.528] (II) fglrx(0): Printing DDC gathered Modelines:
[    67.528] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 
1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[    67.528] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  
600 601 605 628 +hsync +vsync (37.9 kHz e)
[    67.528] (II) fglrx(0): Modeline "640x480"x0.0   31.50  640 656 720 840  
480 481 484 500 -hsync -vsync (37.5 kHz e)
[    67.528] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  
480 490 492 525 -hsync -vsync (31.5 kHz e)
[    67.528] (II) fglrx(0): Modeline "720x400"x0.0   28.32  720 738 846 900  
400 412 414 449 -hsync +vsync (31.5 kHz e)
[    67.528] (II) fglrx(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 
1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    67.528] (II) fglrx(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 
1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    67.528] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 
1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    67.528] (II) fglrx(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  
600 601 604 625 +hsync +vsync (46.9 kHz e)
[    67.528] (II) fglrx(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 
1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    68.864] (II) fglrx(0): EDID vendor "DEL", prod id 41034
[    68.864] (II) fglrx(0): Using hsync ranges from config file
[    68.864] (II) fglrx(0): Using vrefresh ranges from config file
[    68.864] (II) fglrx(0): Printing DDC gathered Modelines:
[    68.864] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 
1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[    68.864] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  
600 601 605 628 +hsync +vsync (37.9 kHz e)
[    68.864] (II) fglrx(0): Modeline "640x480"x0.0   31.50  640 656 720 840  
480 481 484 500 -hsync -vsync (37.5 kHz e)
[    68.864] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  
480 490 492 525 -hsync -vsync (31.5 kHz e)
[    68.864] (II) fglrx(0): Modeline "720x400"x0.0   28.32  720 738 846 900  
400 412 414 449 -hsync +vsync (31.5 kHz e)
[    68.864] (II) fglrx(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 
1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    68.864] (II) fglrx(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 
1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    68.864] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 
1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    68.864] (II) fglrx(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  
600 601 604 625 +hsync +vsync (46.9 kHz e)
[    68.864] (II) fglrx(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 
1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    68.869] (II) fglrx(0): EDID vendor "DEL", prod id 41034
[    68.869] (II) fglrx(0): Using hsync ranges from config file
[    68.869] (II) fglrx(0): Using vrefresh ranges from config file
[    68.869] (II) fglrx(0): Printing DDC gathered Modelines:
[    68.869] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 
1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[    68.869] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  
600 601 605 628 +hsync +vsync (37.9 kHz e)
[    68.869] (II) fglrx(0): Modeline "640x480"x0.0   31.50  640 656 720 840  
480 481 484 500 -hsync -vsync (37.5 kHz e)
[    68.869] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  
480 490 492 525 -hsync -vsync (31.5 kHz e)
[    68.869] (II) fglrx(0): Modeline "720x400"x0.0   28.32  720 738 846 900  
400 412 414 449 -hsync +vsync (31.5 kHz e)
[    68.869] (II) fglrx(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 
1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    68.869] (II) fglrx(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 
1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    68.869] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 
1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    68.869] (II) fglrx(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  
600 601 604 625 +hsync +vsync (46.9 kHz e)
[    68.869] (II) fglrx(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 
1600  864 865 868 900 +hsync +vsync (67.5 kHz e)

Bug script output from package glx-alternative-fglrx:
Diversions:
diversion of /usr/lib/arm-linux-gnueabihf/libGL.so to 
/usr/lib/mesa-diverted/arm-linux-gnueabihf/libGL.so by glx-diversions
diversion of /usr/lib/arm-linux-gnueabihf/libGL.so.1 to 
/usr/lib/mesa-diverted/arm-linux-gnueabihf/libGL.so.1 by glx-diversions
diversion of /usr/lib/arm-linux-gnueabihf/libGL.so.1.2 to 
/usr/lib/mesa-diverted/arm-linux-gnueabihf/libGL.so.1.2 by glx-diversions
diversion of /usr/lib/arm-linux-gnueabihf/libGL.so.1.2.0 to 
/usr/lib/mesa-diverted/arm-linux-gnueabihf/libGL.so.1.2.0 by glx-diversions
diversion of /usr/lib/arm-linux-gnueabihf/libGLESv1_CM.so to 
/usr/lib/mesa-diverted/arm-linux-gnueabihf/libGLESv1_CM.so by glx-diversions
diversion of /usr/lib/arm-linux-gnueabihf/libGLESv1_CM.so.1 to 
/usr/lib/mesa-diverted/arm-linux-gnueabihf/libGLESv1_CM.so.1 by glx-diversions
diversion of /usr/lib/arm-linux-gnueabihf/libGLESv1_CM.so.1.1.0 to 
/usr/lib/mesa-diverted/arm-linux-gnueabihf/libGLESv1_CM.so.1.1.0 by 
glx-diversions
diversion of /usr/lib/arm-linux-gnueabihf/libGLESv2.so to 
/usr/lib/mesa-diverted/arm-linux-gnueabihf/libGLESv2.so by glx-diversions
diversion of /usr/lib/arm-linux-gnueabihf/libGLESv2.so.2 to 
/usr/lib/mesa-diverted/arm-linux-gnueabihf/libGLESv2.so.2 by glx-diversions
diversion of /usr/lib/arm-linux-gnueabihf/libGLESv2.so.2.0.0 to 
/usr/lib/mesa-diverted/arm-linux-gnueabihf/libGLESv2.so.2.0.0 by glx-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/i386-linux-gnu/libGL.so.1.2.0 to 
/usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1.2.0 by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGLESv1_CM.so to 
/usr/lib/mesa-diverted/i386-linux-gnu/libGLESv1_CM.so by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGLESv1_CM.so.1 to 
/usr/lib/mesa-diverted/i386-linux-gnu/libGLESv1_CM.so.1 by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGLESv1_CM.so.1.1.0 to 
/usr/lib/mesa-diverted/i386-linux-gnu/libGLESv1_CM.so.1.1.0 by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGLESv2.so to 
/usr/lib/mesa-diverted/i386-linux-gnu/libGLESv2.so by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGLESv2.so.2 to 
/usr/lib/mesa-diverted/i386-linux-gnu/libGLESv2.so.2 by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGLESv2.so.2.0.0 to 
/usr/lib/mesa-diverted/i386-linux-gnu/libGLESv2.so.2.0.0 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/libGL.so.1.2.0 to /usr/lib/mesa-diverted/libGL.so.1.2.0 
by glx-diversions
diversion of /usr/lib/libGLESv1_CM.so to /usr/lib/mesa-diverted/libGLESv1_CM.so 
by glx-diversions
diversion of /usr/lib/libGLESv1_CM.so.1 to 
/usr/lib/mesa-diverted/libGLESv1_CM.so.1 by glx-diversions
diversion of /usr/lib/libGLESv1_CM.so.1.1.0 to 
/usr/lib/mesa-diverted/libGLESv1_CM.so.1.1.0 by glx-diversions
diversion of /usr/lib/libGLESv2.so to /usr/lib/mesa-diverted/libGLESv2.so by 
glx-diversions
diversion of /usr/lib/libGLESv2.so.2 to /usr/lib/mesa-diverted/libGLESv2.so.2 
by glx-diversions
diversion of /usr/lib/libGLESv2.so.2.0.0 to 
/usr/lib/mesa-diverted/libGLESv2.so.2.0.0 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
diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1.2.0 to 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1.2.0 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGLESv1_CM.so to 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv1_CM.so by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.1 to 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv1_CM.so.1 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.1.1.0 to 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv1_CM.so.1.1.0 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGLESv2.so to 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv2.so by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGLESv2.so.2 to 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv2.so.2 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGLESv2.so.2.0.0 to 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv2.so.2.0.0 by glx-diversions

/usr/lib/mesa-diverted:
total 4
drwxr-xr-x 1 root root   128 Nov 29 15:12 .
drwxr-xr-x 1 root root 51722 Dec  4 13:40 ..
drwxr-xr-x 1 root root     0 Oct 21 18:08 arm-linux-gnueabihf
drwxr-xr-x 1 root root    48 Nov 29 15:12 i386-linux-gnu
lrwxrwxrwx 1 root root    33 Nov 29 15:12 libGL.so-master -> 
/etc/alternatives/libGL.so-master
drwxr-xr-x 1 root root   256 Nov 29 15:12 x86_64-linux-gnu

/usr/lib/mesa-diverted/i386-linux-gnu/:
total 684
drwxr-xr-x 1 root root     48 Nov 29 15:12 .
drwxr-xr-x 1 root root    128 Nov 29 15:12 ..
lrwxrwxrwx 1 root root     14 Oct 27 06:28 libGL.so.1 -> libGL.so.1.2.0
-rw-r--r-- 1 root root 695836 Oct 27 06:29 libGL.so.1.2.0

/usr/lib/mesa-diverted/x86_64-linux-gnu/:
total 856
drwxr-xr-x 1 root root    256 Nov 29 15:12 .
drwxr-xr-x 1 root root    128 Nov 29 15:12 ..
lrwxrwxrwx 1 root root     15 Oct 27 06:44 libEGL.so.1 -> libEGL.so.1.0.0
-rw-r--r-- 1 root root 173144 Oct 27 06:44 libEGL.so.1.0.0
lrwxrwxrwx 1 root root     10 Nov 29 15:12 libGL.so -> libGL.so.1
lrwxrwxrwx 1 root root     14 Oct 27 06:44 libGL.so.1 -> libGL.so.1.2.0
-rw-r--r-- 1 root root 627320 Oct 27 06:44 libGL.so.1.2.0
lrwxrwxrwx 1 root root     21 Oct 27 06:44 libGLESv1_CM.so.1 -> 
libGLESv1_CM.so.1.1.0
-rw-r--r-- 1 root root  18232 Oct 27 06:44 libGLESv1_CM.so.1.1.0
lrwxrwxrwx 1 root root     18 Oct 27 06:44 libGLESv2.so.2 -> libGLESv2.so.2.0.0
-rw-r--r-- 1 root root  26424 Oct 27 06:44 libGLESv2.so.2.0.0

Alternative 'glx':
glx - auto mode
  link currently points to /usr/lib/fglrx
/usr/lib/fglrx - priority 99
  slave glx--fglrx-blacklists-radeon.conf: /etc/ati/fglrx-blacklists-radeon.conf
  slave glx--fglrx_drv.so: /usr/lib/fglrx/fglrx_drv.so
  slave glx--libEGL.so.1-x86_64-linux-gnu: 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libEGL.so.1
  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--libGLESv1_CM.so.1-x86_64-linux-gnu: 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv1_CM.so.1
  slave glx--libGLESv2.so.2-x86_64-linux-gnu: 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv2.so.2
  slave glx--linux-libglx.so: /usr/lib/fglrx/fglrx-libglx.so
/usr/lib/fglrx/igpu - priority 90
  slave glx--fglrx-blacklists-radeon.conf: /etc/ati/fglrx-blacklists-radeon.conf
  slave glx--fglrx_drv.so: /usr/lib/fglrx/fglrx_drv.so
  slave glx--libEGL.so.1-x86_64-linux-gnu: 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libEGL.so.1
  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
  slave glx--libGLESv1_CM.so.1-x86_64-linux-gnu: 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv1_CM.so.1
  slave glx--libGLESv2.so.2-x86_64-linux-gnu: 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv2.so.2
/usr/lib/mesa-diverted - priority 5
  slave glx--libEGL.so.1-x86_64-linux-gnu: 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libEGL.so.1
  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
  slave glx--libGLESv1_CM.so.1-x86_64-linux-gnu: 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv1_CM.so.1
  slave glx--libGLESv2.so.2-x86_64-linux-gnu: 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv2.so.2
Current 'best' version is '/usr/lib/fglrx'.

lrwxrwxrwx 1 root root 14 Nov 29 15:12 /etc/alternatives/glx -> /usr/lib/fglrx
lrwxrwxrwx 1 root root 37 Nov 29 15:12 
/etc/alternatives/glx--fglrx-blacklists-radeon.conf -> 
/etc/ati/fglrx-blacklists-radeon.conf
lrwxrwxrwx 1 root root 27 Nov 29 15:12 /etc/alternatives/glx--fglrx_drv.so -> 
/usr/lib/fglrx/fglrx_drv.so
lrwxrwxrwx 1 root root 51 Nov 29 15:12 
/etc/alternatives/glx--libEGL.so.1-x86_64-linux-gnu -> 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libEGL.so.1
lrwxrwxrwx 1 root root 48 Nov 29 15:12 
/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 29 15:12 
/etc/alternatives/glx--libGL.so.1-i386-linux-gnu -> 
/usr/lib/i386-linux-gnu/fglrx/libGL.so.1
lrwxrwxrwx 1 root root 42 Nov 29 15:12 
/etc/alternatives/glx--libGL.so.1-x86_64-linux-gnu -> 
/usr/lib/x86_64-linux-gnu/fglrx/libGL.so.1
lrwxrwxrwx 1 root root 57 Nov 29 15:12 
/etc/alternatives/glx--libGLESv1_CM.so.1-x86_64-linux-gnu -> 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv1_CM.so.1
lrwxrwxrwx 1 root root 54 Nov 29 15:12 
/etc/alternatives/glx--libGLESv2.so.2-x86_64-linux-gnu -> 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv2.so.2
lrwxrwxrwx 1 root root 30 Nov 29 15:12 /etc/alternatives/glx--linux-libglx.so 
-> /usr/lib/fglrx/fglrx-libglx.so

File System:
lrwxrwxrwx 1 root root     21 Nov 29 15:12 /usr/lib/glx -> /etc/alternatives/glx
lrwxrwxrwx 1 root root     48 Nov 29 15:12 /usr/lib/i386-linux-gnu/libGL.so.1 
-> /etc/alternatives/glx--libGL.so.1-i386-linux-gnu
lrwxrwxrwx 1 root root     48 Nov 29 15:12 /usr/lib/x86_64-linux-gnu/libGL.so 
-> /etc/alternatives/glx--libGL.so-x86_64-linux-gnu
lrwxrwxrwx 1 root root     50 Nov 29 15:12 /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 286120 Nov  3 15:52 
/usr/lib/xorg/modules/extensions/libglx.so




-- System Information:
Debian Release: jessie/sid
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.17.4-amd64-1 (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages fglrx-driver depends on:
ii  debconf [debconf-2.0]                  1.5.54
ii  glx-alternative-fglrx                  0.5.1
ii  libc6                                  2.19-13
ii  libfglrx                               1:14.9+ga14.201-2
ii  libgl1-mesa-glx [libgl1]               10.3.2-1
ii  libx11-6                               2:1.6.2-3
ii  libxext6                               2:1.3.3-1
ii  libxrandr2                             2:1.4.2-1+b1
ii  libxrender1                            1:0.9.8-1+b1
ii  xserver-xorg-core [xorg-video-abi-18]  2:1.16.1.901-1

Versions of packages fglrx-driver recommends:
ii  fglrx-atieventsd                                 1:14.9+ga14.201-2
ii  fglrx-modules-dkms [fglrx-kernel-14.9+ga14.201]  1:14.9+ga14.201-2
ii  libgl1-fglrx-glx                                 1:14.9+ga14.201-2
ii  libgl1-fglrx-glx-i386                            1:14.9+ga14.201-2

Versions of packages fglrx-driver suggests:
ii  amd-opencl-icd  1:14.9+ga14.201-2
pn  fglrx-control   <none>
pn  xvba-va-driver  <none>

Versions of packages xserver-xorg-video-intel depends on:
ii  libc6                                  2.19-13
ii  libdrm-intel1                          2.4.58-2
ii  libdrm2                                2.4.58-2
ii  libpciaccess0                          0.13.2-3
ii  libpixman-1-0                          0.32.6-3
ii  libudev1                               215-7
ii  libx11-6                               2:1.6.2-3
ii  libx11-xcb1                            2:1.6.2-3
ii  libxcb-dri2-0                          1.10-3+b1
ii  libxcb-util0                           0.3.8-3
ii  libxcb1                                1.10-3+b1
ii  libxv1                                 2:1.0.10-1+b1
ii  libxvmc1                               2:1.0.8-2+b1
ii  xserver-xorg-core [xorg-video-abi-18]  2:1.16.1.901-1

Versions of packages fglrx-driver is related to:
pn  ia32-libs                                     <none>
ii  libdrm-radeon1                                2.4.58-2
ii  linux-headers-3.16.0-amd64-1 [linux-headers]  3.16.0-amd64-1-10.00.Custom
ii  linux-headers-3.16.1-amd64-1 [linux-headers]  3.16.1-amd64-1-10.00.Custom
ii  linux-headers-3.16.2-amd64-1 [linux-headers]  3.16.2-amd64-1-10.00.Custom
ii  linux-headers-3.16.3-amd64-1 [linux-headers]  3.16.3-amd64-1-10.00.Custom
ii  linux-headers-3.17.0-amd64-1 [linux-headers]  3.17.0-amd64-1-10.00.Custom
ii  linux-headers-3.17.2-amd64-1 [linux-headers]  3.17.2-amd64-1-10.00.Custom
ii  linux-headers-3.17.4-amd64-1 [linux-headers]  3.17.4-amd64-1-10.00.Custom
ii  xserver-xorg                                  1:7.7+7
ii  xserver-xorg-core                             2:1.16.1.901-1
ii  xserver-xorg-video-ati                        1:7.5.0-1
ii  xserver-xorg-video-radeon                     1:7.5.0-1

-- debconf information:
  fglrx-driver/check-xorg-conf-on-removal: true
  fglrx-driver/removed-but-enabled-in-xorg-conf:
* fglrx-driver/needs-xorg-conf-to-enable:

--- End Message ---
--- Begin Message ---
On 2014-12-04 21:03, Kyle Bentley wrote:
> make: Entering directory '/usr/src/linux-3.17.4'
> arch/x86/Makefile:118: stack-protector enabled but compiler support broken
> Makefile:669: Cannot use CONFIG_CC_STACKPROTECTOR_STRONG: 
> -fstack-protector-strong not supported by compiler

That's a general kernel thingie, not specific to fglrx

>   LD      /var/lib/dkms/fglrx/14.9+ga14.201/build/built-in.o
>   CC [M]  /var/lib/dkms/fglrx/14.9+ga14.201/build/firegl_public.o
> gcc: error trying to exec 'cc1': execvp: No such file or directory

That very much looks like a broken gcc installation, not a bug in fglrx,
so I'm going to close this issue.

The fglrx module cannot be built against Linux 3.17 or newer (even
1:14.12-1 which I just uploaded to experiental), but that is a separate
issue: #768397


Andreas

--- End Message ---

Reply via email to