Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Mac Pro and mouse
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
ankh2054
n00b
n00b


Joined: 15 Mar 2016
Posts: 33
Location: London UK

PostPosted: Mon Mar 21, 2016 2:29 pm    Post subject: Mac Pro and mouse Reply with quote

Hi all,

I'm having problems getting my mouse to work properly in Gentoo with XFCE.
Right click does not work nor does two finger scrolling.

I'm not exactly sure what to do here. Wondering if anyone could provide some guidance.
If it helps, when I boot into a USB livecd it works if I need to use that as a reference.

cat /proc/bus/input/devices

Code:

: Bus=0003 Vendor=05ac Product=0274 Version=0110
N: Name="Apple Inc. Apple Internal Keyboard / Trackpad"
P: Phys=usb-0000:00:14.0-12/input1
S: Sysfs=/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.1/0003:05AC:0274.0005/input/input8
U: Uniq=D3H52735S11FTV4AN3KS
H: Handlers=sysrq kbd event7
B: PROP=0
B: EV=120013
B: KEY=1000000010007 ff9f217ac14057ff febeffdfffefffff fffffffffffffffe
B: MSC=10
B: LED=1f

I: Bus=0003 Vendor=05ac Product=0274 Version=0110
N: Name="Apple Inc. Apple Internal Keyboard / Trackpad"
P: Phys=usb-0000:00:14.0-12/input2
S: Sysfs=/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.2/0003:05AC:0274.0006/input/input9
U: Uniq=D3H52735S11FTV4AN3KS
H: Handlers=mouse1 event8
B: PROP=0
B: EV=17
B: KEY=70000 0 0 0 0
B: REL=3
B: MSC=10




/etc/X11/xorg.conf.d/synaptics.conf

Code:

Section "InputClass"
    Identifier "mouse0 mouse1 touchpad synaptics catchall"
    Driver "synaptics"
    MatchIsTouchpad "on"
        Option "TapButton1" "1"
        Option "TapButton2" "2"
        Option "TapButton3" "3"
        Option "VertEdgeScroll" "on"
        Option "VertTwoFingerScroll" "on"
        Option "HorizEdgeScroll" "on"
        Option "HorizTwoFingerScroll" "on"
        Option "CircularScrolling" "on"
        Option "CircScrollTrigger" "2"
        Option "EmulateTwoFingerMinZ" "40"
        Option "EmulateTwoFingerMinW" "8"
        Option "CoastingSpeed" "0"
        Option "FingerLow" "30"
        Option "FingerHigh" "50"
        Option "MaxTapTime" "125"
EndSection

_________________
www.bommachine.co.uk
Back to top
View user's profile Send private message
khayyam
Watchman
Watchman


Joined: 07 Jun 2012
Posts: 6227
Location: Room 101

PostPosted: Mon Mar 21, 2016 3:43 pm    Post subject: Re: Mac Pro and mouse Reply with quote

ankh2054 wrote:
I'm having problems getting my mouse to work properly in Gentoo with XFCE. Right click does not work nor does two finger scrolling.

ankh2054 ... technically speaking the Apple Trackpad doesn't have a 2nd or 3rd button, I emulate 2nd and 3rd on the keyboard, and don't have this configured for tap. Emulation is enabled via CONFIG_MAC_EMUMOUSEBTN=y ... you would then add the following parameters to sysctl.conf (using whatever keycode is produced by the key you want to asign).

/etc/sysctl.conf:
# Enable 3 button mouse emulation
dev.mac_hid.mouse_button_emulation = 1
# Set mouse button 2 to F11
dev.mac_hid.mouse_button2_keycode = 87
# Set mouse button 3 to F12
dev.mac_hid.mouse_button3_keycode = 88

I practically never use a mouse, and so never bothered much with configuring tap, two finger scroll does work however, and the following is what I have set:

/etc/X11/xorg-conf.d/20-touchpad.conf:
Section "InputDevice"
   identifier   "touchpad0"
   driver      "synaptics"
   option      "AutoServerLayout" "on"

   # Some extra options for touchpad.
   Option   "LeftEdge"   "1700"
   Option   "RightEdge"   "5300"
   Option   "TopEdge"   "1700"
   Option   "BottomEdge"   "4200"
   Option   "FingerLow"   "25"
   Option   "FingerHigh"   "30"
   Option   "MaxTapTime"   "180"
   Option   "MaxTapMove"   "220"
   Option   "MinSpeed"   "0.7"
   Option   "MaxSpeed"   "0.8"
   Option   "AccelFactor"   "0.0010"
   Option   "SHMConfig"   "on"
   Option   "TapButton1"   "1"
   Option   "VertTwoFingerScroll"   "1"
   Option   "HorizTwoFingerScroll"   "1"
   Option   "VertScrollDelta"   "100"
EndSection

ankh2054 wrote:
I'm not exactly sure what to do here. Wondering if anyone could provide some guidance. If it helps, when I boot into a USB livecd it works if I need to use that as a reference.

... the output of 'synclient -l' from the booted livecd should be all thats needed for a comparison.

best ... khay
Back to top
View user's profile Send private message
ankh2054
n00b
n00b


Joined: 15 Mar 2016
Posts: 33
Location: London UK

PostPosted: Mon Mar 21, 2016 4:30 pm    Post subject: Reply with quote

thanks Kay, still no go. I think I might be missing drivers, as touchpad0 does not show up as a device.
_________________
www.bommachine.co.uk
Back to top
View user's profile Send private message
khayyam
Watchman
Watchman


Joined: 07 Jun 2012
Posts: 6227
Location: Room 101

PostPosted: Mon Mar 21, 2016 5:36 pm    Post subject: Reply with quote

ankh2054 wrote:
thanks Kay, still no go. I think I might be missing drivers, as touchpad0 does not show up as a device.

ankh2054 ... what do you have set as INPUT_DEVICES in make.conf? You should make sure 'synaptics' is in that list. As far as drivers go then CONFIG_MOUSE_APPLETOUCH=y ... though that will no doubt be enabled otherwise you wouldn't have the functionality you have now.

grep touchpad /var/log/Xorg.0.log:
[1110914.438] (**) |-->Input Device "touchpad0"
[1110915.035] (II) Using input driver 'synaptics' for 'touchpad0'
[1110915.035] (**) touchpad0: always reports core events
[1110915.225] (--) synaptics: touchpad0: auto-dev sets device to /dev/input/event6
[1110915.252] (--) synaptics: touchpad0: x-axis range 0 - 1215 (res 0)
[1110915.252] (--) synaptics: touchpad0: y-axis range 0 - 575 (res 0)
[1110915.252] (--) synaptics: touchpad0: pressure range 0 - 300
[1110915.252] (II) synaptics: touchpad0: device does not report finger width.
[1110915.252] (--) synaptics: touchpad0: buttons: left double triple
[1110915.252] (--) synaptics: touchpad0: Vendor 0x5ac Product 0x218
[1110915.252] (--) synaptics: touchpad0: invalid finger width range.  defaulting to 0 - 15
[1110915.253] (--) synaptics: touchpad0: touchpad found
[1110915.253] (**) touchpad0: always reports core events
[1110915.279] (II) XINPUT: Adding extended input device "touchpad0" (type: TOUCHPAD, id 7)
[1110915.279] (**) synaptics: touchpad0: (accel) MinSpeed is now constant deceleration 1.4
[1110915.279] (**) synaptics: touchpad0: (accel) MaxSpeed is now 1.14
[1110915.279] (**) synaptics: touchpad0: (accel) AccelFactor is now 0.001
[1110915.279] (**) touchpad0: (accel) keeping acceleration scheme 1
[1110915.279] (**) touchpad0: (accel) acceleration profile 1
[1110915.279] (**) touchpad0: (accel) acceleration factor: 2.000
[1110915.279] (**) touchpad0: (accel) acceleration threshold: 4
[1110915.280] (--) synaptics: touchpad0: touchpad found
[1110942.578] (--) synaptics: touchpad0: touchpad found
[1138139.277] (--) synaptics: touchpad0: touchpad found

... that suggests you're missing x11-drivers/xf86-input-synaptics

best ... khay
Back to top
View user's profile Send private message
ankh2054
n00b
n00b


Joined: 15 Mar 2016
Posts: 33
Location: London UK

PostPosted: Mon Mar 21, 2016 6:26 pm    Post subject: Reply with quote

Hi Khay,

I've emerged x11-drivers/xf86-input-synaptics. Below is some more useful info.

Xorg config
Code:

