dwm 6.4 and dbus

Автор Mitai, 07 февраля 2023, 17:57:28

« назад - далее »

0 Пользователи и 3 гостей просматривают эту тему.

Mitai

Доброго времени суток, установил Debian 11 standart без всяких оболочек, поставил dwm но мне кажется что не стартует dbus не запускается программа для скриншотов flameshote, vscode на что то ругается, помогите правильно сконфигурировать .xinitrc. Изначально он выглядел так и dwm запускался
#!/usr/bin/bash
exec dbus-launch dwm &
feh --bg-scale /home/mitai/Image/fonts1.jpg &
setxkbmap -layout us,ru -option "grp:lalt_lshift_toggle" &
exec dwm
затем мне в телеге сказали что я дважды запускаю dwm и перевел его к такому виду
#!/usr/bin/bash
feh --bg-scale /home/mitai/Image/fonts1.jpg &
setxkbmap -layout us,ru -option "grp:lalt_lshift_toggle" &
exec dbus-launch dwm
и он перестал запускаться, нагуглил что при неполадках стоит добавить еще аргумент
exec dbus-launch --exit-with-session dwmни чего не изменилось не стартует

ChubaDuba

exec ck-launch-session dbus-launch --sh-syntax --exit-with-session dwm

Mitai

Цитата: ChubaDuba от 07 февраля 2023, 19:51:24exec ck-launch-session dbus-launch --sh-syntax --exit-with-session dwm
попробовал, монитор мигает раза 3-4 и все, можно ли где то в логах посмотреть что не так?

ChubaDuba

#3
Цитата: Mitai от 07 февраля 2023, 20:47:26можно ли где то в логах посмотреть что не так?
~/.local/share/xorg/

Mitai

[ 34031.565] (II) systemd-logind: releasing fd for 13:72
[ 34031.582] (II) UnloadModule: "libinput"
[ 34031.582] (II) systemd-logind: releasing fd for 13:73
[ 34031.630] (II) Server terminated successfully (0). Closing log file.
вот чем заканчивается лог

ChubaDuba

Цитата: Mitai от 07 февраля 2023, 21:04:46вот чем заканчивается лог
показывайте весь, или все строчки с (EE) (если такие имеются)

Mitai

[ 33294.275]
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
[ 33294.283] Build Operating System: linux Debian
[ 33294.285] Current Operating System: Linux dart 5.10.0-21-amd64 #1 SMP Debian 5.10.162-1 (2023-01-21) x86_64
[ 33294.285] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.10.0-21-amd64 root=UUID=e799722a-9252-4712-9f3b-34bc38fea59d ro quiet
[ 33294.290] Build Date: 17 December 2022  10:00:08AM
[ 33294.293] xorg-server 2:1.20.11-1+deb11u4 (https://www.debian.org/support)
[ 33294.295] Current version of pixman: 0.40.0
[ 33294.300] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 33294.300] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 33294.310] (==) Log file: "/home/mitai/.local/share/xorg/Xorg.0.log", Time: Sun Jan 29 00:52:56 2023
[ 33294.313] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 33294.346] (==) No Layout section.  Using the first Screen section.
[ 33294.346] (==) No screen section available. Using defaults.
[ 33294.346] (**) |-->Screen "Default Screen Section" (0)
[ 33294.346] (**) |   |-->Monitor "<default monitor>"
[ 33294.346] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 33294.346] (==) Automatically adding devices
[ 33294.346] (==) Automatically enabling devices
[ 33294.346] (==) Automatically adding GPU devices
[ 33294.346] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 33294.346] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 33294.346] Entry deleted from font path.
[ 33294.346] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
built-ins
[ 33294.346] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 33294.346] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 33294.346] (II) Loader magic: 0x557a6317ee40
[ 33294.346] (II) Module ABI versions:
[ 33294.346] X.Org ANSI C Emulation: 0.4
[ 33294.346] X.Org Video Driver: 24.1
[ 33294.346] X.Org XInput driver : 24.1
[ 33294.346] X.Org Server Extension : 10.0
[ 33294.347] (++) using VT number 1

