Anzeige:
Ergebnis 1 bis 8 von 8

Thema: VDPAU/Opengl unter Debian funktioniert nicht

  1. #1
    /linux/user Avatar von torsten_boese
    Registriert seit
    Dec 2003
    Beiträge
    681

    VDPAU/Opengl unter Debian funktioniert nicht

    Hallo,

    ich nutze ein Debain stretch mit backports kernel. Im Rechner werkelt eine Vega3 Grafik

    Code:
    uname -rn
    laptop-hp 4.19.0-0.bpo.4-amd64
    Code:
    lspci|grep VGA
    04:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Raven Ridge [Radeon Vega Series / Radeon Vega Mobile Series] (rev c5)

    Ich möchte die Grafikkarte mittels vdpau für die Videobeschleunigung nutzen. Die hohe CPU-Last machte mich stutzig. Infos:

    Code:
    vainfo
    libva info: VA-API version 0.39.4
    libva info: va_getDriverName() returns -1
    libva error: va_getDriverName() failed with unknown libva error,driver_name=(null)
    vaInitialize failed with error code -1 (unknown libva error),exit
    Code:
    vdpauinfo 
    display: :0.0   screen: 0
    Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Error creating VDPAU device: 1
    Warum will das System den nvidia-Treiber laden?

    Code:
    glxinfo|grep direct
    direct rendering: Yes
        GL_ARB_direct_state_access, GL_ARB_draw_buffers, 
        GL_ARB_draw_indirect, GL_ARB_draw_instanced, GL_ARB_enhanced_layouts, 
        GL_ARB_map_buffer_range, GL_ARB_multi_bind, GL_ARB_multi_draw_indirect, 
        GL_ARB_draw_elements_base_vertex, GL_ARB_draw_indirect, 
        GL_ARB_map_buffer_range, GL_ARB_multi_bind, GL_ARB_multi_draw_indirect,
    Code:
    glxinfo|grep vendor
    server glx vendor string: SGI
    client glx vendor string: Mesa Project and SGI
    OpenGL vendor string: VMware, Inc.
    Warum werden VMWare Treiber geladen?
    In nexuiz erreiche ich selbst mit niedrigsten Qualitätseinstellung nicht mehr als 10 fps

    Kernel modul ist amdgpu

    Code:
    lsmod|grep amd
    amdgpu               3432448  0
    chash                  16384  1 amdgpu
    gpu_sched              28672  1 amdgpu
    ttm                   126976  1 amdgpu
    drm_kms_helper        204800  1 amdgpu
    edac_mce_amd           28672  0
    drm                   491520  4 gpu_sched,drm_kms_helper,amdgpu,ttm
    i2c_algo_bit           16384  1 amdgpu
    kvm_amd               106496  0
    ccp                    98304  1 kvm_amd
    kvm                   733184  1 kvm_amd
    glxgears (ich weiß, es ist kein Benchmark, aber zumindest ein Indikator) scheint jedoch zu laufen

    Code:
    glxgears 
    4643 frames in 5.0 seconds = 928.594 FPS
    4974 frames in 5.0 seconds = 994.693 FPS
    Fehlen euch noch Infos oder hat jemand eine Idee?
    Geändert von torsten_boese (06.05.19 um 21:54 Uhr)

  2. #2
    Registrierter Benutzer Avatar von towo2099
    Registriert seit
    Feb 2002
    Ort
    Pößneck
    Beiträge
    4.565
    Und was sagt

    Code:
    dpkg -l | grep mesa
    so?
    Signatur nach Diktat Spazieren gegangen ;)

  3. #3
    halbneuling Avatar von nihili
    Registriert seit
    Aug 2013
    Beiträge
    110
    Zitat Zitat von torsten_boese Beitrag anzeigen
    Code:
    vdpauinfo 
    display: :0.0   screen: 0
    Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Error creating VDPAU device: 1
    Warum will das System den nvidia-Treiber laden?
    hast du versucht alle nvidia-komponenten zu entfernen?

    Code:
    glxinfo|grep vendor
    server glx vendor string: SGI
    client glx vendor string: Mesa Project and SGI
    OpenGL vendor string: VMware, Inc.
    Warum werden VMWare Treiber geladen?
    ist das keine virtuelle maschine? sieht so aus.
    falls nicht, und du vmware nicht brauchst, gleiche frage: hast du versucht allen vmware-krempel zu deinstallieren?

  4. #4
    /linux/user Avatar von torsten_boese
    Registriert seit
    Dec 2003
    Beiträge
    681
    @ towo2099

    Code:
    dpkg -l | grep mesa
    ii  libegl-mesa0:amd64                    18.2.8-2~bpo9+1                    amd64        free implementation of the EGL API -- Mesa vendor library
    ii  libegl1-mesa:amd64                    18.2.8-2~bpo9+1                    amd64        transitional dummy package
    ii  libgl1-mesa-dri:amd64                 18.2.8-2~bpo9+1                    amd64        free implementation of the OpenGL API -- DRI modules
    ii  libgl1-mesa-glx:amd64                 18.2.8-2~bpo9+1                    amd64        transitional dummy package
    ii  libglapi-mesa:amd64                   18.2.8-2~bpo9+1                    amd64        free implementation of the GL API -- shared library
    ii  libgles2-mesa:amd64                   18.2.8-2~bpo9+1                    amd64        transitional dummy package
    ii  libglu1-mesa:amd64                    9.0.0-2.1                          amd64        Mesa OpenGL utility library (GLU)
    ii  libglx-mesa0:amd64                    18.2.8-2~bpo9+1                    amd64        free implementation of the OpenGL API -- GLX vendor library
    ii  libwayland-egl1-mesa:amd64            18.2.8-2~bpo9+1                    amd64        transitional dummy package
    ii  mesa-utils                            8.3.0-3                            amd64        Miscellaneous Mesa GL utilities
    ii  mesa-va-drivers:amd64                 18.2.8-2~bpo9+1                    amd64        Mesa VA-API video acceleration drivers
    ii  mesa-vdpau-drivers:amd64              18.2.8-2~bpo9+1                    amd64        Mesa VDPAU video acceleration drivers
    @nihili

    nach dem deinstallieren
    Code:
    apt remove xserver-xorg-video-vmware
    tritt keine Verbesserung ein.

    weitere Pakete scheinen nicht installiert zu sein.

    Code:
    root@laptop-hp:/home/torsten# dpkg -l | grep vmware
    root@laptop-hp:/home/torsten# dpkg -l | grep nvidia
    nach welchen Paketen muss ich den schauen?

  5. #5
    Registrierter Benutzer Avatar von towo2099
    Registriert seit
    Feb 2002
    Ort
    Pößneck
    Beiträge
    4.565
    Nuja, für Vega Grafik könnte sowohl xserver-xorg-video-amdgpu als auch mesa in debian stable zu alt sein.
    Was spricht denn das Xorg.0.log so?
    Signatur nach Diktat Spazieren gegangen ;)

  6. #6
    /linux/user Avatar von torsten_boese
    Registriert seit
    Dec 2003
    Beiträge
    681
    deshalb habe ich ja den backport kernel installiert.

    Xorg.0.log:
    Code:
    [    32.372] 
    X.Org X Server 1.19.2
    Release Date: 2017-03-02
    [    32.372] X Protocol Version 11, Revision 0
    [    32.372] Build Operating System: Linux 4.9.0-8-amd64 x86_64 Debian
    [    32.372] Current Operating System: Linux laptop-hp 4.19.0-0.bpo.4-amd64 #1 SMP Debian 4.19.28-2~bpo9+1 (2019-03-27) x86_64
    [    32.372] Kernel command line: BOOT_IMAGE=/vmlinuz-4.19.0-0.bpo.4-amd64 root=UUID=ba89931e-38ea-45b0-9efc-a4bf25ae9670 ro noplymouth noplymouth
    [    32.372] Build Date: 03 November 2018  03:09:11AM
    [    32.372] xorg-server 2:1.19.2-1+deb9u5 (https://www.debian.org/support) 
    [    32.372] Current version of pixman: 0.34.0
    [    32.372] 	Before reporting problems, check http://wiki.x.org
    	to make sure that you have the latest version.
    [    32.372] Markers: (--) probed, (**) from config file, (==) default setting,
    	(++) from command line, (!!) notice, (II) informational,
    	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [    32.372] (==) Log file: "/var/log/Xorg.0.log", Time: Tue May  7 07:51:20 2019
    [    32.376] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [    32.377] (==) No Layout section.  Using the first Screen section.
    [    32.377] (==) No screen section available. Using defaults.
    [    32.377] (**) |-->Screen "Default Screen Section" (0)
    [    32.377] (**) |   |-->Monitor "<default monitor>"
    [    32.378] (==) No monitor specified for screen "Default Screen Section".
    	Using a default monitor configuration.
    [    32.378] (==) Automatically adding devices
    [    32.378] (==) Automatically enabling devices
    [    32.378] (==) Automatically adding GPU devices
    [    32.378] (==) Max clients allowed: 256, resource mask: 0x1fffff
    [    32.382] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
    [    32.382] 	Entry deleted from font path.
    [    32.383] (==) 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
    [    32.383] (==) ModulePath set to "/usr/lib/xorg/modules"
    [    32.383] (II) The server relies on udev to provide the list of input devices.
    	If no devices become available, reconfigure udev or disable AutoAddDevices.
    [    32.383] (II) Loader magic: 0x55f115b77e00
    [    32.383] (II) Module ABI versions:
    [    32.383] 	X.Org ANSI C Emulation: 0.4
    [    32.383] 	X.Org Video Driver: 23.0
    [    32.383] 	X.Org XInput driver : 24.1
    [    32.383] 	X.Org Server Extension : 10.0
    [    32.383] (++) using VT number 7
    
    [    32.383] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
    [    32.385] (--) PCI:*(0:4:0:0) 1002:15dd:103c:84ae rev 197, Mem @ 0xd0000000/268435456, 0xe0000000/2097152, 0xe0600000/524288, I/O @ 0x00001000/256
    [    32.385] (II) LoadModule: "glx"
    [    32.386] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [    32.394] (II) Module glx: vendor="X.Org Foundation"
    [    32.394] 	compiled for 1.19.2, module version = 1.0.0
    [    32.394] 	ABI class: X.Org Server Extension, version 10.0
    [    32.394] (==) Matched ati as autoconfigured driver 0
    [    32.394] (==) Matched modesetting as autoconfigured driver 1
    [    32.394] (==) Matched fbdev as autoconfigured driver 2
    [    32.394] (==) Matched vesa as autoconfigured driver 3
    [    32.394] (==) Assigned the driver to the xf86ConfigLayout
    [    32.394] (II) LoadModule: "ati"
    [    32.394] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [    32.395] (II) Module ati: vendor="X.Org Foundation"
    [    32.395] 	compiled for 1.19.0, module version = 7.8.0
    [    32.395] 	Module class: X.Org Video Driver
    [    32.395] 	ABI class: X.Org Video Driver, version 23.0
    [    32.395] (II) LoadModule: "radeon"
    [    32.395] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [    32.398] (II) Module radeon: vendor="X.Org Foundation"
    [    32.398] 	compiled for 1.19.0, module version = 7.8.0
    [    32.398] 	Module class: X.Org Video Driver
    [    32.398] 	ABI class: X.Org Video Driver, version 23.0
    [    32.398] (II) LoadModule: "modesetting"
    [    32.398] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [    32.399] (II) Module modesetting: vendor="X.Org Foundation"
    [    32.399] 	compiled for 1.19.2, module version = 1.19.2
    [    32.399] 	Module class: X.Org Video Driver
    [    32.399] 	ABI class: X.Org Video Driver, version 23.0
    [    32.399] (II) LoadModule: "fbdev"
    [    32.399] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [    32.400] (II) Module fbdev: vendor="X.Org Foundation"
    [    32.400] 	compiled for 1.19.0, module version = 0.4.4
    [    32.400] 	Module class: X.Org Video Driver
    [    32.400] 	ABI class: X.Org Video Driver, version 23.0
    [    32.400] (II) LoadModule: "vesa"
    [    32.400] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [    32.401] (II) Module vesa: vendor="X.Org Foundation"
    [    32.401] 	compiled for 1.19.0, module version = 2.3.4
    [    32.401] 	Module class: X.Org Video Driver
    [    32.401] 	ABI class: X.Org Video Driver, version 23.0
    [    32.401] (II) RADEON: Driver for ATI/AMD Radeon chipsets:
    	ATI Radeon Mobility X600 (M24), ATI FireMV 2400,
    	ATI Radeon Mobility X300 (M24), ATI FireGL M24 GL,
    	ATI Radeon X600 (RV380), ATI FireGL V3200 (RV380),
    	ATI Radeon IGP320 (A3), ATI Radeon IGP330/340/350 (A4),
    	ATI Radeon 9500, ATI Radeon 9600TX, ATI FireGL Z1, ATI Radeon 9800SE,
    	ATI Radeon 9800, ATI FireGL X2, ATI Radeon 9600, ATI Radeon 9600SE,
    	ATI Radeon 9600XT, ATI FireGL T2, ATI Radeon 9650, ATI FireGL RV360,
    	ATI Radeon 7000 IGP (A4+), ATI Radeon 8500 AIW,
    	ATI Radeon IGP320M (U1), ATI Radeon IGP330M/340M/350M (U2),
    	ATI Radeon Mobility 7000 IGP, ATI Radeon 9000/PRO, ATI Radeon 9000,
    	ATI Radeon X800 (R420), ATI Radeon X800PRO (R420),
    	ATI Radeon X800SE (R420), ATI FireGL X3 (R420),
    	ATI Radeon Mobility 9800 (M18), ATI Radeon X800 SE (R420),
    	ATI Radeon X800XT (R420), ATI Radeon X800 VE (R420),
    	ATI Radeon X850 (R480), ATI Radeon X850 XT (R480),
    	ATI Radeon X850 SE (R480), ATI Radeon X850 PRO (R480),
    	ATI Radeon X850 XT PE (R480), ATI Radeon Mobility M7,
    	ATI Mobility FireGL 7800 M7, ATI Radeon Mobility M6,
    	ATI FireGL Mobility 9000 (M9), ATI Radeon Mobility 9000 (M9),
    	ATI Radeon 9700 Pro, ATI Radeon 9700/9500Pro, ATI FireGL X1,
    	ATI Radeon 9800PRO, ATI Radeon 9800XT,
    	ATI Radeon Mobility 9600/9700 (M10/M11),
    	ATI Radeon Mobility 9600 (M10), ATI Radeon Mobility 9600 (M11),
    	ATI FireGL Mobility T2 (M10), ATI FireGL Mobility T2e (M11),
    	ATI Radeon, ATI FireGL 8700/8800, ATI Radeon 8500, ATI Radeon 9100,
    	ATI Radeon 7500, ATI Radeon VE/7000, ATI ES1000,
    	ATI Radeon Mobility X300 (M22), ATI Radeon Mobility X600 SE (M24C),
    	ATI FireGL M22 GL, ATI Radeon X800 (R423), ATI Radeon X800PRO (R423),
    	ATI Radeon X800LE (R423), ATI Radeon X800SE (R423),
    	ATI Radeon X800 XTP (R430), ATI Radeon X800 XL (R430),
    	ATI Radeon X800 SE (R430), ATI Radeon X800 (R430),
    	ATI FireGL V7100 (R423), ATI FireGL V5100 (R423),
    	ATI FireGL unknown (R423), ATI Mobility FireGL V5000 (M26),
    	ATI Mobility Radeon X700 XL (M26), ATI Mobility Radeon X700 (M26),
    	ATI Radeon X550XTX, ATI Radeon 9100 IGP (A5),
    	ATI Radeon Mobility 9100 IGP (U3), ATI Radeon XPRESS 200,
    	ATI Radeon XPRESS 200M, ATI Radeon 9250, ATI Radeon 9200,
    	ATI Radeon 9200SE, ATI FireMV 2200, ATI Radeon X300 (RV370),
    	ATI Radeon X600 (RV370), ATI Radeon X550 (RV370),
    	ATI FireGL V3100 (RV370), ATI FireMV 2200 PCIE (RV370),
    	ATI Radeon Mobility 9200 (M9+), ATI Mobility Radeon X800 XT (M28),
    	ATI Mobility FireGL V5100 (M28), ATI Mobility Radeon X800 (M28),
    	ATI Radeon X850, ATI unknown Radeon / FireGL (R480),
    	ATI Radeon X800XT (R423), ATI FireGL V5000 (RV410),
    	ATI Radeon X700 XT (RV410), ATI Radeon X700 PRO (RV410),
    	ATI Radeon X700 SE (RV410), ATI Radeon X700 (RV410),
    	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 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 X1550 64-bit,
    	ATI Mobility Radeon X1300, ATI Radeon X1300, ATI FireGL V3300,
    	ATI FireGL V3350, ATI Mobility Radeon X1450,
    	ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    	ATI FireMV 2250, ATI Radeon X1650, ATI Mobility FireGL V5200,
    	ATI Mobility 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 Radeon X2300HD, ATI Mobility Radeon HD 2300,
    	ATI Radeon X1950, ATI Radeon X1900, ATI AMD Stream Processor,
    	ATI RV560, ATI Mobility Radeon X1900, ATI Radeon X1950 GT, ATI RV570,
    	ATI FireGL V7400, ATI Radeon 9100 PRO IGP,
    	ATI Radeon Mobility 9200 IGP, ATI Radeon X1200, ATI RS740,
    	ATI RS740M, 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 HD 4850 x2, ATI FirePro V8750 (FireGL),
    	ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850,
    	ATI Mobility RADEON HD 4850 X2, ATI FirePro RV770,
    	AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    	ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    	ATI FirePro M7750, ATI M98, ATI Mobility Radeon HD 4650,
    	ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670,
    	ATI FirePro M5750, 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 RV610,
    	ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro,
    	ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI Radeon HD 2350,
    	ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400,
    	ATI RADEON E2400, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    	ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    	ATI Mobility Radeon HD 3850 X2, ATI Mobility Radeon HD 3870,
    	ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2,
    	ATI FireGL V7700, ATI Radeon HD3690, AMD Firestream 9170,
    	ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon HD 4350,
    	ATI Mobility Radeon 4300 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 3430, ATI FirePro V3700,
    	ATI FireMV 2450, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
    	ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
    	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 3300 Graphics, ATI Radeon 3000 Graphics, SUMO, SUMO2,
    	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 6250 Graphics,
    	AMD Radeon HD 6300 Series Graphics,
    	AMD Radeon HD 6200 Series Graphics, PALM, CYPRESS,
    	ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    	AMD Firestream 9350, ATI Radeon HD 5800 Series,
    	ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    	ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series,
    	REDWOOD, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro 2270,
    	ATI Radeon HD 5450, CAYMAN, AMD Radeon HD 6900 Series,
    	AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
    	AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS,
    	ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI,
    	MULLINS, KAVERI, HAWAII
    [    32.403] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [    32.403] (II) FBDEV: driver for framebuffer: fbdev
    [    32.403] (II) VESA: driver for VESA chipsets: vesa
    [    32.412] (EE) open /dev/dri/card0: No such file or directory
    [    32.412] (WW) Falling back to old probe method for modesetting
    [    32.412] (EE) open /dev/dri/card0: No such file or directory
    [    32.412] (II) Loading sub module "fbdevhw"
    [    32.412] (II) LoadModule: "fbdevhw"
    [    32.412] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [    32.413] (II) Module fbdevhw: vendor="X.Org Foundation"
    [    32.413] 	compiled for 1.19.2, module version = 0.0.2
    [    32.413] 	ABI class: X.Org Video Driver, version 23.0
    [    32.413] (**) FBDEV(1): claimed PCI slot 4@0:0:0
    [    32.413] (II) FBDEV(1): using default device
    [    32.413] (WW) Falling back to old probe method for vesa
    [    32.413] (EE) Screen 0 deleted because of no matching config section.
    [    32.413] (II) UnloadModule: "modesetting"
    [    32.413] (II) FBDEV(0): Creating default Display subsection in Screen section
    	"Default Screen Section" for depth/fbbpp 24/32
    [    32.413] (==) FBDEV(0): Depth 24, (==) framebuffer bpp 32
    [    32.413] (==) FBDEV(0): RGB weight 888
    [    32.413] (==) FBDEV(0): Default visual is TrueColor
    [    32.413] (==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
    [    32.413] (II) FBDEV(0): hardware: EFI VGA (video memory: 8128kB)
    [    32.413] (II) FBDEV(0): checking modes against framebuffer device...
    [    32.413] (II) FBDEV(0): checking modes against monitor...
    [    32.413] (--) FBDEV(0): Virtual size is 1920x1080 (pitch 1920)
    [    32.413] (**) FBDEV(0):  Built-in mode "current": 207.4 MHz, 85.3 kHz, 77.2 Hz
    [    32.413] (II) FBDEV(0): Modeline "current"x0.0  207.38  1920 1952 2192 2432  1080 1084 1088 1104 -hsync -vsync -csync (85.3 kHz b)
    [    32.413] (==) FBDEV(0): DPI set to (96, 96)
    [    32.413] (II) Loading sub module "fb"
    [    32.413] (II) LoadModule: "fb"
    [    32.413] (II) Loading /usr/lib/xorg/modules/libfb.so
    [    32.415] (II) Module fb: vendor="X.Org Foundation"
    [    32.415] 	compiled for 1.19.2, module version = 1.0.0
    [    32.415] 	ABI class: X.Org ANSI C Emulation, version 0.4
    [    32.415] (**) FBDEV(0): using shadow framebuffer
    [    32.415] (II) Loading sub module "shadow"
    [    32.415] (II) LoadModule: "shadow"
    [    32.415] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [    32.415] (II) Module shadow: vendor="X.Org Foundation"
    [    32.415] 	compiled for 1.19.2, module version = 1.1.0
    [    32.415] 	ABI class: X.Org ANSI C Emulation, version 0.4
    [    32.416] (II) UnloadModule: "radeon"
    [    32.416] (II) Unloading radeon
    [    32.416] (II) UnloadModule: "vesa"
    [    32.416] (II) Unloading vesa
    [    32.416] (==) Depth 24 pixmap format is 32 bpp
    [    32.416] (II) FBDEV(0): FBIOBLANK: Invalid argument (Screen blanking not supported by kernel - disabling)
    [    32.418] (==) FBDEV(0): Backing store enabled
    [    32.419] (==) FBDEV(0): DPMS enabled
    [    32.419] (==) RandR enabled
    [    32.422] (II) SELinux: Disabled on system
    [    32.423] (II) AIGLX: Screen 0 is not DRI2 capable
    [    32.423] (EE) AIGLX: reverting to software rendering
    [    32.615] (II) IGLX: enabled GLX_MESA_copy_sub_buffer
    [    32.616] (II) IGLX: Loaded and initialized swrast
    [    32.616] (II) GLX: Initialized DRISWRAST GL provider for screen 0
    [    32.688] (II) config/udev: Adding input device Power Button (/dev/input/event8)
    [    32.688] (**) Power Button: Applying InputClass "libinput keyboard catchall"
    [    32.688] (II) LoadModule: "libinput"
    [    32.688] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
    [    32.692] (II) Module libinput: vendor="X.Org Foundation"
    [    32.692] 	compiled for 1.19.0, module version = 0.23.0
    [    32.692] 	Module class: X.Org XInput Driver
    [    32.692] 	ABI class: X.Org XInput driver, version 24.1
    [    32.692] (II) Using input driver 'libinput' for 'Power Button'
    [    32.692] (**) Power Button: always reports core events
    [    32.692] (**) Option "Device" "/dev/input/event8"
    [    32.692] (**) Option "_source" "server/udev"
    [    32.693] (II) input device 'Power Button', /dev/input/event8 is tagged by udev as: Keyboard
    [    32.693] (II) input device 'Power Button', /dev/input/event8 is a keyboard
    [    32.712] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input11/event8"
    [    32.712] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [    32.713] (**) Option "xkb_model" "pc105"
    [    32.713] (**) Option "xkb_layout" "de"
    [    32.737] (II) input device 'Power Button', /dev/input/event8 is tagged by udev as: Keyboard
    [    32.737] (II) input device 'Power Button', /dev/input/event8 is a keyboard
    [    32.738] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
    [    32.738] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
    [    32.738] (II) Using input driver 'libinput' for 'Video Bus'
    [    32.738] (**) Video Bus: always reports core events
    [    32.738] (**) Option "Device" "/dev/input/event10"
    [    32.738] (**) Option "_source" "server/udev"
    [    32.738] (II) input device 'Video Bus', /dev/input/event10 is tagged by udev as: Keyboard
    [    32.738] (II) input device 'Video Bus', /dev/input/event10 is a keyboard
    [    32.784] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/LNXVIDEO:01/input/input13/event10"
    [    32.784] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [    32.784] (**) Option "xkb_model" "pc105"
    [    32.784] (**) Option "xkb_layout" "de"
    [    32.785] (II) input device 'Video Bus', /dev/input/event10 is tagged by udev as: Keyboard
    [    32.785] (II) input device 'Video Bus', /dev/input/event10 is a keyboard
    [    32.786] (II) config/udev: Adding input device Power Button (/dev/input/event6)
    [    32.786] (**) Power Button: Applying InputClass "libinput keyboard catchall"
    [    32.786] (II) Using input driver 'libinput' for 'Power Button'
    [    32.786] (**) Power Button: always reports core events
    [    32.786] (**) Option "Device" "/dev/input/event6"
    [    32.786] (**) Option "_source" "server/udev"
    [    32.787] (II) input device 'Power Button', /dev/input/event6 is tagged by udev as: Keyboard
    [    32.787] (II) input device 'Power Button', /dev/input/event6 is a keyboard
    [    32.805] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input9/event6"
    [    32.805] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [    32.805] (**) Option "xkb_model" "pc105"
    [    32.805] (**) Option "xkb_layout" "de"
    [    32.806] (II) input device 'Power Button', /dev/input/event6 is tagged by udev as: Keyboard
    [    32.806] (II) input device 'Power Button', /dev/input/event6 is a keyboard
    [    32.806] (II) config/udev: Adding input device Lid Switch (/dev/input/event7)
    [    32.806] (II) No input driver specified, ignoring this device.
    [    32.806] (II) This device may have been added with another device file.
    [    32.807] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event11)
    [    32.807] (II) No input driver specified, ignoring this device.
    [    32.807] (II) This device may have been added with another device file.
    [    32.808] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event1)
    [    32.808] (**) Logitech USB Receiver: Applying InputClass "libinput keyboard catchall"
    [    32.808] (II) Using input driver 'libinput' for 'Logitech USB Receiver'
    [    32.808] (**) Logitech USB Receiver: always reports core events
    [    32.808] (**) Option "Device" "/dev/input/event1"
    [    32.808] (**) Option "_source" "server/udev"
    [    32.809] (II) input device 'Logitech USB Receiver', /dev/input/event1 is tagged by udev as: Keyboard
    [    32.809] (II) input device 'Logitech USB Receiver', /dev/input/event1 is a keyboard
    [    32.836] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-2/1-2:1.0/0003:046D:C534.0001/input/input3/event1"
    [    32.836] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 9)
    [    32.836] (**) Option "xkb_model" "pc105"
    [    32.836] (**) Option "xkb_layout" "de"
    [    32.838] (II) input device 'Logitech USB Receiver', /dev/input/event1 is tagged by udev as: Keyboard
    [    32.838] (II) input device 'Logitech USB Receiver', /dev/input/event1 is a keyboard
    [    32.839] (II) config/udev: Adding input device Logitech USB Receiver Mouse (/dev/input/event2)
    [    32.839] (**) Logitech USB Receiver Mouse: Applying InputClass "libinput pointer catchall"
    [    32.839] (II) Using input driver 'libinput' for 'Logitech USB Receiver Mouse'
    [    32.839] (**) Logitech USB Receiver Mouse: always reports core events
    [    32.839] (**) Option "Device" "/dev/input/event2"
    [    32.839] (**) Option "_source" "server/udev"
    [    32.840] (II) input device 'Logitech USB Receiver Mouse', /dev/input/event2 is tagged by udev as: Mouse
    [    32.840] (II) input device 'Logitech USB Receiver Mouse', /dev/input/event2 is a pointer caps
    [    32.868] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-2/1-2:1.1/0003:046D:C534.0002/input/input4/event2"
    [    32.869] (II) XINPUT: Adding extended input device "Logitech USB Receiver Mouse" (type: MOUSE, id 10)
    [    32.869] (**) Option "AccelerationScheme" "none"
    [    32.869] (**) Logitech USB Receiver Mouse: (accel) selected scheme none/0
    [    32.869] (**) Logitech USB Receiver Mouse: (accel) acceleration factor: 2.000
    [    32.869] (**) Logitech USB Receiver Mouse: (accel) acceleration threshold: 4
    [    32.870] (II) input device 'Logitech USB Receiver Mouse', /dev/input/event2 is tagged by udev as: Mouse
    [    32.870] (II) input device 'Logitech USB Receiver Mouse', /dev/input/event2 is a pointer caps
    [    32.871] (II) config/udev: Adding input device Logitech USB Receiver Mouse (/dev/input/mouse0)
    [    32.871] (II) No input driver specified, ignoring this device.
    [    32.871] (II) This device may have been added with another device file.
    [    32.872] (II) config/udev: Adding input device Logitech USB Receiver Consumer Control (/dev/input/event3)
    [    32.872] (**) Logitech USB Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
    [    32.872] (II) Using input driver 'libinput' for 'Logitech USB Receiver Consumer Control'
    [    32.872] (**) Logitech USB Receiver Consumer Control: always reports core events
    [    32.872] (**) Option "Device" "/dev/input/event3"
    [    32.872] (**) Option "_source" "server/udev"
    [    32.873] (II) input device 'Logitech USB Receiver Consumer Control', /dev/input/event3 is tagged by udev as: Keyboard
    [    32.873] (II) input device 'Logitech USB Receiver Consumer Control', /dev/input/event3 is a keyboard
    [    32.892] (II) libinput: Logitech USB Receiver Consumer Control: needs a virtual subdevice
    [    32.892] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-2/1-2:1.1/0003:046D:C534.0002/input/input5/event3"
    [    32.892] (II) XINPUT: Adding extended input device "Logitech USB Receiver Consumer Control" (type: MOUSE, id 11)
    [    32.893] (**) Option "AccelerationScheme" "none"
    [    32.893] (**) Logitech USB Receiver Consumer Control: (accel) selected scheme none/0
    [    32.893] (**) Logitech USB Receiver Consumer Control: (accel) acceleration factor: 2.000
    [    32.893] (**) Logitech USB Receiver Consumer Control: (accel) acceleration threshold: 4
    [    32.894] (II) input device 'Logitech USB Receiver Consumer Control', /dev/input/event3 is tagged by udev as: Keyboard
    [    32.894] (II) input device 'Logitech USB Receiver Consumer Control', /dev/input/event3 is a keyboard
    [    32.895] (II) config/udev: Adding input device Logitech USB Receiver System Control (/dev/input/event4)
    [    32.895] (**) Logitech USB Receiver System Control: Applying InputClass "libinput keyboard catchall"
    [    32.895] (II) Using input driver 'libinput' for 'Logitech USB Receiver System Control'
    [    32.895] (**) Logitech USB Receiver System Control: always reports core events
    [    32.895] (**) Option "Device" "/dev/input/event4"
    [    32.895] (**) Option "_source" "server/udev"
    [    32.896] (II) input device 'Logitech USB Receiver System Control', /dev/input/event4 is tagged by udev as: Keyboard
    [    32.896] (II) input device 'Logitech USB Receiver System Control', /dev/input/event4 is a keyboard
    [    32.909] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-2/1-2:1.1/0003:046D:C534.0002/input/input6/event4"
    [    32.909] (II) XINPUT: Adding extended input device "Logitech USB Receiver System Control" (type: KEYBOARD, id 12)
    [    32.909] (**) Option "xkb_model" "pc105"
    [    32.909] (**) Option "xkb_layout" "de"
    [    32.910] (II) input device 'Logitech USB Receiver System Control', /dev/input/event4 is tagged by udev as: Keyboard
    [    32.910] (II) input device 'Logitech USB Receiver System Control', /dev/input/event4 is a keyboard
    [    32.911] (II) config/udev: Adding input device HP Webcam: HP Webcam (/dev/input/event15)
    [    32.911] (**) HP Webcam: HP Webcam: Applying InputClass "libinput keyboard catchall"
    [    32.911] (II) Using input driver 'libinput' for 'HP Webcam: HP Webcam'
    [    32.911] (**) HP Webcam: HP Webcam: always reports core events
    [    32.911] (**) Option "Device" "/dev/input/event15"
    [    32.911] (**) Option "_source" "server/udev"
    [    32.912] (II) input device 'HP Webcam: HP Webcam', /dev/input/event15 is tagged by udev as: Keyboard
    [    32.912] (II) input device 'HP Webcam: HP Webcam', /dev/input/event15 is a keyboard
    [    32.960] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb3/3-2/3-2.1/3-2.1:1.0/input/input19/event15"
    [    32.960] (II) XINPUT: Adding extended input device "HP Webcam: HP Webcam" (type: KEYBOARD, id 13)
    [    32.960] (**) Option "xkb_model" "pc105"
    [    32.960] (**) Option "xkb_layout" "de"
    [    32.962] (II) input device 'HP Webcam: HP Webcam', /dev/input/event15 is tagged by udev as: Keyboard
    [    32.962] (II) input device 'HP Webcam: HP Webcam', /dev/input/event15 is a keyboard
    [    32.962] (II) config/udev: Adding input device HD-Audio Generic Mic (/dev/input/event13)
    [    32.962] (II) No input driver specified, ignoring this device.
    [    32.962] (II) This device may have been added with another device file.
    [    32.963] (II) config/udev: Adding input device HD-Audio Generic Headphone (/dev/input/event14)
    [    32.963] (II) No input driver specified, ignoring this device.
    [    32.963] (II) This device may have been added with another device file.
    [    32.964] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [    32.964] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
    [    32.964] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
    [    32.964] (**) AT Translated Set 2 keyboard: always reports core events
    [    32.964] (**) Option "Device" "/dev/input/event0"
    [    32.964] (**) Option "_source" "server/udev"
    [    32.965] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
    [    32.965] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
    [    32.984] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [    32.984] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
    [    32.984] (**) Option "xkb_model" "pc105"
    [    32.984] (**) Option "xkb_layout" "de"
    [    32.986] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
    [    32.986] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
    [    32.986] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event5)
    [    32.987] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
    [    32.987] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
    [    32.987] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [    32.987] (**) Option "Device" "/dev/input/event5"
    [    32.987] (**) Option "_source" "server/udev"
    [    32.987] (II) input device 'SynPS/2 Synaptics TouchPad', /dev/input/event5 is tagged by udev as: Touchpad
    [    32.987] (II) input device 'SynPS/2 Synaptics TouchPad', /dev/input/event5 is a touchpad
    [    33.017] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input2/event5"
    [    33.017] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 15)
    [    33.017] (**) Option "AccelerationScheme" "none"
    [    33.017] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
    [    33.017] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [    33.017] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [    33.018] (II) input device 'SynPS/2 Synaptics TouchPad', /dev/input/event5 is tagged by udev as: Touchpad
    [    33.018] (II) input device 'SynPS/2 Synaptics TouchPad', /dev/input/event5 is a touchpad
    [    33.019] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
    [    33.019] (II) No input driver specified, ignoring this device.
    [    33.019] (II) This device may have been added with another device file.
    [    33.019] (II) config/udev: Adding input device PC Speaker (/dev/input/event12)
    [    33.019] (II) No input driver specified, ignoring this device.
    [    33.019] (II) This device may have been added with another device file.
    [    33.020] (II) config/udev: Adding input device HP Wireless hotkeys (/dev/input/event9)
    [    33.020] (**) HP Wireless hotkeys: Applying InputClass "libinput keyboard catchall"
    [    33.020] (II) Using input driver 'libinput' for 'HP Wireless hotkeys'
    [    33.020] (**) HP Wireless hotkeys: always reports core events
    [    33.020] (**) Option "Device" "/dev/input/event9"
    [    33.020] (**) Option "_source" "server/udev"
    [    33.021] (II) input device 'HP Wireless hotkeys', /dev/input/event9 is tagged by udev as: Keyboard
    [    33.021] (II) input device 'HP Wireless hotkeys', /dev/input/event9 is a keyboard
    [    33.053] (**) Option "config_info" "udev:/sys/devices/virtual/input/input12/event9"
    [    33.053] (II) XINPUT: Adding extended input device "HP Wireless hotkeys" (type: KEYBOARD, id 16)
    [    33.053] (**) Option "xkb_model" "pc105"
    [    33.053] (**) Option "xkb_layout" "de"
    [    33.054] (II) input device 'HP Wireless hotkeys', /dev/input/event9 is tagged by udev as: Keyboard
    [    33.054] (II) input device 'HP Wireless hotkeys', /dev/input/event9 is a keyboard
    [    33.054] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event16)
    [    33.054] (**) HP WMI hotkeys: Applying InputClass "libinput keyboard catchall"
    [    33.054] (II) Using input driver 'libinput' for 'HP WMI hotkeys'
    [    33.054] (**) HP WMI hotkeys: always reports core events
    [    33.054] (**) Option "Device" "/dev/input/event16"
    [    33.054] (**) Option "_source" "server/udev"
    [    33.055] (II) input device 'HP WMI hotkeys', /dev/input/event16 is tagged by udev as: Keyboard
    [    33.055] (II) input device 'HP WMI hotkeys', /dev/input/event16 is a keyboard
    [    33.068] (**) Option "config_info" "udev:/sys/devices/virtual/input/input18/event16"
    [    33.069] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 17)
    [    33.069] (**) Option "xkb_model" "pc105"
    [    33.069] (**) Option "xkb_layout" "de"
    [    33.069] (II) input device 'HP WMI hotkeys', /dev/input/event16 is tagged by udev as: Keyboard
    [    33.069] (II) input device 'HP WMI hotkeys', /dev/input/event16 is a keyboard
    [    33.076] (**) Logitech USB Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
    [    33.076] (II) Using input driver 'libinput' for 'Logitech USB Receiver Consumer Control'
    [    33.076] (**) Logitech USB Receiver Consumer Control: always reports core events
    [    33.076] (**) Option "Device" "/dev/input/event3"
    [    33.076] (**) Option "_source" "_driver/libinput"
    [    33.076] (II) libinput: Logitech USB Receiver Consumer Control: is a virtual subdevice
    [    33.077] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-2/1-2:1.1/0003:046D:C534.0002/input/input5/event3"
    [    33.077] (II) XINPUT: Adding extended input device "Logitech USB Receiver Consumer Control" (type: KEYBOARD, id 18)
    [    33.077] (**) Option "xkb_model" "pc105"
    [    33.077] (**) Option "xkb_layout" "de"
    [  8253.723] (II) input device 'Power Button', /dev/input/event8 is tagged by udev as: Keyboard
    [  8253.724] (II) input device 'Power Button', /dev/input/event8 is a keyboard
    [  8253.726] (II) input device 'Video Bus', /dev/input/event10 is tagged by udev as: Keyboard
    [  8253.726] (II) input device 'Video Bus', /dev/input/event10 is a keyboard
    [  8253.728] (II) input device 'Power Button', /dev/input/event6 is tagged by udev as: Keyboard
    [  8253.728] (II) input device 'Power Button', /dev/input/event6 is a keyboard
    [  8253.730] (II) input device 'Logitech USB Receiver', /dev/input/event1 is tagged by udev as: Keyboard
    [  8253.730] (II) input device 'Logitech USB Receiver', /dev/input/event1 is a keyboard
    [  8253.731] (II) input device 'Logitech USB Receiver Mouse', /dev/input/event2 is tagged by udev as: Mouse
    [  8253.731] (II) input device 'Logitech USB Receiver Mouse', /dev/input/event2 is a pointer caps
    [  8253.732] (II) input device 'Logitech USB Receiver Consumer Control', /dev/input/event3 is tagged by udev as: Keyboard
    [  8253.732] (II) input device 'Logitech USB Receiver Consumer Control', /dev/input/event3 is a keyboard
    [  8253.734] (II) input device 'Logitech USB Receiver System Control', /dev/input/event4 is tagged by udev as: Keyboard
    [  8253.734] (II) input device 'Logitech USB Receiver System Control', /dev/input/event4 is a keyboard
    [  8253.735] (II) input device 'HP Webcam: HP Webcam', /dev/input/event15 is tagged by udev as: Keyboard
    [  8253.735] (II) input device 'HP Webcam: HP Webcam', /dev/input/event15 is a keyboard
    [  8253.736] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
    [  8253.736] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
    [  8253.737] (II) input device 'HP Wireless hotkeys', /dev/input/event9 is tagged by udev as: Keyboard
    [  8253.737] (II) input device 'HP Wireless hotkeys', /dev/input/event9 is a keyboard
    [  8253.738] (II) input device 'HP WMI hotkeys', /dev/input/event16 is tagged by udev as: Keyboard
    [  8253.738] (II) input device 'HP WMI hotkeys', /dev/input/event16 is a keyboard

  7. #7
    Registrierter Benutzer Avatar von towo2099
    Registriert seit
    Feb 2002
    Ort
    Pößneck
    Beiträge
    4.565
    Der Kernel ist das Eine, wie dein X-Log zeigt, ist dein Grafik stack zu alt, Dein System verwendet fbdev!
    Also normalerweise sollte da xserver-xorg-video-amdgpu benutzt werden, automatisch passiert das nur, wenn xserver-xorg-video-ati installiert ist, aber auch nur, wenn die Version des X-Servers und der Treiber aktuell genug sind.
    X.Org X Server 1.19.2 ist definitiv zu alt, da gabs noch keine Vega Grafik.
    Signatur nach Diktat Spazieren gegangen ;)

  8. #8
    /linux/user Avatar von torsten_boese
    Registriert seit
    Dec 2003
    Beiträge
    681
    Ich habe das geamte System auf Buster aktualisiert und werkelt die Grafik. In der Tat - Stretch ist zu alt.

Ähnliche Themen

  1. Sound unter Debian funktioniert nicht?
    Von Milass im Forum System installieren und konfigurieren
    Antworten: 14
    Letzter Beitrag: 15.01.06, 17:38
  2. DSL funktioniert nicht unter Debian
    Von Fleshgolem im Forum Anbindung an die Aussenwelt
    Antworten: 0
    Letzter Beitrag: 17.04.03, 13:27
  3. Warcraft III mit opengl geht unter Debian nicht
    Von Nicolas im Forum Emulatoren für Spiele
    Antworten: 5
    Letzter Beitrag: 02.10.02, 21:37
  4. funktioniert OpenGl nun oder nicht
    Von nta im Forum System installieren und konfigurieren
    Antworten: 1
    Letzter Beitrag: 16.04.02, 00:19
  5. OpenGL funktioniert unter X11 nicht
    Von nta im Forum X-Konfiguration
    Antworten: 2
    Letzter Beitrag: 28.03.02, 12:07

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •