You are not logged in.
There are multiple programs on my Arch Linux install that are just awful to use because almost everything is rendered halfway. This does not affect programs such as Firefox, Chrome, MuPDF, Gimp, virtualbox, terminals, etc. It does however affect qbittorrent, anki, etc. I have appended the following image to show what I am seeing: Just as a precaution, the image can also be viewed at this link.
The issue is that multiple drop down, fields, inputs, buttons and so on are either is not seen unless they are closer to the top of the program or they are only partially rendered where their bottom part and left part is cut of.
Anybody got an idea on why or how to fix it?
Machine info
OS: Arch Linux x86_64
WM: i3
CPU: Intel i5 @ 4.200GHz
GPU: NVIDIA GeForce
GPU: Intel HD Graphics
Some packages that I have
gtk2 2.24.33-2
gtk3 1:3.24.30+90+g20be04f7ac-1
wxgtk3 3.0.5.1-2
qt5-base 5.15.2+kde+r254-1
qt5-multimedia 5.15.2-1
qt5-svg 5.15.2+kde+r13-1
qt5-tools 5.15.2+kde+r17-4
qt5-x11extras 5.15.2-1
cairo 1.17.4-5
i3-gaps 4.20.1-1
anki-official-binary-bundle 2.1.49-1
Last edited by V1del (2021-11-13 20:51:17)
Offline
If installed remove xf86-video-intel and all configuration for it and retry.
Offline
If installed remove xf86-video-intel and all configuration for it and retry.
Tried that and apparently my computer does not need intel drivers to run... anyways, it unfortunately changed nothing. I still have the graphics glitch.
Also: I tried to check for what qbittorrent and anki have in common, and its qt5. However, I can run wireshark-qt without issues.
Last edited by destou (2021-11-13 21:56:31)
Offline
pacman -Qi xorg-serverOnline
output of pacman -Qi xorg-server
Name : xorg-server
Version : 21.1.1-3
Description : Xorg X server
Architecture : x86_64
URL : https://xorg.freedesktop.org
Licenses : custom
Groups : xorg
Provides : X-ABI-VIDEODRV_VERSION=25.2 X-ABI-XINPUT_VERSION=24.4 X-ABI-EXTENSION_VERSION=10.0 x-server
Depends On : libepoxy libxfont2 pixman xorg-server-common libunwind dbus libgl xf86-input-libinput nettle libpciaccess libdrm libxshmfence libxcvt
Optional Deps : None
Required By : None
Optional For : None
Conflicts With : nvidia-utils<=331.20 glamor-egl xf86-video-modesetting
Replaces : glamor-egl xf86-video-modesetting
Installed Size : 3.64 MiB
Packager : Andreas Radke <andyrtr@archlinux.org>
Build Date : Wed Nov 10 21:08:50 2021
Install Date : Fri Nov 12 15:05:46 2021
Install Reason : Explicitly installed
Install Script : Yes
Validated By : SignatureLast edited by destou (2021-11-17 07:16:36)
Offline
Nope, I thought it might be the DPI issue…
Since it seems Qt5, it might be the UI style.
QT_STYLE_OVERRIDE=Fusion anki
QT_STYLE_OVERRIDE=Plastique ankiAlso
printenv | grep -i qtOnline
Nope, I thought it might be the DPI issue…
Since it seems Qt5, it might be the UI style.QT_STYLE_OVERRIDE=Fusion anki QT_STYLE_OVERRIDE=Plastique ankiAlso
printenv | grep -i qt
printenv | grep -i qt
QT_LOGGING_RULES=*=false
QT_STYLE_OVERRIDE=PlastiqueI added the LOGGING_RULES myself based on the wiki, just to try different options. I changed the style_override per your idea but it changed nothing. There was no change in the visual representation of any kind. I tried to reboot, changed console, exported the rule, exported as sudo, write to
/etc/environmentbut there was no change in the glitch I see.
Offline
There was no change in the visual representation of any kind.
Does that include that the visual style didn't change?
ldd /usr/bin/ankiIs eg. vlc affected?
Online
There was no change in the visual representation of any kind.
Does that include that the visual style didn't change?
ldd /usr/bin/ankiIs eg. vlc affected?
ldd /usr/bin/anki
linux-vdso.so.1
libdl.so.2 => /usr/lib/libdl.so.2
libz.so.1 => /usr/lib/libz.so.1
libc.so.6 => /usr/lib/libc.so.6
/lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2There is no visual change in any program, anki, vlc, firefox, chrome, URXVt, wireshark, etc.
I did notice a very interesting change when I killed picom (previously called compton). Every menu, dropdown, etc loaded only in rays of visual data. It does however render fully if I move my mouse over the item a few times. The offset is still wrong, bottom and side parts are not rendered correctly. I have i3-gaps as my wm. The issue still remains after resizing the window of the program or refresh the desktop.
pacman -Qi picom
Name : picom
Version : 8.2-1
Description : X compositor that may fix tearing issues
Architecture : x86_64
URL : https://github.com/yshui/picom
Licenses : MIT MPL
Groups : None
Provides : compton
Depends On : hicolor-icon-theme libconfig libdbus libev libgl pcre pixman xcb-util-image xcb-util-renderutil
Optional Deps : dbus: For controlling picom via D-Bus [installed]
python: For running picom-convgen.py [installed]
xorg-xwininfo: For picom-trans
xorg-xprop: For picom-trans [installed]
Required By : None
Optional For : None
Conflicts With : compton
Replaces : compton
Installed Size : 375.46 KiB
Packager : Alexander R
Build Date : Mon Oct 26 15:39:38 2020
Install Date : Tue Nov 16 17:30:45 2021
Install Reason : Explicitly installed
Install Script : No
Validated By : Signaturepacman -Qi i3-gaps
Name : i3-gaps
Version : 4.20.1-1
Description : A fork of i3wm tiling window manager with more features, including gaps
Architecture : x86_64
URL : https://github.com/Airblader/i3
Licenses : BSD
Groups : i3
Provides : i3-wm
Depends On : xcb-util-keysyms xcb-util-wm libev yajl startup-notification pango perl xcb-util-cursor xcb-util-xrm libxkbcommon-x11
Optional Deps : rxvt-unicode: The terminal emulator used in the default config. [installed]
dmenu: As menu.
i3lock: For locking your screen.
i3status: To display system information with a bar.
perl-json-xs: For i3-save-tree
perl-anyevent-i3: For i3-save-tree
Required By : None
Optional For : rofi
Conflicts With : i3-wm
Replaces : None
Installed Size : 2.28 MiB
Packager : Morten Linderud <foxboron@archlinux.org>
Build Date : Wed Nov 3 21:43:26 2021
Install Date : Thu Nov 4 18:17:48 2021
Install Reason : Explicitly installed
Install Script : No
Validated By : Signaturepacman -Syyu
:: Synchronizing package databases...
core 137.3 KiB 1090 KiB/s 00:00 [#############################################################################] 100%
extra 1565.5 KiB 20.1 MiB/s 00:00 [#############################################################################] 100%
community 5.8 MiB 44.7 MiB/s 00:00 [#############################################################################] 100%
multilib 148.6 KiB 3.63 MiB/s 00:00 [#############################################################################] 100%
:: Starting full system upgrade...
there is nothing to doLast edited by destou (2021-11-16 16:38:58)
Offline
There is no visual change in any program, anki, vlc, firefox, chrome, URXVt, wireshark, etc.
firefox, chrome and urxvt are not Qt5 related anyway - does the problem exist there as well?
And anki doesn't link libqt5* either…
I did notice a very interesting change when I killed picom
Please post your xorg log, https://wiki.archlinux.org/title/Xorg#General
Online
firefox, chrome and urxvt are not Qt5 related anyway - does the problem exist there as well?
And anki doesn't link libqt5* either…Please post your xorg log, https://wiki.archlinux.org/title/Xorg#General
I am fully aware that firefox, etc have nothing to do with Qt5. That is why I wrote that they are not affected in an older post
. I do not however know what the source of this issue is. It seems to be Qt related. Maybe. And no, Firefox, chrome, etc is not affected by this issue.
cat Xorg.0.log
[ 29.706]
This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.
[ 29.706]
X.Org X Server 1.21.1.1
X Protocol Version 11, Revision 0
[ 29.706] Current Operating System: Linux archlinux 5.14.18-hardened1-1-hardened #1 SMP PREEMPT Sun, 14 Nov 2021 16:10:03 +0000 x86_64
[ 29.706] Kernel command line: pti=on page_alloc.shuffle=1 BOOT_IMAGE=/vmlinuz-linux-hardened root=/dev/mapper/volgroup0-lv_root rw loglevel=3 cryptdevice=/dev/sda2:volgroup0 lsm=lockdown,yama,apparmor,bpf quiet
[ 29.707]
[ 29.707] Current version of pixman: 0.40.0
[ 29.707] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 29.707] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 29.708] (==) Log file: "/home/user/.local/share/xorg/Xorg.0.log", Time: Tue Nov 16 17:10:03 2021
[ 29.715] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 29.716] (==) No Layout section. Using the first Screen section.
[ 29.716] (==) No screen section available. Using defaults.
[ 29.716] (**) |-->Screen "Default Screen Section" (0)
[ 29.716] (**) | |-->Monitor "<default monitor>"
[ 29.716] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 29.716] (==) Automatically adding devices
[ 29.716] (==) Automatically enabling devices
[ 29.716] (==) Automatically adding GPU devices
[ 29.716] (==) Automatically binding GPU devices
[ 29.716] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 29.717] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 29.717] Entry deleted from font path.
[ 29.719] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[ 29.719] Entry deleted from font path.
[ 29.719] (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[ 29.719] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF".
[ 29.719] Entry deleted from font path.
[ 29.719] (Run 'mkfontdir' on "/usr/share/fonts/OTF").
[ 29.719] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 29.719] Entry deleted from font path.
[ 29.719] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 29.719] Entry deleted from font path.
[ 29.719] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 29.719] Entry deleted from font path.
[ 29.719] (==) FontPath set to:
[ 29.719] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 29.719] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 29.719] (II) Module ABI versions:
[ 29.719] X.Org ANSI C Emulation: 0.4
[ 29.719] X.Org Video Driver: 25.2
[ 29.719] X.Org XInput driver : 24.4
[ 29.719] X.Org Server Extension : 10.0
[ 29.721] (++) using VT number 1
[ 29.725] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 29.729] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 29.729] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[ 29.731] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 11 paused 0
[ 29.733] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 29.733] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[ 29.734] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 12 paused 0
[ 29.741] (--) PCI:*(0@0:2:0) 8086:1912:1043:8694 rev 6, Mem @ 0xf5000000/16777216, 0xd0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[ 29.741] (--) PCI: (1@0:0:0) 10de:1b81:10de:1b81 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[ 29.741] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 29.741] (II) LoadModule: "glx"
[ 29.743] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 29.759] (II) Module glx: vendor="X.Org Foundation"
[ 29.759] compiled for 1.21.1.1, module version = 1.0.0
[ 29.759] ABI class: X.Org Server Extension, version 10.0
[ 29.759] (==) Matched intel as autoconfigured driver 0
[ 29.759] (==) Matched nouveau as autoconfigured driver 1
[ 29.759] (==) Matched nv as autoconfigured driver 2
[ 29.759] (==) Matched modesetting as autoconfigured driver 3
[ 29.759] (==) Matched fbdev as autoconfigured driver 4
[ 29.759] (==) Matched vesa as autoconfigured driver 5
[ 29.759] (==) Assigned the driver to the xf86ConfigLayout
[ 29.759] (II) LoadModule: "intel"
[ 29.760] (WW) Warning, couldn't open module intel
[ 29.760] (EE) Failed to load module "intel" (module does not exist, 0)
[ 29.760] (II) LoadModule: "nouveau"
[ 29.761] (WW) Warning, couldn't open module nouveau
[ 29.761] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 29.761] (II) LoadModule: "nv"
[ 29.761] (WW) Warning, couldn't open module nv
[ 29.761] (EE) Failed to load module "nv" (module does not exist, 0)
[ 29.761] (II) LoadModule: "modesetting"
[ 29.761] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 29.767] (II) Module modesetting: vendor="X.Org Foundation"
[ 29.767] compiled for 1.21.1.1, module version = 1.21.1
[ 29.767] Module class: X.Org Video Driver
[ 29.767] ABI class: X.Org Video Driver, version 25.2
[ 29.767] (II) LoadModule: "fbdev"
[ 29.767] (WW) Warning, couldn't open module fbdev
[ 29.767] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 29.767] (II) LoadModule: "vesa"
[ 29.767] (WW) Warning, couldn't open module vesa
[ 29.767] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 29.767] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 29.768] (II) modeset(0): using drv /dev/dri/card0
[ 29.768] (II) modeset(G0): using drv /dev/dri/card1
[ 29.768] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 29.768] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 29.768] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 29.768] (==) modeset(0): RGB weight 888
[ 29.768] (==) modeset(0): Default visual is TrueColor
[ 29.768] (II) Loading sub module "glamoregl"
[ 29.768] (II) LoadModule: "glamoregl"
[ 29.768] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 29.784] (II) Module glamoregl: vendor="X.Org Foundation"
[ 29.784] compiled for 1.21.1.1, module version = 1.0.1
[ 29.784] ABI class: X.Org ANSI C Emulation, version 0.4
[ 30.306] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 530 (SKL GT2)
[ 30.306] (II) modeset(0): glamor initialized
[ 30.306] (==) modeset(0): VariableRefresh: disabled
[ 30.307] (==) modeset(0): AsyncFlipSecondaries: disabled
[ 30.310] (II) modeset(0): Output HDMI-1 has no monitor section
[ 30.338] (II) modeset(0): Output HDMI-2 has no monitor section
[ 30.354] (II) modeset(0): Output DP-1 has no monitor section
[ 30.358] (II) modeset(0): EDID for output HDMI-1
[ 30.385] (II) modeset(0): EDID for output HDMI-2
[ 30.385] (II) modeset(0): Manufacturer: ACI Model: 27a1 Serial#: 16843009
[ 30.385] (II) modeset(0): Year: 2013 Week: 41
[ 30.385] (II) modeset(0): EDID Version: 1.3
[ 30.385] (II) modeset(0): Digital Display Input
[ 30.385] (II) modeset(0): Max Image Size [cm]: horiz.: 60 vert.: 34
[ 30.385] (II) modeset(0): Gamma: 2.20
[ 30.385] (II) modeset(0): DPMS capabilities: StandBy Suspend Off
[ 30.385] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 30.385] (II) modeset(0): First detailed timing is preferred mode
[ 30.385] (II) modeset(0): redX: 0.639 redY: 0.339 greenX: 0.309 greenY: 0.619
[ 30.385] (II) modeset(0): blueX: 0.156 blueY: 0.059 whiteX: 0.313 whiteY: 0.329
[ 30.385] (II) modeset(0): Supported established timings:
[ 30.385] (II) modeset(0): 720x400@70Hz
[ 30.385] (II) modeset(0): 640x480@60Hz
[ 30.385] (II) modeset(0): 640x480@67Hz
[ 30.385] (II) modeset(0): 640x480@72Hz
[ 30.385] (II) modeset(0): 640x480@75Hz
[ 30.385] (II) modeset(0): 800x600@56Hz
[ 30.385] (II) modeset(0): 800x600@60Hz
[ 30.385] (II) modeset(0): 800x600@72Hz
[ 30.385] (II) modeset(0): 800x600@75Hz
[ 30.385] (II) modeset(0): 832x624@75Hz
[ 30.385] (II) modeset(0): 1024x768@60Hz
[ 30.385] (II) modeset(0): 1024x768@70Hz
[ 30.385] (II) modeset(0): 1024x768@75Hz
[ 30.385] (II) modeset(0): 1280x1024@75Hz
[ 30.385] (II) modeset(0): Manufacturer's mask: 0
[ 30.385] (II) modeset(0): Supported standard timings:
[ 30.385] (II) modeset(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 30.385] (II) modeset(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 30.385] (II) modeset(0): #2: hsize: 1280 vsize 960 refresh: 60 vid: 16513
[ 30.385] (II) modeset(0): #3: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 30.385] (II) modeset(0): #4: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
[ 30.385] (II) modeset(0): #5: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 30.385] (II) modeset(0): #6: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
[ 30.385] (II) modeset(0): Supported detailed timing:
[ 30.385] (II) modeset(0): clock: 148.5 MHz Image Size: 598 x 336 mm
[ 30.385] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 30.385] (II) modeset(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 30.385] (II) modeset(0): Ranges: V min: 50 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[ 30.385] (II) modeset(0): Monitor name: VS278
[ 30.385] (II) modeset(0): Serial No: DALMQS041098
[ 30.385] (II) modeset(0): Supported detailed timing:
[ 30.385] (II) modeset(0): clock: 138.5 MHz Image Size: 598 x 336 mm
[ 30.385] (II) modeset(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 30.385] (II) modeset(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1110 v_border: 0
[ 30.385] (II) modeset(0): Supported detailed timing:
[ 30.385] (II) modeset(0): clock: 85.5 MHz Image Size: 598 x 336 mm
[ 30.385] (II) modeset(0): h_active: 1366 h_sync: 1436 h_sync_end 1579 h_blank_end 1792 h_border: 0
[ 30.385] (II) modeset(0): v_active: 768 v_sync: 771 v_sync_end 774 v_blanking: 798 v_border: 0
[ 30.385] (II) modeset(0): Supported detailed timing:
[ 30.385] (II) modeset(0): clock: 74.2 MHz Image Size: 598 x 336 mm
[ 30.385] (II) modeset(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
[ 30.385] (II) modeset(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 30.385] (II) modeset(0): Supported detailed timing:
[ 30.385] (II) modeset(0): clock: 27.0 MHz Image Size: 598 x 336 mm
[ 30.385] (II) modeset(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
[ 30.385] (II) modeset(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
[ 30.385] (II) modeset(0): Supported detailed timing:
[ 30.385] (II) modeset(0): clock: 74.2 MHz Image Size: 598 x 336 mm
[ 30.385] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 30.385] (II) modeset(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
[ 30.385] (II) modeset(0): Number of EDID sections to follow: 1
[ 30.385] (II) modeset(0): EDID (in hex):
[ 30.385] (II) modeset(0): 00ffffffffffff000469a12701010101
[ 30.385] (II) modeset(0): 29170103803c2278eab205a3564f9e28
[ 30.385] (II) modeset(0): 0f5054bfef00714f818081409500a940
[ 30.385] (II) modeset(0): b300d1c00101023a801871382d40582c
[ 30.385] (II) modeset(0): 450056502100001e000000fd00324c1e
[ 30.385] (II) modeset(0): 5311000a202020202020000000fc0056
[ 30.385] (II) modeset(0): 533237380a20202020202020000000ff
[ 30.385] (II) modeset(0): 0044414c4d51533034313039380a014c
[ 30.385] (II) modeset(0): 02031ef14b900504030201111213141f
[ 30.385] (II) modeset(0): 230907078301000065030c0010001a36
[ 30.385] (II) modeset(0): 80a070381e403020350056502100001a
[ 30.385] (II) modeset(0): 662156aa51001e30468f330056502100
[ 30.385] (II) modeset(0): 001e011d007251d01e206e2855005650
[ 30.385] (II) modeset(0): 2100001e8c0ad08a20e02d10103e9600
[ 30.385] (II) modeset(0): 565021000018011d8018711c1620582c
[ 30.385] (II) modeset(0): 250056502100009e0000000000000032
[ 30.385] (II) modeset(0): Printing probed modes for output HDMI-2
[ 30.385] (II) modeset(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 30.386] (II) modeset(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 30.386] (II) modeset(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[ 30.386] (II) modeset(0): Modeline "1920x1080"x60.0 138.50 1920 1968 2000 2080 1080 1083 1088 1110 +hsync -vsync (66.6 kHz e)
[ 30.386] (II) modeset(0): Modeline "1920x1080i"x60.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[ 30.386] (II) modeset(0): Modeline "1920x1080i"x50.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[ 30.386] (II) modeset(0): Modeline "1920x1080i"x59.9 74.18 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
[ 30.386] (II) modeset(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 30.386] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 30.386] (II) modeset(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 30.386] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 30.386] (II) modeset(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
[ 30.386] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 30.386] (II) modeset(0): Modeline "1366x768"x59.8 85.50 1366 1436 1579 1792 768 771 774 798 +hsync +vsync (47.7 kHz e)
[ 30.386] (II) modeset(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 30.386] (II) modeset(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 30.386] (II) modeset(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 30.386] (II) modeset(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 30.386] (II) modeset(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 30.386] (II) modeset(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 30.386] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 30.386] (II) modeset(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 30.386] (II) modeset(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 30.386] (II) modeset(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 30.386] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 30.386] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 30.386] (II) modeset(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 30.386] (II) modeset(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 30.386] (II) modeset(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 30.386] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 30.386] (II) modeset(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
[ 30.386] (II) modeset(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 30.386] (II) modeset(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 30.386] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 30.386] (II) modeset(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 30.401] (II) modeset(0): EDID for output DP-1
[ 30.401] (II) modeset(0): Manufacturer: BNQ Model: 78cd Serial#: 21573
[ 30.401] (II) modeset(0): Year: 2013 Week: 19
[ 30.401] (II) modeset(0): EDID Version: 1.4
[ 30.401] (II) modeset(0): Digital Display Input
[ 30.401] (II) modeset(0): 8 bits per channel
[ 30.401] (II) modeset(0): Digital interface is DisplayPort
[ 30.401] (II) modeset(0): Max Image Size [cm]: horiz.: 48 vert.: 27
[ 30.401] (II) modeset(0): Gamma: 2.20
[ 30.401] (II) modeset(0): DPMS capabilities: Off
[ 30.401] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 30.401] (II) modeset(0): Default color space is primary color space
[ 30.401] (II) modeset(0): First detailed timing is preferred mode
[ 30.401] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 30.401] (II) modeset(0): redX: 0.645 redY: 0.334 greenX: 0.313 greenY: 0.636
[ 30.401] (II) modeset(0): blueX: 0.154 blueY: 0.044 whiteX: 0.313 whiteY: 0.329
[ 30.401] (II) modeset(0): Supported established timings:
[ 30.401] (II) modeset(0): 720x400@70Hz
[ 30.401] (II) modeset(0): 640x480@60Hz
[ 30.401] (II) modeset(0): 640x480@75Hz
[ 30.401] (II) modeset(0): 800x600@60Hz
[ 30.401] (II) modeset(0): 800x600@75Hz
[ 30.401] (II) modeset(0): 832x624@75Hz
[ 30.401] (II) modeset(0): 1024x768@60Hz
[ 30.401] (II) modeset(0): 1024x768@75Hz
[ 30.401] (II) modeset(0): 1280x1024@75Hz
[ 30.401] (II) modeset(0): 1152x864@75Hz
[ 30.401] (II) modeset(0): Manufacturer's mask: 0
[ 30.401] (II) modeset(0): Supported standard timings:
[ 30.401] (II) modeset(0): #0: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
[ 30.401] (II) modeset(0): #1: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 30.401] (II) modeset(0): #2: hsize: 1600 vsize 900 refresh: 60 vid: 49321
[ 30.401] (II) modeset(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 30.401] (II) modeset(0): #4: hsize: 1280 vsize 800 refresh: 60 vid: 129
[ 30.401] (II) modeset(0): #5: hsize: 1280 vsize 720 refresh: 60 vid: 49281
[ 30.401] (II) modeset(0): Supported detailed timing:
[ 30.401] (II) modeset(0): clock: 148.5 MHz Image Size: 477 x 268 mm
[ 30.401] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 30.401] (II) modeset(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 30.401] (II) modeset(0): Serial No: 75D05796019
[ 30.401] (II) modeset(0): Ranges: V min: 50 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[ 30.401] (II) modeset(0): Monitor name: BenQ GW2255
[ 30.401] (II) modeset(0): EDID (in hex):
[ 30.401] (II) modeset(0): 00ffffffffffff0009d1cd7845540000
[ 30.401] (II) modeset(0): 13170104a5301b78262795a55550a227
[ 30.401] (II) modeset(0): 0b5054a56b80d1c0b300a9c081808100
[ 30.401] (II) modeset(0): 81c001010101023a801871382d40582c
[ 30.401] (II) modeset(0): 4500dd0c1100001e000000ff00373544
[ 30.401] (II) modeset(0): 30353739363031390a20000000fd0032
[ 30.401] (II) modeset(0): 4c1e5311000a202020202020000000fc
[ 30.401] (II) modeset(0): 0042656e51204757323235350a2000e7
[ 30.401] (II) modeset(0): Printing probed modes for output DP-1
[ 30.401] (II) modeset(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 30.401] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[ 30.401] (II) modeset(0): Modeline "1600x900"x60.0 108.00 1600 1624 1704 1800 900 901 904 1000 +hsync +vsync (60.0 kHz e)
[ 30.401] (II) modeset(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 30.401] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 30.401] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz e)
[ 30.401] (II) modeset(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 30.401] (II) modeset(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 30.401] (II) modeset(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 30.401] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 30.401] (II) modeset(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 30.401] (II) modeset(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 30.401] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 30.401] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 30.401] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 30.401] (II) modeset(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 30.401] (II) modeset(0): Output HDMI-1 disconnected
[ 30.401] (II) modeset(0): Output HDMI-2 connected
[ 30.401] (II) modeset(0): Output DP-1 connected
[ 30.401] (II) modeset(0): Using spanning desktop for initial modes
[ 30.401] (II) modeset(0): Output HDMI-2 using initial mode 1920x1080 +0+0
[ 30.401] (II) modeset(0): Output DP-1 using initial mode 1920x1080 +1920+0
[ 30.401] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 30.401] (==) modeset(0): DPI set to (96, 96)
[ 30.401] (II) Loading sub module "fb"
[ 30.401] (II) LoadModule: "fb"
[ 30.401] (II) Module "fb" already built-in
[ 30.401] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[ 30.401] (==) modeset(G0): RGB weight 888
[ 30.401] (==) modeset(G0): Default visual is TrueColor
[ 30.401] (II) Loading sub module "glamoregl"
[ 30.401] (II) LoadModule: "glamoregl"
[ 30.402] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 30.402] (II) Module glamoregl: vendor="X.Org Foundation"
[ 30.402] compiled for 1.21.1.1, module version = 1.0.1
[ 30.402] ABI class: X.Org ANSI C Emulation, version 0.4
[ 30.442] (II) modeset(G0): Refusing to try glamor on llvmpipe
[ 30.443] (II) modeset(G0): glamor initialization failed
[ 30.443] (II) modeset(G0): ShadowFB: preferred YES, enabled YES
[ 30.443] (II) modeset(G0): Double-buffered shadow updates: off
[ 30.444] (II) modeset(G0): Output DVI-D-1-1 has no monitor section
[ 30.518] (II) modeset(G0): Output DP-1-2 has no monitor section
[ 30.591] (II) modeset(G0): Output DP-1-3 has no monitor section
[ 30.593] (II) modeset(G0): Output HDMI-1-3 has no monitor section
[ 30.665] (II) modeset(G0): Output DP-1-4 has no monitor section
[ 30.666] (II) modeset(G0): EDID for output DVI-D-1-1
[ 30.738] (II) modeset(G0): EDID for output DP-1-2
[ 30.811] (II) modeset(G0): EDID for output DP-1-3
[ 30.813] (II) modeset(G0): EDID for output HDMI-1-3
[ 30.885] (II) modeset(G0): EDID for output DP-1-4
[ 30.885] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 30.885] (==) modeset(G0): DPI set to (96, 96)
[ 30.885] (II) Loading sub module "fb"
[ 30.885] (II) LoadModule: "fb"
[ 30.885] (II) Module "fb" already built-in
[ 30.885] (II) Loading sub module "shadow"
[ 30.885] (II) LoadModule: "shadow"
[ 30.885] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 30.886] (II) Module shadow: vendor="X.Org Foundation"
[ 30.886] compiled for 1.21.1.1, module version = 1.1.0
[ 30.886] ABI class: X.Org ANSI C Emulation, version 0.4
[ 30.930] (==) modeset(0): Backing store enabled
[ 30.930] (==) modeset(0): Silken mouse enabled
[ 31.133] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 31.133] (==) modeset(0): DPMS enabled
[ 31.133] (II) modeset(0): [DRI2] Setup complete
[ 31.133] (II) modeset(0): [DRI2] DRI driver: iris
[ 31.133] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[ 31.134] (==) modeset(G0): Backing store enabled
[ 31.134] (==) modeset(G0): Silken mouse enabled
[ 31.135] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[ 31.135] (==) modeset(G0): DPMS enabled
[ 31.135] (II) Initializing extension Generic Event Extension
[ 31.136] (II) Initializing extension SHAPE
[ 31.136] (II) Initializing extension MIT-SHM
[ 31.136] (II) Initializing extension XInputExtension
[ 31.137] (II) Initializing extension XTEST
[ 31.137] (II) Initializing extension BIG-REQUESTS
[ 31.138] (II) Initializing extension SYNC
[ 31.138] (II) Initializing extension XKEYBOARD
[ 31.138] (II) Initializing extension XC-MISC
[ 31.138] (II) Initializing extension SECURITY
[ 31.138] (II) Initializing extension XFIXES
[ 31.138] (II) Initializing extension RENDER
[ 31.138] (II) Initializing extension RANDR
[ 31.138] (II) Initializing extension COMPOSITE
[ 31.138] (II) Initializing extension DAMAGE
[ 31.138] (II) Initializing extension MIT-SCREEN-SAVER
[ 31.138] (II) Initializing extension DOUBLE-BUFFER
[ 31.139] (II) Initializing extension RECORD
[ 31.139] (II) Initializing extension DPMS
[ 31.139] (II) Initializing extension Present
[ 31.139] (II) Initializing extension DRI3
[ 31.139] (II) Initializing extension X-Resource
[ 31.139] (II) Initializing extension XVideo
[ 31.139] (II) Initializing extension XVideo-MotionCompensation
[ 31.139] (II) Initializing extension GLX
[ 31.143] (II) AIGLX: Loaded and initialized iris
[ 31.143] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 31.143] (II) Initializing extension XFree86-VidModeExtension
[ 31.144] (II) Initializing extension XFree86-DGA
[ 31.144] (II) Initializing extension XFree86-DRI
[ 31.144] (II) Initializing extension DRI2
[ 31.144] (II) modeset(G0): Damage tracking initialized
[ 31.144] (II) modeset(0): Damage tracking initialized
[ 31.144] (II) modeset(0): Setting screen physical size to 1016 x 285
[ 31.197] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 31.197] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 31.197] (II) LoadModule: "libinput"
[ 31.197] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 31.201] (II) Module libinput: vendor="X.Org Foundation"
[ 31.201] compiled for 1.21.1, module version = 1.2.0
[ 31.201] Module class: X.Org XInput Driver
[ 31.201] ABI class: X.Org XInput driver, version 24.4
[ 31.201] (II) Using input driver 'libinput' for 'Power Button'
[ 31.202] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 27 paused 0
[ 31.202] (**) Power Button: always reports core events
[ 31.202] (**) Option "Device" "/dev/input/event2"
[ 31.203] (**) Option "_source" "server/udev"
[ 31.216] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 31.216] (II) event2 - Power Button: device is a keyboard
[ 31.216] (II) event2 - Power Button: device removed
[ 31.216] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 31.216] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 31.216] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 31.217] (II) event2 - Power Button: device is a keyboard
[ 31.217] (II) config/udev: Adding input device Video Bus (/dev/input/event14)
[ 31.217] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 31.217] (II) Using input driver 'libinput' for 'Video Bus'
[ 31.218] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 30 paused 0
[ 31.218] (**) Video Bus: always reports core events
[ 31.218] (**) Option "Device" "/dev/input/event14"
[ 31.218] (**) Option "_source" "server/udev"
[ 31.219] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[ 31.219] (II) event14 - Video Bus: device is a keyboard
[ 31.219] (II) event14 - Video Bus: device removed
[ 31.219] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input14/event14"
[ 31.219] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 31.220] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[ 31.220] (II) event14 - Video Bus: device is a keyboard
[ 31.220] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 31.220] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 31.220] (II) Using input driver 'libinput' for 'Power Button'
[ 31.221] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 31 paused 0
[ 31.221] (**) Power Button: always reports core events
[ 31.221] (**) Option "Device" "/dev/input/event1"
[ 31.221] (**) Option "_source" "server/udev"
[ 31.222] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 31.222] (II) event1 - Power Button: device is a keyboard
[ 31.222] (II) event1 - Power Button: device removed
[ 31.222] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 31.222] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 31.223] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 31.223] (II) event1 - Power Button: device is a keyboard
[ 31.223] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 31.223] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 31.223] (II) Using input driver 'libinput' for 'Sleep Button'
[ 31.224] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 32 paused 0
[ 31.224] (**) Sleep Button: always reports core events
[ 31.224] (**) Option "Device" "/dev/input/event0"
[ 31.224] (**) Option "_source" "server/udev"
[ 31.225] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 31.225] (II) event0 - Sleep Button: device is a keyboard
[ 31.225] (II) event0 - Sleep Button: device removed
[ 31.225] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 31.225] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 31.226] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 31.226] (II) event0 - Sleep Button: device is a keyboard
[ 31.227] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event10)
[ 31.227] (II) No input driver specified, ignoring this device.
[ 31.227] (II) This device may have been added with another device file.
[ 31.227] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event11)
[ 31.227] (II) No input driver specified, ignoring this device.
[ 31.227] (II) This device may have been added with another device file.
[ 31.228] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event12)
[ 31.228] (II) No input driver specified, ignoring this device.
[ 31.228] (II) This device may have been added with another device file.
[ 31.228] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=12 (/dev/input/event13)
[ 31.228] (II) No input driver specified, ignoring this device.
[ 31.228] (II) This device may have been added with another device file.
[ 31.229] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event7)
[ 31.229] (II) No input driver specified, ignoring this device.
[ 31.229] (II) This device may have been added with another device file.
[ 31.229] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event8)
[ 31.229] (II) No input driver specified, ignoring this device.
[ 31.229] (II) This device may have been added with another device file.
[ 31.230] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event9)
[ 31.230] (II) No input driver specified, ignoring this device.
[ 31.230] (II) This device may have been added with another device file.
[ 31.231] (II) config/udev: Adding input device Microsoft Wired Keyboard 400 (/dev/input/event3)
[ 31.231] (**) Microsoft Wired Keyboard 400: Applying InputClass "libinput keyboard catchall"
[ 31.231] (II) Using input driver 'libinput' for 'Microsoft Wired Keyboard 400'
[ 31.232] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 33 paused 0
[ 31.232] (**) Microsoft Wired Keyboard 400: always reports core events
[ 31.232] (**) Option "Device" "/dev/input/event3"
[ 31.232] (**) Option "_source" "server/udev"
[ 31.233] (II) event3 - Microsoft Wired Keyboard 400: is tagged by udev as: Keyboard
[ 31.233] (II) event3 - Microsoft Wired Keyboard 400: device is a keyboard
[ 31.234] (II) event3 - Microsoft Wired Keyboard 400: device removed
[ 31.234] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:045E:0752.0001/input/input3/event3"
[ 31.234] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 400" (type: KEYBOARD, id 10)
[ 31.235] (II) event3 - Microsoft Wired Keyboard 400: is tagged by udev as: Keyboard
[ 31.235] (II) event3 - Microsoft Wired Keyboard 400: device is a keyboard
[ 31.237] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event4)
[ 31.237] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "libinput pointer catchall"
[ 31.237] (II) Using input driver 'libinput' for 'Logitech USB-PS/2 Optical Mouse'
[ 31.292] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 34 paused 0
[ 31.292] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
[ 31.292] (**) Option "Device" "/dev/input/event4"
[ 31.292] (**) Option "_source" "server/udev"
[ 31.296] (II) event4 - Logitech USB-PS/2 Optical Mouse: is tagged by udev as: Mouse
[ 31.297] (II) event4 - Logitech USB-PS/2 Optical Mouse: device is a pointer
[ 31.298] (II) event4 - Logitech USB-PS/2 Optical Mouse: device removed
[ 31.298] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:046D:C051.0002/input/input4/event4"
[ 31.298] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 11)
[ 31.298] (**) Option "AccelerationScheme" "none"
[ 31.298] (**) Logitech USB-PS/2 Optical Mouse: (accel) selected scheme none/0
[ 31.298] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
[ 31.298] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
[ 31.302] (II) event4 - Logitech USB-PS/2 Optical Mouse: is tagged by udev as: Mouse
[ 31.303] (II) event4 - Logitech USB-PS/2 Optical Mouse: device is a pointer
[ 31.306] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0)
[ 31.306] (II) No input driver specified, ignoring this device.
[ 31.306] (II) This device may have been added with another device file.
[ 31.307] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event15)
[ 31.307] (II) No input driver specified, ignoring this device.
[ 31.307] (II) This device may have been added with another device file.
[ 31.308] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event16)
[ 31.308] (II) No input driver specified, ignoring this device.
[ 31.308] (II) This device may have been added with another device file.
[ 31.309] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event17)
[ 31.310] (II) No input driver specified, ignoring this device.
[ 31.310] (II) This device may have been added with another device file.
[ 31.311] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event18)
[ 31.311] (II) No input driver specified, ignoring this device.
[ 31.311] (II) This device may have been added with another device file.
[ 31.312] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event19)
[ 31.312] (II) No input driver specified, ignoring this device.
[ 31.312] (II) This device may have been added with another device file.
[ 31.313] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event20)
[ 31.313] (II) No input driver specified, ignoring this device.
[ 31.313] (II) This device may have been added with another device file.
[ 31.314] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event21)
[ 31.314] (II) No input driver specified, ignoring this device.
[ 31.314] (II) This device may have been added with another device file.
[ 31.316] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event22)
[ 31.316] (II) No input driver specified, ignoring this device.
[ 31.316] (II) This device may have been added with another device file.
[ 31.317] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event6)
[ 31.317] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 31.317] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[ 31.319] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 35 paused 0
[ 31.319] (**) Eee PC WMI hotkeys: always reports core events
[ 31.319] (**) Option "Device" "/dev/input/event6"
[ 31.319] (**) Option "_source" "server/udev"
[ 31.322] (II) event6 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[ 31.322] (II) event6 - Eee PC WMI hotkeys: device is a keyboard
[ 31.322] (II) event6 - Eee PC WMI hotkeys: device removed
[ 31.322] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input6/event6"
[ 31.322] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 12)
[ 31.324] (II) event6 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[ 31.324] (II) event6 - Eee PC WMI hotkeys: device is a keyboard
[ 31.324] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[ 31.324] (II) No input driver specified, ignoring this device.
[ 31.324] (II) This device may have been added with another device file.ls /usr/lib | grep qt
libavahi-qt5.so
libavahi-qt5.so.1
libavahi-qt5.so.1.0.2
qtpacman -Q | grep qt
python-pyqt5 5.15.6-2
python-pyqt5-sip 12.9.0-1
qt5-base 5.15.2+kde+r256-1
qt5-multimedia 5.15.2-1
qt5-svg 5.15.2+kde+r13-1
qt5-tools 5.15.2+kde+r17-4
qt5-x11extras 5.15.2-1
wireshark-qt 3.4.9-1Offline
Setting the style to Plastique should™ make it look more like https://i.imgur.com/JLuwo.png (notice the buttons and sliders) - does that happen?
Online
Setting the style to Plastique should™ make it look more like https://i.imgur.com/JLuwo.png (notice the buttons and sliders) - does that happen?
Nope. No matter how I try to change the style it always looks like https://ibb.co/K29fYrk. I managed to get a better image because I re-scaled the anki window a few times. But whenever buttons, etc are newly created they may never become fully rendered. Especially dropdown items and things that are at the bottom of a scrolling window.
Last edited by destou (2021-11-17 19:56:30)
Offline
I'm not talking about the aritfacts but the visual design of the UI elements - the screenshot is unfortunately so generic that it could be either plastique or fusion.
Still looks font related - there's also a cut-off to the right.
xrandr -q
xdpyinfo | grep resolution
xrdb -q | grep -i dpiAlso what font do you use? (iirc the liberation or nimbus family had some issues w/ the extent declaration)
Finally: qt5-tool ships "designer-qt5" which allows you to click together Qt5 UIs. Can you reproduce the problem there? (Pass the window eg. a grid layout for auto-sizes as you might find them in the affected clients)
Online
I'm not talking about the aritfacts but the visual design of the UI elements - the screenshot is unfortunately so generic that it could be either plastique or fusion.
Still looks font related - there's also a cut-off to the right.xrandr -q xdpyinfo | grep resolution xrdb -q | grep -i dpiAlso what font do you use? (iirc the liberation or nimbus family had some issues w/ the extent declaration)
Finally: qt5-tool ships "designer-qt5" which allows you to click together Qt5 UIs. Can you reproduce the problem there? (Pass the window eg. a grid layout for auto-sizes as you might find them in the affected clients)
I am unsure how to get which font a program is using but I know my terminal font is "Terminal Font: Inconsolata\ for\ Powerline". I played around in designer-qt5 but I could not re-create my issue. Probably because everything seemed static. I am not experienced with qt5 programming using the designer app, so my guess is that I just didn't compile it and ran the possibly errorous code.
cat .Xresources
urxvt.depth: 32
urxvt.background: rgba:1111/1111/1111/dddd
URxvt*transparent: true
URxvt*shading: 20
URxvt.background: black
URxvt.foreground: white
URxvt.scrollBar: false
Xft.dpi: 90
Xft.antialias: true
Xft.rgba: rgb
Xft.autohint: 0
Xft.hinting: true
Xft.hintstyle: hintfull
URxvt.saveLines: 10000
URxvt*saveLines: 10000
URxvt.font: xft:Inconsolata\ for\ Powerline:pixelsize=17:antialias=true:hinting=true
XTerm.VT100.color4: CornflowerBluexrandr -q
Screen 0: minimum 320 x 200, current 3840 x 1080, maximum 16384 x 16384
HDMI-1 disconnected (normal left inverted right x axis y axis)
HDMI-2 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 598mm x 336mm
1920x1080 60.00*+ 50.00 59.94 59.99
1920x1080i 60.00 50.00 59.94
1600x1200 60.00
1680x1050 59.88
1280x1024 75.02 60.02
1440x900 59.90
1280x960 60.00
1366x768 59.79
1152x864 75.00
1280x720 60.00 50.00 59.94
1024x768 75.03 70.07 60.00
832x624 74.55
800x600 72.19 75.00 60.32 56.25
720x576 50.00
720x480 60.00 59.94
640x480 75.00 72.81 66.67 60.00 59.94
720x400 70.08
DP-1 connected 1920x1080+1920+0 (normal left inverted right x axis y axis) 477mm x 268mm
1920x1080 60.00*+
1680x1050 59.95
1600x900 60.00
1280x1024 75.02 60.02
1280x800 59.81
1152x864 75.00
1280x720 60.00
1024x768 75.03 60.00
832x624 74.55
800x600 75.00 60.32
640x480 75.00 59.94
720x400 70.08
DVI-D-1-1 disconnected (normal left inverted right x axis y axis)
DP-1-2 disconnected (normal left inverted right x axis y axis)
DP-1-3 disconnected (normal left inverted right x axis y axis)
HDMI-1-3 disconnected (normal left inverted right x axis y axis)
DP-1-4 disconnected (normal left inverted right x axis y axis)xrdb -q | grep -i dpi
Xft.dpi: 90xdpyinfo | grep resolution
resolution: 96x96 dots per inchOffline
I solved it! I changed "Xft.dpi" to be 96 instead of 90. I did a complete re-install of my arch and installed things one by one and rebooted with every new program. Then I changed my configuration files one by one and started one of the "broken" programs to check its status. The only time the program broke was when I did
xrdb .XresourcesIt looks like this now
cat .Xresources
urxvt.depth: 32
urxvt.background: rgba:1111/1111/1111/dddd
URxvt*transparent: true
URxvt*shading: 20
URxvt.background: black
URxvt.foreground: white
URxvt.scrollBar: false
Xft.dpi: 96
Xft.antialias: true
Xft.rgba: rgb
Xft.autohint: 0
Xft.hinting: true
Xft.hintstyle: hintfull
URxvt.saveLines: 10000
URxvt*saveLines: 10000
URxvt.font: 9x15bold:antialias=true:hinting=true
XTerm.VT100.color4: CornflowerBlueand the Xft.dpi was changed from 90 to 96 in the .Xresources file. I re-ran xrdb .Xresources. Solved!
Thanks for the assistance, seth! Your dedication motivated me to continue and it was worth it ![]()
Offline
i had the same problem with Qbittorrent, for me, it helped:
export QT_AUTO_SCREEN_SCALE_FACTOR=0before running qbittorrent
Jaki koniec świata.Ziemia to nie cały świat ,a tylko mały Wąchock we wszechświecie.
Offline