Package: xserver-xorg-video-ati
Version: 1:7.5.0-1+b1
Severity: important

Dear Maintainer,

the latest xorg driver suffers a couple of severity issues and they can lead to 
a unusable X setup, or a
complete locked-up system (only hard reset is the only way to recover from 
this...)

1- It seems the xorg probe procedure is unable to create a valid xorg 
configuration if there is no /etc/X11/xorg at all.
   This issue can be workarounded creating a simple and valid xorg.conf with a 
valid BusID card location.
   If BusID is missing the Xorg crashes with a segfault. Not a big issue for 
me...

2- when the radeon driver in xorg.conf is used, the system is usable for 30/45 
minutes (even if it remains in idle for most
   of the time) then hangs. All resources are locked, and curiously if a audio 
playing was running a DMA-loop-whatever 
   is playing the last chunk of audio-data in the audio buffer. I suspect a 
complete CPU hang.
   The system is using the drm radeon driver as usual and no problems when 
starting-up the system.
   If I switch to fbdev in xorg.conf (i.e. it still uses the kernel drm driver 
anyway) the system runs fine forever...
   This architecture has two video boards installed: a NVIDIA 6600 with 
OpenFirmware Flash in the slower PCI-E Bus 8X and
   a BIOS Flashed ATI-RadeonHD 4670 in the faster bus lane PCI-E 16X.

3- The kernel cmdline is the following:
   video=offb:off nouveau.modeset=1 nouveau.noaccel=1 radeon.modeset=1 
radeon.agpmode=-1 fastboot loglevel=3

Not speaking about the 3d Mesa/Gallium support that it is *COMPLETELY BROKEN* 
here. But this is another story.


-- Package-specific info:
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 May 16 00:43 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 274 Oct  8 12:09 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
----------------------------------
0000:0a:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. 
[AMD/ATI] RV730 XT [Radeon HD 4670] [1002:9490]
0001:06:00.0 VGA compatible controller [0300]: NVIDIA Corporation NV43 [GeForce 
6600] [10de:0141] (rev a2)

Xorg X server configuration file status:
----------------------------------------
-rw-r--r-- 1 root root 10130 Oct 13 20:41 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
-------------------------------
Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen         0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/X11/misc"
    FontPath     "/usr/share/fonts/X11/cyrillic"
    FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath     "/usr/share/fonts/X11/Type1"
    FontPath     "/usr/share/fonts/X11/100dpi"
    FontPath     "/usr/share/fonts/X11/75dpi"
    FontPath     "built-ins"
EndSection

Section "Module"
    Load  "glx"
    Load  "dri"
    Load  "dri2"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option          "Protocol" "auto"
    Option          "Device" "/dev/input/mice"
    Option          "ZAxisMapping" "4 5 6 7"
EndSection

# Option "SWcursor" "boolean" Selects software cursor. The default is off.
# Option "NoAccel" "boolean" Enables or disables all hardware acceleration. The 
default is to enable hardware acceleration.
# Option "ZaphodHeads" "string" Specify the RandR output(s) to use with
#                               zaphod mode for a particular driver instance.
#                               If you use this option you must use this
#                               option for all instances of the driver.
#                               For example:
#                               Option "ZaphodHeads" "LVDS,VGA-0"
#                               will assign xrandr outputs LVDS and VGA-0 to 
this instance of the driver.
# Option "EXAVSync" "boolean" This option attempts to avoid tearing by 
#                             stalling the engine until the display controller
#                             has passed the destination region. It reduces 
#                             tearing at the cost of performance and has been 
known
#                             to cause instability on some chips. The default 
is off.

# The following driver Options are supported for KMS (Kernel Modesetting):

# Option "ColorTiling" "boolean" The framebuffer can be addressed either
#                                in linear or tiled mode. Tiled mode can provide
#                                significant performance benefits with 3D 
applications.
#                                Tiling will be disabled if the drm module is 
too old or
#                                if the current display configuration does not 
support it.
#                                On R600+ this enables 1D tiling mode.
#                                The default value is on for R/RV3XX, R/RV4XX, 
R/RV5XX, RS6XX,
#                                RS740, R/RV6XX, R/RV7XX, RS780, RS880, 
EVERGREEN,
#                                and CAYMAN and off for R/RV/RS1XX, R/RV/RS2XX, 
and RS3XX.

# Option "ColorTiling2D" "boolean" The framebuffer can be addressed either in 
linear,
#                                  1D, or 2D tiled modes. 2D tiled mode can 
provide
#                                  significant performance benefits over 1D 
tiling with 3D applications.
#                                  Tiling will be disabled if the drm module is 
too old or if
#                                  the current display configuration does not 
support it.
#                                  KMS ColorTiling2D is only supported on R600 
and newer chips.
#                                  The default value is off for R/RV6XX, 
R/RV7XX, RS780, RS880, EVERGREEN, and CAYMAN.

# Option "EXAPixmaps" "boolean" Under KMS, to avoid thrashing pixmaps in/out of 
VRAM
#                                  on low memory cards, we use a heuristic 
based on VRAM
#                                  amount to determine whether to allow EXA to 
use VRAM
#                                  for non-essential pixmaps. This option 
allows us to override
#                                  the heuristic. The default is on with > 32MB 
VRAM, off with < 32MB.

# Option "SwapbuffersWait" "boolean" This option controls the behavior of 
glXSwapBuffers
#                                    and glXCopySubBufferMESA calls by GL 
applications.
#                                    If enabled, the calls will avoid tearing 
by making sure
#                                    the display scanline is outside of the 
area to be copied before the copy occurs.
#                                    If disabled, no scanline synchronization 
is performed, meaning tearing will likely occur.
#                                    Note that when enabled, this option can 
adversely affect the framerate
#                                    of applications that render frames at less 
than refresh rate.
#                                    The default value is on.

# Option "EnablePageFlip" "boolean" Enable DRI2 page flipping. The default is 
on.
#                                   Pageflipping is supported on all radeon 
hardware.

# Option "RenderAccel" "boolean" Enables or disables hardware Render 
acceleration.
#                                It is supported on all Radeon cards when using 
EXA acceleration and
#                                on Radeon R/RV/RS1xx, R/RV/RS2xx and RS3xx 
when using XAA.
#                                The default is to enable Render acceleration.

# Option "AccelMethod" "string" Chooses between available acceleration 
architectures.
#                               Valid options are XAA and EXA. XAA is the 
traditional acceleration architecture
#                               and support for it is very stable. EXA is a 
newer acceleration architecture
#                               with better performance for the Render and 
Composite extensions. The default is EXA.

# Option "AccelDFS" "boolean" Use or dont use accelerated EXA 
DownloadFromScreen hook when possible
#                             (only when Direct Rendering is enabled, e.g.). 
Default: off with AGP
#                             due to issues with GPU->host transfers with some 
AGP bridges, on otherwise.

# Option "FBTexPercent" "integer" Amount of video RAM to reserve for OpenGL 
textures, in percent.
#                             With EXA, the remainder of video RAM is reserved 
for EXA offscreen management.
#                             Specifying 0 results in all offscreen video RAM 
being reserved for EXA and only
#                             GART memory being available for OpenGL textures. 
This may improve EXA performance,
#                             but beware that it may cause problems with OpenGL 
drivers from Mesa versions older than 6.4.
#                             With XAA, specifying lower percentage than what 
gets reserved without this option has no effect,
#                             but the driver tries to increase the video RAM 
reserved for textures to the amount specified roughly.
#                             Default: 50.

# Option "DepthBits" "integer" Precision in bits per pixel of the shared depth 
buffer used for 3D acceleration.
#                              Valid values are 16 and 24. When this is 24, 
there will also be a hardware accelerated
#                              stencil buffer, but the combined depth/stencil 
buffer will take up twice as much video
#                              RAM as when its 16. Default: The same as the 
screen depth.

# Option "DMAForXv" "boolean" Try or dont try to use DMA for Xv image transfers.
#                             This will reduce CPU usage when playing big 
videos like DVDs,
#                             but may cause instabilities. Default: on.

# Option "DRI" "boolean" Enable DRI support. This option allows you to enable 
to disable the DRI.
# The default is off for RN50/ES1000 and on for others.

# Option "TVStandard" "string" Used to specify the default TV standard if you 
want to use something
#                              other than the BIOS default. Valid options are:
#                              ntsc pal pal-m pal-60 ntsc-j scart-pal The 
default value is undefined.

# Option "ForceTVOut" "boolean" Enable this option to force TV-out to always
#                               be detected as attached. The default is off

Section "Device"
    Option     "SWcursor"          "false"
    Option     "NoAccel"           "false"
    Option     "EXAVSync"          "false"
    Option     "ColorTiling"       "true"
    Option     "ColorTiling2D"     "false"
    Option     "EXAPixmaps"        "true"
    Option     "SwapbuffersWait"   "true"
    Option     "EnablePageFlip"    "true"
    Option     "RenderAccel"       "true"
    Option     "AccelMethod"       "EXA"
    Option     "AccelDFS"          "true"
    Option     "FBTexPercent"      "50"
    Option     "DepthBits"         "24"
    Option     "DMAForXv"          "true"
    Option     "DRI"               "true"
    Identifier  "Card0"
#    Driver      "radeon"
    Driver      "fbdev"
    BusID       "PCI:10:0:0"
EndSection

Section "Device"
    Option      "EnablePageFlip"  "true"
    Option      "AccelDFS"        "on"
    Option      "RenderAccel"     "true"
    Option      "AccelMethod"     "EXA"
    Option      "EXAVSync"        "true"
    Identifier  "Card1"
#    Driver      "nouveau"
    Driver      "fbdev"
    BusID       "PCI:6:0:0"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Extensions"
    Option  "Composite" "Enable"
EndSection

Section "DRI"
    Mode    0666
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
#       Device     "Card1"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
        DefaultDepth 24
EndSection

/etc/X11/xorg.conf.d does not exist.

/etc/modprobe.d contains no KMS configuration files.

Kernel version (/proc/version):
-------------------------------
Linux version 4.2.0-1-powerpc64 (debian-ker...@lists.debian.org) (gcc version 
4.9.3 (Debian 4.9.3-4) ) #1 SMP Debian 4.2.3-2 (2015-10-14)

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root  2464 May 16 17:47 /var/log/Xorg.2.log
-rw-r--r-- 1 root root  2464 May 16 17:48 /var/log/Xorg.3.log
-rw-r--r-- 1 root root     0 May 16 17:49 /var/log/Xorg.4.log
-rw-r--r-- 1 root root 49886 Sep 27 21:59 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 26328 Oct 18 08:16 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[    39.436] 
X.Org X Server 1.17.2
Release Date: 2015-06-16
[    39.437] X Protocol Version 11, Revision 0
[    39.437] Build Operating System: Linux 3.16.0-4-powerpc64 ppc Debian
[    39.437] Current Operating System: Linux debian 4.2.0-1-powerpc64 #1 SMP 
Debian 4.2.3-2 (2015-10-14) ppc64
[    39.437] Kernel command line: 
root=UUID=dc2a2a06-9146-4a6f-b813-760477b485a5 ro video=offb:off 
nouveau.modeset=1 nouveau.noaccel=1 radeon.modeset=1 radeon.agpmode=-1 fastboot 
loglevel=3 
[    39.437] Build Date: 08 October 2015  09:58:28AM
[    39.437] xorg-server 2:1.17.2-3 (http://www.debian.org/support) 
[    39.437] Current version of pixman: 0.33.2
[    39.437]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    39.437] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    39.438] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 18 08:16:01 
2015
[    39.556] (==) Using config file: "/etc/X11/xorg.conf"
[    39.556] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    39.671] (==) ServerLayout "X.org Configured"
[    39.671] (**) |-->Screen "Screen0" (0)
[    39.671] (**) |   |-->Monitor "Monitor0"
[    39.694] (**) |   |-->Device "Card0"
[    39.694] (**) |-->Input Device "Mouse0"
[    39.694] (**) |-->Input Device "Keyboard0"
[    39.694] (==) Automatically adding devices
[    39.694] (==) Automatically enabling devices
[    39.694] (==) Automatically adding GPU devices
[    39.769] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    39.769]    Entry deleted from font path.
[    40.151] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    40.151]    Entry deleted from font path.
[    40.151] (**) FontPath set to:
        /usr/share/fonts/X11/misc,
        /usr/share/fonts/X11/100dpi/:unscaled,
        /usr/share/fonts/X11/75dpi/:unscaled,
        /usr/share/fonts/X11/Type1,
        /usr/share/fonts/X11/100dpi,
        /usr/share/fonts/X11/75dpi,
        built-ins,
        /usr/share/fonts/X11/misc,
        /usr/share/fonts/X11/100dpi/:unscaled,
        /usr/share/fonts/X11/75dpi/:unscaled,
        /usr/share/fonts/X11/Type1,
        /usr/share/fonts/X11/100dpi,
        /usr/share/fonts/X11/75dpi,
        built-ins