[ 33294.350] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 33294.351] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 33294.352] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[ 33294.355] (--) PCI:*(1@0:0:0) 10de:1c82:10de:1c82 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[ 33294.356] (II) LoadModule: "glx"
[ 33294.356] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 33294.366] (II) Module glx: vendor="X.Org Foundation"
[ 33294.366] compiled for 1.20.11, module version = 1.0.0
[ 33294.366] ABI class: X.Org Server Extension, version 10.0
[ 33294.488] (==) Matched modesetting as autoconfigured driver 0
[ 33294.488] (==) Matched fbdev as autoconfigured driver 1
[ 33294.488] (==) Matched vesa as autoconfigured driver 2
[ 33294.488] (==) Assigned the driver to the xf86ConfigLayout
[ 33294.488] (II) LoadModule: "modesetting"
[ 33294.488] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 33294.491] (II) Module modesetting: vendor="X.Org Foundation"
[ 33294.491] compiled for 1.20.11, module version = 1.20.11
[ 33294.491] Module class: X.Org Video Driver
[ 33294.491] ABI class: X.Org Video Driver, version 24.1
[ 33294.491] (II) LoadModule: "fbdev"
[ 33294.491] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 33294.492] (II) Module fbdev: vendor="X.Org Foundation"
[ 33294.492] compiled for 1.20.0, module version = 0.5.0
[ 33294.492] Module class: X.Org Video Driver
[ 33294.492] ABI class: X.Org Video Driver, version 24.0
[ 33294.492] (II) LoadModule: "vesa"
[ 33294.492] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 33294.501] (II) Module vesa: vendor="X.Org Foundation"
[ 33294.501] compiled for 1.20.9, module version = 2.5.0
[ 33294.501] Module class: X.Org Video Driver
[ 33294.501] ABI class: X.Org Video Driver, version 24.1
[ 33294.501] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 33294.501] (II) FBDEV: driver for framebuffer: fbdev
[ 33294.501] (II) VESA: driver for VESA chipsets: vesa
[ 33294.501] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[ 33294.501] (II) modeset(0): using drv /dev/dri/card0
[ 33294.501] (WW) Falling back to old probe method for fbdev
[ 33294.501] (II) Loading sub module "fbdevhw"
[ 33294.501] (II) LoadModule: "fbdevhw"
[ 33294.501] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 33294.510] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 33294.510] compiled for 1.20.11, module version = 0.0.2
[ 33294.510] ABI class: X.Org Video Driver, version 24.1
[ 33294.510] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 33294.510] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 33294.510] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 33294.510] (==) modeset(0): RGB weight 888
[ 33294.510] (==) modeset(0): Default visual is TrueColor
[ 33294.510] (II) Loading sub module "glamoregl"
[ 33294.510] (II) LoadModule: "glamoregl"
[ 33294.510] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 33294.525] (II) Module glamoregl: vendor="X.Org Foundation"
[ 33294.525] compiled for 1.20.11, module version = 1.0.1
[ 33294.525] ABI class: X.Org ANSI C Emulation, version 0.4
[ 33294.618] (II) modeset(0): Refusing to try glamor on llvmpipe
[ 33294.619] (EE) modeset(0): glamor initialization failed
[ 33294.619] (II) modeset(0): ShadowFB: preferred YES, enabled YES
[ 33294.619] (II) modeset(0): Double-buffered shadow updates: off
[ 33294.620] (II) modeset(0): Output DVI-D-1 has no monitor section
[ 33294.688] (II) modeset(0): Output HDMI-1 has no monitor section
[ 33294.769] (II) modeset(0): Output DP-1 has no monitor section
[ 33294.770] (II) modeset(0): EDID for output DVI-D-1
[ 33294.838] (II) modeset(0): EDID for output HDMI-1
[ 33294.838] (II) modeset(0): Manufacturer: VSC  Model: 5c26  Serial#: 16843009
[ 33294.838] (II) modeset(0): Year: 2011  Week: 32
[ 33294.838] (II) modeset(0): EDID Version: 1.3
[ 33294.838] (II) modeset(0): Digital Display Input
[ 33294.838] (II) modeset(0): Max Image Size [cm]: horiz.: 48  vert.: 27
[ 33294.838] (II) modeset(0): Gamma: 2.20
[ 33294.838] (II) modeset(0): DPMS capabilities: Off
[ 33294.838] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 33294.838] (II) modeset(0): Default color space is primary color space
[ 33294.838] (II) modeset(0): First detailed timing is preferred mode
[ 33294.838] (II) modeset(0): redX: 0.640 redY: 0.349   greenX: 0.284 greenY: 0.617
[ 33294.838] (II) modeset(0): blueX: 0.142 blueY: 0.067   whiteX: 0.313 whiteY: 0.329
[ 33294.838] (II) modeset(0): Supported established timings:
[ 33294.838] (II) modeset(0): 720x400@70Hz
[ 33294.838] (II) modeset(0): 640x480@60Hz
[ 33294.838] (II) modeset(0): 640x480@67Hz
[ 33294.838] (II) modeset(0): 640x480@72Hz
[ 33294.838] (II) modeset(0): 640x480@75Hz
[ 33294.838] (II) modeset(0): 800x600@56Hz
[ 33294.838] (II) modeset(0): 800x600@60Hz
[ 33294.838] (II) modeset(0): 800x600@72Hz
[ 33294.838] (II) modeset(0): 800x600@75Hz
[ 33294.838] (II) modeset(0): 832x624@75Hz
[ 33294.838] (II) modeset(0): 1024x768@60Hz
[ 33294.838] (II) modeset(0): 1024x768@70Hz
[ 33294.838] (II) modeset(0): 1024x768@75Hz
[ 33294.838] (II) modeset(0): 1280x1024@75Hz
[ 33294.838] (II) modeset(0): 1152x864@75Hz
[ 33294.838] (II) modeset(0): Manufacturer's mask: 0
[ 33294.838] (II) modeset(0): Supported standard timings:
[ 33294.838] (II) modeset(0): #0: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[ 33294.838] (II) modeset(0): #1: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[ 33294.838] (II) modeset(0): #2: hsize: 1440  vsize 900  refresh: 60  vid: 149
[ 33294.838] (II) modeset(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[ 33294.838] (II) modeset(0): #4: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[ 33294.838] (II) modeset(0): #5: hsize: 1280  vsize 800  refresh: 60  vid: 129
[ 33294.838] (II) modeset(0): #6: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[ 33294.838] (II) modeset(0): Supported detailed timing:
[ 33294.838] (II) modeset(0): clock: 148.5 MHz   Image Size:  477 x 268 mm
[ 33294.838] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 33294.838] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 33294.838] (II) modeset(0): Serial No: S13113221798
[ 33294.838] (II) modeset(0): Ranges: V min: 50 V max: 75 Hz, H min: 24 H max: 82 kHz, PixClock max 175 MHz
[ 33294.838] (II) modeset(0): Monitor name: VA2231 Series
[ 33294.838] (II) modeset(0): Supported detailed timing:
[ 33294.838] (II) modeset(0): clock: 27.0 MHz   Image Size:  160 x 90 mm
[ 33294.838] (II) modeset(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[ 33294.838] (II) modeset(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[ 33294.838] (II) modeset(0): Number of EDID sections to follow: 1
[ 33294.838] (II) modeset(0): EDID (in hex):
[ 33294.838] (II) modeset(0): 00ffffffffffff005a63265c01010101
[ 33294.838] (II) modeset(0): 2015010380301b782edc55a359489e24
[ 33294.838] (II) modeset(0): 115054bfef80b300a940950081808140
[ 33294.838] (II) modeset(0): 8100714f0101023a801871382d40582c
[ 33294.838] (II) modeset(0): 4500dd0c1100001e000000ff00533133
[ 33294.838] (II) modeset(0): 3131333232313739380a000000fd0032
[ 33294.838] (II) modeset(0): 4b185211000a202020202020000000fc
[ 33294.838] (II) modeset(0): 005641323233312053657269657301c6
[ 33294.838] (II) modeset(0): 02031b61230907078301000067030c00
[ 33294.838] (II) modeset(0): 2000802d43908402e2000f8c0ad08a20
[ 33294.838] (II) modeset(0): e02d10103e9600a05a00000000000000
[ 33294.838] (II) modeset(0): 00000000000000000000000000000000
[ 33294.838] (II) modeset(0): 00000000000000000000000000000000
[ 33294.838] (II) modeset(0): 00000000000000000000000000000000
[ 33294.838] (II) modeset(0): 00000000000000000000000000000000
[ 33294.838] (II) modeset(0): 00000000000000000000000000000029
[ 33294.838] (--) modeset(0): HDMI max TMDS frequency 225000KHz
[ 33294.838] (II) modeset(0): Not using default mode "1600x900" (bad mode clock/interlace/doublescan)
[ 33294.838] (II) modeset(0): Not using default mode "1920x1080" (bad mode clock/interlace/doublescan)
[ 33294.838] (II) modeset(0): Printing probed modes for output HDMI-1
[ 33294.838] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 33294.838] (II) modeset(0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
[ 33294.838] (II) modeset(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
[ 33294.838] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 33294.838] (II) modeset(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[ 33294.838] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 33294.838] (II) modeset(0): Modeline "1600x1200"x75.0  202.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (93.8 kHz d)
[ 33294.838] (II) modeset(0): Modeline "1600x1200"x70.0  189.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (87.5 kHz d)
[ 33294.838] (II) modeset(0): Modeline "1600x1200"x65.0  175.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (81.2 kHz d)
[ 33294.838] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 33294.838] (II) modeset(0): Modeline "1680x1050"x74.9  187.00  1680 1800 1976 2272  1050 1053 1059 1099 -hsync +vsync (82.3 kHz d)
[ 33294.838] (II) modeset(0): Modeline "1680x1050"x69.9  174.00  1680 1800 1976 2272  1050 1053 1059 1096 -hsync +vsync (76.6 kHz d)
[ 33294.838] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 33294.838] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 33294.838] (II) modeset(0): Modeline "1600x1024"x60.2  103.12  1600 1600 1656 1664  1024 1024 1029 1030 +hsync +vsync (62.0 kHz d)
[ 33294.838] (II) modeset(0): Modeline "1400x1050"x74.8  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[ 33294.838] (II) modeset(0): Modeline "1400x1050"x70.0  145.06  1400 1496 1648 1896  1050 1051 1054 1093 -hsync +vsync (76.5 kHz d)
[ 33294.838] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 33294.838] (II) modeset(0): Modeline "1600x900"x59.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 33294.838] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 33294.838] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 33294.838] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 33294.838] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 33294.838] (II) modeset(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz d)
[ 33294.838] (II) modeset(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[ 33294.838] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 33294.838] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 33294.838] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 33294.838] (II) modeset(0): Modeline "1440x810"x60.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 33294.838] (II) modeset(0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 33294.838] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 33294.838] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 33294.838] (II) modeset(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz d)
[ 33294.838] (II) modeset(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520  768 771 781 790 +hsync -vsync (47.4 kHz d)
[ 33294.838] (II) modeset(0): Modeline "1280x800"x60.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 33294.838] (II) modeset(0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 33294.838] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 33294.838] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[ 33294.838] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 33294.838] (II) modeset(0): Modeline "1152x864"x75.0  104.99  1152 1224 1352 1552  864 865 868 902 -hsync +vsync (67.6 kHz d)
[ 33294.838] (II) modeset(0): Modeline "1152x864"x70.0   96.77  1152 1224 1344 1536  864 865 868 900 -hsync +vsync (63.0 kHz d)
[ 33294.838] (II) modeset(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz d)
[ 33294.838] (II) modeset(0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 33294.838] (II) modeset(0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 33294.838] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 33294.838] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 33294.838] (II) modeset(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 33294.838] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 33294.838] (II) modeset(0): Modeline "1024x768"x75.0  170.24  1024 1108 1220 1416  768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[ 33294.839] (II) modeset(0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 33294.839] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 33294.839] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 33294.839] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 33294.839] (II) modeset(0): Modeline "960x720"x75.0  148.50  960 1032 1144 1320  720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[ 33294.839] (II) modeset(0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 33294.839] (II) modeset(0): Modeline "928x696"x75.0  144.00  928 992 1104 1280  696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[ 33294.839] (II) modeset(0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 33294.839] (II) modeset(0): Modeline "896x672"x75.0  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[ 33294.839] (II) modeset(0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 33294.839] (II) modeset(0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 33294.839] (II) modeset(0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 33294.839] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 33294.839] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 33294.839] (II) modeset(0): Modeline "960x600"x59.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 33294.839] (II) modeset(0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 33294.839] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 33294.839] (II) modeset(0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 33294.839] (II) modeset(0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 33294.839] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 33294.839] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 33294.839] (II) modeset(0): Modeline "800x600"x75.0  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[ 33294.839] (II) modeset(0): Modeline "800x600"x70.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[ 33294.839] (II) modeset(0): Modeline "800x600"x65.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[ 33294.839] (II) modeset(0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 33294.839] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 33294.839] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 33294.839] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 33294.839] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 33294.839] (II) modeset(0): Modeline "840x525"x75.0   93.50  840 900 988 1136  525 526 529 549 doublescan -hsync +vsync (82.3 kHz d)
[ 33294.839] (II) modeset(0): Modeline "840x525"x69.9   87.00  840 900 988 1136  525 526 529 548 doublescan -hsync +vsync (76.6 kHz d)
[ 33294.839] (II) modeset(0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 33294.839] (II) modeset(0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 33294.839] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 33294.839] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 33294.839] (II) modeset(0): Modeline "800x512"x60.2   51.56  800 800 828 832  512 512 514 515 doublescan +hsync +vsync (62.0 kHz d)
[ 33294.839] (II) modeset(0): Modeline "700x525"x74.8   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[ 33294.839] (II) modeset(0): Modeline "700x525"x70.1   72.53  700 748 824 948  525 525 527 546 doublescan -hsync +vsync (76.5 kHz d)
[ 33294.839] (II) modeset(0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 33294.839] (II) modeset(0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 33294.839] (II) modeset(0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 33294.839] (II) modeset(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 33294.839] (II) modeset(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 33294.839] (II) modeset(0): Modeline "640x512"x75.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[ 33294.839] (II) modeset(0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 33294.839] (II) modeset(0): Modeline "720x450"x59.9   53.25  720 760 836 952  450 451 454 467 doublescan -hsync +vsync (55.9 kHz d)
[ 33294.839] (II) modeset(0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 33294.839] (II) modeset(0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 33294.839] (II) modeset(0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 33294.839] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 33294.839] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[ 33294.839] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)
[ 33294.839] (II) modeset(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 33294.839] (II) modeset(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 33294.839] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 33294.839] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 33294.839] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 33294.839] (II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 33294.839] (II) modeset(0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 33294.839] (II) modeset(0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 33294.839] (II) modeset(0): Modeline "680x384"x59.8   42.38  680 716 784 888  384 385 390 399 doublescan -hsync +vsync (47.7 kHz d)
[ 33294.839] (II) modeset(0): Modeline "680x384"x60.0   36.00  680 704 720 760  384 385 390 395 doublescan +hsync -vsync (47.4 kHz d)
[ 33294.839] (II) modeset(0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 33294.839] (II) modeset(0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 33294.839] (II) modeset(0): Modeline "576x432"x75.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[ 33294.839] (II) modeset(0): Modeline "576x432"x75.0   52.49  576 612 676 776  432 432 434 451 doublescan -hsync +vsync (67.6 kHz d)
[ 33294.839] (II) modeset(0): Modeline "576x432"x70.0   48.38  576 612 672 768  432 432 434 450 doublescan -hsync +vsync (63.0 kHz d)
[ 33294.839] (II) modeset(0): Modeline "576x432"x60.1   40.81  576 608 668 760  432 432 434 447 doublescan -hsync +vsync (53.7 kHz d)
[ 33294.839] (II) modeset(0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 33294.839] (II) modeset(0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 33294.839] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 33294.839] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 33294.839] (II) modeset(0): Modeline "512x384"x75.0   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[ 33294.839] (II) modeset(0): Modeline "512x384"x70.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[ 33294.839] (II) modeset(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 33294.839] (II) modeset(0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 33294.839] (II) modeset(0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 33294.839] (II) modeset(0): Modeline "416x312"x74.7   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[ 33294.839] (II) modeset(0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 33294.839] (II) modeset(0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 33294.839] (II) modeset(0): Modeline "400x300"x72.2   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[ 33294.839] (II) modeset(0): Modeline "400x300"x75.1   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[ 33294.839] (II) modeset(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 33294.839] (II) modeset(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 33294.839] (II) modeset(0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 33294.839] (II) modeset(0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 33294.839] (II) modeset(0): Modeline "320x240"x72.8   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[ 33294.839] (II) modeset(0): Modeline "320x240"x75.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[ 33294.839] (II) modeset(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 33294.839] (II) modeset(0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 33294.839] (II) modeset(0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 33294.839] (II) modeset(0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 33294.839] (II) modeset(0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 33294.921] (II) modeset(0): EDID for output DP-1
[ 33294.921] (II) modeset(0): Output DVI-D-1 disconnected
[ 33294.921] (II) modeset(0): Output HDMI-1 connected
[ 33294.921] (II) modeset(0): Output DP-1 disconnected
[ 33294.921] (II) modeset(0): Using exact sizes for initial modes
[ 33294.921] (II) modeset(0): Output HDMI-1 using initial mode 1920x1080 +0+0
[ 33294.921] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 33294.921] (==) modeset(0): DPI set to (96, 96)
[ 33294.921] (II) Loading sub module "fb"
[ 33294.921] (II) LoadModule: "fb"
[ 33294.921] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 33294.927] (II) Module fb: vendor="X.Org Foundation"
[ 33294.927] compiled for 1.20.11, module version = 1.0.0
[ 33294.927] ABI class: X.Org ANSI C Emulation, version 0.4
[ 33294.927] (II) Loading sub module "shadow"
[ 33294.927] (II) LoadModule: "shadow"
[ 33294.927] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 33294.927] (II) Module shadow: vendor="X.Org Foundation"
[ 33294.927] compiled for 1.20.11, module version = 1.1.0
[ 33294.927] ABI class: X.Org ANSI C Emulation, version 0.4
[ 33294.927] (II) UnloadModule: "fbdev"
[ 33294.927] (II) Unloading fbdev
[ 33294.928] (II) UnloadSubModule: "fbdevhw"
[ 33294.928] (II) Unloading fbdevhw
[ 33294.928] (II) UnloadModule: "vesa"
[ 33294.928] (II) Unloading vesa
[ 33294.928] (==) modeset(0): Backing store enabled
[ 33294.928] (==) modeset(0): Silken mouse enabled
[ 33294.941] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 33294.941] (==) modeset(0): DPMS enabled
[ 33294.941] (II) Initializing extension Generic Event Extension
[ 33294.941] (II) Initializing extension SHAPE
[ 33294.941] (II) Initializing extension MIT-SHM
[ 33294.941] (II) Initializing extension XInputExtension
[ 33294.941] (II) Initializing extension XTEST
[ 33294.941] (II) Initializing extension BIG-REQUESTS
[ 33294.942] (II) Initializing extension SYNC
[ 33294.942] (II) Initializing extension XKEYBOARD
[ 33294.942] (II) Initializing extension XC-MISC
[ 33294.942] (II) Initializing extension SECURITY
[ 33294.942] (II) Initializing extension XFIXES
[ 33294.942] (II) Initializing extension RENDER
[ 33294.942] (II) Initializing extension RANDR
[ 33294.942] (II) Initializing extension COMPOSITE
[ 33294.942] (II) Initializing extension DAMAGE
[ 33294.942] (II) Initializing extension MIT-SCREEN-SAVER
[ 33294.942] (II) Initializing extension DOUBLE-BUFFER
[ 33294.942] (II) Initializing extension RECORD
[ 33294.943] (II) Initializing extension DPMS
[ 33294.943] (II) Initializing extension Present
[ 33294.943] (II) Initializing extension DRI3
[ 33294.943] (II) Initializing extension X-Resource
[ 33294.943] (II) Initializing extension XVideo
[ 33294.943] (II) Initializing extension XVideo-MotionCompensation
[ 33294.943] (II) Initializing extension SELinux
[ 33294.943] (II) SELinux: Disabled on system
[ 33294.943] (II) Initializing extension GLX
[ 33294.943] (II) AIGLX: Screen 0 is not DRI2 capable
[ 33294.947] (II) IGLX: Loaded and initialized swrast
[ 33294.947] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 33294.947] (II) Initializing extension XFree86-VidModeExtension
[ 33294.947] (II) Initializing extension XFree86-DGA
[ 33294.947] (II) Initializing extension XFree86-DRI
[ 33294.947] (II) Initializing extension DRI2
[ 33294.947] (II) modeset(0): Damage tracking initialized
[ 33294.947] (II) modeset(0): Setting screen physical size to 508 x 285
[ 33295.120] (II) config/udev: Adding input device Power Button (/dev/input/event9)
[ 33295.120] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 33295.120] (II) LoadModule: "libinput"
[ 33295.120] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 33295.192] (II) Module libinput: vendor="X.Org Foundation"
[ 33295.192] compiled for 1.20.8, module version = 0.30.0
[ 33295.192] Module class: X.Org XInput Driver
[ 33295.192] ABI class: X.Org XInput driver, version 24.1
[ 33295.192] (II) Using input driver 'libinput' for 'Power Button'
[ 33295.193] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 21 paused 0
[ 33295.193] (**) Power Button: always reports core events
[ 33295.193] (**) Option "Device" "/dev/input/event9"
[ 33295.193] (**) Option "_source" "server/udev"
[ 33295.217] (II) event9  - Power Button: is tagged by udev as: Keyboard
[ 33295.217] (II) event9  - Power Button: device is a keyboard
[ 33295.218] (II) event9  - Power Button: device removed
[ 33295.218] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input10/event9"
[ 33295.218] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 33295.218] (**) Option "xkb_model" "pc105"
[ 33295.218] (**) Option "xkb_layout" "us"
[ 33295.220] (II) event9  - Power Button: is tagged by udev as: Keyboard
[ 33295.220] (II) event9  - Power Button: device is a keyboard
[ 33295.221] (II) config/udev: Adding input device Power Button (/dev/input/event8)
[ 33295.221] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 33295.221] (II) Using input driver 'libinput' for 'Power Button'
[ 33295.222] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 24 paused 0
[ 33295.222] (**) Power Button: always reports core events
[ 33295.222] (**) Option "Device" "/dev/input/event8"
[ 33295.222] (**) Option "_source" "server/udev"
[ 33295.224] (II) event8  - Power Button: is tagged by udev as: Keyboard
[ 33295.224] (II) event8  - Power Button: device is a keyboard
[ 33295.224] (II) event8  - Power Button: device removed
[ 33295.224] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input9/event8"
[ 33295.224] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 33295.224] (**) Option "xkb_model" "pc105"
[ 33295.224] (**) Option "xkb_layout" "us"
[ 33295.226] (II) event8  - Power Button: is tagged by udev as: Keyboard
[ 33295.226] (II) event8  - Power Button: device is a keyboard
[ 33295.228] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event17)
[ 33295.228] (II) No input driver specified, ignoring this device.
[ 33295.228] (II) This device may have been added with another device file.
[ 33295.228] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event18)
[ 33295.228] (II) No input driver specified, ignoring this device.
[ 33295.228] (II) This device may have been added with another device file.
[ 33295.229] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event19)
[ 33295.229] (II) No input driver specified, ignoring this device.
[ 33295.229] (II) This device may have been added with another device file.
[ 33295.230] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event20)
[ 33295.230] (II) No input driver specified, ignoring this device.
[ 33295.230] (II) This device may have been added with another device file.
[ 33295.230] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event21)
[ 33295.230] (II) No input driver specified, ignoring this device.
[ 33295.230] (II) This device may have been added with another device file.
[ 33295.231] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event22)
[ 33295.231] (II) No input driver specified, ignoring this device.
[ 33295.231] (II) This device may have been added with another device file.
[ 33295.232] (II) config/udev: Adding input device MI MI Wireless Mouse (/dev/input/event0)
[ 33295.232] (**) MI MI Wireless Mouse: Applying InputClass "libinput pointer catchall"
[ 33295.232] (II) Using input driver 'libinput' for 'MI MI Wireless Mouse'
[ 33295.233] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 25 paused 0
[ 33295.233] (**) MI MI Wireless Mouse: always reports core events
[ 33295.233] (**) Option "Device" "/dev/input/event0"
[ 33295.233] (**) Option "_source" "server/udev"
[ 33295.236] (II) event0  - MI MI Wireless Mouse: is tagged by udev as: Mouse
[ 33295.237] (II) event0  - MI MI Wireless Mouse: device is a pointer
[ 33295.237] (II) event0  - MI MI Wireless Mouse: device removed
[ 33295.237] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3:1.0/0003:2717:5017.0001/input/input0/event0"
[ 33295.237] (II) XINPUT: Adding extended input device "MI MI Wireless Mouse" (type: MOUSE, id 8)
[ 33295.237] (**) Option "AccelerationScheme" "none"
[ 33295.238] (**) MI MI Wireless Mouse: (accel) selected scheme none/0
[ 33295.238] (**) MI MI Wireless Mouse: (accel) acceleration factor: 2.000
[ 33295.238] (**) MI MI Wireless Mouse: (accel) acceleration threshold: 4
[ 33295.240] (II) event0  - MI MI Wireless Mouse: is tagged by udev as: Mouse
[ 33295.241] (II) event0  - MI MI Wireless Mouse: device is a pointer
[ 33295.242] (II) config/udev: Adding input device MI MI Wireless Mouse (/dev/input/mouse0)
[ 33295.242] (II) No input driver specified, ignoring this device.
[ 33295.242] (II) This device may have been added with another device file.
[ 33295.243] (II) config/udev: Adding input device MI MI Wireless Mouse (/dev/input/event1)
[ 33295.243] (II) No input driver specified, ignoring this device.
[ 33295.243] (II) This device may have been added with another device file.
[ 33295.244] (II) config/udev: Adding input device MI MI Wireless Mouse Consumer Control (/dev/input/event2)
[ 33295.244] (**) MI MI Wireless Mouse Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 33295.244] (II) Using input driver 'libinput' for 'MI MI Wireless Mouse Consumer Control'
[ 33295.246] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 26 paused 0
[ 33295.246] (**) MI MI Wireless Mouse Consumer Control: always reports core events
[ 33295.246] (**) Option "Device" "/dev/input/event2"
[ 33295.246] (**) Option "_source" "server/udev"
[ 33295.248] (II) event2  - MI MI Wireless Mouse Consumer Control: is tagged by udev as: Keyboard
[ 33295.249] (II) event2  - MI MI Wireless Mouse Consumer Control: device is a keyboard
[ 33295.249] (II) event2  - MI MI Wireless Mouse Consumer Control: device removed
[ 33295.249] (II) libinput: MI MI Wireless Mouse Consumer Control: needs a virtual subdevice
[ 33295.249] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3:1.0/0003:2717:5017.0001/input/input2/event2"
[ 33295.249] (II) XINPUT: Adding extended input device "MI MI Wireless Mouse Consumer Control" (type: MOUSE, id 9)
[ 33295.249] (**) Option "AccelerationScheme" "none"
[ 33295.249] (**) MI MI Wireless Mouse Consumer Control: (accel) selected scheme none/0
[ 33295.249] (**) MI MI Wireless Mouse Consumer Control: (accel) acceleration factor: 2.000
[ 33295.249] (**) MI MI Wireless Mouse Consumer Control: (accel) acceleration threshold: 4
[ 33295.252] (II) event2  - MI MI Wireless Mouse Consumer Control: is tagged by udev as: Keyboard
[ 33295.252] (II) event2  - MI MI Wireless Mouse Consumer Control: device is a keyboard
[ 33295.254] (II) config/udev: Adding input device MI MI Wireless Mouse System Control (/dev/input/event3)
[ 33295.254] (**) MI MI Wireless Mouse System Control: Applying InputClass "libinput keyboard catchall"
[ 33295.254] (II) Using input driver 'libinput' for 'MI MI Wireless Mouse System Control'
[ 33295.255] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 27 paused 0
[ 33295.255] (**) MI MI Wireless Mouse System Control: always reports core events
[ 33295.255] (**) Option "Device" "/dev/input/event3"
[ 33295.255] (**) Option "_source" "server/udev"
[ 33295.258] (II) event3  - MI MI Wireless Mouse System Control: is tagged by udev as: Keyboard
[ 33295.258] (II) event3  - MI MI Wireless Mouse System Control: device is a keyboard
[ 33295.259] (II) event3  - MI MI Wireless Mouse System Control: device removed
[ 33295.259] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3:1.0/0003:2717:5017.0001/input/input3/event3"
[ 33295.259] (II) XINPUT: Adding extended input device "MI MI Wireless Mouse System Control" (type: KEYBOARD, id 10)
[ 33295.259] (**) Option "xkb_model" "pc105"
[ 33295.259] (**) Option "xkb_layout" "us"
[ 33295.262] (II) event3  - MI MI Wireless Mouse System Control: is tagged by udev as: Keyboard
[ 33295.262] (II) event3  - MI MI Wireless Mouse System Control: device is a keyboard
[ 33295.264] (II) config/udev: Adding input device Telink Wireless Receiver Mouse (/dev/input/event4)
[ 33295.264] (**) Telink Wireless Receiver Mouse: Applying InputClass "libinput pointer catchall"
[ 33295.264] (II) Using input driver 'libinput' for 'Telink Wireless Receiver Mouse'
[ 33295.265] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 28 paused 0
[ 33295.265] (**) Telink Wireless Receiver Mouse: always reports core events
[ 33295.265] (**) Option "Device" "/dev/input/event4"
[ 33295.265] (**) Option "_source" "server/udev"
[ 33295.268] (II) event4  - Telink Wireless Receiver Mouse: is tagged by udev as: Mouse
[ 33295.268] (II) event4  - Telink Wireless Receiver Mouse: device is a pointer
[ 33295.269] (II) event4  - Telink Wireless Receiver Mouse: device removed
[ 33295.269] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:248A:00DA.0002/input/input5/event4"
[ 33295.269] (II) XINPUT: Adding extended input device "Telink Wireless Receiver Mouse" (type: MOUSE, id 11)
[ 33295.269] (**) Option "AccelerationScheme" "none"
[ 33295.269] (**) Telink Wireless Receiver Mouse: (accel) selected scheme none/0
[ 33295.269] (**) Telink Wireless Receiver Mouse: (accel) acceleration factor: 2.000
[ 33295.269] (**) Telink Wireless Receiver Mouse: (accel) acceleration threshold: 4
[ 33295.272] (II) event4  - Telink Wireless Receiver Mouse: is tagged by udev as: Mouse
[ 33295.272] (II) event4  - Telink Wireless Receiver Mouse: device is a pointer
[ 33295.274] (II) config/udev: Adding input device Telink Wireless Receiver Mouse (/dev/input/mouse1)
[ 33295.274] (II) No input driver specified, ignoring this device.
[ 33295.274] (II) This device may have been added with another device file.
[ 33295.275] (II) config/udev: Adding input device Telink Wireless Receiver Consumer Control (/dev/input/event5)
[ 33295.275] (**) Telink Wireless Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 33295.275] (II) Using input driver 'libinput' for 'Telink Wireless Receiver Consumer Control'
[ 33295.276] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 29 paused 0
[ 33295.276] (**) Telink Wireless Receiver Consumer Control: always reports core events
[ 33295.276] (**) Option "Device" "/dev/input/event5"
[ 33295.277] (**) Option "_source" "server/udev"
[ 33295.280] (II) event5  - Telink Wireless Receiver Consumer Control: is tagged by udev as: Keyboard
[ 33295.280] (II) event5  - Telink Wireless Receiver Consumer Control: device is a keyboard
[ 33295.280] (II) event5  - Telink Wireless Receiver Consumer Control: device removed
[ 33295.280] (II) libinput: Telink Wireless Receiver Consumer Control: needs a virtual subdevice
[ 33295.280] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:248A:00DA.0002/input/input6/event5"
[ 33295.280] (II) XINPUT: Adding extended input device "Telink Wireless Receiver Consumer Control" (type: MOUSE, id 12)
[ 33295.280] (**) Option "AccelerationScheme" "none"
[ 33295.280] (**) Telink Wireless Receiver Consumer Control: (accel) selected scheme none/0
[ 33295.280] (**) Telink Wireless Receiver Consumer Control: (accel) acceleration factor: 2.000
[ 33295.280] (**) Telink Wireless Receiver Consumer Control: (accel) acceleration threshold: 4
[ 33295.283] (II) event5  - Telink Wireless Receiver Consumer Control: is tagged by udev as: Keyboard
[ 33295.283] (II) event5  - Telink Wireless Receiver Consumer Control: device is a keyboard
[ 33295.285] (II) config/udev: Adding input device Telink Wireless Receiver System Control (/dev/input/event6)
[ 33295.285] (**) Telink Wireless Receiver System Control: Applying InputClass "libinput keyboard catchall"
[ 33295.285] (II) Using input driver 'libinput' for 'Telink Wireless Receiver System Control'
[ 33295.286] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 30 paused 0
[ 33295.286] (**) Telink Wireless Receiver System Control: always reports core events
[ 33295.286] (**) Option "Device" "/dev/input/event6"
[ 33295.286] (**) Option "_source" "server/udev"
[ 33295.289] (II) event6  - Telink Wireless Receiver System Control: is tagged by udev as: Keyboard
[ 33295.289] (II) event6  - Telink Wireless Receiver System Control: device is a keyboard
[ 33295.290] (II) event6  - Telink Wireless Receiver System Control: device removed
[ 33295.290] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:248A:00DA.0002/input/input7/event6"
[ 33295.290] (II) XINPUT: Adding extended input device "Telink Wireless Receiver System Control" (type: KEYBOARD, id 13)
[ 33295.290] (**) Option "xkb_model" "pc105"
[ 33295.290] (**) Option "xkb_layout" "us"
[ 33295.293] (II) event6  - Telink Wireless Receiver System Control: is tagged by udev as: Keyboard
[ 33295.293] (II) event6  - Telink Wireless Receiver System Control: device is a keyboard
[ 33295.295] (II) config/udev: Adding input device Telink Wireless Receiver (/dev/input/event7)
[ 33295.295] (**) Telink Wireless Receiver: Applying InputClass "libinput keyboard catchall"
[ 33295.295] (II) Using input driver 'libinput' for 'Telink Wireless Receiver'
[ 33295.296] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 31 paused 0
[ 33295.296] (**) Telink Wireless Receiver: always reports core events
[ 33295.296] (**) Option "Device" "/dev/input/event7"
[ 33295.296] (**) Option "_source" "server/udev"
[ 33295.299] (II) event7  - Telink Wireless Receiver: is tagged by udev as: Keyboard
[ 33295.299] (II) event7  - Telink Wireless Receiver: device is a keyboard
[ 33295.299] (II) event7  - Telink Wireless Receiver: device removed
[ 33295.299] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:248A:00DA.0003/input/input8/event7"
[ 33295.299] (II) XINPUT: Adding extended input device "Telink Wireless Receiver" (type: KEYBOARD, id 14)
[ 33295.299] (**) Option "xkb_model" "pc105"
[ 33295.299] (**) Option "xkb_layout" "us"
[ 33295.302] (II) event7  - Telink Wireless Receiver: is tagged by udev as: Keyboard
[ 33295.302] (II) event7  - Telink Wireless Receiver: device is a keyboard
[ 33295.304] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event12)
[ 33295.304] (II) No input driver specified, ignoring this device.
[ 33295.304] (II) This device may have been added with another device file.
[ 33295.304] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event13)
[ 33295.304] (II) No input driver specified, ignoring this device.
[ 33295.304] (II) This device may have been added with another device file.
[ 33295.305] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event14)
[ 33295.305] (II) No input driver specified, ignoring this device.
[ 33295.305] (II) This device may have been added with another device file.
[ 33295.305] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event15)
[ 33295.305] (II) No input driver specified, ignoring this device.
[ 33295.305] (II) This device may have been added with another device file.
[ 33295.306] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event16)
[ 33295.306] (II) No input driver specified, ignoring this device.
[ 33295.306] (II) This device may have been added with another device file.
[ 33295.306] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event11)
[ 33295.306] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 33295.306] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[ 33295.307] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 32 paused 0
[ 33295.308] (**) Eee PC WMI hotkeys: always reports core events
[ 33295.308] (**) Option "Device" "/dev/input/event11"
[ 33295.308] (**) Option "_source" "server/udev"
[ 33295.309] (II) event11 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[ 33295.309] (II) event11 - Eee PC WMI hotkeys: device is a keyboard
[ 33295.309] (II) event11 - Eee PC WMI hotkeys: device removed
[ 33295.309] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input12/event11"
[ 33295.309] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 15)
[ 33295.309] (**) Option "xkb_model" "pc105"
[ 33295.309] (**) Option "xkb_layout" "us"
[ 33295.311] (II) event11 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[ 33295.311] (II) event11 - Eee PC WMI hotkeys: device is a keyboard
[ 33295.312] (II) config/udev: Adding input device PC Speaker (/dev/input/event10)
[ 33295.312] (II) No input driver specified, ignoring this device.
[ 33295.312] (II) This device may have been added with another device file.
[ 33295.318] (**) MI MI Wireless Mouse Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 33295.318] (II) Using input driver 'libinput' for 'MI MI Wireless Mouse Consumer Control'
[ 33295.318] (II) systemd-logind: returning pre-existing fd for /dev/input/event2 13:66
[ 33295.318] (**) MI MI Wireless Mouse Consumer Control: always reports core events
[ 33295.318] (**) Option "Device" "/dev/input/event2"
[ 33295.318] (**) Option "_source" "_driver/libinput"
[ 33295.318] (II) libinput: MI MI Wireless Mouse Consumer Control: is a virtual subdevice
[ 33295.318] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3:1.0/0003:2717:5017.0001/input/input2/event2"
[ 33295.318] (II) XINPUT: Adding extended input device "MI MI Wireless Mouse Consumer Control" (type: KEYBOARD, id 16)
[ 33295.318] (**) Option "xkb_model" "pc105"
[ 33295.318] (**) Option "xkb_layout" "us"
[ 33295.318] (**) Telink Wireless Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 33295.318] (II) Using input driver 'libinput' for 'Telink Wireless Receiver Consumer Control'
[ 33295.318] (II) systemd-logind: returning pre-existing fd for /dev/input/event5 13:69
[ 33295.318] (**) Telink Wireless Receiver Consumer Control: always reports core events
[ 33295.318] (**) Option "Device" "/dev/input/event5"
[ 33295.318] (**) Option "_source" "_driver/libinput"
[ 33295.318] (II) libinput: Telink Wireless Receiver Consumer Control: is a virtual subdevice
[ 33295.318] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:248A:00DA.0002/input/input6/event5"
[ 33295.318] (II) XINPUT: Adding extended input device "Telink Wireless Receiver Consumer Control" (type: KEYBOARD, id 17)
[ 33295.318] (**) Option "xkb_model" "pc105"
[ 33295.318] (**) Option "xkb_layout" "us"
[ 33295.582] (II) modeset(0): Disabling kernel dirty updates, not required.
[ 33298.203] (EE) event7  - Telink Wireless Receiver: client bug: event processing lagging behind by 22ms, your system is too slow
[ 34031.359] (**) Option "fd" "21"
[ 34031.359] (II) event9  - Power Button: device removed
[ 34031.359] (**) Option "fd" "24"
[ 34031.359] (II) event8  - Power Button: device removed
[ 34031.359] (**) Option "fd" "25"
[ 34031.359] (II) event0  - MI MI Wireless Mouse: device removed
[ 34031.359] (**) Option "fd" "26"
[ 34031.359] (**) Option "fd" "27"
[ 34031.359] (II) event3  - MI MI Wireless Mouse System Control: device removed
[ 34031.360] (**) Option "fd" "28"
[ 34031.360] (II) event4  - Telink Wireless Receiver Mouse: device removed
[ 34031.360] (**) Option "fd" "29"
[ 34031.360] (**) Option "fd" "30"
[ 34031.360] (II) event6  - Telink Wireless Receiver System Control: device removed
[ 34031.360] (**) Option "fd" "31"
[ 34031.360] (II) event7  - Telink Wireless Receiver: device removed
[ 34031.360] (**) Option "fd" "32"
[ 34031.360] (II) event11 - Eee PC WMI hotkeys: device removed
[ 34031.360] (**) Option "fd" "26"
[ 34031.360] (II) event2  - MI MI Wireless Mouse Consumer Control: device removed
[ 34031.360] (**) Option "fd" "29"
[ 34031.360] (II) event5  - Telink Wireless Receiver Consumer Control: device removed
[ 34031.375] (II) UnloadModule: "libinput"
[ 34031.375] (II) systemd-logind: not releasing fd for 13:69, still in use
[ 34031.375] (II) UnloadModule: "libinput"
[ 34031.375] (II) systemd-logind: not releasing fd for 13:66, still in use
[ 34031.375] (II) UnloadModule: "libinput"
[ 34031.375] (II) systemd-logind: releasing fd for 13:75
[ 34031.417] (II) UnloadModule: "libinput"
[ 34031.417] (II) systemd-logind: releasing fd for 13:71
[ 34031.433] (II) UnloadModule: "libinput"
[ 34031.433] (II) systemd-logind: releasing fd for 13:70
[ 34031.453] (II) UnloadModule: "libinput"
[ 34031.453] (II) systemd-logind: releasing fd for 13:69
[ 34031.469] (II) UnloadModule: "libinput"
[ 34031.469] (II) systemd-logind: releasing fd for 13:68
[ 34031.501] (II) UnloadModule: "libinput"
[ 34031.501] (II) systemd-logind: releasing fd for 13:67
[ 34031.517] (II) UnloadModule: "libinput"
[ 34031.517] (II) systemd-logind: releasing fd for 13:66
[ 34031.533] (II) UnloadModule: "libinput"
[ 34031.533] (II) systemd-logind: releasing fd for 13:64
[ 34031.565] (II) UnloadModule: "libinput"
[ 34031.565] (II) systemd-logind: releasing fd for 13:72
[ 34031.582] (II) UnloadModule: "libinput"
[ 34031.582] (II) systemd-logind: releasing fd for 13:73
[ 34031.630] (II) Server terminated successfully (0). Closing log file.

ChubaDuba

Иксы руками запускаете?

Mitai

#8
нет делал автологин и запуск иксов по этому мануалу
Autologin
[ "$(tty)" = "/dev/tty1" ] && exec startx

ChubaDuba

Цитата: Mitai от 07 февраля 2023, 21:41:12нет делал автологин и запуск иксов по этому мануалу
А до того как так сделали по startx запускалось?

Mitai

#10
да вот этот старый конфиг который не правильный с двойным запуском dwm запускает
#!/usr/bin/bash
exec dbus-launch dwm &
feh --bg-scale /home/mitai/Image/fonts1.jpg &
setxkbmap -layout us,ru -option "grp:lalt_lshift_toggle" &
exec dwm

07 февраля 2023, 21:50:21
вот сейчас вернул его и пишу из dwm

ChubaDuba

Строчку
exec dbus-launch dwm &
вообще убрать

Mitai


ChubaDuba

#13
И?

07 февраля 2023, 22:08:21
И...
Чтобы работал dbus-launch нужно, чтобы стоял dbus-x11

Mitai

#14
dwm работает, а flameshot(программка для скриншотов) нети вскод все так же ругается...

07 февраля 2023, 22:18:39
а как то можно проверить работает ли DBus? а то возможно я по незнанию ищу то чего нет, изначально у меня не запускалась программа для скриншотов, а затем после того как в алакрити изменил дефолтный конфиг который работает на другой ос(федоре) он вдруг перестал запускаться с нет такого файла или каталога /usr/bin/bash хотя он точно есть, ну и под конец при запуске вскода он ругается что не может настроить связку ключей и отсылает сюда
ошибка вскода
 а там идут отсылки где говорится что это не правильная работа с DBus в dwm

07 февраля 2023, 22:23:10
~> alacritty
Error: Failed to spawn command '/usr/bin/bash': No such file or directory (os error 2)
Error: "Event loop terminated with code: 1"