You are not logged in.

#1 2016-07-03 15:23:43

Aidonius
Member
Registered: 2013-01-06
Posts: 5

GLX not loading properly with catalyst and AMD/Intel hybrid graphics

I've built/installed the catalyst-total package from the AUR and generated the xorg.conf file with aticonfig --initial. I have downgraded xorg-server to 1.17 as mentioned in the catalyst wiki page. X starts without a problem but when I check for glx by running glxinfo i get the following:

[aidan@jade-sky ~]$ glxinfo
name of display: :0
Xlib:  extension "GLX" missing on display ":0".
Xlib:  extension "GLX" missing on display ":0".
Segmentation fault (core dumped)

When i look in the Xorg.log.0 file it seems that glx is loaded properly

[    33.544] (II) "glx" will be loaded. This was enabled by default and also specified in
 the config file.
[    33.544] (II) LoadModule: "glx"
[    33.600] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    33.615] (II) Module glx: vendor="Advanced Micro Devices, Inc."
[    33.615]    compiled for 6.9.0, module version = 1.0.0

my discrete card is a AMD Radeon HD 6470M.

Here is the full xorg log file:

[    33.289] 
X.Org X Server 1.17.4
Release Date: 2015-10-28
[    33.289] X Protocol Version 11, Revision 0
[    33.289] Build Operating System: Linux 4.2.5-1-ARCH x86_64 
[    33.290] Current Operating System: Linux jade-sky 4.6.3-1-ARCH #1 SMP PREEMPT Fri Jun 24 21:19:13 CEST 2016 x86_64
[    33.290] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=8d8de440-1fb1-4b5a-b591-2b5ce12e9498 rw quiet modprobe.blacklist=pcspkr acpi_backlight=vendor
[    33.290] Build Date: 01 November 2015  10:36:50AM
[    33.290]  
[    33.290] Current version of pixman: 0.34.0
[    33.290]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    33.290] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    33.291] (==) Log file: "/home/aidan/.local/share/xorg/Xorg.0.log", Time: Sun Jul  3 14:29:40 2016
[    33.361] (==) Using config file: "/etc/X11/xorg.conf"
[    33.361] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    33.361] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    33.413] (==) ServerLayout "aticonfig Layout"
[    33.413] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
[    33.413] (**) |   |-->Monitor "aticonfig-Monitor[0]-0"
[    33.428] (==) Automatically adding devices
[    33.428] (==) Automatically enabling devices
[    33.428] (==) Automatically adding GPU devices
[    33.520] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[    33.520]    Entry deleted from font path.
[    33.520]    (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[    33.521] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[    33.521]    Entry deleted from font path.
[    33.521]    (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[    33.521] (==) FontPath set to:
        /usr/share/fonts/misc/,
        /usr/share/fonts/TTF/,
        /usr/share/fonts/OTF/,
        /usr/share/fonts/Type1/
[    33.521] (==) ModulePath set to "/usr/lib/xorg/modules"
[    33.521] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[    33.533] (II) Loader magic: 0x817d60
[    33.533] (II) Module ABI versions:
[    33.533]    X.Org ANSI C Emulation: 0.4
[    33.533]    X.Org Video Driver: 19.0
[    33.533]    X.Org XInput driver : 21.1
[    33.533]    X.Org Server Extension : 9.0
[    33.539] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[    33.540] (II) xfree86: Adding drm device (/dev/dri/card0)
[    33.541] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
[    33.544] (--) PCI:*(0:0:2:0) 8086:0126:1028:04ca rev 9, Mem @ 0xf6400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[    33.544] (--) PCI: (0:1:0:0) 1002:6760:1028:04ca rev 0, Mem @ 0xe0000000/268435456, 0xf7b20000/131072, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[    33.544] (II) Open ACPI successful (/var/run/acpid.socket)
[    33.544] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[    33.544] (II) LoadModule: "glx"
[    33.600] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    33.615] (II) Module glx: vendor="Advanced Micro Devices, Inc."
[    33.615]    compiled for 6.9.0, module version = 1.0.0
[    33.615] (==) Matched intel as autoconfigured driver 0
[    33.615] (==) Matched intel as autoconfigured driver 1
[    33.615] (==) Matched modesetting as autoconfigured driver 2
[    33.615] (==) Matched fbdev as autoconfigured driver 3
[    33.615] (==) Matched vesa as autoconfigured driver 4
[    33.615] (==) Assigned the driver to the xf86ConfigLayout
[    33.615] (II) LoadModule: "intel"
[    33.638] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    33.704] (II) Module intel: vendor="X.Org Foundation"
[    33.704]    compiled for 1.17.2, module version = 2.99.917
[    33.704]    Module class: X.Org Video Driver
[    33.704]    ABI class: X.Org Video Driver, version 19.0
[    33.704] (II) LoadModule: "modesetting"
[    33.705] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    33.727] (II) Module modesetting: vendor="X.Org Foundation"
[    33.727]    compiled for 1.17.4, module version = 1.17.4
[    33.727]    Module class: X.Org Video Driver
[    33.727]    ABI class: X.Org Video Driver, version 19.0
[    33.727] (II) LoadModule: "fbdev"
[    33.728] (WW) Warning, couldn't open module fbdev
[    33.728] (II) UnloadModule: "fbdev"
[    33.728] (II) Unloading fbdev
[    33.728] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    33.728] (II) LoadModule: "vesa"
[    33.729] (WW) Warning, couldn't open module vesa
[    33.729] (II) UnloadModule: "vesa"
[    33.729] (II) Unloading vesa
[    33.729] (EE) Failed to load module "vesa" (module does not exist, 0)
[    33.729] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
        i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
        915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
        Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
        GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[    33.729] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[    33.729] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[    33.729] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[    33.729] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    33.729] (++) using VT number 1

