Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Setting up keyboard layout
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

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


Joined: 22 Feb 2020
Posts: 21
Location: Brazil

PostPosted: Sat Feb 22, 2020 4:22 pm    Post subject: [SOLVED] Setting up keyboard layout Reply with quote

Greetings,

I'm trying to setup my keyboard layout on Xorg the same as the one I'm using on console (br-abnt2). Whenever I run
Code:
setxkbmap br abnt2
it works just fine. But if I try to set it to be persistent through xorg.conf it doesn't work. Here's my xorg.conf:
Code:

Section "Files"
EndSection
Section "InputClass"
        Identifier "evdev pointer catchall"
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
        Option  "XkbLayout"     "br"
        Option  "XkbVariant"    "abnt2"
EndSection

Section "InputClass"
        Identifier "evdev touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev tablet catchall"
        MatchIsTablet "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev touchscreen catchall"
        MatchIsTouchscreen "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Here's my emerge --info
Code:

Portage 2.3.84 (python 3.6.9-final-0, default/linux/amd64/17.1, gcc-9.2.0, glibc-2.29-r7, 5.4.17-ckoniichanr1 x86_64)
=================================================================
System uname: Linux-5.4.17-ckoniichanr1-x86_64-AMD_Ryzen_5_2600_Six-Core_Processor-with-gentoo-2.6
KiB Mem:    16395304 total,  14938924 free
KiB Swap:   16777212 total,  16777212 free
Timestamp of repository gentoo: Sat, 22 Feb 2020 15:30:02 +0000
Head commit of repository gentoo: 90fa958ab31ce0aa545f9f5f6667606440ef2799
Timestamp of repository libressl: Sat, 22 Feb 2020 11:09:43 +0000
Head commit of repository libressl: 9117a08a604dd775ccd777b719be348aa244561b

Timestamp of repository mv: Sat, 22 Feb 2020 11:09:46 +0000
Head commit of repository mv: e927ee4fe78f128d5017fd8dc22b9fea21ab321d

sh bash 4.4_p23-r1
ld GNU ld (Gentoo 2.32 p2) 2.32.0
ccache version 3.7.7 [disabled]
app-shells/bash:          4.4_p23-r1::gentoo
dev-java/java-config:     2.2.0-r4::gentoo
dev-lang/perl:            5.30.1::gentoo
dev-lang/python:          2.7.17::gentoo, 3.6.9::mv, 3.7.5-r1::mv
dev-util/ccache:          3.7.7::gentoo
dev-util/cmake:           3.14.6::gentoo
sys-apps/baselayout:      2.6-r1::gentoo
sys-apps/openrc:          0.42.1::gentoo
sys-apps/sandbox:         2.13::gentoo
sys-devel/autoconf:       2.13-r1::gentoo, 2.69-r4::gentoo
sys-devel/automake:       1.16.1-r1::gentoo
sys-devel/binutils:       2.32-r1::gentoo
sys-devel/gcc:            9.2.0-r2::gentoo
sys-devel/gcc-config:     2.2::gentoo
sys-devel/libtool:        2.4.6-r6::gentoo
sys-devel/make:           4.2.1-r4::gentoo
sys-kernel/linux-headers: 4.19::gentoo (virtual/os-headers)
sys-libs/glibc:           2.29-r7::gentoo
Repositories:

gentoo
    location: /var/db/repos/gentoo
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    sync-rsync-verify-jobs: 1
    sync-rsync-extra-opts:
    sync-rsync-verify-metamanifest: yes
    sync-rsync-verify-max-age: 24

libressl
    location: /var/db/repos/libressl
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/libressl.git
    masters: gentoo

mv
    location: /var/db/repos/mv
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/mv.git
    masters: gentoo

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=native -O2 -pipe -fomit-frame-pointer"
DISTDIR="/var/cache/distfiles"
ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-march=native -O2 -pipe -fomit-frame-pointer"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-march=native -O2 -pipe -fomit-frame-pointer"
GENTOO_MIRRORS="https://gentoo.c3sl.ufpr.br/"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j6"
PKGDIR="/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="X acl alsa amd64 berkdb bzip2 cli crypt cxx dri fortran gdbm iconv libressl libtirpc logrotate minimal multilib nptl openmp seccomp split-usr ssl tcpd unicode xattr xfs zlib" ABI_X86="64" ADA_TARGET="gnat_2018" ALSA_CARDS="hda-intel" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt sha sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3" CURL_SSL="libressl" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="efi-64" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LLVM_TARGETS="AMDGPU X86" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-2" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_6" PYTHON_TARGETS="python3_6 python3_7" RUBY_TARGETS="ruby24 ruby25" USERLAND="GNU" VIDEO_CARDS="amdgpu radeon radeonsi" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS



Best regards,

vhns


Last edited by vhns on Sun Mar 15, 2020 11:36 pm; edited 1 time in total
Back to top
View user's profile Send private message
krinn
Watchman
Watchman


Joined: 02 May 2003
Posts: 7470

PostPosted: Sat Feb 22, 2020 5:47 pm    Post subject: Reply with quote

it looks good for me, your answer is in your xorg.log ; if you need help post it, if you want try yourself, you should seek what it says about the evdev keyboard catchall class
Back to top
View user's profile Send private message
vhns
n00b
n00b


Joined: 22 Feb 2020
Posts: 21
Location: Brazil

PostPosted: Sun Feb 23, 2020 6:31 am    Post subject: Reply with quote

krinn wrote:
it looks good for me, your answer is in your xorg.log ; if you need help post it, if you want try yourself, you should seek what it says about the evdev keyboard catchall class

Here's my Xorg.log:
Code:

[   978.776]
X.Org X Server 1.20.6
X Protocol Version 11, Revision 0
[   978.776] Build Operating System: Linux 5.4.17-ckoniichanr1 x86_64 Gentoo
[   978.776] Current Operating System: Linux megatron 5.4.17-ckoniichanr1 #2 SMP PREEMPT Sat Feb 8 18:21:45 -03 2020 x86_64
[   978.776] Kernel command line: root=/dev/nvme0n1p3 nvme_core.default_ps_max_latency_us=0 rw quiet
[   978.776] Build Date: 13 February 2020  10:38:54PM
[   978.776] 
[   978.776] Current version of pixman: 0.38.4
[   978.776]    Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
[   978.776] Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   978.776] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Feb 23 03:27:05 2020
[   978.776] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   978.776] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   978.776] (==) No Layout section.  Using the first Screen section.
[   978.776] (==) No screen section available. Using defaults.
[   978.776] (**) |-->Screen "Default Screen Section" (0)
[   978.776] (**) |   |-->Monitor "<default monitor>"
[   978.776] (==) No monitor specified for screen "Default Screen Section".
   Using a default monitor configuration.
[   978.776] (==) Automatically adding devices
[   978.776] (==) Automatically enabling devices
[   978.776] (==) Automatically adding GPU devices
[   978.776] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   978.776] (WW) The directory "/usr/share/fonts/misc/" does not exist.
[   978.776]    Entry deleted from font path.
[   978.776] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[   978.776]    Entry deleted from font path.
[   978.776] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[   978.776]    Entry deleted from font path.
[   978.776] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[   978.776]    Entry deleted from font path.
[   978.776] (WW) The directory "/usr/share/fonts/100dpi/" does not exist.
[   978.776]    Entry deleted from font path.
[   978.776] (WW) The directory "/usr/share/fonts/75dpi/" does not exist.
[   978.776]    Entry deleted from font path.
[   978.776] (==) FontPath set to:
   
[   978.776] (==) ModulePath set to "/usr/lib64/xorg/modules"
[   978.776] (II) The server relies on udev to provide the list of input devices.
   If no devices become available, reconfigure udev or disable AutoAddDevices.
[   978.776] (II) Loader magic: 0x55ca56d42c40
[   978.776] (II) Module ABI versions:
[   978.776]    X.Org ANSI C Emulation: 0.4
[   978.776]    X.Org Video Driver: 24.0
[   978.776]    X.Org XInput driver : 24.1
[   978.776]    X.Org Server Extension : 10.0
[   978.776] (II) xfree86: Adding drm device (/dev/dri/card0)
[   978.803] (--) PCI:*(10@0:0:0) 1002:67df:1458:22fc rev 231, Mem @ 0xe0000000/268435456, 0xf0000000/2097152, 0xfe800000/262144, I/O @ 0x0000d000/256, BIOS @ 0x????????/131072
[   978.803] (II) LoadModule: "glx"
[   978.803] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[   978.804] (II) Module glx: vendor="X.Org Foundation"
[   978.804]    compiled for 1.20.6, module version = 1.0.0
[   978.804]    ABI class: X.Org Server Extension, version 10.0
[   978.804] (II) Applying OutputClass "AMDgpu" to /dev/dri/card0
[   978.804]    loading driver: amdgpu
[   978.804] (==) Matched amdgpu as autoconfigured driver 0
[   978.804] (==) Matched ati as autoconfigured driver 1
[   978.804] (==) Matched modesetting as autoconfigured driver 2
[   978.804] (==) Matched fbdev as autoconfigured driver 3
[   978.804] (==) Matched vesa as autoconfigured driver 4
[   978.804] (==) Assigned the driver to the xf86ConfigLayout
[   978.804] (II) LoadModule: "amdgpu"
[   978.804] (II) Loading /usr/lib64/xorg/modules/drivers/amdgpu_drv.so
[   978.804] (II) Module amdgpu: vendor="X.Org Foundation"
[   978.804]    compiled for 1.20.6, module version = 19.1.0
[   978.804]    Module class: X.Org Video Driver
[   978.804]    ABI class: X.Org Video Driver, version 24.0
[   978.804] (II) LoadModule: "ati"
[   978.804] (II) Loading /usr/lib64/xorg/modules/drivers/ati_drv.so
[   978.804] (II) Module ati: vendor="X.Org Foundation"
[   978.804]    compiled for 1.20.6, module version = 19.1.0
[   978.804]    Module class: X.Org Video Driver
[   978.804]    ABI class: X.Org Video Driver, version 24.0
[   978.829] (II) LoadModule: "modesetting"
[   978.829] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[   978.829] (II) Module modesetting: vendor="X.Org Foundation"
[   978.829]    compiled for 1.20.6, module version = 1.20.6
[   978.829]    Module class: X.Org Video Driver
[   978.829]    ABI class: X.Org Video Driver, version 24.0
[   978.829] (II) LoadModule: "fbdev"
[   978.829] (WW) Warning, couldn't open module fbdev
[   978.829] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   978.829] (II) LoadModule: "vesa"
[   978.829] (WW) Warning, couldn't open module vesa
[   978.829] (EE) Failed to load module "vesa" (module does not exist, 0)
[   978.829] (II) AMDGPU: Driver for AMD Radeon:
   All GPUs supported by the amdgpu kernel driver