[    40.151] (**) ModulePath set to "/usr/lib/xorg/modules"
[    40.151] (**) Extension "Composite" is enabled
[    40.151] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 
'vmmouse' will be disabled.
[    40.152] (WW) Disabling Mouse0
[    40.152] (WW) Disabling Keyboard0
[    40.152] (II) Loader magic: 0x209c06e0
[    40.152] (II) Module ABI versions:
[    40.152]    X.Org ANSI C Emulation: 0.4
[    40.152]    X.Org Video Driver: 19.0
[    40.152]    X.Org XInput driver : 21.0
[    40.152]    X.Org Server Extension : 9.0
[    40.156] (EE) systemd-logind: failed to get session: PID 1035 does not 
belong to any known session
[    40.159] (II) xfree86: Adding drm device (/dev/dri/card0)
[    40.162] (--) PCI: (0:10:0:0) 1002:9490:174b:e101 rev 0, Mem @ 
0xa0000000/268435456, 0xb0020000/65536, I/O @ 0x00000400/256, BIOS @ 
0x????????/131072
[    40.162] (--) PCI:*(1:6:0:0) 10de:0141:10de:0010 rev 162, Mem @ 
0x82000000/16777216, 0x90000000/268435456, 0x81000000/16777216, BIOS @ 
0x????????/131072
[    40.162] (II) "glx" will be loaded. This was enabled by default and also 
specified in the config file.
[    40.162] (II) LoadModule: "glx"
[    40.257] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    40.602] (II) Module glx: vendor="X.Org Foundation"
[    40.602]    compiled for 1.17.2, module version = 1.0.0
[    40.602]    ABI class: X.Org Server Extension, version 9.0
[    40.602] (==) AIGLX enabled
[    40.602] (II) LoadModule: "dri"
[    40.602] (II) Module "dri" already built-in
[    40.602] (II) LoadModule: "dri2"
[    40.603] (II) Module "dri2" already built-in
[    40.603] (II) LoadModule: "fbdev"
[    40.642] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    40.651] (II) Module fbdev: vendor="X.Org Foundation"
[    40.651]    compiled for 1.17.1, module version = 0.4.4
[    40.651]    Module class: X.Org Video Driver
[    40.651]    ABI class: X.Org Video Driver, version 19.0
[    40.651] (II) FBDEV: driver for framebuffer: fbdev
[    40.651] (++) using VT number 7

[    40.661] (II) Loading sub module "fbdevhw"
[    40.661] (II) LoadModule: "fbdevhw"
[    40.661] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    40.772] (II) Module fbdevhw: vendor="X.Org Foundation"
[    40.772]    compiled for 1.17.2, module version = 0.0.2
[    40.772]    ABI class: X.Org Video Driver, version 19.0
[    40.772] (**) FBDEV(0): claimed PCI slot 10@0:0:0
[    40.772] (II) FBDEV(0): using default device
[    40.773] (**) FBDEV(0): Depth 24, (--) framebuffer bpp 32
[    40.773] (==) FBDEV(0): RGB weight 888
[    40.773] (==) FBDEV(0): Default visual is TrueColor
[    40.773] (==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
[    40.773] (II) FBDEV(0): hardware: radeondrmfb (video memory: 7168kB)
[    40.773] (II) FBDEV(0): checking modes against framebuffer device...
[    40.773] (II) FBDEV(0): checking modes against monitor...
[    40.773] (--) FBDEV(0): Virtual size is 1680x1050 (pitch 1680)
[    40.773] (**) FBDEV(0):  Built-in mode "current"
[    40.773] (==) FBDEV(0): DPI set to (96, 96)
[    40.773] (II) Loading sub module "fb"
[    40.773] (II) LoadModule: "fb"
[    40.774] (II) Loading /usr/lib/xorg/modules/libfb.so
[    40.852] (II) Module fb: vendor="X.Org Foundation"
[    40.852]    compiled for 1.17.2, module version = 1.0.0
[    40.852]    ABI class: X.Org ANSI C Emulation, version 0.4
[    40.852] (**) FBDEV(0): using shadow framebuffer
[    40.852] (II) Loading sub module "shadow"
[    40.852] (II) LoadModule: "shadow"
[    40.853] (II) Loading /usr/lib/xorg/modules/libshadow.so
[    40.915] (II) Module shadow: vendor="X.Org Foundation"
[    40.915]    compiled for 1.17.2, module version = 1.1.0
[    40.915]    ABI class: X.Org ANSI C Emulation, version 0.4
[    40.915] (==) Depth 24 pixmap format is 32 bpp
[    40.989] (==) FBDEV(0): Backing store enabled
[    40.990] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.990] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.990] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.990] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.990] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.991] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.992] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.993] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.994] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[    40.995] (==) FBDEV(0): DPMS enabled
[    41.086] (==) RandR enabled
[    41.175] (II) SELinux: Disabled on system
[    41.183] (II) AIGLX: Screen 0 is not DRI2 capable
[    41.183] (EE) AIGLX: reverting to software rendering
[    41.727] (II) AIGLX: Loaded and initialized swrast
[    41.727] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    44.654] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 
(/dev/input/event3)
[    44.654] (II) No input driver specified, ignoring this device.
[    44.654] (II) This device may have been added with another device file.
[    44.655] (II) config/udev: Adding input device Mitsumi Electric Apple 
Optical USB Mouse (/dev/input/event2)
[    44.656] (**) Mitsumi Electric Apple Optical USB Mouse: Applying InputClass 
"evdev pointer catchall"
[    44.656] (II) LoadModule: "evdev"
[    44.656] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    44.861] (II) Module evdev: vendor="X.Org Foundation"
[    44.861]    compiled for 1.16.4, module version = 2.9.2
[    44.861]    Module class: X.Org XInput Driver
[    44.861]    ABI class: X.Org XInput driver, version 21.0
[    44.861] (II) Using input driver 'evdev' for 'Mitsumi Electric Apple 
Optical USB Mouse'
[    44.861] (**) Mitsumi Electric Apple Optical USB Mouse: always reports core 
events
[    44.861] (**) evdev: Mitsumi Electric Apple Optical USB Mouse: Device: 
"/dev/input/event2"
[    44.916] (--) evdev: Mitsumi Electric Apple Optical USB Mouse: Vendor 0x5ac 
Product 0x304
[    44.916] (--) evdev: Mitsumi Electric Apple Optical USB Mouse: Found 8 
mouse buttons
[    44.916] (--) evdev: Mitsumi Electric Apple Optical USB Mouse: Found scroll 
wheel(s)
[    44.916] (--) evdev: Mitsumi Electric Apple Optical USB Mouse: Found 
relative axes
[    44.916] (--) evdev: Mitsumi Electric Apple Optical USB Mouse: Found x and 
y relative axes
[    44.916] (II) evdev: Mitsumi Electric Apple Optical USB Mouse: Configuring 
as mouse
[    44.916] (II) evdev: Mitsumi Electric Apple Optical USB Mouse: Adding 
scrollwheel support
[    44.916] (**) evdev: Mitsumi Electric Apple Optical USB Mouse: 
YAxisMapping: buttons 4 and 5
[    44.916] (**) evdev: Mitsumi Electric Apple Optical USB Mouse: 
EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    44.916] (**) Option "config_info" 
"udev:/sys/devices/pci0001:00/0001:00:08.0/0001:01:0b.0/usb2/2-2/2-2:1.0/0003:05AC:0304.0003/input/input2/event2"
[    44.916] (II) XINPUT: Adding extended input device "Mitsumi Electric Apple 
Optical USB Mouse" (type: MOUSE, id 6)
[    44.917] (II) evdev: Mitsumi Electric Apple Optical USB Mouse: initialized 
for relative axes.
[    44.918] (**) Mitsumi Electric Apple Optical USB Mouse: (accel) keeping 
acceleration scheme 1
[    44.918] (**) Mitsumi Electric Apple Optical USB Mouse: (accel) 
acceleration profile 0
[    44.918] (**) Mitsumi Electric Apple Optical USB Mouse: (accel) 
acceleration factor: 2.000
[    44.918] (**) Mitsumi Electric Apple Optical USB Mouse: (accel) 
acceleration threshold: 4
[    44.921] (II) config/udev: Adding input device Mitsumi Electric Apple 
Optical USB Mouse (/dev/input/mouse0)
[    44.921] (II) No input driver specified, ignoring this device.
[    44.921] (II) This device may have been added with another device file.
[    44.924] (II) config/udev: Adding input device Apple Inc. Apple Keyboard 
(/dev/input/event0)
[    44.924] (**) Apple Inc. Apple Keyboard: Applying InputClass "evdev 
keyboard catchall"
[    44.924] (II) Using input driver 'evdev' for 'Apple Inc. Apple Keyboard'
[    44.924] (**) Apple Inc. Apple Keyboard: always reports core events
[    44.924] (**) evdev: Apple Inc. Apple Keyboard: Device: "/dev/input/event0"
[    44.924] (--) evdev: Apple Inc. Apple Keyboard: Vendor 0x5ac Product 0x24f
[    44.924] (--) evdev: Apple Inc. Apple Keyboard: Found keys
[    44.924] (II) evdev: Apple Inc. Apple Keyboard: Configuring as keyboard
[    44.924] (**) Option "config_info" 
"udev:/sys/devices/pci0001:00/0001:00:08.0/0001:01:0b.2/usb1/1-1/1-1.2/1-1.2:1.0/0003:05AC:024F.0001/input/input0/event0"
[    44.924] (II) XINPUT: Adding extended input device "Apple Inc. Apple 
Keyboard" (type: KEYBOARD, id 7)
[    44.924] (**) Option "xkb_rules" "evdev"
[    44.925] (**) Option "xkb_model" "pc105"
[    44.925] (**) Option "xkb_layout" "us"
[    44.928] (II) config/udev: Adding input device Apple Inc. Apple Keyboard 
(/dev/input/event1)
[    44.929] (**) Apple Inc. Apple Keyboard: Applying InputClass "evdev 
keyboard catchall"
[    44.929] (II) Using input driver 'evdev' for 'Apple Inc. Apple Keyboard'
[    44.929] (**) Apple Inc. Apple Keyboard: always reports core events
[    44.929] (**) evdev: Apple Inc. Apple Keyboard: Device: "/dev/input/event1"
[    44.929] (--) evdev: Apple Inc. Apple Keyboard: Vendor 0x5ac Product 0x24f
[    44.929] (--) evdev: Apple Inc. Apple Keyboard: Found keys
[    44.929] (II) evdev: Apple Inc. Apple Keyboard: Configuring as keyboard
[    44.929] (**) Option "config_info" 
"udev:/sys/devices/pci0001:00/0001:00:08.0/0001:01:0b.2/usb1/1-1/1-1.2/1-1.2:1.1/0003:05AC:024F.0002/input/input1/event1"
[    44.929] (II) XINPUT: Adding extended input device "Apple Inc. Apple 
Keyboard" (type: KEYBOARD, id 8)
[    44.929] (**) Option "xkb_rules" "evdev"
[    44.929] (**) Option "xkb_model" "pc105"
[    44.929] (**) Option "xkb_layout" "us"
[    44.933] (II) config/udev: Adding input device Altair USB2.0 Camera 
(/dev/input/event4)
[    44.933] (**) Altair USB2.0 Camera: Applying InputClass "evdev keyboard 
catchall"
[    44.933] (II) Using input driver 'evdev' for 'Altair USB2.0 Camera'
[    44.933] (**) Altair USB2.0 Camera: always reports core events
[    44.933] (**) evdev: Altair USB2.0 Camera: Device: "/dev/input/event4"
[    44.933] (--) evdev: Altair USB2.0 Camera: Vendor 0xac8 Product 0x3450
[    44.933] (--) evdev: Altair USB2.0 Camera: Found keys
[    44.933] (II) evdev: Altair USB2.0 Camera: Configuring as keyboard
[    44.933] (**) Option "config_info" 
"udev:/sys/devices/pci0001:00/0001:00:08.0/0001:01:0b.2/usb1/1-4/1-4.3/1-4.3:1.0/input/input4/event4"
[    44.933] (II) XINPUT: Adding extended input device "Altair USB2.0 Camera" 
(type: KEYBOARD, id 9)
[    44.933] (**) Option "xkb_rules" "evdev"
[    44.933] (**) Option "xkb_model" "pc105"
[    44.933] (**) Option "xkb_layout" "us"

udev information:
-----------------
P: /devices/pci0000:00/0000:00:0b.0/0000:0a:00.1/sound/card1/input3
E: DEVPATH=/devices/pci0000:00/0000:00:0b.0/0000:0a:00.1/sound/card1/input3
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_0a_00_1
E: ID_INPUT=1
E: ID_PATH=pci-0000:0a:00.1
E: ID_PATH_TAG=pci-0000_0a_00_1
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8,
E: NAME="HDA ATI HDMI HDMI/DP,pcm=3"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=140
E: TAGS=:seat:
E: USEC_INITIALIZED=17007978

P: /devices/pci0000:00/0000:00:0b.0/0000:0a:00.1/sound/card1/input3/event3
N: input/event3
E: DEVNAME=/dev/input/event3
E: 
DEVPATH=/devices/pci0000:00/0000:00:0b.0/0000:0a:00.1/sound/card1/input3/event3
E: ID_INPUT=1
E: ID_PATH=pci-0000:0a:00.1
E: ID_PATH_TAG=pci-0000_0a_00_1
E: MAJOR=13
E: MINOR=67
E: SUBSYSTEM=input
E: USEC_INITIALIZED=17145132

P: 
/devices/pci0001:00/0001:00:08.0/0001:01:0b.0/usb2/2-2/2-2:1.0/0003:05AC:0304.0003/input/input2
E: 
DEVPATH=/devices/pci0001:00/0001:00:08.0/0001:01:0b.0/usb2/2-2/2-2:1.0/0003:05AC:0304.0003/input/input2
E: EV=100017
E: ID_BUS=usb
E: ID_FOR_SEAT=input-pci-0001_01_0b_0-usb-0_2_1_0
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=Apple_Optical_USB_Mouse
E: ID_MODEL_ENC=Apple\x20Optical\x20USB\x20Mouse
E: ID_MODEL_ID=0304
E: ID_PATH=pci-0001:01:0b.0-usb-0:2:1.0
E: ID_PATH_TAG=pci-0001_01_0b_0-usb-0_2_1_0
E: ID_REVISION=0110
E: ID_SERIAL=Mitsumi_Electric_Apple_Optical_USB_Mouse
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Mitsumi_Electric
E: ID_VENDOR_ENC=Mitsumi\x20Electric
E: ID_VENDOR_ID=05ac
E: KEY=f0000 0 0 0 0 0 0 0 0
E: 
MODALIAS=input:b0003v05ACp0304e0110-e0,1,2,4,14,k110,111,112,113,r0,1,6,8,am4,lsfw
E: MSC=10
E: NAME="Mitsumi Electric Apple Optical USB Mouse"
E: PHYS="usb-0001:01:0b.0-2/input0"
E: PRODUCT=3/5ac/304/110
E: PROP=0
E: REL=143
E: SUBSYSTEM=input
E: TAGS=:seat:
E: UNIQ=""
E: USEC_INITIALIZED=2300289

P: 
/devices/pci0001:00/0001:00:08.0/0001:01:0b.0/usb2/2-2/2-2:1.0/0003:05AC:0304.0003/input/input2/event2
N: input/event2
S: input/by-id/usb-Mitsumi_Electric_Apple_Optical_USB_Mouse-event-mouse
S: input/by-path/pci-0001:01:0b.0-usb-0:2:1.0-event-mouse
E: 
DEVLINKS=/dev/input/by-id/usb-Mitsumi_Electric_Apple_Optical_USB_Mouse-event-mouse
 /dev/input/by-path/pci-0001:01:0b.0-usb-0:2:1.0-event-mouse
E: DEVNAME=/dev/input/event2
E: 
DEVPATH=/devices/pci0001:00/0001:00:08.0/0001:01:0b.0/usb2/2-2/2-2:1.0/0003:05AC:0304.0003/input/input2/event2
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=Apple_Optical_USB_Mouse
E: ID_MODEL_ENC=Apple\x20Optical\x20USB\x20Mouse
E: ID_MODEL_ID=0304
E: ID_PATH=pci-0001:01:0b.0-usb-0:2:1.0
E: ID_PATH_TAG=pci-0001_01_0b_0-usb-0_2_1_0
E: ID_REVISION=0110
E: ID_SERIAL=Mitsumi_Electric_Apple_Optical_USB_Mouse
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Mitsumi_Electric
E: ID_VENDOR_ENC=Mitsumi\x20Electric
E: ID_VENDOR_ID=05ac
E: MAJOR=13
E: MINOR=66
E: SUBSYSTEM=input
E: USEC_INITIALIZED=18163080

P: 
/devices/pci0001:00/0001:00:08.0/0001:01:0b.0/usb2/2-2/2-2:1.0/0003:05AC:0304.0003/input/input2/mouse0
N: input/mouse0
S: input/by-id/usb-Mitsumi_Electric_Apple_Optical_USB_Mouse-mouse
S: input/by-path/pci-0001:01:0b.0-usb-0:2:1.0-mouse
E: DEVLINKS=/dev/input/by-path/pci-0001:01:0b.0-usb-0:2:1.0-mouse 
/dev/input/by-id/usb-Mitsumi_Electric_Apple_Optical_USB_Mouse-mouse
E: DEVNAME=/dev/input/mouse0
E: 
DEVPATH=/devices/pci0001:00/0001:00:08.0/0001:01:0b.0/usb2/2-2/2-2:1.0/0003:05AC:0304.0003/input/input2/mouse0
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=Apple_Optical_USB_Mouse
E: ID_MODEL_ENC=Apple\x20Optical\x20USB\x20Mouse
E: ID_MODEL_ID=0304
E: ID_PATH=pci-0001:01:0b.0-usb-0:2:1.0
E: ID_PATH_TAG=pci-0001_01_0b_0-usb-0_2_1_0
E: ID_REVISION=0110
E: ID_SERIAL=Mitsumi_Electric_Apple_Optical_USB_Mouse
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Mitsumi_Electric
E: ID_VENDOR_ENC=Mitsumi\x20Electric
E: ID_VENDOR_ID=05ac
E: MAJOR=13
E: MINOR=32
E: SUBSYSTEM=input
E: USEC_INITIALIZED=2301298

P: 
/devices/pci0001:00/0001:00:08.0/0001:01:0b.2/usb1/1-1/1-1.2/1-1.2:1.0/0003:05AC:024F.0001/input/input0
E: 
DEVPATH=/devices/pci0001:00/0001:00:08.0/0001:01:0b.2/usb1/1-1/1-1.2/1-1.2:1.0/0003:05AC:024F.0001/input/input0
E: EV=120013
E: ID_BUS=usb
E: ID_FOR_SEAT=input-pci-0001_01_0b_2-usb-0_1_2_1_0
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_MODEL=Apple_Keyboard
E: ID_MODEL_ENC=Apple\x20Keyboard
E: ID_MODEL_ID=024f
E: ID_PATH=pci-0001:01:0b.2-usb-0:1.2:1.0
E: ID_PATH_TAG=pci-0001_01_0b_2-usb-0_1_2_1_0
E: ID_REVISION=0074
E: ID_SERIAL=Apple_Inc._Apple_Keyboard
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Apple_Inc.
E: ID_VENDOR_ENC=Apple\x20Inc.
E: ID_VENDOR_ID=05ac
E: KEY=10000 0 0 0 0 0 0 1007b 1007 ff9f207a c14057ff ffbeffdf ffefffff 
ffffffff fffffffe
E: LED=1f
E: 
MODALIAS=input:b0003v05ACp024Fe0111-e0,1,4,11,14,k71,72,73,74,75,77,78,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,8C,8E,96,98,9E,9F,A1,A3,A4,A5,A6,AD,B0,B1,B2,B3,B4,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,CC,E0,E1,E3,E4,E5,E6,F0,1D0,ram4,l0,1,2,3,4,sfw
E: MSC=10
E: NAME="Apple Inc. Apple Keyboard"
E: PHYS="usb-0001:01:0b.2-1.2/input0"
E: PRODUCT=3/5ac/24f/111
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: UNIQ=""
E: USEC_INITIALIZED=2297583

P: 
/devices/pci0001:00/0001:00:08.0/0001:01:0b.2/usb1/1-1/1-1.2/1-1.2:1.0/0003:05AC:024F.0001/input/input0/event0
N: input/event0
S: input/by-id/usb-Apple_Inc._Apple_Keyboard-event-kbd
S: input/by-path/pci-0001:01:0b.2-usb-0:1.2:1.0-event-kbd
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-id/usb-Apple_Inc._Apple_Keyboard-event-kbd 
/dev/input/by-path/pci-0001:01:0b.2-usb-0:1.2:1.0-event-kbd
E: DEVNAME=/dev/input/event0
E: 
DEVPATH=/devices/pci0001:00/0001:00:08.0/0001:01:0b.2/usb1/1-1/1-1.2/1-1.2:1.0/0003:05AC:024F.0001/input/input0/event0
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_MODEL=Apple_Keyboard
E: ID_MODEL_ENC=Apple\x20Keyboard
E: ID_MODEL_ID=024f
E: ID_PATH=pci-0001:01:0b.2-usb-0:1.2:1.0
E: ID_PATH_TAG=pci-0001_01_0b_2-usb-0_1_2_1_0
E: ID_REVISION=0074
E: ID_SERIAL=Apple_Inc._Apple_Keyboard
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Apple_Inc.
E: ID_VENDOR_ENC=Apple\x20Inc.
E: ID_VENDOR_ID=05ac
E: MAJOR=13
E: MINOR=64
E: SUBSYSTEM=input
E: USEC_INITIALIZED=18107567
E: XKBLAYOUT=us
E: XKBMODEL=pc105

P: 
/devices/pci0001:00/0001:00:08.0/0001:01:0b.2/usb1/1-1/1-1.2/1-1.2:1.1/0003:05AC:024F.0002/input/input1
E: 
DEVPATH=/devices/pci0001:00/0001:00:08.0/0001:01:0b.2/usb1/1-1/1-1.2/1-1.2:1.1/0003:05AC:024F.0002/input/input1
E: EV=13
E: ID_BUS=usb
E: ID_FOR_SEAT=input-pci-0001_01_0b_2-usb-0_1_2_1_1
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_MODEL=Apple_Keyboard
E: ID_MODEL_ENC=Apple\x20Keyboard
E: ID_MODEL_ID=024f
E: ID_PATH=pci-0001:01:0b.2-usb-0:1.2:1.1
E: ID_PATH_TAG=pci-0001_01_0b_2-usb-0_1_2_1_1
E: ID_REVISION=0074
E: ID_SERIAL=Apple_Inc._Apple_Keyboard
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=01
E: ID_VENDOR=Apple_Inc.
E: ID_VENDOR_ENC=Apple\x20Inc.
E: ID_VENDOR_ID=05ac
E: KEY=3a 0 e0000 0 0 0
E: MODALIAS=input:b0003v05ACp024Fe0111-e0,1,4,k71,72,73,A1,A3,A4,A5,ram4,lsfw
E: MSC=10
E: NAME="Apple Inc. Apple Keyboard"
E: PHYS="usb-0001:01:0b.2-1.2/input1"
E: PRODUCT=3/5ac/24f/111
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: UNIQ=""
E: USEC_INITIALIZED=2299189

P: 
/devices/pci0001:00/0001:00:08.0/0001:01:0b.2/usb1/1-1/1-1.2/1-1.2:1.1/0003:05AC:024F.0002/input/input1/event1
N: input/event1
S: input/by-id/usb-Apple_Inc._Apple_Keyboard-event-if01
S: input/by-path/pci-0001:01:0b.2-usb-0:1.2:1.1-event
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-path/pci-0001:01:0b.2-usb-0:1.2:1.1-event 
/dev/input/by-id/usb-Apple_Inc._Apple_Keyboard-event-if01
E: DEVNAME=/dev/input/event1
E: 
DEVPATH=/devices/pci0001:00/0001:00:08.0/0001:01:0b.2/usb1/1-1/1-1.2/1-1.2:1.1/0003:05AC:024F.0002/input/input1/event1
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_MODEL=Apple_Keyboard
E: ID_MODEL_ENC=Apple\x20Keyboard
E: ID_MODEL_ID=024f
E: ID_PATH=pci-0001:01:0b.2-usb-0:1.2:1.1
E: ID_PATH_TAG=pci-0001_01_0b_2-usb-0_1_2_1_1
E: ID_REVISION=0074
E: ID_SERIAL=Apple_Inc._Apple_Keyboard
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=01
E: ID_VENDOR=Apple_Inc.
E: ID_VENDOR_ENC=Apple\x20Inc.
E: ID_VENDOR_ID=05ac
E: MAJOR=13
E: MINOR=65
E: SUBSYSTEM=input
E: USEC_INITIALIZED=18115377
E: XKBLAYOUT=us
E: XKBMODEL=pc105

P: 
/devices/pci0001:00/0001:00:08.0/0001:01:0b.2/usb1/1-4/1-4.3/1-4.3:1.0/input/input4
E: 
DEVPATH=/devices/pci0001:00/0001:00:08.0/0001:01:0b.2/usb1/1-4/1-4.3/1-4.3:1.0/input/input4
E: EV=3
E: ID_BUS=usb
E: ID_FOR_SEAT=input-pci-0001_01_0b_2-usb-0_4_3_1_0
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_MODEL=Altair_USB2.0_Camera
E: ID_MODEL_ENC=Altair\x20USB2.0\x20Camera
E: ID_MODEL_ID=3450
E: ID_PATH=pci-0001:01:0b.2-usb-0:4.3:1.0
E: ID_PATH_TAG=pci-0001_01_0b_2-usb-0_4_3_1_0
E: ID_REVISION=01a2
E: ID_SERIAL=Vimicro_Corp._Altair_USB2.0_Camera
E: ID_TYPE=video
E: ID_USB_DRIVER=uvcvideo
E: ID_USB_INTERFACES=:0e0100:0e0200:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Vimicro_Corp.
E: ID_VENDOR_ENC=Vimicro\x20Corp.
E: ID_VENDOR_ID=0ac8
E: KEY=100000 0 0 0 0 0 0
E: MODALIAS=input:b0003v0AC8p3450e01A2-e0,1,kD4,ramlsfw
E: NAME="Altair USB2.0 Camera"
E: PHYS="usb-0001:01:0b.2-4.3/button"
E: PRODUCT=3/ac8/3450/1a2
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=19525490