[    33.729] (--) controlling tty is VT number 1, auto-enabling KeepTty
[    33.729] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[    33.751] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20160229
[    33.751] (II) intel(0): SNA compiled from 2.99.917-478-gdf72bc5
[    33.754] (WW) Falling back to old probe method for modesetting
[    33.754] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    33.761] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 3000
[    33.761] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx; using a maximum of 2 threads
[    33.761] (**) intel(0): Depth 24, (--) framebuffer bpp 32
[    33.761] (==) intel(0): RGB weight 888
[    33.761] (==) intel(0): Default visual is TrueColor
[    33.762] (II) intel(0): Output LVDS1 using monitor section aticonfig-Monitor[0]-0
[    33.773] (--) intel(0): Found backlight control interface dell_backlight (type 'platform') for output LVDS1
[    33.773] (II) intel(0): Enabled output LVDS1
[    33.773] (II) intel(0): Output VGA1 has no monitor section
[    33.773] (II) intel(0): Enabled output VGA1
[    33.773] (II) intel(0): Output HDMI1 has no monitor section
[    33.773] (II) intel(0): Enabled output HDMI1
[    33.773] (II) intel(0): Output DP1 has no monitor section
[    33.773] (II) intel(0): Enabled output DP1
[    33.774] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[    33.774] (II) intel(0): Output VIRTUAL1 has no monitor section
[    33.774] (II) intel(0): Enabled output VIRTUAL1
[    33.774] (--) intel(0): Output LVDS1 using initial mode 1366x768 on pipe 0
[    33.774] (==) intel(0): TearFree disabled
[    33.774] (==) intel(0): DPI set to (96, 96)
[    33.774] (II) Loading sub module "dri2"
[    33.774] (II) LoadModule: "dri2"
[    33.774] (II) Module "dri2" already built-in
[    33.774] (II) Loading sub module "present"
[    33.774] (II) LoadModule: "present"
[    33.774] (II) Module "present" already built-in
[    33.774] (II) UnloadModule: "modesetting"
[    33.774] (II) Unloading modesetting
[    33.775] (==) Depth 24 pixmap format is 32 bpp
[    33.802] (II) intel(0): SNA initialized with Sandybridge (gen6, gt2) backend
[    33.802] (==) intel(0): Backing store enabled
[    33.802] (==) intel(0): Silken mouse enabled
[    33.803] (II) intel(0): HW Cursor enabled
[    33.803] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    33.804] (**) intel(0): DPMS enabled
[    33.805] (==) intel(0): Display hotplug detection enabled
[    33.805] (II) intel(0): [DRI2] Setup complete
[    33.805] (II) intel(0): [DRI2]   DRI driver: i965
[    33.805] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[    33.805] (II) intel(0): direct rendering: DRI2 enabled
[    33.805] (II) intel(0): hardware support for Present enabled
[    33.805] (WW) intel(0): Option "VendorName" is not used
[    33.805] (WW) intel(0): Option "ModelName" is not used
[    33.805] (--) RandR disabled
[    33.835] (II) intel(0): switch to mode 1366x768@60.0 on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none
[    33.835] (II) intel(0): Setting screen physical size to 361 x 203
[    34.222] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[    34.222] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    34.222] (**) Power Button: Applying InputClass "system-keyboard"
[    34.222] (**) Power Button: Applying InputClass "system-keyboard"
[    34.222] (II) LoadModule: "evdev"
[    34.222] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    34.267] (II) Module evdev: vendor="X.Org Foundation"
[    34.267]    compiled for 1.17.4, module version = 2.10.0
[    34.267]    Module class: X.Org XInput Driver
[    34.267]    ABI class: X.Org XInput driver, version 21.1
[    34.268] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 14 paused 0
[    34.268] (II) Using input driver 'evdev' for 'Power Button'
[    34.268] (**) Power Button: always reports core events
[    34.268] (**) evdev: Power Button: Device: "/dev/input/event4"
[    34.268] (--) evdev: Power Button: Vendor 0 Product 0x1
[    34.268] (--) evdev: Power Button: Found keys
[    34.268] (II) evdev: Power Button: Configuring as keyboard
[    34.268] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event4"
[    34.268] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    34.268] (**) Option "xkb_rules" "evdev"
[    34.268] (**) Option "xkb_layout" "us"
[    34.269] (**) Option "xkb_variant" "dvp"
[    34.269] (**) Option "xkb_options" "ctrl:swapcaps"
[    34.326] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[    34.326] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    34.326] (**) Video Bus: Applying InputClass "system-keyboard"
[    34.326] (**) Video Bus: Applying InputClass "system-keyboard"
[    34.327] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 15 paused 0
[    34.327] (II) Using input driver 'evdev' for 'Video Bus'
[    34.327] (**) Video Bus: always reports core events
[    34.327] (**) evdev: Video Bus: Device: "/dev/input/event6"
[    34.327] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    34.327] (--) evdev: Video Bus: Found keys
[    34.327] (II) evdev: Video Bus: Configuring as keyboard
[    34.327] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input7/event6"
[    34.327] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    34.328] (**) Option "xkb_rules" "evdev"
[    34.328] (**) Option "xkb_layout" "us"
[    34.328] (**) Option "xkb_variant" "dvp"
[    34.328] (**) Option "xkb_options" "ctrl:swapcaps"
[    34.329] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    34.329] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    34.329] (**) Video Bus: Applying InputClass "system-keyboard"
[    34.329] (**) Video Bus: Applying InputClass "system-keyboard"
[    34.330] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 16 paused 0
[    34.330] (II) Using input driver 'evdev' for 'Video Bus'
[    34.330] (**) Video Bus: always reports core events
[    34.330] (**) evdev: Video Bus: Device: "/dev/input/event5"
[    34.331] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    34.331] (--) evdev: Video Bus: Found keys
[    34.331] (II) evdev: Video Bus: Configuring as keyboard
[    34.331] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1a/LNXVIDEO:00/input/input6/event5"
[    34.331] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    34.331] (**) Option "xkb_rules" "evdev"
[    34.331] (**) Option "xkb_layout" "us"
[    34.331] (**) Option "xkb_variant" "dvp"
[    34.331] (**) Option "xkb_options" "ctrl:swapcaps"
[    34.332] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    34.332] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    34.332] (**) Power Button: Applying InputClass "system-keyboard"
[    34.332] (**) Power Button: Applying InputClass "system-keyboard"
[    34.333] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 17 paused 0
[    34.333] (II) Using input driver 'evdev' for 'Power Button'
[    34.333] (**) Power Button: always reports core events
[    34.333] (**) evdev: Power Button: Device: "/dev/input/event2"
[    34.334] (--) evdev: Power Button: Vendor 0 Product 0x1
[    34.334] (--) evdev: Power Button: Found keys
[    34.334] (II) evdev: Power Button: Configuring as keyboard
[    34.334] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event2"
[    34.334] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[    34.334] (**) Option "xkb_rules" "evdev"
[    34.334] (**) Option "xkb_layout" "us"
[    34.334] (**) Option "xkb_variant" "dvp"
[    34.334] (**) Option "xkb_options" "ctrl:swapcaps"
[    34.335] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[    34.335] (II) No input driver specified, ignoring this device.
[    34.335] (II) This device may have been added with another device file.
[    34.336] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[    34.336] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    34.336] (**) Sleep Button: Applying InputClass "system-keyboard"
[    34.336] (**) Sleep Button: Applying InputClass "system-keyboard"
[    34.337] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 18 paused 0
[    34.337] (II) Using input driver 'evdev' for 'Sleep Button'
[    34.337] (**) Sleep Button: always reports core events
[    34.337] (**) evdev: Sleep Button: Device: "/dev/input/event3"
[    34.337] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[    34.337] (--) evdev: Sleep Button: Found keys
[    34.337] (II) evdev: Sleep Button: Configuring as keyboard
[    34.337] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4/event3"
[    34.337] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[    34.337] (**) Option "xkb_rules" "evdev"
[    34.337] (**) Option "xkb_layout" "us"
[    34.337] (**) Option "xkb_variant" "dvp"
[    34.337] (**) Option "xkb_options" "ctrl:swapcaps"
[    34.339] (II) config/udev: Adding input device Laptop_Integrated_Webcam_HD (/dev/input/event8)
[    34.339] (**) Laptop_Integrated_Webcam_HD: Applying InputClass "evdev keyboard catchall"
[    34.339] (**) Laptop_Integrated_Webcam_HD: Applying InputClass "system-keyboard"
[    34.340] (**) Laptop_Integrated_Webcam_HD: Applying InputClass "system-keyboard"
[    34.341] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 19 paused 0
[    34.341] (II) Using input driver 'evdev' for 'Laptop_Integrated_Webcam_HD'
[    34.341] (**) Laptop_Integrated_Webcam_HD: always reports core events
[    34.341] (**) evdev: Laptop_Integrated_Webcam_HD: Device: "/dev/input/event8"
[    34.341] (--) evdev: Laptop_Integrated_Webcam_HD: Vendor 0x1bcf Product 0x2880
[    34.341] (--) evdev: Laptop_Integrated_Webcam_HD: Found keys
[    34.341] (II) evdev: Laptop_Integrated_Webcam_HD: Configuring as keyboard
[    34.341] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input13/event8"
[    34.341] (II) XINPUT: Adding extended input device "Laptop_Integrated_Webcam_HD" (type: KEYBOARD, id 11)
[    34.341] (**) Option "xkb_rules" "evdev"
[    34.341] (**) Option "xkb_layout" "us"
[    34.341] (**) Option "xkb_variant" "dvp"
[    34.341] (**) Option "xkb_options" "ctrl:swapcaps"
[    34.342] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event10)
[    34.342] (II) No input driver specified, ignoring this device.
[    34.342] (II) This device may have been added with another device file.
[    34.343] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11)
[    34.343] (II) No input driver specified, ignoring this device.
[    34.343] (II) This device may have been added with another device file.
[    34.344] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event12)
[    34.344] (II) No input driver specified, ignoring this device.
[    34.344] (II) This device may have been added with another device file.
[    34.344] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
[    34.344] (II) No input driver specified, ignoring this device.
[    34.344] (II) This device may have been added with another device file.
[    34.345] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    34.345] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    34.345] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    34.345] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    34.346] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 20 paused 0
[    34.346] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    34.346] (**) AT Translated Set 2 keyboard: always reports core events
[    34.346] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    34.346] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    34.346] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    34.346] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    34.346] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    34.346] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[    34.346] (**) Option "xkb_rules" "evdev"
[    34.346] (**) Option "xkb_layout" "us"
[    34.346] (**) Option "xkb_variant" "dvp"
[    34.347] (**) Option "xkb_options" "ctrl:swapcaps"
[    34.348] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/event13)
[    34.348] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "evdev touchpad catchall"
[    34.348] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "evdev touchscreen catchall"
[    34.348] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "touchpad catchall"
[    34.348] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "Default clickpad buttons"
[    34.348] (II) LoadModule: "synaptics"
[    34.348] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    34.352] (II) Module synaptics: vendor="X.Org Foundation"
[    34.352]    compiled for 1.17.4, module version = 1.8.3
[    34.352]    Module class: X.Org XInput Driver
[    34.352]    ABI class: X.Org XInput driver, version 21.1
[    34.354] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 21 paused 0
[    34.354] (II) Using input driver 'synaptics' for 'AlpsPS/2 ALPS GlidePoint'
[    34.354] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
[    34.354] (**) Option "Device" "/dev/input/event13"
[    34.383] (II) synaptics: AlpsPS/2 ALPS GlidePoint: ignoring touch events for semi-multitouch device
[    34.383] (--) synaptics: AlpsPS/2 ALPS GlidePoint: x-axis range 0 - 1408 (res 0)
[    34.383] (--) synaptics: AlpsPS/2 ALPS GlidePoint: y-axis range 0 - 704 (res 0)
[    34.383] (--) synaptics: AlpsPS/2 ALPS GlidePoint: pressure range 0 - 127
[    34.383] (II) synaptics: AlpsPS/2 ALPS GlidePoint: device does not report finger width.
[    34.383] (--) synaptics: AlpsPS/2 ALPS GlidePoint: buttons: left right middle double triple
[    34.383] (--) synaptics: AlpsPS/2 ALPS GlidePoint: Vendor 0x2 Product 0x8
[    34.383] (--) synaptics: AlpsPS/2 ALPS GlidePoint: invalid finger width range.  defaulting to 0 - 15
[    34.383] (**) Option "TapButton1" "1"
[    34.383] (**) Option "TapButton2" "2"
[    34.384] (**) Option "TapButton3" "3"
[    34.384] (--) synaptics: AlpsPS/2 ALPS GlidePoint: touchpad found
[    34.384] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
[    34.384] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event13"
[    34.384] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS GlidePoint" (type: TOUCHPAD, id 13)
[    34.384] (**) synaptics: AlpsPS/2 ALPS GlidePoint: (accel) MinSpeed is now constant deceleration 2.5
[    34.384] (**) synaptics: AlpsPS/2 ALPS GlidePoint: (accel) MaxSpeed is now 1.75
[    34.384] (**) synaptics: AlpsPS/2 ALPS GlidePoint: (accel) AccelFactor is now 0.127
[    34.384] (**) AlpsPS/2 ALPS GlidePoint: (accel) keeping acceleration scheme 1
[    34.384] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration profile 1
[    34.384] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration factor: 2.000
[    34.384] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration threshold: 4
[    34.384] (--) synaptics: AlpsPS/2 ALPS GlidePoint: touchpad found
[    34.385] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/mouse0)
[    34.385] (**) AlpsPS/2 ALPS GlidePoint: Ignoring device from InputClass "touchpad ignore duplicates"
[    34.386] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event7)
[    34.386] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[    34.386] (**) Dell WMI hotkeys: Applying InputClass "system-keyboard"
[    34.386] (**) Dell WMI hotkeys: Applying InputClass "system-keyboard"
[    34.388] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 22 paused 0
[    34.388] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
[    34.388] (**) Dell WMI hotkeys: always reports core events
[    34.388] (**) evdev: Dell WMI hotkeys: Device: "/dev/input/event7"
[    34.388] (--) evdev: Dell WMI hotkeys: Vendor 0 Product 0
[    34.388] (--) evdev: Dell WMI hotkeys: Found keys
[    34.388] (II) evdev: Dell WMI hotkeys: Configuring as keyboard
[    34.388] (**) Option "config_info" "udev:/sys/devices/virtual/input/input12/event7"
[    34.388] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 14)
[    34.388] (**) Option "xkb_rules" "evdev"
[    34.388] (**) Option "xkb_layout" "us"
[    34.388] (**) Option "xkb_variant" "dvp"
[    34.388] (**) Option "xkb_options" "ctrl:swapcaps"
[    35.774] (II) intel(0): EDID vendor "AUO", prod id 8940
[    35.774] (II) intel(0): Printing DDC gathered Modelines:
[    35.774] (II) intel(0): Modeline "1366x768"x0.0   65.10  1366 1382 1390 1398  768 771 775 776 +hsync -vsync (46.6 kHz eP)

I specified in the xorg.conf file to load glx explicitly but it doesn't seem to make it work
xorg.conf:

Section "InputClass"                                    ## keyboard layout
        Identifier "system-keyboard"
        MatchIsKeyboard "on"
        Option "XkbLayout" "us"
        Option "XkbVariant" "dvp"
        Option "XkbOptions" "ctrl:swapcaps"
EndSection

Section "ServerLayout"
        Identifier     "aticonfig Layout"
        Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Module"
        Load "glx"
EndSection

Section "Monitor"
        Identifier   "aticonfig-Monitor[0]-0"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
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

I've also tried recreating the symlinks for the libGL.so, libGL.so.1, libGL.so.1.2.0 files to /usr/lib/fglrx/fglrx-libGL.so in /usr/lib but that hasn't fixed it either.

Does anyone have any ideas on how i might make glx work properly?

Offline

Board footer

Powered by FluxBB