[   978.829] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   978.829] (--) using VT number 7

[   978.832] (II) AMDGPU(0): [KMS] Kernel modesetting enabled.
[   978.832] (WW) Falling back to old probe method for modesetting
[   978.832] (II) AMDGPU(0): Creating default Display subsection in Screen section
   "Default Screen Section" for depth/fbbpp 24/32
[   978.832] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[   978.832] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[   978.832] (==) AMDGPU(0): Default visual is TrueColor
[   978.832] (==) AMDGPU(0): RGB weight 888
[   978.832] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[   978.832] (--) AMDGPU(0): Chipset: "Radeon RX 580 Series" (ChipID = 0x67df)
[   978.832] (II) Loading sub module "fb"
[   978.832] (II) LoadModule: "fb"
[   978.833] (II) Loading /usr/lib64/xorg/modules/libfb.so
[   978.833] (II) Module fb: vendor="X.Org Foundation"
[   978.833]    compiled for 1.20.6, module version = 1.0.0
[   978.833]    ABI class: X.Org ANSI C Emulation, version 0.4
[   978.833] (II) Loading sub module "dri2"
[   978.833] (II) LoadModule: "dri2"
[   978.833] (II) Module "dri2" already built-in
[   978.884] (II) Loading sub module "glamoregl"
[   978.884] (II) LoadModule: "glamoregl"
[   978.884] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
[   978.887] (II) Module glamoregl: vendor="X.Org Foundation"
[   978.887]    compiled for 1.20.6, module version = 1.0.1
[   978.887]    ABI class: X.Org ANSI C Emulation, version 0.4
[   978.906] (II) AMDGPU(0): glamor X acceleration enabled on Radeon RX 580 Series (POLARIS10, DRM 3.35.0, 5.4.17-ckoniichanr1, LLVM 9.0.1)
[   978.906] (II) AMDGPU(0): glamor detected, initialising EGL layer.
[   978.906] (==) AMDGPU(0): TearFree property default: auto
[   978.906] (==) AMDGPU(0): VariableRefresh: disabled
[   978.906] (II) AMDGPU(0): KMS Pageflipping: enabled
[   978.929] (II) AMDGPU(0): Output DisplayPort-0 has no monitor section
[   978.952] (II) AMDGPU(0): Output DisplayPort-1 has no monitor section
[   978.975] (II) AMDGPU(0): Output DisplayPort-2 has no monitor section
[   979.035] (II) AMDGPU(0): Output HDMI-A-0 has no monitor section
[   979.036] (II) AMDGPU(0): Output DVI-D-0 has no monitor section
[   979.058] (II) AMDGPU(0): EDID for output DisplayPort-0
[   979.081] (II) AMDGPU(0): EDID for output DisplayPort-1
[   979.104] (II) AMDGPU(0): EDID for output DisplayPort-2
[   979.165] (II) Quirked EDID physical size to 0x0 cm
[   979.165] (II) AMDGPU(0): EDID for output HDMI-A-0
[   979.165] (II) AMDGPU(0): Manufacturer: SAM  Model: 60d  Serial#: 0
[   979.165] (II) AMDGPU(0): Year: 2009  Week: 28
[   979.165] (II) AMDGPU(0): EDID Version: 1.3
[   979.165] (II) AMDGPU(0): Digital Display Input
[   979.165] (II) AMDGPU(0): Indeterminate output size
[   979.165] (II) AMDGPU(0): Gamma: 2.20
[   979.165] (II) AMDGPU(0): No DPMS capabilities specified
[   979.165] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[   979.165] (II) AMDGPU(0): First detailed timing is preferred mode
[   979.165] (II) AMDGPU(0): redX: 0.648 redY: 0.339   greenX: 0.282 greenY: 0.603
[   979.165] (II) AMDGPU(0): blueX: 0.143 blueY: 0.070   whiteX: 0.312 whiteY: 0.329
[   979.165] (II) AMDGPU(0): Supported established timings:
[   979.165] (II) AMDGPU(0): 720x400@70Hz
[   979.165] (II) AMDGPU(0): 640x480@60Hz
[   979.165] (II) AMDGPU(0): 640x480@67Hz
[   979.165] (II) AMDGPU(0): 640x480@72Hz
[   979.165] (II) AMDGPU(0): 640x480@75Hz
[   979.165] (II) AMDGPU(0): 800x600@56Hz
[   979.165] (II) AMDGPU(0): 800x600@60Hz
[   979.165] (II) AMDGPU(0): 800x600@72Hz
[   979.165] (II) AMDGPU(0): 800x600@75Hz
[   979.165] (II) AMDGPU(0): 832x624@75Hz
[   979.165] (II) AMDGPU(0): 1024x768@60Hz
[   979.165] (II) AMDGPU(0): 1024x768@70Hz
[   979.165] (II) AMDGPU(0): 1024x768@75Hz
[   979.165] (II) AMDGPU(0): 1280x1024@75Hz
[   979.165] (II) AMDGPU(0): 1152x864@75Hz
[   979.165] (II) AMDGPU(0): Manufacturer's mask: 0
[   979.165] (II) AMDGPU(0): Supported standard timings:
[   979.165] (II) AMDGPU(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[   979.165] (II) AMDGPU(0): #1: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[   979.165] (II) AMDGPU(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[   979.165] (II) AMDGPU(0): #3: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[   979.165] (II) AMDGPU(0): #4: hsize: 1280  vsize 800  refresh: 60  vid: 129
[   979.165] (II) AMDGPU(0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[   979.165] (II) AMDGPU(0): #6: hsize: 1440  vsize 900  refresh: 60  vid: 149
[   979.165] (II) AMDGPU(0): Supported detailed timing:
[   979.165] (II) AMDGPU(0): clock: 148.5 MHz   Image Size:  160 x 90 mm
[   979.165] (II) AMDGPU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[   979.165] (II) AMDGPU(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[   979.165] (II) AMDGPU(0): Supported detailed timing:
[   979.165] (II) AMDGPU(0): clock: 74.2 MHz   Image Size:  160 x 90 mm
[   979.165] (II) AMDGPU(0): h_active: 1280  h_sync: 1720  h_sync_end 1760 h_blank_end 1980 h_border: 0
[   979.165] (II) AMDGPU(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[   979.165] (II) AMDGPU(0): Ranges: V min: 24 V max: 75 Hz, H min: 26 H max: 81 kHz, PixClock max 235 MHz
[   979.165] (II) AMDGPU(0): Monitor name: SyncMaster
[   979.165] (II) AMDGPU(0): Supported detailed timing:
[   979.165] (II) AMDGPU(0): clock: 74.2 MHz   Image Size:  160 x 90 mm
[   979.165] (II) AMDGPU(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[   979.165] (II) AMDGPU(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[   979.165] (II) AMDGPU(0): Supported detailed timing:
[   979.165] (II) AMDGPU(0): clock: 74.2 MHz   Image Size:  160 x 90 mm
[   979.165] (II) AMDGPU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[   979.165] (II) AMDGPU(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[   979.165] (II) AMDGPU(0): Supported detailed timing:
[   979.165] (II) AMDGPU(0): clock: 74.2 MHz   Image Size:  160 x 90 mm
[   979.165] (II) AMDGPU(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[   979.165] (II) AMDGPU(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[   979.165] (II) AMDGPU(0): Supported detailed timing:
[   979.165] (II) AMDGPU(0): clock: 27.0 MHz   Image Size:  160 x 90 mm
[   979.165] (II) AMDGPU(0): h_active: 720  h_sync: 732  h_sync_end 796 h_blank_end 864 h_border: 0
[   979.165] (II) AMDGPU(0): v_active: 576  v_sync: 581  v_sync_end 586 v_blanking: 625 v_border: 0
[   979.165] (II) AMDGPU(0): Supported detailed timing:
[   979.165] (II) AMDGPU(0): clock: 27.0 MHz   Image Size:  160 x 90 mm
[   979.165] (II) AMDGPU(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[   979.165] (II) AMDGPU(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[   979.165] (II) AMDGPU(0): Number of EDID sections to follow: 1
[   979.165] (II) AMDGPU(0): EDID (in hex):
[   979.165] (II) AMDGPU(0):    00ffffffffffff004c2d0d0600000000
[   979.165] (II) AMDGPU(0):    1c130103801009780a3581a656489a24
[   979.165] (II) AMDGPU(0):    125054bfef80714f81408180a9408100
[   979.165] (II) AMDGPU(0):    b30095000101023a801871382d40582c
[   979.165] (II) AMDGPU(0):    4500a05a0000001e011d00bc52d01e20
[   979.165] (II) AMDGPU(0):    b8285540a05a0000001e000000fd0018
[   979.165] (II) AMDGPU(0):    4b1a5117000a202020202020000000fc
[   979.165] (II) AMDGPU(0):    0053796e634d61737465720a202001cc
[   979.165] (II) AMDGPU(0):    02031ef14d930405140312101f202122
[   979.165] (II) AMDGPU(0):    07162309070767030c001000b82d011d
[   979.165] (II) AMDGPU(0):    80d0721c1620102c2580a05a0000009e
[   979.165] (II) AMDGPU(0):    011d8018711c1620582c2500a05a0000
[   979.165] (II) AMDGPU(0):    009e011d007251d01e206e285500a05a
[   979.165] (II) AMDGPU(0):    0000001e8c0ad090204031200c405500
[   979.165] (II) AMDGPU(0):    a05a0000001e8c0ad08a20e02d10103e
[   979.165] (II) AMDGPU(0):    9600a05a0000001e00000000000000a6
[   979.165] (--) AMDGPU(0): HDMI max TMDS frequency 225000KHz
[   979.165] (II) AMDGPU(0): Printing probed modes for output HDMI-A-0
[   979.165] (II) AMDGPU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[   979.165] (II) AMDGPU(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[   979.165] (II) AMDGPU(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[   979.165] (II) AMDGPU(0): Modeline "1920x1080i"x60.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[   979.165] (II) AMDGPU(0): Modeline "1920x1080i"x50.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[   979.165] (II) AMDGPU(0): Modeline "1920x1080"x30.0   74.25  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[   979.165] (II) AMDGPU(0): Modeline "1920x1080"x25.0   74.25  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
[   979.165] (II) AMDGPU(0): Modeline "1920x1080"x24.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[   979.165] (II) AMDGPU(0): Modeline "1920x1080i"x59.9   74.18  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
[   979.165] (II) AMDGPU(0): Modeline "1920x1080"x30.0   74.18  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.7 kHz e)
[   979.165] (II) AMDGPU(0): Modeline "1920x1080"x24.0   74.18  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[   979.165] (II) AMDGPU(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[   979.165] (II) AMDGPU(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[   979.165] (II) AMDGPU(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   979.165] (II) AMDGPU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   979.165] (II) AMDGPU(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[   979.165] (II) AMDGPU(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[   979.165] (II) AMDGPU(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[   979.165] (II) AMDGPU(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   979.165] (II) AMDGPU(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   979.165] (II) AMDGPU(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[   979.165] (II) AMDGPU(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   979.165] (II) AMDGPU(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   979.165] (II) AMDGPU(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[   979.165] (II) AMDGPU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   979.165] (II) AMDGPU(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[   979.165] (II) AMDGPU(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[   979.165] (II) AMDGPU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   979.165] (II) AMDGPU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   979.165] (II) AMDGPU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   979.165] (II) AMDGPU(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 +hsync +vsync (31.2 kHz e)
[   979.165] (II) AMDGPU(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[   979.165] (II) AMDGPU(0): Modeline "720x576i"x50.0   13.50  720 732 795 864  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[   979.165] (II) AMDGPU(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[   979.165] (II) AMDGPU(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 +hsync +vsync (31.5 kHz e)
[   979.165] (II) AMDGPU(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[   979.165] (II) AMDGPU(0): Modeline "720x480i"x60.0   13.51  720 739 801 858  480 488 494 525 interlace -hsync -vsync (15.8 kHz e)
[   979.165] (II) AMDGPU(0): Modeline "720x480i"x59.9   13.50  720 739 801 858  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[   979.165] (II) AMDGPU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   979.165] (II) AMDGPU(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[   979.165] (II) AMDGPU(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[   979.165] (II) AMDGPU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   979.165] (II) AMDGPU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   979.165] (II) AMDGPU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   979.167] (II) AMDGPU(0): EDID for output DVI-D-0
[   979.167] (II) AMDGPU(0): Output DisplayPort-0 disconnected
[   979.167] (II) AMDGPU(0): Output DisplayPort-1 disconnected
[   979.167] (II) AMDGPU(0): Output DisplayPort-2 disconnected
[   979.167] (II) AMDGPU(0): Output HDMI-A-0 connected
[   979.167] (II) AMDGPU(0): Output DVI-D-0 disconnected
[   979.167] (II) AMDGPU(0): Using exact sizes for initial modes
[   979.167] (II) AMDGPU(0): Output HDMI-A-0 using initial mode 1920x1080 +0+0
[   979.167] (II) AMDGPU(0): mem size init: gart size :1ff972000 vram size: s:1ff2e7000 visible:f2e7000
[   979.167] (==) AMDGPU(0): DPI set to (96, 96)
[   979.167] (==) AMDGPU(0): Using gamma correction (1.0, 1.0, 1.0)
[   979.167] (II) Loading sub module "ramdac"
[   979.167] (II) LoadModule: "ramdac"
[   979.167] (II) Module "ramdac" already built-in
[   979.167] (II) UnloadModule: "modesetting"
[   979.167] (II) Unloading modesetting
[   979.167] (II) AMDGPU(0): [DRI2] Setup complete
[   979.167] (II) AMDGPU(0): [DRI2]   DRI driver: radeonsi
[   979.167] (II) AMDGPU(0): [DRI2]   VDPAU driver: radeonsi
[   979.167] (II) AMDGPU(0): Front buffer pitch: 8192 bytes
[   979.167] (II) AMDGPU(0): SYNC extension fences enabled
[   979.167] (II) AMDGPU(0): Present extension enabled
[   979.167] (==) AMDGPU(0): DRI3 enabled
[   979.167] (==) AMDGPU(0): Backing store enabled
[   979.167] (II) AMDGPU(0): Direct rendering enabled
[   979.180] (II) AMDGPU(0): Use GLAMOR acceleration.
[   979.180] (II) AMDGPU(0): Acceleration enabled
[   979.180] (==) AMDGPU(0): DPMS enabled
[   979.180] (==) AMDGPU(0): Silken mouse enabled
[   979.180] (II) AMDGPU(0): Set up textured video (glamor)
[   979.181] (II) Initializing extension Generic Event Extension
[   979.181] (II) Initializing extension SHAPE
[   979.181] (II) Initializing extension MIT-SHM
[   979.181] (II) Initializing extension XInputExtension
[   979.181] (II) Initializing extension XTEST
[   979.181] (II) Initializing extension BIG-REQUESTS
[   979.181] (II) Initializing extension SYNC
[   979.181] (II) Initializing extension XKEYBOARD
[   979.181] (II) Initializing extension XC-MISC
[   979.181] (II) Initializing extension XFIXES
[   979.181] (II) Initializing extension RENDER
[   979.181] (II) Initializing extension RANDR
[   979.181] (II) Initializing extension COMPOSITE
[   979.181] (II) Initializing extension DAMAGE
[   979.181] (II) Initializing extension MIT-SCREEN-SAVER
[   979.181] (II) Initializing extension DOUBLE-BUFFER
[   979.181] (II) Initializing extension RECORD
[   979.181] (II) Initializing extension DPMS
[   979.181] (II) Initializing extension Present
[   979.181] (II) Initializing extension DRI3
[   979.181] (II) Initializing extension X-Resource
[   979.181] (II) Initializing extension XVideo
[   979.181] (II) Initializing extension XVideo-MotionCompensation
[   979.181] (II) Initializing extension GLX
[   979.200] (II) AIGLX: Loaded and initialized radeonsi
[   979.200] (II) GLX: Initialized DRI2 GL provider for screen 0
[   979.200] (II) Initializing extension XFree86-VidModeExtension
[   979.200] (II) Initializing extension XFree86-DGA
[   979.200] (II) Initializing extension XFree86-DRI
[   979.200] (II) Initializing extension DRI2
[   979.200] (II) AMDGPU(0): Setting screen physical size to 508 x 285
[   979.251] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   979.251] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   979.251] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   979.251] (II) LoadModule: "evdev"
[   979.251] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[   979.251] (II) Module evdev: vendor="X.Org Foundation"
[   979.251]    compiled for 1.20.6, module version = 2.10.6
[   979.251]    Module class: X.Org XInput Driver
[   979.251]    ABI class: X.Org XInput driver, version 24.1
[   979.251] (II) Using input driver 'evdev' for 'Power Button'
[   979.251] (**) Power Button: always reports core events
[   979.251] (**) evdev: Power Button: Device: "/dev/input/event1"
[   979.252] (--) evdev: Power Button: Vendor 0 Product 0x1
[   979.252] (--) evdev: Power Button: Found keys
[   979.252] (II) evdev: Power Button: Configuring as keyboard
[   979.252] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[   979.252] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   979.252] (**) Option "xkb_rules" "evdev"
[   979.252] (**) Option "xkb_layout" "br"
[   979.252] (**) Option "xkb_variant" "abnt2"
[   979.262] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   979.262] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   979.262] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   979.262] (II) Using input driver 'evdev' for 'Power Button'
[   979.262] (**) Power Button: always reports core events
[   979.262] (**) evdev: Power Button: Device: "/dev/input/event0"
[   979.262] (--) evdev: Power Button: Vendor 0 Product 0x1
[   979.262] (--) evdev: Power Button: Found keys
[   979.262] (II) evdev: Power Button: Configuring as keyboard
[   979.262] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[   979.262] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[   979.262] (**) Option "xkb_rules" "evdev"
[   979.262] (**) Option "xkb_layout" "br"
[   979.262] (**) Option "xkb_variant" "abnt2"
[   979.263] (II) config/udev: Adding input device PixArt Microsoft USB Optical Mouse (/dev/input/event17)
[   979.263] (**) PixArt Microsoft USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[   979.263] (**) PixArt Microsoft USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[   979.263] (II) Using input driver 'evdev' for 'PixArt Microsoft USB Optical Mouse'
[   979.263] (**) PixArt Microsoft USB Optical Mouse: always reports core events
[   979.263] (**) evdev: PixArt Microsoft USB Optical Mouse: Device: "/dev/input/event17"
[   979.263] (--) evdev: PixArt Microsoft USB Optical Mouse: Vendor 0x45e Product 0xcb
[   979.263] (--) evdev: PixArt Microsoft USB Optical Mouse: Found 3 mouse buttons
[   979.263] (--) evdev: PixArt Microsoft USB Optical Mouse: Found scroll wheel(s)
[   979.263] (--) evdev: PixArt Microsoft USB Optical Mouse: Found relative axes
[   979.263] (--) evdev: PixArt Microsoft USB Optical Mouse: Found x and y relative axes
[   979.263] (II) evdev: PixArt Microsoft USB Optical Mouse: Configuring as mouse
[   979.263] (II) evdev: PixArt Microsoft USB Optical Mouse: Adding scrollwheel support
[   979.263] (**) evdev: PixArt Microsoft USB Optical Mouse: YAxisMapping: buttons 4 and 5
[   979.263] (**) evdev: PixArt Microsoft USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   979.263] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-11/1-11:1.0/0003:045E:00CB.0008/input/input17/event17"
[   979.263] (II) XINPUT: Adding extended input device "PixArt Microsoft USB Optical Mouse" (type: MOUSE, id 8)
[   979.263] (II) evdev: PixArt Microsoft USB Optical Mouse: initialized for relative axes.
[   979.263] (**) PixArt Microsoft USB Optical Mouse: (accel) keeping acceleration scheme 1
[   979.263] (**) PixArt Microsoft USB Optical Mouse: (accel) acceleration profile 0
[   979.263] (**) PixArt Microsoft USB Optical Mouse: (accel) acceleration factor: 2.000
[   979.263] (**) PixArt Microsoft USB Optical Mouse: (accel) acceleration threshold: 4
[   979.263] (II) config/udev: Adding input device Microntek              USB Joystick           (/dev/input/event18)
[   979.263] (II) No input driver specified, ignoring this device.
[   979.263] (II) This device may have been added with another device file.
[   979.263] (II) config/udev: Adding input device Logitech K400 (/dev/input/event16)
[   979.263] (**) Logitech K400: Applying InputClass "evdev pointer catchall"
[   979.263] (**) Logitech K400: Applying InputClass "evdev keyboard catchall"
[   979.263] (**) Logitech K400: Applying InputClass "evdev pointer catchall"
[   979.263] (**) Logitech K400: Applying InputClass "evdev keyboard catchall"
[   979.263] (II) Using input driver 'evdev' for 'Logitech K400'
[   979.263] (**) Logitech K400: always reports core events
[   979.263] (**) evdev: Logitech K400: Device: "/dev/input/event16"
[   979.263] (--) evdev: Logitech K400: Vendor 0x46d Product 0x4024
[   979.263] (--) evdev: Logitech K400: Found 20 mouse buttons
[   979.263] (--) evdev: Logitech K400: Found scroll wheel(s)
[   979.263] (--) evdev: Logitech K400: Found relative axes
[   979.263] (--) evdev: Logitech K400: Found x and y relative axes
[   979.263] (--) evdev: Logitech K400: Found absolute axes
[   979.263] (II) evdev: Logitech K400: Forcing absolute x/y axes to exist.
[   979.263] (--) evdev: Logitech K400: Found keys
[   979.263] (II) evdev: Logitech K400: Configuring as mouse
[   979.263] (II) evdev: Logitech K400: Configuring as keyboard
[   979.263] (II) evdev: Logitech K400: Adding scrollwheel support
[   979.263] (**) evdev: Logitech K400: YAxisMapping: buttons 4 and 5
[   979.263] (**) evdev: Logitech K400: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   979.263] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0005/0003:046D:4024.0007/input/input16/event16"
[   979.263] (II) XINPUT: Adding extended input device "Logitech K400" (type: KEYBOARD, id 9)
[   979.263] (**) Option "xkb_rules" "evdev"
[   979.263] (**) Option "xkb_layout" "br"
[   979.263] (**) Option "xkb_variant" "abnt2"
[   979.263] (II) evdev: Logitech K400: initialized for relative axes.
[   979.263] (WW) evdev: Logitech K400: ignoring absolute axes.
[   979.263] (**) Logitech K400: (accel) keeping acceleration scheme 1
[   979.263] (**) Logitech K400: (accel) acceleration profile 0
[   979.263] (**) Logitech K400: (accel) acceleration factor: 2.000
[   979.263] (**) Logitech K400: (accel) acceleration threshold: 4
[   979.263] (II) config/udev: Adding input device Wacom Co.,Ltd. Intuos PS (/dev/input/event15)
[   979.263] (**) Wacom Co.,Ltd. Intuos PS: Applying InputClass "evdev pointer catchall"
[   979.264] (**) Wacom Co.,Ltd. Intuos PS: Applying InputClass "evdev pointer catchall"
[   979.264] (II) Using input driver 'evdev' for 'Wacom Co.,Ltd. Intuos PS'
[   979.264] (**) Wacom Co.,Ltd. Intuos PS: always reports core events
[   979.264] (**) evdev: Wacom Co.,Ltd. Intuos PS: Device: "/dev/input/event15"
[   979.340] (--) evdev: Wacom Co.,Ltd. Intuos PS: Vendor 0x56a Product 0x30e
[   979.340] (--) evdev: Wacom Co.,Ltd. Intuos PS: Found 9 mouse buttons
[   979.340] (--) evdev: Wacom Co.,Ltd. Intuos PS: Found relative axes
[   979.340] (--) evdev: Wacom Co.,Ltd. Intuos PS: Found x and y relative axes
[   979.340] (II) evdev: Wacom Co.,Ltd. Intuos PS: Configuring as mouse
[   979.340] (**) evdev: Wacom Co.,Ltd. Intuos PS: YAxisMapping: buttons 4 and 5
[   979.340] (**) evdev: Wacom Co.,Ltd. Intuos PS: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   979.340] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.2/0000:03:00.0/0000:04:00.0/usb3/3-2/3-2:1.2/0003:056A:030E.0006/input/input15/event15"
[   979.340] (II) XINPUT: Adding extended input device "Wacom Co.,Ltd. Intuos PS" (type: MOUSE, id 10)
[   979.340] (II) evdev: Wacom Co.,Ltd. Intuos PS: initialized for relative axes.
[   979.340] (**) Wacom Co.,Ltd. Intuos PS: (accel) keeping acceleration scheme 1
[   979.340] (**) Wacom Co.,Ltd. Intuos PS: (accel) acceleration profile 0
[   979.340] (**) Wacom Co.,Ltd. Intuos PS: (accel) acceleration factor: 2.000
[   979.340] (**) Wacom Co.,Ltd. Intuos PS: (accel) acceleration threshold: 4
[   979.340] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event2)
[   979.340] (II) No input driver specified, ignoring this device.
[   979.340] (II) This device may have been added with another device file.
[   979.340] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event3)
[   979.340] (II) No input driver specified, ignoring this device.
[   979.340] (II) This device may have been added with another device file.
[   979.340] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event4)
[   979.340] (II) No input driver specified, ignoring this device.
[   979.340] (II) This device may have been added with another device file.
[   979.340] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event5)
[   979.340] (II) No input driver specified, ignoring this device.
[   979.340] (II) This device may have been added with another device file.
[   979.340] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=10 (/dev/input/event6)
[   979.340] (II) No input driver specified, ignoring this device.
[   979.340] (II) This device may have been added with another device file.
[   979.340] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=11 (/dev/input/event7)
[   979.340] (II) No input driver specified, ignoring this device.
[   979.340] (II) This device may have been added with another device file.
[   979.340] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event10)
[   979.340] (II) No input driver specified, ignoring this device.
[   979.340] (II) This device may have been added with another device file.
[   979.340] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event11)
[   979.340] (II) No input driver specified, ignoring this device.
[   979.340] (II) This device may have been added with another device file.
[   979.340] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event12)
[   979.340] (II) No input driver specified, ignoring this device.
[   979.340] (II) This device may have been added with another device file.
[   979.341] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event13)
[   979.341] (II) No input driver specified, ignoring this device.
[   979.341] (II) This device may have been added with another device file.
[   979.341] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event14)
[   979.341] (II) No input driver specified, ignoring this device.
[   979.341] (II) This device may have been added with another device file.
[   979.341] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event8)
[   979.341] (II) No input driver specified, ignoring this device.
[   979.341] (II) This device may have been added with another device file.
[   979.341] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event9)
[   979.341] (II) No input driver specified, ignoring this device.
[   979.341] (II) This device may have been added with another device file.