Section "InputDevice"
   identifier   "Trackpad"
   driver      "synaptics"
   MatchProduct "bcm5974"
   #MatchIsTouchpad "on"
   MatchDevicePath "/dev/input/event*"
   option      "AutoServerLayout" "on"

   # Some extra options for touchpad.
   Option   "LeftEdge"   "1700"
   Option   "RightEdge"   "5300"
   Option   "TopEdge"   "1700"
   Option   "BottomEdge"   "4200"
   Option   "FingerLow"   "25"
   Option   "FingerHigh"   "30"
   Option   "MaxTapTime"   "180"
   Option   "MaxTapMove"   "220"
   Option   "MinSpeed"   "0.7"
   Option   "MaxSpeed"   "0.8"
   Option   "AccelFactor"   "0.0010"
   Option   "SHMConfig"   "on"
   Option   "TapButton1"   "1"
   Option   "VertTwoFingerScroll"   "1"
   Option   "HorizTwoFingerScroll"   "1"
   Option   "VertScrollDelta"   "100"
EndSection


Code:

Section "InputClass"
    Identifier "Trackpad mouse0 mouse1 touchpad synaptics catchall"
    Driver "synaptics"
    MatchIsTouchpad "on"
        Option "TapButton1" "1"
        Option "TapButton2" "2"
        Option "TapButton3" "3"
        Option "VertEdgeScroll" "on"
        Option "VertTwoFingerScroll" "on"
        Option "HorizEdgeScroll" "on"
        Option "HorizTwoFingerScroll" "on"
        Option "CircularScrolling" "on"
        Option "CircScrollTrigger" "2"
        Option "EmulateTwoFingerMinZ" "40"
        Option "EmulateTwoFingerMinW" "8"
        Option "CoastingSpeed" "0"
        Option "FingerLow" "30"
        Option "FingerHigh" "50"
        Option "MaxTapTime" "125"
EndSection



make.conf

Code:

INPUT_DEVICES="evdev synaptics keyboard mouse"



xinput list
Code:

bommachine portage # xinput list
⎡ Virtual core pointer                       id=2   [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                 id=4   [slave  pointer  (2)]
⎜   ↳ Apple Inc. Apple Internal Keyboard / Trackpad   id=10   [slave  pointer  (2)]
⎜   ↳ Broadcom Corp. Bluetooth USB Host Controller   id=12   [slave  pointer  (2)]
⎜   ↳ Macintosh mouse button emulation           id=13   [slave  pointer  (2)]
⎣ Virtual core keyboard                      id=3   [master keyboard (2)]
    ↳ Virtual core XTEST keyboard                id=5   [slave  keyboard (3)]
    ↳ Power Button                               id=6   [slave  keyboard (3)]
    ↳ Power Button                               id=7   [slave  keyboard (3)]
    ↳ Sleep Button                               id=8   [slave  keyboard (3)]
    ↳ Apple Inc. Apple Internal Keyboard / Trackpad   id=9   [slave  keyboard (3)]
    ↳ Broadcom Corp. Bluetooth USB Host Controller   id=11   [slave  keyboard (3)]


dmesg | grep Trackpad

Code:

[    1.388009] usb 1-12: Product: Apple Internal Keyboard / Trackpad
[    2.140063] hid-generic 0003:05AC:0274.0003: hiddev0,hidraw2: USB HID v1.10 Device [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:14.0-12/input0
[    2.142430] input: Apple Inc. Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.1/0003:05AC:0274.0004/input/input7
[    2.194727] hid-generic 0003:05AC:0274.0004: input,hiddev0,hidraw3: USB HID v1.10 Keyboard [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:14.0-12/input1
[    2.196814] input: Apple Inc. Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.2/0003:05AC:0274.0005/input/input8
[    2.198368] hid-generic 0003:05AC:0274.0005: input,hiddev0,hidraw4: USB HID v1.10 Mouse [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:14.0-12/input2
[    2.200141] hid-generic 0003:05AC:0274.0006: hiddev0,hidraw5: USB HID v1.10 Device [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:14.0-12/input3
[    2.202122] hid-generic 0003:05AC:0274.0007: hiddev0,hidraw6: USB HID v1.10 Device [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:14.0-12/input4


grep Trackpad /var/log/Xorg.0.log

Code:

bommachine portage # grep Trackpad /var/log/Xorg.0.log
[  1464.008] (II) config/udev: Adding input device Apple Inc. Apple Internal Keyboard / Trackpad (/dev/input/event7)
[  1464.008] (**) Apple Inc. Apple Internal Keyboard / Trackpad: Applying InputClass "evdev keyboard catchall"
[  1464.008] (II) Using input driver 'evdev' for 'Apple Inc. Apple Internal Keyboard / Trackpad'
[  1464.008] (**) Apple Inc. Apple Internal Keyboard / Trackpad: always reports core events
[  1464.008] (**) evdev: Apple Inc. Apple Internal Keyboard / Trackpad: Device: "/dev/input/event7"
[  1464.008] (--) evdev: Apple Inc. Apple Internal Keyboard / Trackpad: Vendor 0x5ac Product 0x274
[  1464.008] (--) evdev: Apple Inc. Apple Internal Keyboard / Trackpad: Found keys
[  1464.008] (II) evdev: Apple Inc. Apple Internal Keyboard / Trackpad: Configuring as keyboard
[  1464.008] (II) XINPUT: Adding extended input device "Apple Inc. Apple Internal Keyboard / Trackpad" (type: KEYBOARD, id 9)
[  1464.008] (II) config/udev: Adding input device Apple Inc. Apple Internal Keyboard / Trackpad (/dev/input/event8)
[  1464.008] (**) Apple Inc. Apple Internal Keyboard / Trackpad: Applying InputClass "evdev pointer catchall"
[  1464.008] (II) Using input driver 'evdev' for 'Apple Inc. Apple Internal Keyboard / Trackpad'
[  1464.008] (**) Apple Inc. Apple Internal Keyboard / Trackpad: always reports core events
[  1464.008] (**) evdev: Apple Inc. Apple Internal Keyboard / Trackpad: Device: "/dev/input/event8"
[  1464.008] (--) evdev: Apple Inc. Apple Internal Keyboard / Trackpad: Vendor 0x5ac Product 0x274
[  1464.008] (--) evdev: Apple Inc. Apple Internal Keyboard / Trackpad: Found 3 mouse buttons
[  1464.008] (--) evdev: Apple Inc. Apple Internal Keyboard / Trackpad: Found relative axes
[  1464.008] (--) evdev: Apple Inc. Apple Internal Keyboard / Trackpad: Found x and y relative axes
[  1464.008] (II) evdev: Apple Inc. Apple Internal Keyboard / Trackpad: Configuring as mouse
[  1464.008] (**) evdev: Apple Inc. Apple Internal Keyboard / Trackpad: YAxisMapping: buttons 4 and 5
[  1464.008] (**) evdev: Apple Inc. Apple Internal Keyboard / Trackpad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  1464.008] (II) XINPUT: Adding extended input device "Apple Inc. Apple Internal Keyboard / Trackpad" (type: MOUSE, id 10)
[  1464.008] (II) evdev: Apple Inc. Apple Internal Keyboard / Trackpad: initialized for relative axes.
[  1464.008] (**) Apple Inc. Apple Internal Keyboard / Trackpad: (accel) keeping acceleration scheme 1
[  1464.008] (**) Apple Inc. Apple Internal Keyboard / Trackpad: (accel) acceleration profile 0
[  1464.008] (**) Apple Inc. Apple Internal Keyboard / Trackpad: (accel) acceleration factor: 2.000
[  1464.008] (**) Apple Inc. Apple Internal Keyboard / Trackpad: (accel) acceleration threshold: 4
[  1464.009] (II) config/udev: Adding input device Apple Inc. Apple Internal Keyboard / Trackpad (/dev/input/mouse1)

_________________
www.bommachine.co.uk
Back to top
View user's profile Send private message
khayyam
Watchman
Watchman


Joined: 07 Jun 2012
Posts: 6227
Location: Room 101

PostPosted: Mon Mar 21, 2016 7:17 pm    Post subject: Reply with quote

ankh2054 ...

can you pastebin the entire /var/log/Xorg.0.log ...

best ... khay
Back to top
View user's profile Send private message
ankh2054
n00b
n00b


Joined: 15 Mar 2016
Posts: 33
Location: London UK

PostPosted: Tue Mar 22, 2016 12:36 pm    Post subject: Reply with quote

Khay,

Still not working, but I am getting more clarity.

/dev/input/mouse1 = The bluetooth trackpad
/dev/input/event8 = Laptop trackpad


When I try and apply the synaptics driver to either device it errors saying Synaptics drier unable to detect protocol.

Code:

[   896.568]
X.Org X Server 1.17.4
Release Date: 2015-10-28
[   896.571] X Protocol Version 11, Revision 0
[   896.572] Build Operating System: Linux 4.2.0-16-generic x86_64 Gentoo
[   896.573] Current Operating System: Linux bommachine 4.1.15-gentoo-r1 #7 SMP Mon Mar 21 16:49:52 GMT 2016 x86_64
[   896.573] Kernel command line: \EFI\Gentoo\Gentoo_x64-new.efi root=/dev/sda5 ro
[   896.575] Build Date: 17 March 2016  02:22:04PM
[   896.576] 
[   896.577] Current version of pixman: 0.32.8
[   896.579]    Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
[   896.579] Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   896.583] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Mar 22 12:31:46 2016
[   896.584] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   896.585] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   896.585] (==) No Layout section.  Using the first Screen section.
[   896.585] (==) No screen section available. Using defaults.
[   896.585] (**) |-->Screen "Default Screen Section" (0)
[   896.585] (**) |   |-->Monitor "<default monitor>"
[   896.585] (==) No device specified for screen "Default Screen Section".
   Using the first device section listed.
[   896.585] (**) |   |-->Device "radeon"
[   896.585] (==) No monitor specified for screen "Default Screen Section".
   Using a default monitor configuration.
[   896.585] (==) Automatically adding devices
[   896.585] (==) Automatically enabling devices
[   896.585] (==) Automatically adding GPU devices
[   896.585] (WW) The directory "/usr/share/fonts/misc/" does not exist.
[   896.585]    Entry deleted from font path.
[   896.585] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[   896.585]    Entry deleted from font path.
[   896.585] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[   896.585]    Entry deleted from font path.
[   896.585] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[   896.585]    Entry deleted from font path.
[   896.585] (WW) The directory "/usr/share/fonts/100dpi/" does not exist.
[   896.585]    Entry deleted from font path.
[   896.585] (WW) The directory "/usr/share/fonts/75dpi/" does not exist.
[   896.585]    Entry deleted from font path.
[   896.585] (==) FontPath set to:
   
[   896.585] (==) ModulePath set to "/usr/lib64/xorg/modules"
[   896.585] (**) Extension "Composite" is enabled
[   896.585] (II) The server relies on udev to provide the list of input devices.
   If no devices become available, reconfigure udev or disable AutoAddDevices.
[   896.585] (II) Loader magic: 0x80ec80
[   896.585] (II) Module ABI versions:
[   896.585]    X.Org ANSI C Emulation: 0.4
[   896.585]    X.Org Video Driver: 19.0
[   896.585]    X.Org XInput driver : 21.0
[   896.585]    X.Org Server Extension : 9.0
[   896.585] (II) xfree86: Adding drm device (/dev/dri/card0)
[   896.587] (--) PCI:*(0:1:0:0) 1002:6821:106b:0149 rev 131, Mem @ 0x80000000/268435456, 0xb0c00000/262144, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
[   896.587] (II) LoadModule: "glx"
[   896.587] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[   896.588] (II) Module glx: vendor="X.Org Foundation"
[   896.588]    compiled for 1.17.4, module version = 1.0.0
[   896.588]    ABI class: X.Org Server Extension, version 9.0
[   896.588] (==) AIGLX enabled
[   896.588] (II) LoadModule: "radeon"
[   896.588] (II) Loading /usr/lib64/xorg/modules/drivers/radeon_drv.so
[   896.588] (II) Module radeon: vendor="X.Org Foundation"
[   896.588]    compiled for 1.17.4, module version = 7.5.0
[   896.588]    Module class: X.Org Video Driver
[   896.588]    ABI class: X.Org Video Driver, version 19.0
[   896.588] (II) RADEON: Driver for ATI Radeon chipsets:
   ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
   ATI Radeon Mobility X300 (M24) 3152 (PCIE),
   ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
   ATI Radeon X600 (RV380) 3E50 (PCIE),
   ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
   ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
   ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
   ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
   ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
   ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
   ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
   ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
   ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
   ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
   ATI Radeon IGP330M/340M/350M (U2) 4337,
   ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
   ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
   ATI Radeon X800PRO (R420) JI (AGP),
   ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
   ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
   ATI Radeon Mobility 9800 (M18) JN (AGP),
   ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
   ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
   ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
   ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
   ATI Radeon Mobility M7 LW (AGP),
   ATI Mobility FireGL 7800 M7 LX (AGP),
   ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
   ATI FireGL Mobility 9000 (M9) Ld (AGP),
   ATI Radeon Mobility 9000 (M9) Lf (AGP),
   ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
   ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
   ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
   ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
   ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
   ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
   ATI Radeon Mobility 9600 (M10) NQ (AGP),
   ATI Radeon Mobility 9600 (M11) NR (AGP),
   ATI Radeon Mobility 9600 (M10) NS (AGP),
   ATI FireGL Mobility T2 (M10) NT (AGP),
   ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
   ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
   ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
   ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
   ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
   ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
   ATI Radeon Mobility X300 (M22) 5460 (PCIE),
   ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
   ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
   ATI Radeon X800PRO (R423) UI (PCIE),
   ATI Radeon X800LE (R423) UJ (PCIE),
   ATI Radeon X800SE (R423) UK (PCIE),
   ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
   ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
   ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
   ATI FireGL unknown (R423) UR (PCIE),
   ATI FireGL unknown (R423) UT (PCIE),
   ATI Mobility FireGL V5000 (M26) (PCIE),
   ATI Mobility FireGL V5000 (M26) (PCIE),
   ATI Mobility Radeon X700 XL (M26) (PCIE),
   ATI Mobility Radeon X700 (M26) (PCIE),
   ATI Mobility Radeon X700 (M26) (PCIE),
   ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
   ATI Radeon Mobility 9100 IGP (U3) 5835,
   ATI Radeon XPRESS 200 5954 (PCIE),
   ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
   ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
   ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
   ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
   ATI Radeon XPRESS 200M 5975 (PCIE),
   ATI Radeon XPRESS 200 5A41 (PCIE),
   ATI Radeon XPRESS 200M 5A42 (PCIE),
   ATI Radeon XPRESS 200 5A61 (PCIE),
   ATI Radeon XPRESS 200M 5A62 (PCIE),
   ATI Radeon X300 (RV370) 5B60 (PCIE),
   ATI Radeon X600 (RV370) 5B62 (PCIE),
   ATI Radeon X550 (RV370) 5B63 (PCIE),
   ATI FireGL V3100 (RV370) 5B64 (PCIE),
   ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
   ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
   ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
   ATI Mobility Radeon X800 XT (M28) (PCIE),
   ATI Mobility FireGL V5100 (M28) (PCIE),
   ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
   ATI Radeon X850 XT PE (R480) (PCIE),
   ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
   ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
   ATI Radeon X850 XT (R480) (PCIE),
   ATI Radeon X800XT (R423) 5D57 (PCIE),
   ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
   ATI Radeon X700 PRO (RV410) (PCIE),
   ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
   ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
   ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
   ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
   ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
   ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
   ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
   ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
   ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
   ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
   ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
   ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
   ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
   ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
   ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
   ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
   ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
   ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
   ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
   ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
   ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
   ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
   ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
   ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
   ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
   ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
   ATI Mobility Radeon X1700, ATI Radeon X2300HD,
   ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
   ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
   ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
   ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
   ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
   ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
   ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
   ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
   ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
   ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
   ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
   ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
   ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
   ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
   ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
   ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
   ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
   ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
   ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
   ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
   AMD FireStream 9250, ATI FirePro V8700 (FireGL),
   ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
   ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
   ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
   ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
   ATI Mobility Radeon HD 4670, ATI FirePro M5750,
   ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
   ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
   ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
   ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
   ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
   ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
   ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
   ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
   ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
   ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
   ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
   ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
   ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
   ATI Mobility Radeon HD 3850 X2, ATI RV670,
   ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
   ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
   ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
   ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
   ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
   ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
   ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
   ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
   ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
   ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
   ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
   ATI FireGL V3600, ATI Radeon HD 2600 LE,
   ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
   ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
   ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
   ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
   ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
   ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
   ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
   ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
   ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
   ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
   ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
   ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
   ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
   SUMO, SUMO, SUMO2, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
   ATI Radeon 4100, ATI Mobility Radeon HD 4200,
   ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
   AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
   AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
   AMD Radeon HD 6300 Series Graphics,
   AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
   ATI FirePro (FireGL) Graphics Adapter,
   ATI FirePro (FireGL) Graphics Adapter,
   ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
   AMD Firestream 9350, ATI Radeon HD 5800 Series,
   ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
   ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
   ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
   ATI Mobility Radeon HD 5800 Series,
   ATI FirePro (FireGL) Graphics Adapter,
   ATI FirePro (FireGL) Graphics Adapter,
   ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
   ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
   ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
   ATI Mobility Radeon HD 5000 Series,
   ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
   ATI FirePro (FireGL) Graphics Adapter,
   ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
   ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
   ATI Mobility Radeon HD 5000 Series,
   ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
   ATI Mobility Radeon Graphics, CEDAR,
   ATI FirePro (FireGL) Graphics Adapter,
   ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
   ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
   CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
   AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
   CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
   BARTS, BARTS, Mobility Radeon HD 6000 Series,
   Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
   AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
   AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
   TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
   TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
   CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
   CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
   ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
   ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
   ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
   ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI,
   TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
   TAHITI, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
   PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
   VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
   VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
   VERDE, VERDE, VERDE, VERDE, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
   OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
   HAINAN, HAINAN, HAINAN, HAINAN, HAINAN, HAINAN, BONAIRE, BONAIRE,
   BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE,
   BONAIRE, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
   KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
   KABINI, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
   MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
   MULLINS, MULLINS, MULLINS, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
   KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
   KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
   KAVERI, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII,
   HAWAII, HAWAII, HAWAII, HAWAII, HAWAII
[   896.590] (--) using VT number 7

[   896.595] (II) [KMS] Kernel modesetting enabled.
[   896.595] (II) RADEON(0): Creating default Display subsection in Screen section
   "Default Screen Section" for depth/fbbpp 24/32
[   896.595] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[   896.595] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[   896.595] (==) RADEON(0): Default visual is TrueColor
[   896.595] (==) RADEON(0): RGB weight 888
[   896.595] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[   896.595] (--) RADEON(0): Chipset: "VERDE" (ChipID = 0x6821)
[   896.595] (II) Loading sub module "dri2"
[   896.595] (II) LoadModule: "dri2"
[   896.595] (II) Module "dri2" already built-in
[   896.595] (II) Loading sub module "glamoregl"
[   896.595] (II) LoadModule: "glamoregl"
[   896.595] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
[   896.597] (II) Module glamoregl: vendor="X.Org Foundation"
[   896.597]    compiled for 1.17.4, module version = 1.0.0
[   896.597]    ABI class: X.Org ANSI C Emulation, version 0.4
[   896.597] (II) glamor: OpenGL accelerated X.org driver based.
[   896.609] (II) glamor: EGL version 1.4 (DRI2):
[   896.609] EGL_MESA_drm_image required.
[   896.609] (EE) RADEON(0): glamor detected, failed to initialize EGL.
[   896.609] (II) Loading sub module "shadow"
[   896.609] (II) LoadModule: "shadow"
[   896.609] (II) Loading /usr/lib64/xorg/modules/libshadow.so
[   896.609] (II) Module shadow: vendor="X.Org Foundation"
[   896.609]    compiled for 1.17.4, module version = 1.1.0
[   896.609]    ABI class: X.Org ANSI C Emulation, version 0.4
[   896.609] (II) RADEON(0): KMS Color Tiling: disabled
[   896.609] (II) RADEON(0): KMS Color Tiling 2D: disabled
[   896.609] (II) RADEON(0): KMS Pageflipping: enabled
[   896.609] (II) RADEON(0): SwapBuffers wait for vsync: enabled
[   896.615] (II) RADEON(0): Output eDP has no monitor section
[   896.618] (II) RADEON(0): Output DisplayPort-0 has no monitor section
[   896.687] (II) RADEON(0): Output DisplayPort-1 has no monitor section
[   896.688] (II) RADEON(0): Output HDMI-0 has no monitor section
[   896.694] (II) RADEON(0): EDID for output eDP
[   896.694] (II) RADEON(0): Manufacturer: APP  Model: a02f  Serial#: 0
[   896.694] (II) RADEON(0): Year: 2015  Week: 4
[   896.694] (II) RADEON(0): EDID Version: 1.4
[   896.694] (II) RADEON(0): Digital Display Input
[   896.694] (II) RADEON(0): 8 bits per channel
[   896.694] (II) RADEON(0): Digital interface is DisplayPort
[   896.694] (II) RADEON(0): Max Image Size [cm]: horiz.: 33  vert.: 21
[   896.694] (II) RADEON(0): Gamma: 2.20
[   896.694] (II) RADEON(0): No DPMS capabilities specified
[   896.694] (II) RADEON(0): Supported color encodings: RGB 4:4:4
[   896.694] (II) RADEON(0): First detailed timing is preferred mode
[   896.694] (II) RADEON(0): Preferred mode is native pixel format and refresh rate
[   896.694] (II) RADEON(0): redX: 0.653 redY: 0.334   greenX: 0.300 greenY: 0.620
[   896.694] (II) RADEON(0): blueX: 0.146 blueY: 0.050   whiteX: 0.312 whiteY: 0.329
[   896.694] (II) RADEON(0): Manufacturer's mask: 0
[   896.694] (II) RADEON(0): Supported detailed timing:
[   896.694] (II) RADEON(0): clock: 337.8 MHz   Image Size:  331 x 207 mm
[   896.694] (II) RADEON(0): h_active: 2880  h_sync: 2928  h_sync_end 2960 h_blank_end 3040 h_border: 0
[   896.694] (II) RADEON(0): v_active: 1800  v_sync: 1803  v_sync_end 1809 v_blanking: 1852 v_border: 0
[   896.694] (II) RADEON(0): Monitor name: Color LCD
[   896.694] (II) RADEON(0): EDID (in hex):
[   896.694] (II) RADEON(0):    00ffffffffffff0006102fa000000000
[   896.694] (II) RADEON(0):    04190104a5211578026fb1a7554c9e25
[   896.694] (II) RADEON(0):    0c505400000001010101010101010101
[   896.694] (II) RADEON(0):    010101010101ef8340a0b00834703020
[   896.694] (II) RADEON(0):    36004bcf1000001a000000fc00436f6c
[   896.694] (II) RADEON(0):    6f72204c43440a202020000000100000
[   896.694] (II) RADEON(0):    00000000000000000000000000000010
[   896.694] (II) RADEON(0):    000000000000000000000000000000cf
[   896.694] (II) RADEON(0): Printing probed modes for output eDP
[   896.694] (II) RADEON(0): Modeline "2880x1800"x60.0  337.75  2880 2928 2960 3040  1800 1803 1809 1852 +hsync -vsync (111.1 kHz eP)
[   896.694] (II) RADEON(0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz)
[   896.694] (II) RADEON(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz)
[   896.694] (II) RADEON(0): Modeline "1600x1200"x59.9  161.00  1600 1712 1880 2160  1200 1203 1207 1245 -hsync +vsync (74.5 kHz)
[   896.694] (II) RADEON(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[   896.694] (II) RADEON(0): Modeline "1400x1050"x60.0  121.75  1400 1488 1632 1864  1050 1053 1057 1089 -hsync +vsync (65.3 kHz)
[   896.694] (II) RADEON(0): Modeline "1280x1024"x59.9  109.00  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync (63.7 kHz)
[   896.694] (II) RADEON(0): Modeline "1440x900"x59.9  106.50  1440 1528 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[   896.694] (II) RADEON(0): Modeline "1280x960"x59.9  101.25  1280 1360 1488 1696  960 963 967 996 -hsync +vsync (59.7 kHz)
[   896.694] (II) RADEON(0): Modeline "1280x854"x59.9   89.25  1280 1352 1480 1680  854 857 867 887 -hsync +vsync (53.1 kHz)
[   896.694] (II) RADEON(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz)
[   896.694] (II) RADEON(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz)
[   896.694] (II) RADEON(0): Modeline "1152x768"x59.8   71.75  1152 1216 1328 1504  768 771 781 798 -hsync +vsync (47.7 kHz)
[   896.694] (II) RADEON(0): Modeline "1024x768"x59.9   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync (47.8 kHz)
[   896.694] (II) RADEON(0): Modeline "800x600"x59.9   38.25  800 832 912 1024  600 603 607 624 -hsync +vsync (37.4 kHz)
[   896.694] (II) RADEON(0): Modeline "848x480"x59.7   31.50  848 872 952 1056  480 483 493 500 -hsync +vsync (29.8 kHz)
[   896.694] (II) RADEON(0): Modeline "720x480"x59.7   26.75  720 744 808 896  480 483 493 500 -hsync +vsync (29.9 kHz)
[   896.694] (II) RADEON(0): Modeline "640x480"x59.4   23.75  640 664 720 800  480 483 487 500 -hsync +vsync (29.7 kHz)
[   896.697] (II) RADEON(0): EDID for output DisplayPort-0
[   896.772] (II) RADEON(0): EDID for output DisplayPort-1
[   896.772] (II) RADEON(0): Manufacturer: APP  Model: 9227  Serial#: 404034066
[   896.772] (II) RADEON(0): Year: 2014  Week: 21
[   896.772] (II) RADEON(0): EDID Version: 1.4
[   896.772] (II) RADEON(0): Digital Display Input
[   896.772] (II) RADEON(0): 10 bits per channel
[   896.772] (II) RADEON(0): Digital interface is DisplayPort
[   896.772] (II) RADEON(0): Max Image Size [cm]: horiz.: 60  vert.: 34
[   896.772] (II) RADEON(0): Gamma: 2.20
[   896.772] (II) RADEON(0): DPMS capabilities: Off
[   896.772] (II) RADEON(0): Supported color encodings: RGB 4:4:4
[   896.772] (II) RADEON(0): First detailed timing is preferred mode
[   896.772] (II) RADEON(0): Preferred mode is native pixel format and refresh rate
[   896.772] (II) RADEON(0): redX: 0.653 redY: 0.334   greenX: 0.300 greenY: 0.620
[   896.772] (II) RADEON(0): blueX: 0.146 blueY: 0.050   whiteX: 0.312 whiteY: 0.329
[   896.772] (II) RADEON(0): Manufacturer's mask: 0
[   896.772] (II) RADEON(0): Supported detailed timing:
[   896.772] (II) RADEON(0): clock: 241.5 MHz   Image Size:  597 x 336 mm
[   896.772] (II) RADEON(0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
[   896.772] (II) RADEON(0): v_active: 1440  v_sync: 1443  v_sync_end 1448 v_blanking: 1481 v_border: 0
[   896.772] (II) RADEON(0): Supported detailed timing:
[   896.772] (II) RADEON(0): clock: 74.5 MHz   Image Size:  597 x 336 mm
[   896.772] (II) RADEON(0): h_active: 1280  h_sync: 1344  h_sync_end 1472 h_blank_end 1664 h_border: 0
[   896.772] (II) RADEON(0): v_active: 720  v_sync: 723  v_sync_end 728 v_blanking: 748 v_border: 0
[   896.772] (II) RADEON(0): Serial No: C02MQ402F2GC
[   896.772] (II) RADEON(0): Monitor name: Thunderbolt
[   896.772] (II) RADEON(0): Supported detailed timing:
[   896.772] (II) RADEON(0): clock: 241.5 MHz   Image Size:  597 x 336 mm
[   896.772] (II) RADEON(0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
[   896.772] (II) RADEON(0): v_active: 1440  v_sync: 1443  v_sync_end 1448 v_blanking: 1481 v_border: 0
[   896.772] (II) RADEON(0): Supported detailed timing:
[   896.772] (II) RADEON(0): clock: 74.5 MHz   Image Size:  597 x 336 mm
[   896.772] (II) RADEON(0): h_active: 1280  h_sync: 1344  h_sync_end 1472 h_blank_end 1664 h_border: 0
[   896.772] (II) RADEON(0): v_active: 720  v_sync: 723  v_sync_end 728 v_blanking: 748 v_border: 0
[   896.772] (II) RADEON(0): Number of EDID sections to follow: 1
[   896.772] (II) RADEON(0): EDID (in hex):
[   896.772] (II) RADEON(0):    00ffffffffffff000610279212121518
[   896.772] (II) RADEON(0):    15180104b53c2278226fb1a7554c9e25
[   896.772] (II) RADEON(0):    0c505400000001010101010101010101
[   896.772] (II) RADEON(0):    010101010101565e00a0a0a029503020
[   896.772] (II) RADEON(0):    350055502100001a1a1d008051d01c20
[   896.772] (II) RADEON(0):    4080350055502100001c000000ff0043
[   896.772] (II) RADEON(0):    30324d51343032463247430a000000fc
[   896.772] (II) RADEON(0):    005468756e646572626f6c740a200129
[   896.772] (II) RADEON(0):    02030cc12309070783010000565e00a0
[   896.772] (II) RADEON(0):    a0a029503020350055502100001a1a1d
[   896.772] (II) RADEON(0):    008051d01c204080350055502100001c
[   896.772] (II) RADEON(0):    00000000000000000000000000000000
[   896.772] (II) RADEON(0):    00000000000000000000000000000000
[   896.772] (II) RADEON(0):    00000000000000000000000000000000
[   896.772] (II) RADEON(0):    00000000000000000000000000000000
[   896.772] (II) RADEON(0):    00000000000000000000000000000013
[   896.772] (II) RADEON(0): Printing probed modes for output DisplayPort-1
[   896.772] (II) RADEON(0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz eP)
[   896.772] (II) RADEON(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz e)
[   896.773] (II) RADEON(0): EDID for output HDMI-0
[   896.773] (II) RADEON(0): Output eDP connected
[   896.773] (II) RADEON(0): Output DisplayPort-0 disconnected
[   896.773] (II) RADEON(0): Output DisplayPort-1 connected
[   896.773] (II) RADEON(0): Output HDMI-0 disconnected
[   896.773] (II) RADEON(0): Using sloppy heuristic for initial modes
[   896.773] (II) RADEON(0): Output eDP using initial mode 2880x1800
[   896.773] (II) RADEON(0): Output DisplayPort-1 using initial mode 2560x1440
[   896.773] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[   896.773] (II) RADEON(0): mem size init: gart size :3fbce000 vram size: s:80000000 visible:7e7bf000
[   896.773] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
[   896.773] (==) RADEON(0): DPI set to (96, 96)
[   896.773] (II) Loading sub module "fb"
[   896.773] (II) LoadModule: "fb"
[   896.773] (II) Loading /usr/lib64/xorg/modules/libfb.so
[   896.773] (II) Module fb: vendor="X.Org Foundation"
[   896.773]    compiled for 1.17.4, module version = 1.0.0
[   896.773]    ABI class: X.Org ANSI C Emulation, version 0.4
[   896.773] (II) Loading sub module "ramdac"
[   896.773] (II) LoadModule: "ramdac"
[   896.773] (II) Module "ramdac" already built-in
[   896.773] (--) Depth 24 pixmap format is 32 bpp
[   896.774] (II) RADEON(0): Front buffer size: 20252K
[   896.774] (II) RADEON(0): VRAM usage limit set to 1846771K
[   896.774] (==) RADEON(0): Backing store enabled
[   896.774] (WW) RADEON(0): Direct rendering disabled
[   896.774] (II) RADEON(0): Acceleration disabled
[   896.774] (==) RADEON(0): DPMS enabled
[   896.774] (==) RADEON(0): Silken mouse enabled
[   896.774] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   896.774] (--) RandR disabled
[   896.774] (II) AIGLX: Screen 0 is not DRI2 capable
[   896.774] (EE) AIGLX: reverting to software rendering
[   896.774] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[   896.775] (II) AIGLX: Loaded and initialized swrast
[   896.775] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[   896.780] (II) RADEON(0): Setting screen physical size to 762 x 476
[   896.796] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[   896.796] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   896.796] (II) LoadModule: "evdev"
[   896.796] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[   896.796] (II) Module evdev: vendor="X.Org Foundation"
[   896.796]    compiled for 1.17.4, module version = 2.9.2
[   896.796]    Module class: X.Org XInput Driver
[   896.796]    ABI class: X.Org XInput driver, version 21.0
[   896.796] (II) Using input driver 'evdev' for 'Power Button'
[   896.796] (**) Power Button: always reports core events
[   896.796] (**) evdev: Power Button: Device: "/dev/input/event3"
[   896.796] (--) evdev: Power Button: Vendor 0 Product 0x1
[   896.796] (--) evdev: Power Button: Found keys
[   896.796] (II) evdev: Power Button: Configuring as keyboard
[   896.796] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[   896.796] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   896.796] (**) Option "xkb_rules" "evdev"
[   896.796] (**) Option "xkb_model" "pc104"
[   896.796] (**) Option "xkb_layout" "us"
[   896.807] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   896.807] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   896.807] (II) Using input driver 'evdev' for 'Power Button'
[   896.807] (**) Power Button: always reports core events
[   896.807] (**) evdev: Power Button: Device: "/dev/input/event1"
[   896.807] (--) evdev: Power Button: Vendor 0 Product 0x1
[   896.807] (--) evdev: Power Button: Found keys
[   896.807] (II) evdev: Power Button: Configuring as keyboard
[   896.807] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[   896.807] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[   896.807] (**) Option "xkb_rules" "evdev"
[   896.807] (**) Option "xkb_model" "pc104"
[   896.807] (**) Option "xkb_layout" "us"
[   896.808] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[   896.808] (II) No input driver specified, ignoring this device.
[   896.808] (II) This device may have been added with another device file.
[   896.808] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[   896.808] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[   896.808] (II) Using input driver 'evdev' for 'Sleep Button'
[   896.808] (**) Sleep Button: always reports core events
[   896.808] (**) evdev: Sleep Button: Device: "/dev/input/event2"
[   896.808] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[   896.808] (--) evdev: Sleep Button: Found keys
[   896.808] (II) evdev: Sleep Button: Configuring as keyboard
[   896.808] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[   896.808] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[   896.808] (**) Option "xkb_rules" "evdev"
[   896.808] (**) Option "xkb_model" "pc104"
[   896.808] (**) Option "xkb_layout" "us"
[   896.808] (II) config/udev: Adding input device Apple Inc. Apple Keyboard (/dev/input/event9)
[   896.808] (**) Apple Inc. Apple Keyboard: Applying InputClass "evdev keyboard catchall"
[   896.808] (II) Using input driver 'evdev' for 'Apple Inc. Apple Keyboard'
[   896.808] (**) Apple Inc. Apple Keyboard: always reports core events
[   896.808] (**) evdev: Apple Inc. Apple Keyboard: Device: "/dev/input/event9"
[   896.808] (--) evdev: Apple Inc. Apple Keyboard: Vendor 0x5ac Product 0x250
[   896.808] (--) evdev: Apple Inc. Apple Keyboard: Found keys
[   896.808] (II) evdev: Apple Inc. Apple Keyboard: Configuring as keyboard
[   896.808] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.1/0000:06:00.0/0000:07:03.0/0000:09:00.0/0000:0a:00.0/0000:0b:00.0/0000:0c:03.0/0000:0d:00.2/usb3/3-1/3-1.3/3-1.3.2/3-1.3.2:1.0/0003:05AC:0250.000A/input/input10/event9"
[   896.808] (II) XINPUT: Adding extended input device "Apple Inc. Apple Keyboard" (type: KEYBOARD, id 9)
[   896.808] (**) Option "xkb_rules" "evdev"
[   896.808] (**) Option "xkb_model" "pc104"
[   896.808] (**) Option "xkb_layout" "us"
[   896.809] (II) config/udev: Adding input device Apple Inc. Apple Keyboard (/dev/input/event10)
[   896.809] (**) Apple Inc. Apple Keyboard: Applying InputClass "evdev keyboard catchall"
[   896.809] (II) Using input driver 'evdev' for 'Apple Inc. Apple Keyboard'
[   896.809] (**) Apple Inc. Apple Keyboard: always reports core events
[   896.809] (**) evdev: Apple Inc. Apple Keyboard: Device: "/dev/input/event10"
[   896.809] (--) evdev: Apple Inc. Apple Keyboard: Vendor 0x5ac Product 0x250
[   896.809] (--) evdev: Apple Inc. Apple Keyboard: Found keys
[   896.809] (II) evdev: Apple Inc. Apple Keyboard: Configuring as keyboard
[   896.809] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.1/0000:06:00.0/0000:07:03.0/0000:09:00.0/0000:0a:00.0/0000:0b:00.0/0000:0c:03.0/0000:0d:00.2/usb3/3-1/3-1.3/3-1.3.2/3-1.3.2:1.1/0003:05AC:0250.000B/input/input11/event10"
[   896.809] (II) XINPUT: Adding extended input device "Apple Inc. Apple Keyboard" (type: KEYBOARD, id 10)
[   896.809] (**) Option "xkb_rules" "evdev"
[   896.809] (**) Option "xkb_model" "pc104"
[   896.809] (**) Option "xkb_layout" "us"
[   896.809] (II) config/udev: Adding input device Apple Inc. Display Audio (/dev/input/event4)
[   896.809] (II) No input driver specified, ignoring this device.
[   896.809] (II) This device may have been added with another device file.
[   896.809] (II) config/udev: Adding input device Apple Inc. Apple Internal Keyboard / Trackpad (/dev/input/event7)
[   896.809] (**) Apple Inc. Apple Internal Keyboard / Trackpad: Applying InputClass "evdev keyboard catchall"
[   896.809] (II) Using input driver 'evdev' for 'Apple Inc. Apple Internal Keyboard / Trackpad'
[   896.809] (**) Apple Inc. Apple Internal Keyboard / Trackpad: always reports core events
[   896.809] (**) evdev: Apple Inc. Apple Internal Keyboard / Trackpad: Device: "/dev/input/event7"
[   896.809] (--) evdev: Apple Inc. Apple Internal Keyboard / Trackpad: Vendor 0x5ac Product 0x274
[   896.809] (--) evdev: Apple Inc. Apple Internal Keyboard / Trackpad: Found keys
[   896.809] (II) evdev: Apple Inc. Apple Internal Keyboard / Trackpad: Configuring as keyboard
[   896.809] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.1/0003:05AC:0274.0004/input/input7/event7"
[   896.809] (II) XINPUT: Adding extended input device "Apple Inc. Apple Internal Keyboard / Trackpad" (type: KEYBOARD, id 11)
[   896.809] (**) Option "xkb_rules" "evdev"
[   896.809] (**) Option "xkb_model" "pc104"
[   896.809] (**) Option "xkb_layout" "us"
[   896.809] (II) config/udev: Adding input device Apple Inc. Apple Internal Keyboard / Trackpad (/dev/input/event8)
[   896.809] (**) Apple Inc. Apple Internal Keyboard / Trackpad: Applying InputClass "evdev pointer catchall"
[   896.809] (II) Using input driver 'evdev' for 'Apple Inc. Apple Internal Keyboard / Trackpad'
[   896.809] (**) Apple Inc. Apple Internal Keyboard / Trackpad: always reports core events
[   896.809] (**) evdev: Apple Inc. Apple Internal Keyboard / Trackpad: Device: "/dev/input/event8"
[   896.809] (--) evdev: Apple Inc. Apple Internal Keyboard / Trackpad: Vendor 0x5ac Product 0x274
[   896.809] (--) evdev: Apple Inc. Apple Internal Keyboard / Trackpad: Found 3 mouse buttons
[   896.809] (--) evdev: Apple Inc. Apple Internal Keyboard / Trackpad: Found relative axes
[   896.809] (--) evdev: Apple Inc. Apple Internal Keyboard / Trackpad: Found x and y relative axes
[   896.809] (II) evdev: Apple Inc. Apple Internal Keyboard / Trackpad: Configuring as mouse
[   896.809] (**) evdev: Apple Inc. Apple Internal Keyboard / Trackpad: YAxisMapping: buttons 4 and 5
[   896.809] (**) evdev: Apple Inc. Apple Internal Keyboard / Trackpad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   896.809] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.2/0003:05AC:0274.0005/input/input8/event8"
[   896.809] (II) XINPUT: Adding extended input device "Apple Inc. Apple Internal Keyboard / Trackpad" (type: MOUSE, id 12)
[   896.809] (II) evdev: Apple Inc. Apple Internal Keyboard / Trackpad: initialized for relative axes.
[   896.810] (**) Apple Inc. Apple Internal Keyboard / Trackpad: (accel) keeping acceleration scheme 1
[   896.810] (**) Apple Inc. Apple Internal Keyboard / Trackpad: (accel) acceleration profile 0
[   896.810] (**) Apple Inc. Apple Internal Keyboard / Trackpad: (accel) acceleration factor: 2.000
[   896.810] (**) Apple Inc. Apple Internal Keyboard / Trackpad: (accel) acceleration threshold: 4
[   896.810] (II) config/udev: Adding input device Apple Inc. Apple Internal Keyboard / Trackpad (/dev/input/mouse1)
[   896.810] (**) Apple Inc. Apple Internal Keyboard / Trackpad: Applying InputClass "Trackpad"
[   896.810] (II) LoadModule: "synaptics"
[   896.810] (II) Loading /usr/lib64/xorg/modules/input/synaptics_drv.so
[   896.810] (II) Module synaptics: vendor="X.Org Foundation"
[   896.810]    compiled for 1.17.4, module version = 1.8.2
[   896.810]    Module class: X.Org XInput Driver
[   896.810]    ABI class: X.Org XInput driver, version 21.0
[   896.810] (II) Using input driver 'synaptics' for 'Apple Inc. Apple Internal Keyboard / Trackpad'
[   896.810] (**) Apple Inc. Apple Internal Keyboard / Trackpad: always reports core events
[   896.810] (**) Option "Device" "/dev/input/mouse1"
[   896.823] (EE) synaptics: Apple Inc. Apple Internal Keyboard / Trackpad: Synaptics driver unable to detect protocol
[   896.823] (EE) PreInit returned 11 for "Apple Inc. Apple Internal Keyboard / Trackpad"
[   896.823] (II) UnloadModule: "synaptics"
[   896.823] (II) config/udev: Adding input device Broadcom Corp. Bluetooth USB Host Controller (/dev/input/event5)
[   896.823] (**) Broadcom Corp. Bluetooth USB Host Controller: Applying InputClass "evdev keyboard catchall"
[   896.823] (II) Using input driver 'evdev' for 'Broadcom Corp. Bluetooth USB Host Controller'
[   896.823] (**) Broadcom Corp. Bluetooth USB Host Controller: always reports core events
[   896.823] (**) evdev: Broadcom Corp. Bluetooth USB Host Controller: Device: "/dev/input/event5"
[   896.823] (--) evdev: Broadcom Corp. Bluetooth USB Host Controller: Vendor 0x5ac Product 0x8290
[   896.823] (--) evdev: Broadcom Corp. Bluetooth USB Host Controller: Found keys
[   896.823] (II) evdev: Broadcom Corp. Bluetooth USB Host Controller: Configuring as keyboard
[   896.823] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/0003:05AC:8290.0001/input/input5/event5"
[   896.823] (II) XINPUT: Adding extended input device "Broadcom Corp. Bluetooth USB Host Controller" (type: KEYBOARD, id 13)
[   896.823] (**) Option "xkb_rules" "evdev"
[   896.823] (**) Option "xkb_model" "pc104"
[   896.823] (**) Option "xkb_layout" "us"
[   896.823] (II) config/udev: Adding input device Broadcom Corp. Bluetooth USB Host Controller (/dev/input/event6)
[   896.823] (**) Broadcom Corp. Bluetooth USB Host Controller: Applying InputClass "evdev pointer catchall"
[   896.823] (II) Using input driver 'evdev' for 'Broadcom Corp. Bluetooth USB Host Controller'
[   896.823] (**) Broadcom Corp. Bluetooth USB Host Controller: always reports core events
[   896.823] (**) evdev: Broadcom Corp. Bluetooth USB Host Controller: Device: "/dev/input/event6"
[   896.823] (--) evdev: Broadcom Corp. Bluetooth USB Host Controller: Vendor 0x5ac Product 0x8290
[   896.824] (--) evdev: Broadcom Corp. Bluetooth USB Host Controller: Found 3 mouse buttons
[   896.824] (--) evdev: Broadcom Corp. Bluetooth USB Host Controller: Found relative axes
[   896.824] (--) evdev: Broadcom Corp. Bluetooth USB Host Controller: Found x and y relative axes
[   896.824] (II) evdev: Broadcom Corp. Bluetooth USB Host Controller: Configuring as mouse
[   896.824] (**) evdev: Broadcom Corp. Bluetooth USB Host Controller: YAxisMapping: buttons 4 and 5
[   896.824] (**) evdev: Broadcom Corp. Bluetooth USB Host Controller: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   896.824] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.1/0003:05AC:8290.0002/input/input6/event6"
[   896.824] (II) XINPUT: Adding extended input device "Broadcom Corp. Bluetooth USB Host Controller" (type: MOUSE, id 14)
[   896.824] (II) evdev: Broadcom Corp. Bluetooth USB Host Controller: initialized for relative axes.
[   896.824] (**) Broadcom Corp. Bluetooth USB Host Controller: (accel) keeping acceleration scheme 1
[   896.824] (**) Broadcom Corp. Bluetooth USB Host Controller: (accel) acceleration profile 0
[   896.824] (**) Broadcom Corp. Bluetooth USB Host Controller: (accel) acceleration factor: 2.000
[   896.824] (**) Broadcom Corp. Bluetooth USB Host Controller: (accel) acceleration threshold: 4
[   896.824] (II) config/udev: Adding input device Broadcom Corp. Bluetooth USB Host Controller (/dev/input/mouse0)
[   896.824] (II) No input driver specified, ignoring this device.
[   896.824] (II) This device may have been added with another device file.
[   896.824] (II) config/udev: Adding input device Macintosh mouse button emulation (/dev/input/event11)
[   896.824] (**) Macintosh mouse button emulation: Applying InputClass "evdev pointer catchall"
[   896.824] (II) Using input driver 'evdev' for 'Macintosh mouse button emulation'
[   896.824] (**) Macintosh mouse button emulation: always reports core events
[   896.824] (**) evdev: Macintosh mouse button emulation: Device: "/dev/input/event11"
[   896.824] (--) evdev: Macintosh mouse button emulation: Vendor 0x1 Product 0x1
[   896.824] (--) evdev: Macintosh mouse button emulation: Found 3 mouse buttons
[   896.824] (--) evdev: Macintosh mouse button emulation: Found relative axes
[   896.824] (--) evdev: Macintosh mouse button emulation: Found x and y relative axes
[   896.824] (II) evdev: Macintosh mouse button emulation: Configuring as mouse
[   896.824] (**) evdev: Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
[   896.824] (**) evdev: Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   896.824] (**) Option "config_info" "udev:/sys/devices/virtual/input/input12/event11"
[   896.824] (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE, id 15)
[   896.824] (II) evdev: Macintosh mouse button emulation: initialized for relative axes.
[   896.824] (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
[   896.824] (**) Macintosh mouse button emulation: (accel) acceleration profile 0
[   896.824] (**) Macintosh mouse button emulation: (accel) acceleration factor: 2.000
[   896.824] (**) Macintosh mouse button emulation: (accel) acceleration threshold: 4
[   896.824] (II) config/udev: Adding input device Macintosh mouse button emulation (/dev/input/mouse2)
[   896.824] (II) No input driver specified, ignoring this device.
[   896.824] (II) This device may have been added with another device file.
[   896.973] (II) RADEON(0): EDID vendor "APP", prod id 37415
[   896.973] (II) RADEON(0): Printing DDC gathered Modelines:
[   896.973] (II) RADEON(0): Modeline "2560x1440"x0.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz eP)
[   896.973] (II) RADEON(0): Modeline "1280x720"x0.0   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz e)
[   897.151] (II) RADEON(0): EDID vendor "APP", prod id 37415
[   897.151] (II) RADEON(0): Printing DDC gathered Modelines:
[   897.151] (II) RADEON(0): Modeline "2560x1440"x0.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz eP)
[   897.151] (II) RADEON(0): Modeline "1280x720"x0.0   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz e)
[   897.193] (II) RADEON(0): Allocate new frame buffer 2560x1440 stride 2560
[   897.202] (II) RADEON(0): VRAM usage limit set to 1852038K
[   898.494] (II) RADEON(0): EDID vendor "APP", prod id 37415
[   898.494] (II) RADEON(0): Printing DDC gathered Modelines:
[   898.494] (II) RADEON(0): Modeline "2560x1440"x0.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz eP)
[   898.494] (II) RADEON(0): Modeline "1280x720"x0.0   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz e)
[   898.580] (II) RADEON(0): EDID vendor "APP", prod id 37415
[   898.580] (II) RADEON(0): Printing DDC gathered Modelines:
[   898.580] (II) RADEON(0): Modeline "2560x1440"x0.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz eP)
[   898.580] (II) RADEON(0): Modeline "1280x720"x0.0   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz e)
[   898.688] (II) RADEON(0): EDID vendor "APP", prod id 37415
[   898.688] (II) RADEON(0): Printing DDC gathered Modelines:
[   898.688] (II) RADEON(0): Modeline "2560x1440"x0.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz eP)
[   898.688] (II) RADEON(0): Modeline "1280x720"x0.0   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz e)