P: 
/devices/pci0001:00/0001:00:08.0/0001:01:0b.2/usb1/1-4/1-4.3/1-4.3:1.0/input/input4/event4
N: input/event4
S: input/by-id/usb-Vimicro_Corp._Altair_USB2.0_Camera-event-if00
S: input/by-path/pci-0001:01:0b.2-usb-0:4.3:1.0-event
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-path/pci-0001:01:0b.2-usb-0:4.3:1.0-event 
/dev/input/by-id/usb-Vimicro_Corp._Altair_USB2.0_Camera-event-if00
E: DEVNAME=/dev/input/event4
E: 
DEVPATH=/devices/pci0001:00/0001:00:08.0/0001:01:0b.2/usb1/1-4/1-4.3/1-4.3:1.0/input/input4/event4
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_MODEL=Altair_USB2.0_Camera
E: ID_MODEL_ENC=Altair\x20USB2.0\x20Camera
E: ID_MODEL_ID=3450
E: ID_PATH=pci-0001:01:0b.2-usb-0:4.3:1.0
E: ID_PATH_TAG=pci-0001_01_0b_2-usb-0_4_3_1_0
E: ID_REVISION=01a2
E: ID_SERIAL=Vimicro_Corp._Altair_USB2.0_Camera
E: ID_TYPE=video
E: ID_USB_DRIVER=uvcvideo
E: ID_USB_INTERFACES=:0e0100:0e0200:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Vimicro_Corp.
E: ID_VENDOR_ENC=Vimicro\x20Corp.
E: ID_VENDOR_ID=0ac8
E: MAJOR=13
E: MINOR=68
E: SUBSYSTEM=input
E: USEC_INITIALIZED=19614976
E: XKBLAYOUT=us
E: XKBMODEL=pc105


DRM Information from dmesg:
---------------------------
[    0.000000] Kernel command line: 
root=UUID=dc2a2a06-9146-4a6f-b813-760477b485a5 ro video=offb:off 
nouveau.modeset=1 nouveau.noaccel=1 radeon.modeset=1 radeon.agpmode=-1 fastboot 
loglevel=3 
[    0.879099] Linux agpgart interface v0.103
[   16.606802] [drm] Initialized drm 1.1.0 20060810
[   17.722537] nouveau E[     DRM] failed to create 0x00000080, -22
[   19.340107] [drm] radeon kernel modesetting enabled.
[   19.481218] [drm] initializing kernel modesetting (RV730 0x1002:0x9490 
0x174B:0xE101).
[   19.481290] [drm] register mmio base: 0xB0020000
[   19.481292] [drm] register mmio size: 65536
[   19.599540] [drm] GPU not posted. posting now...
[   19.601145] [drm] Detected VRAM RAM=1024M, BAR=256M
[   19.601147] [drm] RAM width 128bits DDR
[   19.601363] [drm] radeon: 1024M of VRAM memory ready
[   19.601365] [drm] radeon: 1024M of GTT memory ready.
[   19.601391] [drm] Loading RV730 Microcode
[   19.673136] [drm] Internal thermal controller with fan control
[   19.678816] [drm] radeon: dpm initialized
[   19.712361] [drm] GART: num cpu pages 16384, num gpu pages 262144
[   19.753465] [drm] PCIE GART of 1024M enabled (table at 0x0000000000260000).
[   19.755082] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   19.755084] [drm] Driver supports precise vblank timestamp query.
[   19.755197] [drm] radeon: irq initialized.
[   19.801559] [drm] ring test on 0 succeeded in 0 usecs
[   19.801569] [drm] ring test on 3 succeeded in 2 usecs
[   19.975900] [drm] ring test on 5 succeeded in 1 usecs
[   19.975911] [drm] UVD initialized successfully.
[   19.976142] [drm] ib test on ring 0 succeeded in 0 usecs
[   19.976172] [drm] ib test on ring 3 succeeded in 0 usecs
[   20.623991] [drm] ib test on ring 5 succeeded
[   20.626516] [drm] Radeon Display Connectors
[   20.626522] [drm] Connector 0:
[   20.626524] [drm]   VGA-1
[   20.626527] [drm]   DDC: 0x7e20 0x7e20 0x7e24 0x7e24 0x7e28 0x7e28 0x7e2c 
0x7e2c
[   20.626529] [drm]   Encoders:
[   20.626531] [drm]     CRT2: INTERNAL_KLDSCP_DAC2
[   20.626533] [drm] Connector 1:
[   20.626534] [drm]   HDMI-A-1
[   20.626536] [drm]   HPD2
[   20.626539] [drm]   DDC: 0x7f10 0x7f10 0x7f14 0x7f14 0x7f18 0x7f18 0x7f1c 
0x7f1c
[   20.626540] [drm]   Encoders:
[   20.626542] [drm]     DFP2: INTERNAL_UNIPHY1
[   20.626544] [drm] Connector 2:
[   20.626546] [drm]   DVI-I-1
[   20.626548] [drm]   HPD1
[   20.626550] [drm]   DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 
0x7e4c
[   20.626551] [drm]   Encoders:
[   20.626553] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[   20.626555] [drm]     DFP1: INTERNAL_UNIPHY
[   20.679630] [drm] fb mappable at 0xA0470000
[   20.679634] [drm] vram apper at 0xA0000000
[   20.679636] [drm] size 7340032
[   20.679638] [drm] fb depth is 24
[   20.679640] [drm]    pitch is 6912
[   20.705771] radeon 0000:0a:00.0: fb0: radeondrmfb frame buffer device
[   20.732798] [drm] Initialized radeon 2.43.0 20080528 for 0000:0a:00.0 on 
minor 0


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc64)

Kernel: Linux 4.2.0-1-powerpc64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages xserver-xorg-video-ati depends on:
ii  libc6                                  2.19-22
ii  libpciaccess0                          0.13.4-1
ii  xserver-xorg-core [xorg-video-abi-19]  2:1.17.2-3
ii  xserver-xorg-video-mach64              6.9.5-1
ii  xserver-xorg-video-r128                6.10.0-1
ii  xserver-xorg-video-radeon              1:7.5.0-1+b1

xserver-xorg-video-ati recommends no packages.

xserver-xorg-video-ati suggests no packages.

-- no debconf information

Reply via email to