I couldn't really figure out what was wrong from it :/
Back to top
View user's profile Send private message
charles17
Advocate
Advocate


Joined: 02 Mar 2008
Posts: 3664

PostPosted: Sun Feb 23, 2020 9:25 am    Post subject: Reply with quote

You might also find some help searching the web: https://superuser.com/questions/881538/configure-keyboard-on-arch-linux
BTW: What's the reason for using old evdev instead of libinput (see https://wiki.gentoo.org/wiki/Libinput#Installation)?
Back to top
View user's profile Send private message
krinn
Watchman
Watchman


Joined: 02 May 2003
Posts: 7470

PostPosted: Sun Feb 23, 2020 11:45 am    Post subject: Reply with quote

Code:
[   979.263] (**) Logitech K400: Applying InputClass "evdev keyboard catchall"
[   979.263] (II) XINPUT: Adding extended input device "Logitech K400" (type: KEYBOARD, id 9)
[   979.263] (**) Option "xkb_rules" "evdev"
[   979.263] (**) Option "xkb_layout" "br"
[   979.263] (**) Option "xkb_variant" "abnt2"

xorg is saying it is doing what you where trying to do, from xorg point of view, it's good
maybe you have configure your UI to use another keyboard layout, some UI have an option to pass over xorg settings (mate and gnome can do that at least)

if you want try, go to your login manager (before the GUI is loaded ; so before any keyboard manager from the UI is loaded), and you should see the keyboard layout is set properly
Back to top
View user's profile Send private message
vhns
n00b
n00b


Joined: 22 Feb 2020
Posts: 21
Location: Brazil

PostPosted: Mon Feb 24, 2020 9:47 pm    Post subject: Reply with quote

charles17 wrote:
You might also find some help searching the web: https://superuser.com/questions/881538/configure-keyboard-on-arch-linux
BTW: What's the reason for using old evdev instead of libinput (see https://wiki.gentoo.org/wiki/Libinput#Installation)?


Thanks I'll try that. I was told in #gentoo on freenode that evdev was the best/most recent. I've pretty much always used libinput in the past.

krinn wrote:
Code:
[   979.263] (**) Logitech K400: Applying InputClass "evdev keyboard catchall"
[   979.263] (II) XINPUT: Adding extended input device "Logitech K400" (type: KEYBOARD, id 9)
[   979.263] (**) Option "xkb_rules" "evdev"
[   979.263] (**) Option "xkb_layout" "br"
[   979.263] (**) Option "xkb_variant" "abnt2"

xorg is saying it is doing what you where trying to do, from xorg point of view, it's good
maybe you have configure your UI to use another keyboard layout, some UI have an option to pass over xorg settings (mate and gnome can do that at least)

if you want try, go to your login manager (before the GUI is loaded ; so before any keyboard manager from the UI is loaded), and you should see the keyboard layout is set properly


I don't run anything other than dwm through startx so I don't have such things for changing keyboard layout.
Back to top
View user's profile Send private message
vhns
n00b
n00b


Joined: 22 Feb 2020
Posts: 21
Location: Brazil

PostPosted: Tue Feb 25, 2020 12:31 am    Post subject: Reply with quote

Using libinput with the following xorg.conf fixed the issue:
Code:

Section "InputClass"
        Identifier      "system-keyboard"
        MatchIsKeyboard "on"
        Option  "XkbLayout"     "br"
        Option  "XkbVariant"    "abnt2"
EndSection

For some reason the same config on evdev still wouldn't work. Here's my xorg.log with libinput. Also, if I specified the driver as "libinput" it wouldn't work either.
Code:

[   385.879]
X.Org X Server 1.20.6
X Protocol Version 11, Revision 0
[   385.879] Build Operating System: Linux 5.4.17-ckoniichanr1 x86_64 Gentoo
[   385.879] Current Operating System: Linux megatron 5.4.17-ckoniichanr1 #2 SMP PREEMPT Sat Feb 8 18:21:45 -03 2020 x86_64
[   385.879] Kernel command line: root=/dev/nvme0n1p3 nvme_core.default_ps_max_latency_us=0 rw quiet
[   385.879] Build Date: 13 February 2020  10:38:54PM
[   385.879] 
[   385.879] Current version of pixman: 0.38.4
[   385.879]    Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
[   385.879] Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   385.879] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Feb 24 21:30:09 2020
[   385.880] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   385.880] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   385.880] (==) No Layout section.  Using the first Screen section.
[   385.880] (==) No screen section available. Using defaults.
[   385.880] (**) |-->Screen "Default Screen Section" (0)
[   385.880] (**) |   |-->Monitor "<default monitor>"
[   385.880] (==) No monitor specified for screen "Default Screen Section".
   Using a default monitor configuration.
[   385.880] (==) Automatically adding devices
[   385.880] (==) Automatically enabling devices
[   385.880] (==) Automatically adding GPU devices
[   385.880] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   385.880] (WW) The directory "/usr/share/fonts/misc/" does not exist.
[   385.880]    Entry deleted from font path.
[   385.880] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[   385.880]    Entry deleted from font path.
[   385.880] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[   385.880]    Entry deleted from font path.
[   385.880] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[   385.880]    Entry deleted from font path.
[   385.880] (WW) The directory "/usr/share/fonts/100dpi/" does not exist.
[   385.880]    Entry deleted from font path.
[   385.880] (WW) The directory "/usr/share/fonts/75dpi/" does not exist.
[   385.880]    Entry deleted from font path.
[   385.880] (==) FontPath set to:
   
[   385.880] (==) ModulePath set to "/usr/lib64/xorg/modules"
[   385.880] (II) The server relies on udev to provide the list of input devices.
   If no devices become available, reconfigure udev or disable AutoAddDevices.
[   385.880] (II) Loader magic: 0x55cc05b7cc40
[   385.880] (II) Module ABI versions:
[   385.880]    X.Org ANSI C Emulation: 0.4
[   385.880]    X.Org Video Driver: 24.0
[   385.880]    X.Org XInput driver : 24.1
[   385.880]    X.Org Server Extension : 10.0
[   385.880] (II) xfree86: Adding drm device (/dev/dri/card0)
[   385.907] (--) PCI:*(10@0:0:0) 1002:67df:1458:22fc rev 231, Mem @ 0xe0000000/268435456, 0xf0000000/2097152, 0xfe800000/262144, I/O @ 0x0000d000/256, BIOS @ 0x????????/131072
[   385.907] (II) LoadModule: "glx"
[   385.907] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[   385.908] (II) Module glx: vendor="X.Org Foundation"
[   385.908]    compiled for 1.20.6, module version = 1.0.0
[   385.908]    ABI class: X.Org Server Extension, version 10.0
[   385.908] (II) Applying OutputClass "AMDgpu" to /dev/dri/card0
[   385.908]    loading driver: amdgpu
[   385.908] (==) Matched amdgpu as autoconfigured driver 0
[   385.908] (==) Matched ati as autoconfigured driver 1
[   385.908] (==) Matched modesetting as autoconfigured driver 2
[   385.908] (==) Matched fbdev as autoconfigured driver 3
[   385.908] (==) Matched vesa as autoconfigured driver 4
[   385.908] (==) Assigned the driver to the xf86ConfigLayout
[   385.908] (II) LoadModule: "amdgpu"
[   385.908] (II) Loading /usr/lib64/xorg/modules/drivers/amdgpu_drv.so
[   385.908] (II) Module amdgpu: vendor="X.Org Foundation"
[   385.908]    compiled for 1.20.6, module version = 19.1.0
[   385.908]    Module class: X.Org Video Driver
[   385.908]    ABI class: X.Org Video Driver, version 24.0
[   385.908] (II) LoadModule: "ati"
[   385.908] (II) Loading /usr/lib64/xorg/modules/drivers/ati_drv.so
[   385.908] (II) Module ati: vendor="X.Org Foundation"
[   385.908]    compiled for 1.20.6, module version = 19.1.0
[   385.908]    Module class: X.Org Video Driver
[   385.908]    ABI class: X.Org Video Driver, version 24.0
[   385.933] (II) LoadModule: "modesetting"
[   385.933] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[   385.933] (II) Module modesetting: vendor="X.Org Foundation"
[   385.933]    compiled for 1.20.6, module version = 1.20.6
[   385.933]    Module class: X.Org Video Driver
[   385.933]    ABI class: X.Org Video Driver, version 24.0
[   385.933] (II) LoadModule: "fbdev"
[   385.933] (WW) Warning, couldn't open module fbdev
[   385.933] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   385.933] (II) LoadModule: "vesa"
[   385.933] (WW) Warning, couldn't open module vesa
[   385.933] (EE) Failed to load module "vesa" (module does not exist, 0)
[   385.933] (II) AMDGPU: Driver for AMD Radeon:
   All GPUs supported by the amdgpu kernel driver
[   385.933] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   385.933] (--) using VT number 7

[   385.937] (II) AMDGPU(0): [KMS] Kernel modesetting enabled.
[   385.937] (WW) Falling back to old probe method for modesetting
[   385.937] (II) AMDGPU(0): Creating default Display subsection in Screen section
   "Default Screen Section" for depth/fbbpp 24/32
[   385.937] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[   385.937] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[   385.937] (==) AMDGPU(0): Default visual is TrueColor
[   385.937] (==) AMDGPU(0): RGB weight 888
[   385.937] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[   385.937] (--) AMDGPU(0): Chipset: "Radeon RX 580 Series" (ChipID = 0x67df)
[   385.937] (II) Loading sub module "fb"
[   385.937] (II) LoadModule: "fb"
[   385.937] (II) Loading /usr/lib64/xorg/modules/libfb.so
[   385.937] (II) Module fb: vendor="X.Org Foundation"
[   385.937]    compiled for 1.20.6, module version = 1.0.0
[   385.937]    ABI class: X.Org ANSI C Emulation, version 0.4
[   385.937] (II) Loading sub module "dri2"
[   385.937] (II) LoadModule: "dri2"
[   385.937] (II) Module "dri2" already built-in
[   385.983] (II) Loading sub module "glamoregl"
[   385.983] (II) LoadModule: "glamoregl"
[   385.983] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
[   385.986] (II) Module glamoregl: vendor="X.Org Foundation"
[   385.986]    compiled for 1.20.6, module version = 1.0.1
[   385.986]    ABI class: X.Org ANSI C Emulation, version 0.4
[   386.006] (II) AMDGPU(0): glamor X acceleration enabled on Radeon RX 580 Series (POLARIS10, DRM 3.35.0, 5.4.17-ckoniichanr1, LLVM 9.0.1)
[   386.006] (II) AMDGPU(0): glamor detected, initialising EGL layer.
[   386.006] (==) AMDGPU(0): TearFree property default: auto
[   386.006] (==) AMDGPU(0): VariableRefresh: disabled
[   386.006] (II) AMDGPU(0): KMS Pageflipping: enabled
[   386.029] (II) AMDGPU(0): Output DisplayPort-0 has no monitor section
[   386.052] (II) AMDGPU(0): Output DisplayPort-1 has no monitor section
[   386.075] (II) AMDGPU(0): Output DisplayPort-2 has no monitor section
[   386.135] (II) AMDGPU(0): Output HDMI-A-0 has no monitor section
[   386.136] (II) AMDGPU(0): Output DVI-D-0 has no monitor section
[   386.158] (II) AMDGPU(0): EDID for output DisplayPort-0
[   386.181] (II) AMDGPU(0): EDID for output DisplayPort-1
[   386.204] (II) AMDGPU(0): EDID for output DisplayPort-2
[   386.265] (II) Quirked EDID physical size to 0x0 cm
[   386.265] (II) AMDGPU(0): EDID for output HDMI-A-0
[   386.265] (II) AMDGPU(0): Manufacturer: SAM  Model: 60d  Serial#: 0
[   386.265] (II) AMDGPU(0): Year: 2009  Week: 28
[   386.265] (II) AMDGPU(0): EDID Version: 1.3
[   386.265] (II) AMDGPU(0): Digital Display Input
[   386.265] (II) AMDGPU(0): Indeterminate output size
[   386.265] (II) AMDGPU(0): Gamma: 2.20
[   386.265] (II) AMDGPU(0): No DPMS capabilities specified
[   386.265] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[   386.265] (II) AMDGPU(0): First detailed timing is preferred mode
[   386.265] (II) AMDGPU(0): redX: 0.648 redY: 0.339   greenX: 0.282 greenY: 0.603
[   386.265] (II) AMDGPU(0): blueX: 0.143 blueY: 0.070   whiteX: 0.312 whiteY: 0.329
[   386.265] (II) AMDGPU(0): Supported established timings:
[   386.265] (II) AMDGPU(0): 720x400@70Hz
[   386.265] (II) AMDGPU(0): 640x480@60Hz
[   386.265] (II) AMDGPU(0): 640x480@67Hz
[   386.265] (II) AMDGPU(0): 640x480@72Hz
[   386.265] (II) AMDGPU(0): 640x480@75Hz
[   386.265] (II) AMDGPU(0): 800x600@56Hz
[   386.265] (II) AMDGPU(0): 800x600@60Hz
[   386.265] (II) AMDGPU(0): 800x600@72Hz
[   386.265] (II) AMDGPU(0): 800x600@75Hz
[   386.265] (II) AMDGPU(0): 832x624@75Hz
[   386.265] (II) AMDGPU(0): 1024x768@60Hz
[   386.265] (II) AMDGPU(0): 1024x768@70Hz
[   386.265] (II) AMDGPU(0): 1024x768@75Hz
[   386.265] (II) AMDGPU(0): 1280x1024@75Hz
[   386.265] (II) AMDGPU(0): 1152x864@75Hz
[   386.265] (II) AMDGPU(0): Manufacturer's mask: 0
[   386.265] (II) AMDGPU(0): Supported standard timings:
[   386.265] (II) AMDGPU(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[   386.265] (II) AMDGPU(0): #1: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[   386.265] (II) AMDGPU(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[   386.265] (II) AMDGPU(0): #3: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[   386.265] (II) AMDGPU(0): #4: hsize: 1280  vsize 800  refresh: 60  vid: 129
[   386.265] (II) AMDGPU(0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[   386.265] (II) AMDGPU(0): #6: hsize: 1440  vsize 900  refresh: 60  vid: 149
[   386.265] (II) AMDGPU(0): Supported detailed timing:
[   386.265] (II) AMDGPU(0): clock: 148.5 MHz   Image Size:  160 x 90 mm
[   386.265] (II) AMDGPU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[   386.265] (II) AMDGPU(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[   386.265] (II) AMDGPU(0): Supported detailed timing:
[   386.265] (II) AMDGPU(0): clock: 74.2 MHz   Image Size:  160 x 90 mm
[   386.265] (II) AMDGPU(0): h_active: 1280  h_sync: 1720  h_sync_end 1760 h_blank_end 1980 h_border: 0
[   386.265] (II) AMDGPU(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[   386.265] (II) AMDGPU(0): Ranges: V min: 24 V max: 75 Hz, H min: 26 H max: 81 kHz, PixClock max 235 MHz
[   386.265] (II) AMDGPU(0): Monitor name: SyncMaster
[   386.265] (II) AMDGPU(0): Supported detailed timing:
[   386.265] (II) AMDGPU(0): clock: 74.2 MHz   Image Size:  160 x 90 mm
[   386.265] (II) AMDGPU(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[   386.265] (II) AMDGPU(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[   386.265] (II) AMDGPU(0): Supported detailed timing:
[   386.265] (II) AMDGPU(0): clock: 74.2 MHz   Image Size:  160 x 90 mm
[   386.265] (II) AMDGPU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[   386.265] (II) AMDGPU(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[   386.265] (II) AMDGPU(0): Supported detailed timing:
[   386.265] (II) AMDGPU(0): clock: 74.2 MHz   Image Size:  160 x 90 mm
[   386.265] (II) AMDGPU(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[   386.265] (II) AMDGPU(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[   386.265] (II) AMDGPU(0): Supported detailed timing:
[   386.265] (II) AMDGPU(0): clock: 27.0 MHz   Image Size:  160 x 90 mm
[   386.265] (II) AMDGPU(0): h_active: 720  h_sync: 732  h_sync_end 796 h_blank_end 864 h_border: 0
[   386.265] (II) AMDGPU(0): v_active: 576  v_sync: 581  v_sync_end 586 v_blanking: 625 v_border: 0
[   386.265] (II) AMDGPU(0): Supported detailed timing:
[   386.265] (II) AMDGPU(0): clock: 27.0 MHz   Image Size:  160 x 90 mm
[   386.265] (II) AMDGPU(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[   386.265] (II) AMDGPU(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[   386.265] (II) AMDGPU(0): Number of EDID sections to follow: 1
[   386.265] (II) AMDGPU(0): EDID (in hex):
[   386.265] (II) AMDGPU(0):    00ffffffffffff004c2d0d0600000000
[   386.265] (II) AMDGPU(0):    1c130103801009780a3581a656489a24
[   386.265] (II) AMDGPU(0):    125054bfef80714f81408180a9408100
[   386.265] (II) AMDGPU(0):    b30095000101023a801871382d40582c
[   386.265] (II) AMDGPU(0):    4500a05a0000001e011d00bc52d01e20
[   386.265] (II) AMDGPU(0):    b8285540a05a0000001e000000fd0018
[   386.265] (II) AMDGPU(0):    4b1a5117000a202020202020000000fc
[   386.265] (II) AMDGPU(0):    0053796e634d61737465720a202001cc
[   386.265] (II) AMDGPU(0):    02031ef14d930405140312101f202122
[   386.265] (II) AMDGPU(0):    07162309070767030c001000b82d011d
[   386.265] (II) AMDGPU(0):    80d0721c1620102c2580a05a0000009e
[   386.265] (II) AMDGPU(0):    011d8018711c1620582c2500a05a0000
[   386.265] (II) AMDGPU(0):    009e011d007251d01e206e285500a05a
[   386.265] (II) AMDGPU(0):    0000001e8c0ad090204031200c405500
[   386.265] (II) AMDGPU(0):    a05a0000001e8c0ad08a20e02d10103e
[   386.265] (II) AMDGPU(0):    9600a05a0000001e00000000000000a6
[   386.265] (--) AMDGPU(0): HDMI max TMDS frequency 225000KHz
[   386.265] (II) AMDGPU(0): Printing probed modes for output HDMI-A-0
[   386.265] (II) AMDGPU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[   386.265] (II) AMDGPU(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[   386.265] (II) AMDGPU(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[   386.265] (II) AMDGPU(0): Modeline "1920x1080i"x60.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[   386.265] (II) AMDGPU(0): Modeline "1920x1080i"x50.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[   386.265] (II) AMDGPU(0): Modeline "1920x1080"x30.0   74.25  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[   386.265] (II) AMDGPU(0): Modeline "1920x1080"x25.0   74.25  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
[   386.265] (II) AMDGPU(0): Modeline "1920x1080"x24.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[   386.265] (II) AMDGPU(0): Modeline "1920x1080i"x59.9   74.18  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
[   386.265] (II) AMDGPU(0): Modeline "1920x1080"x30.0   74.18  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.7 kHz e)
[   386.265] (II) AMDGPU(0): Modeline "1920x1080"x24.0   74.18  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[   386.265] (II) AMDGPU(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[   386.265] (II) AMDGPU(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[   386.265] (II) AMDGPU(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   386.265] (II) AMDGPU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   386.265] (II) AMDGPU(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[   386.265] (II) AMDGPU(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[   386.265] (II) AMDGPU(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[   386.265] (II) AMDGPU(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   386.265] (II) AMDGPU(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   386.265] (II) AMDGPU(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[   386.265] (II) AMDGPU(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   386.265] (II) AMDGPU(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   386.265] (II) AMDGPU(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[   386.265] (II) AMDGPU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   386.265] (II) AMDGPU(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[   386.265] (II) AMDGPU(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[   386.265] (II) AMDGPU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   386.265] (II) AMDGPU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   386.265] (II) AMDGPU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   386.265] (II) AMDGPU(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 +hsync +vsync (31.2 kHz e)
[   386.265] (II) AMDGPU(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[   386.265] (II) AMDGPU(0): Modeline "720x576i"x50.0   13.50  720 732 795 864  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[   386.265] (II) AMDGPU(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[   386.265] (II) AMDGPU(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 +hsync +vsync (31.5 kHz e)
[   386.265] (II) AMDGPU(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[   386.265] (II) AMDGPU(0): Modeline "720x480i"x60.0   13.51  720 739 801 858  480 488 494 525 interlace -hsync -vsync (15.8 kHz e)
[   386.265] (II) AMDGPU(0): Modeline "720x480i"x59.9   13.50  720 739 801 858  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[   386.265] (II) AMDGPU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   386.265] (II) AMDGPU(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[   386.265] (II) AMDGPU(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[   386.265] (II) AMDGPU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   386.265] (II) AMDGPU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   386.265] (II) AMDGPU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   386.267] (II) AMDGPU(0): EDID for output DVI-D-0
[   386.267] (II) AMDGPU(0): Output DisplayPort-0 disconnected
[   386.267] (II) AMDGPU(0): Output DisplayPort-1 disconnected
[   386.267] (II) AMDGPU(0): Output DisplayPort-2 disconnected
[   386.267] (II) AMDGPU(0): Output HDMI-A-0 connected
[   386.267] (II) AMDGPU(0): Output DVI-D-0 disconnected
[   386.267] (II) AMDGPU(0): Using exact sizes for initial modes
[   386.267] (II) AMDGPU(0): Output HDMI-A-0 using initial mode 1920x1080 +0+0
[   386.267] (II) AMDGPU(0): mem size init: gart size :1ff972000 vram size: s:1ff2e7000 visible:f2e7000
[   386.267] (==) AMDGPU(0): DPI set to (96, 96)
[   386.267] (==) AMDGPU(0): Using gamma correction (1.0, 1.0, 1.0)
[   386.267] (II) Loading sub module "ramdac"
[   386.267] (II) LoadModule: "ramdac"
[   386.267] (II) Module "ramdac" already built-in
[   386.267] (II) UnloadModule: "modesetting"
[   386.267] (II) Unloading modesetting
[   386.267] (II) AMDGPU(0): [DRI2] Setup complete
[   386.267] (II) AMDGPU(0): [DRI2]   DRI driver: radeonsi
[   386.267] (II) AMDGPU(0): [DRI2]   VDPAU driver: radeonsi
[   386.267] (II) AMDGPU(0): Front buffer pitch: 8192 bytes
[   386.267] (II) AMDGPU(0): SYNC extension fences enabled
[   386.267] (II) AMDGPU(0): Present extension enabled
[   386.267] (==) AMDGPU(0): DRI3 enabled
[   386.267] (==) AMDGPU(0): Backing store enabled
[   386.267] (II) AMDGPU(0): Direct rendering enabled
[   386.280] (II) AMDGPU(0): Use GLAMOR acceleration.
[   386.280] (II) AMDGPU(0): Acceleration enabled
[   386.280] (==) AMDGPU(0): DPMS enabled
[   386.280] (==) AMDGPU(0): Silken mouse enabled
[   386.280] (II) AMDGPU(0): Set up textured video (glamor)
[   386.281] (II) Initializing extension Generic Event Extension
[   386.281] (II) Initializing extension SHAPE
[   386.281] (II) Initializing extension MIT-SHM
[   386.281] (II) Initializing extension XInputExtension
[   386.281] (II) Initializing extension XTEST
[   386.281] (II) Initializing extension BIG-REQUESTS
[   386.281] (II) Initializing extension SYNC
[   386.281] (II) Initializing extension XKEYBOARD
[   386.281] (II) Initializing extension XC-MISC
[   386.281] (II) Initializing extension XFIXES
[   386.281] (II) Initializing extension RENDER
[   386.281] (II) Initializing extension RANDR
[   386.281] (II) Initializing extension COMPOSITE
[   386.281] (II) Initializing extension DAMAGE
[   386.281] (II) Initializing extension MIT-SCREEN-SAVER
[   386.281] (II) Initializing extension DOUBLE-BUFFER
[   386.281] (II) Initializing extension RECORD
[   386.281] (II) Initializing extension DPMS
[   386.281] (II) Initializing extension Present
[   386.281] (II) Initializing extension DRI3
[   386.281] (II) Initializing extension X-Resource
[   386.281] (II) Initializing extension XVideo
[   386.281] (II) Initializing extension XVideo-MotionCompensation
[   386.281] (II) Initializing extension GLX
[   386.300] (II) AIGLX: Loaded and initialized radeonsi
[   386.300] (II) GLX: Initialized DRI2 GL provider for screen 0
[   386.300] (II) Initializing extension XFree86-VidModeExtension
[   386.300] (II) Initializing extension XFree86-DGA
[   386.300] (II) Initializing extension XFree86-DRI
[   386.300] (II) Initializing extension DRI2
[   386.301] (II) AMDGPU(0): Setting screen physical size to 508 x 285
[   386.350] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   386.350] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   386.350] (**) Power Button: Applying InputClass "system-keyboard"
[   386.350] (II) LoadModule: "libinput"
[   386.350] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so
[   386.351] (II) Module libinput: vendor="X.Org Foundation"
[   386.351]    compiled for 1.20.6, module version = 0.29.0
[   386.351]    Module class: X.Org XInput Driver
[   386.351]    ABI class: X.Org XInput driver, version 24.1
[   386.351] (II) Using input driver 'libinput' for 'Power Button'
[   386.351] (**) Power Button: always reports core events
[   386.351] (**) Option "Device" "/dev/input/event1"
[   386.351] (**) Option "_source" "server/udev"
[   386.351] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   386.352] (II) event1  - Power Button: device is a keyboard
[   386.352] (II) event1  - Power Button: device removed
[   386.410] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[   386.410] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   386.410] (**) Option "xkb_layout" "br"
[   386.410] (**) Option "xkb_variant" "abnt2"
[   386.420] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   386.420] (II) event1  - Power Button: device is a keyboard
[   386.421] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   386.421] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   386.421] (**) Power Button: Applying InputClass "system-keyboard"
[   386.421] (II) Using input driver 'libinput' for 'Power Button'
[   386.421] (**) Power Button: always reports core events
[   386.421] (**) Option "Device" "/dev/input/event0"
[   386.421] (**) Option "_source" "server/udev"
[   386.421] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   386.421] (II) event0  - Power Button: device is a keyboard
[   386.421] (II) event0  - Power Button: device removed
[   386.500] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[   386.500] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[   386.500] (**) Option "xkb_layout" "br"
[   386.500] (**) Option "xkb_variant" "abnt2"
[   386.500] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   386.500] (II) event0  - Power Button: device is a keyboard
[   386.501] (II) config/udev: Adding input device PixArt Microsoft USB Optical Mouse (/dev/input/event17)
[   386.501] (**) PixArt Microsoft USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[   386.501] (II) Using input driver 'libinput' for 'PixArt Microsoft USB Optical Mouse'
[   386.501] (**) PixArt Microsoft USB Optical Mouse: always reports core events
[   386.501] (**) Option "Device" "/dev/input/event17"
[   386.501] (**) Option "_source" "server/udev"
[   386.501] (II) event17 - PixArt Microsoft USB Optical Mouse: is tagged by udev as: Mouse
[   386.501] (II) event17 - PixArt Microsoft USB Optical Mouse: device is a pointer
[   386.501] (II) event17 - PixArt Microsoft USB Optical Mouse: device removed
[   386.560] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-11/1-11:1.0/0003:045E:00CB.0008/input/input17/event17"
[   386.560] (II) XINPUT: Adding extended input device "PixArt Microsoft USB Optical Mouse" (type: MOUSE, id 8)
[   386.560] (**) Option "AccelerationScheme" "none"
[   386.560] (**) PixArt Microsoft USB Optical Mouse: (accel) selected scheme none/0
[   386.560] (**) PixArt Microsoft USB Optical Mouse: (accel) acceleration factor: 2.000
[   386.560] (**) PixArt Microsoft USB Optical Mouse: (accel) acceleration threshold: 4
[   386.561] (II) event17 - PixArt Microsoft USB Optical Mouse: is tagged by udev as: Mouse
[   386.561] (II) event17 - PixArt Microsoft USB Optical Mouse: device is a pointer
[   386.561] (II) config/udev: Adding input device Microntek              USB Joystick           (/dev/input/event18)
[   386.561] (II) No input driver specified, ignoring this device.
[   386.561] (II) This device may have been added with another device file.
[   386.561] (II) config/udev: Adding input device Logitech K400 (/dev/input/event16)
[   386.561] (**) Logitech K400: Applying InputClass "libinput pointer catchall"
[   386.561] (**) Logitech K400: Applying InputClass "libinput keyboard catchall"
[   386.561] (**) Logitech K400: Applying InputClass "system-keyboard"
[   386.561] (II) Using input driver 'libinput' for 'Logitech K400'
[   386.561] (**) Logitech K400: always reports core events
[   386.561] (**) Option "Device" "/dev/input/event16"
[   386.561] (**) Option "_source" "server/udev"
[   386.562] (II) event16 - Logitech K400: is tagged by udev as: Keyboard Mouse
[   386.562] (II) event16 - Logitech K400: device is a pointer
[   386.562] (II) event16 - Logitech K400: device is a keyboard
[   386.562] (II) event16 - Logitech K400: device removed
[   386.620] (II) libinput: Logitech K400: needs a virtual subdevice
[   386.620] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4024.0007/input/input16/event16"
[   386.620] (II) XINPUT: Adding extended input device "Logitech K400" (type: MOUSE, id 9)
[   386.620] (**) Option "AccelerationScheme" "none"
[   386.620] (**) Logitech K400: (accel) selected scheme none/0
[   386.620] (**) Logitech K400: (accel) acceleration factor: 2.000
[   386.620] (**) Logitech K400: (accel) acceleration threshold: 4
[   386.620] (II) event16 - Logitech K400: is tagged by udev as: Keyboard Mouse
[   386.620] (II) event16 - Logitech K400: device is a pointer
[   386.620] (II) event16 - Logitech K400: device is a keyboard
[   386.621] (II) config/udev: Adding input device Wacom Co.,Ltd. Intuos PS (/dev/input/event15)
[   386.621] (**) Wacom Co.,Ltd. Intuos PS: Applying InputClass "libinput pointer catchall"
[   386.621] (II) Using input driver 'libinput' for 'Wacom Co.,Ltd. Intuos PS'
[   386.621] (**) Wacom Co.,Ltd. Intuos PS: always reports core events
[   386.621] (**) Option "Device" "/dev/input/event15"
[   386.621] (**) Option "_source" "server/udev"
[   386.690] (II) event15 - Wacom Co.,Ltd. Intuos PS: is tagged by udev as: Mouse
[   386.691] (II) event15 - Wacom Co.,Ltd. Intuos PS: device is a pointer
[   386.691] (II) event15 - Wacom Co.,Ltd. Intuos PS: device removed
[   386.750] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.2/0000:03:00.0/0000:04:00.0/usb3/3-2/3-2:1.2/0003:056A:030E.0006/input/input15/event15"
[   386.750] (II) XINPUT: Adding extended input device "Wacom Co.,Ltd. Intuos PS" (type: MOUSE, id 10)
[   386.750] (**) Option "AccelerationScheme" "none"
[   386.750] (**) Wacom Co.,Ltd. Intuos PS: (accel) selected scheme none/0
[   386.750] (**) Wacom Co.,Ltd. Intuos PS: (accel) acceleration factor: 2.000
[   386.750] (**) Wacom Co.,Ltd. Intuos PS: (accel) acceleration threshold: 4
[   386.820] (II) event15 - Wacom Co.,Ltd. Intuos PS: is tagged by udev as: Mouse
[   386.821] (II) event15 - Wacom Co.,Ltd. Intuos PS: device is a pointer
[   386.821] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event2)
[   386.821] (II) No input driver specified, ignoring this device.
[   386.821] (II) This device may have been added with another device file.
[   386.821] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event3)
[   386.821] (II) No input driver specified, ignoring this device.
[   386.821] (II) This device may have been added with another device file.
[   386.821] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event4)
[   386.821] (II) No input driver specified, ignoring this device.
[   386.821] (II) This device may have been added with another device file.
[   386.821] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event5)
[   386.821] (II) No input driver specified, ignoring this device.
[   386.821] (II) This device may have been added with another device file.
[   386.821] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=10 (/dev/input/event6)
[   386.821] (II) No input driver specified, ignoring this device.
[   386.821] (II) This device may have been added with another device file.
[   386.821] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=11 (/dev/input/event7)
[   386.821] (II) No input driver specified, ignoring this device.
[   386.821] (II) This device may have been added with another device file.
[   386.821] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event10)
[   386.821] (II) No input driver specified, ignoring this device.
[   386.821] (II) This device may have been added with another device file.
[   386.821] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event11)
[   386.821] (II) No input driver specified, ignoring this device.
[   386.821] (II) This device may have been added with another device file.
[   386.822] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event12)
[   386.822] (II) No input driver specified, ignoring this device.
[   386.822] (II) This device may have been added with another device file.
[   386.822] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event13)
[   386.822] (II) No input driver specified, ignoring this device.
[   386.822] (II) This device may have been added with another device file.
[   386.822] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event14)
[   386.822] (II) No input driver specified, ignoring this device.
[   386.822] (II) This device may have been added with another device file.
[   386.822] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event8)
[   386.822] (II) No input driver specified, ignoring this device.
[   386.822] (II) This device may have been added with another device file.
[   386.822] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event9)
[   386.822] (II) No input driver specified, ignoring this device.
[   386.822] (II) This device may have been added with another device file.
[   386.823] (**) Logitech K400: Applying InputClass "libinput pointer catchall"
[   386.823] (**) Logitech K400: Applying InputClass "libinput keyboard catchall"
[   386.823] (**) Logitech K400: Applying InputClass "system-keyboard"
[   386.823] (II) Using input driver 'libinput' for 'Logitech K400'
[   386.823] (**) Logitech K400: always reports core events
[   386.823] (**) Option "Device" "/dev/input/event16"
[   386.823] (**) Option "_source" "_driver/libinput"
[   386.823] (II) libinput: Logitech K400: is a virtual subdevice
[   386.823] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4024.0007/input/input16/event16"
[   386.823] (II) XINPUT: Adding extended input device "Logitech K400" (type: KEYBOARD, id 11)
[   386.823] (**) Option "xkb_layout" "br"
[   386.823] (**) Option "xkb_variant" "abnt2"
Back to top
View user's profile Send private message
charles17
Advocate
Advocate


Joined: 02 Mar 2008
Posts: 3664

PostPosted: Tue Feb 25, 2020 9:20 am    Post subject: Reply with quote

vhns wrote:
Using libinput with the following xorg.conf fixed the issue:
Code:

Section "InputClass"
        Identifier      "system-keyboard"
        MatchIsKeyboard "on"
        Option  "XkbLayout"     "br"
        Option  "XkbVariant"    "abnt2"
EndSection

For some reason the same config on evdev still wouldn't work. Here's my xorg.log with libinput. Also, if I specified the driver as "libinput" it wouldn't work either.

Here is what I am using with libinput, if you like to compare:
/etc/X11/xorg.conf.d/keyboard_DE.conf:
#
# Set keyboard layout DE generally
#

Section "InputClass"
        Identifier "libinput keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
        Option "XkbLayout" "de"

        # https://bbs.archlinux.org/viewtopic.php?id=138320#p1084562
        Option "XkbOptions" "compose:ralt, caps:escape, terminate:ctrl_alt_bksp"
EndSection
/etc/X11/xorg.conf.d/30-touchpad.conf:
# https://wiki.archlinux.org/index.php/Libinput

Section "InputClass"
        Identifier "libinput touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"

        Option "Tapping" "on"
        Option "Accel Speed" "1.0"
EndSection

Maybe your setup is getting confused by "system-keyboard" as identifier?
Back to top
View user's profile Send private message
Hund
Apprentice
Apprentice


Joined: 18 Jul 2016
Posts: 218
Location: Sweden

PostPosted: Thu Mar 05, 2020 5:17 am    Post subject: Reply with quote

@vhns: Please use a pastebin service when posting larger outputs.
_________________
Collect memories, not things.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

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