Code:

Section "InputClass"
   Identifier   "Trackpad"
   Driver      "synaptics"
   MatchDevicePath "/dev/input/mouse1"
   
   # Some extra options for touchpad.
   Option   "LeftEdge"   "1700"
   Option   "RightEdge"   "5300"
   Option   "TopEdge"   "1700"
   Option   "BottomEdge"   "4200"
   Option   "FingerLow"   "25"
   Option   "FingerHigh"   "30"
   Option   "MaxTapTime"   "180"
   Option   "MaxTapMove"   "220"
   Option   "MinSpeed"   "0.7"
   Option   "MaxSpeed"   "0.8"
   Option   "AccelFactor"   "0.0010"
   Option   "SHMConfig"   "on"
   Option   "TapButton1"   "1"
   Option   "VertTwoFingerScroll"   "1"
   Option   "HorizTwoFingerScroll"   "1"
   Option   "VertScrollDelta"   "100"
EndSection

_________________
www.bommachine.co.uk
Back to top
View user's profile Send private message
ankh2054
n00b
n00b


Joined: 15 Mar 2016
Posts: 33
Location: London UK

PostPosted: Tue Mar 22, 2016 6:33 pm    Post subject: Reply with quote

Decided to boot up Ubuntu live cd again and compare.

In ubuntu it displays bcm5974 which is also what is the nomiated synaptics device. I am missing that even though it's in my kernel.
I going to try and use genkernel to auto create kernel and see if that works and then compare against my kernel.

