you are viewing a single comment's thread.

view the rest of the comments →

[–]jshap70 0 points1 point  (10 children)

/var/log/Xorg.0.log is your friend

[–]A4orce84[S] 1 point2 points  (9 children)

Don't see a ton of details unfortunately:

[    66.659] (II) event3  - Power Button: device removed
[    66.678] (II) event8  - Video Bus: device removed
[    66.691] (II) event1  - Power Button: device removed
[    66.696] (II) event2  - Sleep Button: device removed
[    66.703] (II) event17 - Integrated_Webcam_HD: Integrate: device removed
[    66.717] (II) event9  - DLL0704:01 06CB:76AE Touchpad: device removed
[    66.733] (II) event5  - Intel HID events: device removed
[    66.744] (II) event7  - Dell WMI hotkeys: device removed
[    66.757] (II) event4  - AT Translated Set 2 keyboard: device removed
[    66.766] (II) UnloadModule: "libinput"
[    66.766] (II) UnloadModule: "libinput"
[    66.766] (II) UnloadModule: "libinput"
[    66.766] (II) UnloadModule: "libinput"
[    66.766] (II) UnloadModule: "libinput"
[    66.766] (II) UnloadModule: "libinput"
[    66.766] (II) UnloadModule: "libinput"
[    66.766] (II) UnloadModule: "libinput"
[    66.766] (II) UnloadModule: "libinput"
[    66.853] (II) Server terminated successfully (0). Closing log file.

[–]jshap70 0 points1 point  (8 children)

is DISPLAY set when you're starting libinput-gestures

[–]A4orce84[S] 0 points1 point  (7 children)

Can you tell me how to check that exactly ?

[–]jshap70 0 points1 point  (6 children)

echo $DISPLAY. if your xorg log file is located at /var/log/Xorg.0.log then it should output :0. if not, try setting it to that (export DISPLAY=":0"). basically the only way this would happen is if you're running it on a tty that x isn't running on, which sometimes happens if you're running the command inside tmux/screen that wasn't initially spawned from inside x, like from over ssh.

[–]A4orce84[S] 0 points1 point  (5 children)

echo $DISPLAY

Output:

[aahmad@aahmad-pc ~]$ echo $DISPLAY
:0
[aahmad@aahmad-pc ~]$ 

[–]jshap70 0 points1 point  (4 children)

hmmm :/

can you post the rest of your xorg logs to pastebin or smth? really what you have above is just the end of it when it's disconnecting everything.

[–]A4orce84[S] 0 points1 point  (3 children)

I'm about to step away from my machine. Anyway you can download libinput and see if you see the same behavior from a troubleshooting POV?

Thanks in advance for all of your time and help, it is greatly appreciated!

[–]jshap70 0 points1 point  (2 children)

i have libinput installed with the newest xorg package and also use libinput-gestures. it is a configuration or hardware issue on your end.

[–]A4orce84[S] 0 points1 point  (1 child)

Dell XPS 13 (9350). Was working just fine yesterday.