xinput_list.txt
Code:

⎡ Virtual core pointer                       id=2   [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                 id=4   [slave  pointer  (2)]
⎜   ↳ bcm5974                                    id=14   [slave  pointer  (2)]
⎜   ↳ Broadcom Corp. Bluetooth USB Host Controller   id=16   [slave  pointer  (2)]
⎣ Virtual core keyboard                      id=3   [master keyboard (2)]
    ↳ Virtual core XTEST keyboard                id=5   [slave  keyboard (3)]
    ↳ Power Button                               id=6   [slave  keyboard (3)]
    ↳ Video Bus                                  id=7   [slave  keyboard (3)]
    ↳ Power Button                               id=8   [slave  keyboard (3)]
    ↳ Sleep Button                               id=9   [slave  keyboard (3)]
    ↳ Apple Inc. Apple Keyboard                  id=10   [slave  keyboard (3)]
    ↳ Apple Inc. Apple Keyboard                  id=11   [slave  keyboard (3)]
    ↳ FaceTime HD Camera (Display)               id=12   [slave  keyboard (3)]
    ↳ Apple Inc. Apple Internal Keyboard / Trackpad   id=13   [slave  keyboard (3)]
    ↳ Broadcom Corp. Bluetooth USB Host Controller   id=15   [slave  keyboard (3)]



cat Xorg.0.log | grep bcm
Code:


[    15.802] (II) config/udev: Adding input device bcm5974 (/dev/input/event11)
[    15.802] (**) bcm5974: Applying InputClass "evdev touchpad catchall"
[    15.802] (**) bcm5974: Applying InputClass "touchpad catchall"
[    15.802] (**) bcm5974: Applying InputClass "Default clickpad buttons"
[    15.802] (**) bcm5974: Applying InputClass "Disable clickpad buttons on Apple touchpads"
[    15.802] (II) Using input driver 'synaptics' for 'bcm5974'
[    15.802] (**) bcm5974: always reports core events
[    15.832] (II) synaptics: bcm5974: found clickpad property
[    15.832] (--) synaptics: bcm5974: x-axis range -4828 - 5345 (res 0)
[    15.832] (--) synaptics: bcm5974: y-axis range -203 - 6803 (res 0)
[    15.832] (--) synaptics: bcm5974: pressure range 0 - 256
[    15.832] (--) synaptics: bcm5974: finger width range 0 - 16
[    15.832] (--) synaptics: bcm5974: buttons: left double triple
[    15.832] (--) synaptics: bcm5974: Vendor 0x5ac Product 0x274
[    15.832] (--) synaptics: bcm5974: touchpad found
[    15.832] (**) bcm5974: always reports core events
[    15.848] (II) XINPUT: Adding extended input device "bcm5974" (type: TOUCHPAD, id 14)
[    15.848] (**) synaptics: bcm5974: (accel) MinSpeed is now constant deceleration 2.5
[    15.848] (**) synaptics: bcm5974: (accel) MaxSpeed is now 1.75
[    15.848] (**) synaptics: bcm5974: (accel) AccelFactor is now 0.016
[    15.848] (**) bcm5974: (accel) keeping acceleration scheme 1
[    15.848] (**) bcm5974: (accel) acceleration profile 1
[    15.848] (**) bcm5974: (accel) acceleration factor: 2.000
[    15.848] (**) bcm5974: (accel) acceleration threshold: 4
[    15.848] (--) synaptics: bcm5974: touchpad found
[    15.849] (II) config/udev: Adding input device bcm5974 (/dev/input/mouse1)
[    15.849] (**) bcm5974: Ignoring device from InputClass "touchpad ignore duplicates"

_________________
www.bommachine.co.uk
Back to top
View user's profile Send private message
khayyam
Watchman
Watchman


Joined: 07 Jun 2012
Posts: 6227
Location: Room 101

PostPosted: Tue Mar 22, 2016 8:01 pm    Post subject: Reply with quote

ankh2054 ...

mine is pre-2008 and so using MOUSE_APPLETOUCH, can you post the output of the following:

Code:
# awk -v RS="\n\n" '/Userland.interfaces/;/Input.Device.Drivers/' /usr/src/linux/.config

best ... khay
Back to top
View user's profile Send private message
ankh2054
n00b
n00b


Joined: 15 Mar 2016
Posts: 33
Location: London UK

PostPosted: Wed Mar 23, 2016 2:31 pm    Post subject: Reply with quote

Code:

#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
CONFIG_INPUT_EVDEV=y
# CONFIG_INPUT_EVBUG is not set
#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
# CONFIG_KEYBOARD_ADP5588 is not set
# CONFIG_KEYBOARD_ADP5589 is not set
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_QT1070 is not set
# CONFIG_KEYBOARD_QT2160 is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_TCA6416 is not set
# CONFIG_KEYBOARD_TCA8418 is not set
# CONFIG_KEYBOARD_LM8323 is not set
# CONFIG_KEYBOARD_LM8333 is not set
# CONFIG_KEYBOARD_MAX7359 is not set
# CONFIG_KEYBOARD_MCS is not set
# CONFIG_KEYBOARD_MPR121 is not set
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_KEYBOARD_OPENCORES is not set
# CONFIG_KEYBOARD_STOWAWAY is not set
# CONFIG_KEYBOARD_SUNKBD is not set
CONFIG_KEYBOARD_XTKBD=y
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
CONFIG_MOUSE_PS2_ALPS=y
CONFIG_MOUSE_PS2_LOGIPS2PP=y
CONFIG_MOUSE_PS2_SYNAPTICS=y
CONFIG_MOUSE_PS2_CYPRESS=y
CONFIG_MOUSE_PS2_LIFEBOOK=y
CONFIG_MOUSE_PS2_TRACKPOINT=y
# CONFIG_MOUSE_PS2_ELANTECH is not set
# CONFIG_MOUSE_PS2_SENTELIC is not set
# CONFIG_MOUSE_PS2_TOUCHKIT is not set
CONFIG_MOUSE_PS2_FOCALTECH=y
# CONFIG_MOUSE_SERIAL is not set
CONFIG_MOUSE_APPLETOUCH=y
CONFIG_MOUSE_BCM5974=y
# CONFIG_MOUSE_CYAPA is not set
# CONFIG_MOUSE_ELAN_I2C is not set
# CONFIG_MOUSE_VSXXXAA is not set
# CONFIG_MOUSE_SYNAPTICS_I2C is not set
# CONFIG_MOUSE_SYNAPTICS_USB is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TABLET is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
# CONFIG_INPUT_MISC is not set
[/code]
_________________
www.bommachine.co.uk
Back to top
View user's profile Send private message
khayyam
Watchman
Watchman


Joined: 07 Jun 2012
Posts: 6227
Location: Room 101

PostPosted: Wed Mar 23, 2016 3:22 pm    Post subject: Reply with quote

ankh2054 ... ok, I don't know if it will make any difference but I would disable those drivers that are unneeded, so:

CONFIG_KEYBOARD_ATKBD=n
CONFIG_KEYBOARD_XTKBD=n
CONFIG_MOUSE_PS2=n
CONFIG_MOUSE_PS2_ALPS=n
CONFIG_MOUSE_PS2_LOGIPS2PP=n
CONFIG_MOUSE_PS2_SYNAPTICS=n
CONFIG_MOUSE_PS2_CYPRESS=n
CONFIG_MOUSE_PS2_LIFEBOOK=n
CONFIG_MOUSE_PS2_TRACKPOINT=n
CONFIG_MOUSE_PS2_FOCALTECH=n
CONFIG_MOUSE_APPLETOUCH=n
CONFIG_MOUSE_BCM5974=y

BTW, the whole reason for 'evdev' is to avoid configuring input devices ... what happens when no /etc/X11/xorg.conf.d/* is in use? It might be a good idea to move the config and compare Xorg.0.log. Note, the only reason I have the above '20-touchpad.conf' is that I'm not using evdev.

best ... khay
Back to top
View user's profile Send private message
ankh2054
n00b
n00b


Joined: 15 Mar 2016
Posts: 33
Location: London UK

PostPosted: Wed Mar 23, 2016 4:35 pm    Post subject: Reply with quote

Hi Khay,

thanks for all your help.

After upgrading my kernel to 4.5 using git-sources everything started to work.

If anyone wants my final kernel config I have posed it here. I will keep updating it.

https://github.com/ankh2054/gentoo
_________________
www.bommachine.co.uk
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum