Unix & Linux Stack Exchange
Q&A for users of Linux, FreeBSD and other Unix-like operating systems
Latest Questions
5
votes
1
answers
1503
views
evince is slow to open
Ever since I updated debian, `evince` has been slow to startup - it takes about half a minute. Once it is open, it works fine, its just slow to open. It never used to take that long - it just used to take a couple of seconds. How can I get it going fast again? $ uname -a Linux mypc 5.10.0-9-amd64 #1...
Ever since I updated debian,
evince
has been slow to startup - it takes about half a minute. Once it is open, it works fine, its just slow to open. It never used to take that long - it just used to take a couple of seconds. How can I get it going fast again?
$ uname -a
Linux mypc 5.10.0-9-amd64 #1 SMP Debian 5.10.70-1 (2021-09-30) x86_64 GNU/Linux
I noticed that evince
is hanging at the following line for about half a minute:
$ strace evince
...
eventfd2(0, EFD_CLOEXEC|EFD_NONBLOCK) = 11
write(11, "\1\0\0\0\0\0\0\0", 8) = 8
write(10, "\1\0\0\0\0\0\0\0", 8) = 8
futex(0x562f5b8ffac0, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x562f5b909b30, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x562f5b8bd158, FUTEX_WAKE_PRIVATE, 1) = 1
poll([{fd=11, events=POLLIN}], 1, 25000) = 1 ([{fd=11, revents=POLLIN}])
read(11, "\1\0\0\0\0\0\0\0", 16) = 8
poll([{fd=11, events=POLLIN}], 1, 25000) = 0 (Timeout) # /dev/null 2>&1 && \
startx -- :0 vt1
# if using rxvt or urxvt immediately set the window to fullscreen
if [[ $TERM == *"rxvt"* ]]; then
# make the window with rxvt in the name the active window
wmctrl -a rxvt
# make the active window fullscreen
wmctrl -r ":ACTIVE:" -b add,fullscreen
fi
**Edit: add some dbus information**
$ ls -l ~/.dbus/session-bus/
total 28
-rw-r--r-- 1 me me 465 Nov 8 06:23 c984eb16cbd294a01d56c2ac523f7100-0
-rw-r--r-- 1 me me 465 Nov 6 14:11 c984eb16cbd294a01d56c2ac523f7100-1
-rw-r--r-- 1 me me 476 Apr 24 2017 c984eb16cbd294a01d56c2ac523f7100-10
-rw-r--r-- 1 me me 465 Jun 5 2017 c984eb16cbd294a01d56c2ac523f7100-100
-rw-r--r-- 1 me me 476 Apr 7 2017 c984eb16cbd294a01d56c2ac523f7100-11
-rw-r--r-- 1 me me 465 Nov 6 14:37 c984eb16cbd294a01d56c2ac523f7100-2
-rw-r--r-- 1 me me 463 May 6 2016 c984eb16cbd294a01d56c2ac523f7100-3
$ echo $DBUS_SESSION_BUS_ADDRESS
# empty!
mulllhausen
(2751 rep)
Nov 6, 2021, 04:05 AM
• Last activity: Feb 7, 2025, 06:06 PM
0
votes
1
answers
100
views
unable to startx/xinit on additional virtual terminal
I am running OpenBSD on a laptop with X windows starting on f5 vtty via Xenodm login manager. I am unable to start another session of X from different vtty.  xinit or startx fails with Fatal server error:  - no console drivers found. Supported drivers: wscons Since, X11 is running well on...
I am running OpenBSD on a laptop with X windows starting on f5 vtty via Xenodm login manager.
I am unable to start another session of X from different vtty. xinit or startx fails with
Fatal server error: - no console drivers found.
Supported drivers: wscons
Since, X11 is running well on default window I figured that I should be able to launch addition session on different ttys
Kabira K
(111 rep)
May 10, 2024, 11:16 AM
• Last activity: May 12, 2024, 11:19 AM
1
votes
0
answers
177
views
Starting X gets stuck when ~/.xsession exists
I have a single-board computer (Libre Computer Le Potato) that I'm trying to use to run a wall display. I want it to automatically launch X after it boots, and start Firefox. Currently, I can get as far as starting the X server. My understanding is that now I need to make a ~/.xsession file to run F...
I have a single-board computer (Libre Computer Le Potato) that I'm trying to use to run a wall display. I want it to automatically launch X after it boots, and start Firefox.
Currently, I can get as far as starting the X server. My understanding is that now I need to make a ~/.xsession file to run Firefox, but when I do, the computer gets stuck in a loop.
The the .xsession file I'm using is simple:
#!/bin/bash
# invoke global X session script
echo hey
. /etc/X11/Xsession
echo heyo
exec ~/autorun.sh
Where autorun.sh just contains the command to start Firefox. The .xsession-errors file that is produced is made up of blocks like this:
Xsession: X session started for kiosk at Sat Feb 24 20:46:13 UTC 2024
dbus-update-activation-environment: setting DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1002/bus
dbus-update-activation-environment: setting DISPLAY=:0
dbus-update-activation-environment: setting XAUTHORITY=/home/kiosk/.Xauthority
localuser:kiosk being added to access control list
dbus-update-activation-environment: setting QT_ACCESSIBILITY=1
hey
There are about four of those blocks per second.
When there's no local .xsession file, x starts without issue. What's going on here?
Obliterax Scourge of Nations
(11 rep)
Feb 24, 2024, 09:02 PM
0
votes
1
answers
167
views
Opening a empty session on other tty
me@pop-os:~$ `xinit -- :2 vt3` ``` X.Org X Server 1.21.1.4 X Protocol Version 11, Revision 0 Current Operating System: Linux pop-os 6.6.6-76060606-generic #202312111032~1702306143~22.04~d28ffec SMP PREEMPT_DYNAMIC Mon D x86_64 Kernel command line: initrd=\EFI\Pop_OS-ebdf8099-3515-474a-86ae-0b54f95c9...
me@pop-os:~$
xinit -- :2 vt3
X.Org X Server 1.21.1.4
X Protocol Version 11, Revision 0
Current Operating System: Linux pop-os 6.6.6-76060606-generic #202312111032~1702306143~22.04~d28ffec SMP PREEMPT_DYNAMIC Mon D x86_64
Kernel command line: initrd=\EFI\Pop_OS-ebdf8099-3515-474a-86ae-0b54f95c95b2\initrd.img root=UUID=ebdf8099-3515-474a-86ae-0b54f95c95b2 ro loglevel=0 systemd.show_status=false quiet splash
xorg-server 2:21.1.4-2ubuntu1.7~22.04.5 (For technical support please see http://www.ubuntu.com/support)
Current version of pixman: 0.40.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/home/alex/.local/share/xorg/Xorg.2.log", Time: Sat Jan 13 14:24:31 2024
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(EE)
Fatal server error:
(EE) xf86OpenConsole: Cannot open virtual console 3 (Permission denied)
(EE)
(EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
(EE) Please also check the log file at "/home/alex/.local/share/xorg/Xorg.2.log" for additional information.
(EE)
(EE) Server terminated with error (1). Closing log file.
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error
I also tried this from tty3 itself. It starts the xserver with a black screen and then closes immediately.
Here is the log
How can I start a new empty session in a new tty?
I'm using the latest Pop_OS! (22.04 LTS)
Alex
(101 rep)
Jan 13, 2024, 01:37 PM
• Last activity: Jan 14, 2024, 12:16 AM
0
votes
0
answers
60
views
X server does not keep running
since yesterday I run an issue with my GUI. I installed fresh arch Linux and I can not keep running bspwm-git, after login I get login console again. Here is my .xinitrc ``` #!/bin/sh userresources=$HOME/.Xresources usermodmap=$HOME/.Xmodmap sysresources=/etc/X11/xinit/.Xresources sysmodmap=/etc/X11...
since yesterday I run an issue with my GUI. I installed fresh arch Linux and I can not keep running bspwm-git, after login I get login console again.
Here is my .xinitrc
Here is my .xserverrc
My .zprofile is now like this
Here is my .xinitrc
#!/bin/sh
userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap
# merge in defaults and keymaps
if [ -f $sysresources ]; then
xrdb -merge $sysresources
fi
if [ -f $sysmodmap ]; then
xmodmap $sysmodmap
fi
if [ -f "$userresources" ]; then
xrdb -merge "$userresources"
fi
if [ -f "$usermodmap" ]; then
xmodmap "$usermodmap"
fi
# start some nice programs
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
[ -x "$f" ] && . "$f"
done
unset f
fi
exec bspwm
Here is my .xserverrc
#!/bin/sh
exec /usr/bin/Xorg/ -nolisten tcp -nolisten local "$@" vt$XDG_VTNR
My .zprofile is now like this
if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" -le 2 ]; then
exec startx —- -keeptty
fi
And w/o option -keeptty x server shuts down right after login
Kernel parameters
title Arch Linux (linux)
linux /vmlinuz-linux
initrd /intel-ucode.img
initrd /initramfs-linux.img
options cryptdevice=PARTUUID=4df4ad4e-79d0-46ec-8097-4644fa3a43f6:root root=/dev/mapper/root rw rootfstype=btrfs nvidia_drm.modeset=1 nvidia_drm.fbdev=1
Steex
(1 rep)
Dec 21, 2023, 07:33 PM
• Last activity: Dec 22, 2023, 08:43 PM
0
votes
1
answers
272
views
How to translate setxkbmap to xinitrc config
I am setting my keyboard layout using this command on every startup: ``` setxkbmap us,cz -variant ,ucw -option grp:caps_switch ``` How can I write this configuration in to `xinitrc` file so xserver loads it natively ? Thank you for help
I am setting my keyboard layout using this command on every startup:
setxkbmap us,cz -variant ,ucw -option grp:caps_switch
How can I write this configuration in to xinitrc
file so xserver loads it natively ?
Thank you for help
Jan Černý
(1723 rep)
Sep 24, 2023, 01:31 PM
• Last activity: Sep 24, 2023, 05:51 PM
3
votes
1
answers
14450
views
How to set i3 to be the default window manager?
In the Kali login, I have to select `i3` in the menu in order to use i3 instead of gnome. How to set i3 as the default window manager (no need of selection? [![enter image description here][1]][1] [1]: https://i.sstatic.net/PHrGz.png
In the Kali login, I have to select
i3
in the menu in order to use i3 instead of gnome. How to set i3 as the default window manager (no need of selection?

user123456
(5258 rep)
Apr 21, 2017, 05:41 PM
• Last activity: Jul 28, 2023, 01:08 PM
0
votes
1
answers
1646
views
Arch linux greeter without DM
I'm using Arch Linux with `i3wm` with `xinit` which results in having tty1 as my "greeter". I wanna know if there is any possibility to have a greeter, for instance, Deepin greeter at login prompt **without** having any display manager running. I am not sure if there is a way to call `xinit` before...
I'm using Arch Linux with
i3wm
with xinit
which results in having tty1 as my "greeter".
I wanna know if there is any possibility to have a greeter, for instance, Deepin greeter at login prompt **without** having any display manager running. I am not sure if there is a way to call xinit
before login and if that would solve the problem, but is there a way to achieve this?
Gabriel Ziegler
(121 rep)
Dec 16, 2018, 03:55 PM
• Last activity: Jun 7, 2023, 03:51 PM
0
votes
1
answers
7079
views
Not able to open display on a headless docker container, but can on the host
I'm working on a headless system, and trying to emulate a display (specifically so I can render headless with blender, but the problem is more fundamental). I'm [simulating a login to create the X session](https://unix.stackexchange.com/a/554603/9045), and can run `DISPLAY=:8 glxinfo` on the host wh...
I'm working on a headless system, and trying to emulate a display (specifically so I can render headless with blender, but the problem is more fundamental).
I'm [simulating a login to create the X session](https://unix.stackexchange.com/a/554603/9045) , and can run
DISPLAY=:8 glxinfo
on the host while ssh'd into the remote machine. Unfortunately, what I _haven't_ been able to do is get it to run inside a docker container.
The container is simple:
ARG CUDA_VERSION=11.4.2
ARG UBUNTU_VERSION=20.04
# Dev/deploy images build from the nvidia runtime
FROM nvidia/cudagl:${CUDA_VERSION}-runtime-ubuntu${UBUNTU_VERSION}
# Setup non-root user.
# Note that the UID needs to match the UID of the external user!
ARG USER_UID=
ARG USER_GID=${USER_UID}
ARG USERNAME=
ARG HOME=/home/${USERNAME}
# Avoid warnings by switching to noninteractive
ARG DEBIAN_FRONTEND=noninteractive
# Configure apt and install packages
RUN apt-get update \
&& apt-get -y upgrade \
&& apt-get -y install \
# for demo
mesa-utils\
# nonroot
&& groupadd --gid ${USER_GID} ${USERNAME} \
&& useradd --uid ${USER_UID} --gid ${USER_GID} -m ${USERNAME} \
# Clean up
&& apt-get autoremove -y \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/*
USER ${USERNAME}
The image can be started like so:
# gpus flag isn't needed for the demo, but is part of my actual deployment
docker run --rm --gpus all --mount "source=/tmp/.X11-unix,target=/tmp/.X11-unix,type=bind,consistency=cached" -e DISPLAY=${DISPLAY} reprocontainer glxinfo
This successfully runs on my local dev box (where I'm actually logged in), but _not_ on the remote server I'm ssh'd into, where it still reports:
No protocol specified
Error: unable to open display :8
I can get it to work by mapping the .Xauthority (one of the outputs of the simulated login) file and changing the container hostname, like so:
docker run --rm -it --gpus=all --mount "source=/tmp/.X11-unix,target=/tmp/.X11-unix,type=bind,consistency=cached" -e DISPLAY=:8 -v "/home//.Xauthority:/home//.Xauthority:rw" -u -h glxinfo
While this works, it's still confusing that the extra parameters are required for a headless session. My guess is that there's something additional/different that "real" logins do that removes the need for this somehow, but I'm not sure what it could be.
... what gives? What am I missing?
Clockwork-Muse
(101 rep)
Mar 10, 2022, 12:47 AM
• Last activity: May 7, 2023, 09:08 AM
1
votes
2
answers
5794
views
How to start a script after login using gdm?
I am using arch linux with xmonad, and I login using gdm, but to make xmonad work properly I have to run a script directly after login (actually I want to run `.xinitrc` after login using gdm to set some configuration).so, How it is possible ro run a bash script immediatly after login. I tried sever...
I am using arch linux with xmonad, and I login using gdm, but to make xmonad work properly I have to run a script directly after login (actually I want to run
.xinitrc
after login using gdm to set some configuration).so, How it is possible ro run a bash script immediatly after login.
I tried several ways such as editing
/etc/gdm/PostLogin/Default
thank you,
husseinhoudrouge
(11 rep)
Jul 17, 2016, 08:18 PM
• Last activity: Feb 2, 2023, 05:08 PM
0
votes
0
answers
195
views
My screen turned off when I left my laptop unattended, and now it won't turn back on
I went to have breakfast while my laptop was running an Xorg session, now the screen doesn't turn on no matter what I do. I tried switching ttys, no dice. I ran a program using `startx`, my distro is Arch. I don't want to reboot it. I would appreciate any help!
I went to have breakfast while my laptop was running an Xorg session, now the screen doesn't turn on no matter what I do. I tried switching ttys, no dice. I ran a program using
startx
, my distro is Arch.
I don't want to reboot it. I would appreciate any help!
Wispy
(11 rep)
Dec 18, 2022, 09:15 AM
• Last activity: Dec 18, 2022, 01:16 PM
0
votes
1
answers
347
views
Is a wine TTY instance possible?
I would like to know if I could connect to a wine desktop interface, like I do for Cinnamon, KDE or else. I've noticed that wine doesn't use the x-server, but the wine application to load window frames. **What does it really take to run an x-server session with wine as desktop interface or window ma...
I would like to know if I could connect to a wine desktop interface, like I do for Cinnamon, KDE or else. I've noticed that wine doesn't use the x-server, but the wine application to load window frames.
**What does it really take to run an x-server session with wine as desktop interface or window manager?**
It would be interesting to me, to know the minimal desktop requirements to run a full wine desktop on top of a Ubuntu 22.04 server optimized only for wine gaming.
I've been on the [cage its man page](https://manpages.ubuntu.com/manpages/jammy/en/man1/cage.1.html) on the advice of @Savchenko Dmitriy, in order to understand its working.
It seems it launches one base application. What would obviously be only a wine environment. That's a nice way to put it, but I didn't think pure wine would work this way. I think it will not work based on what I’ve read on winehq's website (I do not have stored the page link). It says pure wine would have no point, because it’s the possibility of deleting the entire configuration and creating another easily that is more convenient for its purpose.
Therefore it should remain à linux interface with a gnome menu and taskbar, but the desktop and file browser should be wine. That's more what I'm looking to do.
I would use TTY1 for my wine instance in 32bit and TTY2 for 64 only to run wine tasks, but by remaining on the same linux user account.
My interest of doing this would be for me to be able to:
- Force to kill processes by switching to the tty0 if needed.
It happens that a stuck game in fullscreen makes the mouse pointer unavailable and no tab goes through the "start"-menu.
I made a keyboard shortcut to open the process manager, but it remains in the background or doesn't open in some cases.
The only thing that did work was by accessing TTY0, login in and using the reboot. (I'm used to GUI, there might be commands to control the TTY7, default GUI session from there).
- Without the need to restart, I would be able to force closing the stucked app or manage processes and edit configurations from my default Cinnamon desktop and installed GUI tools.
- The restart of wineboot would occur every logoff and logon.
I'm still searching for how. I think I should search how a [linux desktop session](https://wiki.ubuntu.com/CustomXSession) is made (on Ubuntu in my case) to find a way to do it.
This [winehq article](https://forum.winehq.org/viewtopic.php?t=23427) is about the same question, but the answer doesn't contain the solution. Only the great lines on how to do it. I'll try it as soon I've time to do so.
Here you'll find a screenshot of wine running in 1920x1020 so I see the taskbar.
- I can't get rid of the wine title bar.
- In full screen I need to know how to run the Cinnamon taskbar on
top.
I might be able to run it as an X-App but I've found little information about it. It will probably be more complicated.
My next step is see how to create a CustomXSession running wineboot over a clear Cinnamon desktop environment with wine explorer as default file browser.
I can also see that all folders opened in wine, have a glass of wine as icon in the Cinnamon taskbar. There it should show the wine explorer icon instead.

user330163
Oct 31, 2022, 12:13 AM
• Last activity: Nov 1, 2022, 09:14 PM
2
votes
1
answers
2245
views
xinitrc seems to not run some commands
I am new to Arch and did a fresh install. I have configured it to use dwm and I start it with startx. The problem is that some commands in xinitrc seem to not run. It clearly works to some extend, because dwm is starting, but i can't say the same for other commands. My xintirc is located: ~/.xinitrc...
I am new to Arch and did a fresh install.
I have configured it to use dwm and I start it with startx. The problem is that some commands in xinitrc seem to not run. It clearly works to some extend, because dwm is starting, but i can't say the same for other commands.
My xintirc is located: ~/.xinitrc (or /home/xor/.xinitrc) and looks like this:
exec dwm
set xkbmap de
feh --bg-scale ~/background.png
xinput set-prop "UNIW0001:00 093A:0255 Touchpad" 349 1
xinput set-prop "UNIW0001:00 093A:0255 Touchpad" 326 1
xrandr --setprovideroutputsource modesetting NVIDIA-0
xrandr --auto
It should start dwm(which it does), set the keyboard layout to german qwertz(which works), set a background image(which does not work) adjust some touchpad settings(which does not work), and do something with the nvidia driver(Not exactly sure what it does, i guess it enables the card/driver, but I know that the drivers work and I can use my GPU).
I can paste the not working commands in a terminal and they work.
Is there somewhere an error log for the file xinit, and what is the problem in my case?
Thanks for help!
theboringkid
(23 rep)
Apr 5, 2022, 07:11 AM
• Last activity: Oct 12, 2022, 10:45 PM
0
votes
0
answers
2023
views
Configure X properly to start GUI programs from SSH session
I've installed `xorg`, `xdm` and `fluxbox` onto a GUI-less minimal Debian virtual machine instance (on GCP), then I've tried to run an application `chromium` or `google-chrome` with GUI. The execution of the program fails with the following message: ``` $ google-chrome [2631:2631:0905/040834.818761:...
I've installed
xorg
, xdm
and fluxbox
onto a GUI-less minimal Debian virtual machine instance (on GCP), then I've tried to run an application chromium
or google-chrome
with GUI. The execution of the program fails with the following message:
$ google-chrome
[2631:2631:0905/040834.818761:ERROR:ozone_platform_x11.cc(240)] Missing X server or $DISPLAY
[2631:2631:0905/040834.821056:ERROR:env.cc(255)] The platform failed to initialize. Exiting.
If I connect via RDP and open a terminal on GUI then enter the same command, the browser application simply starts as expexted.
If I enter this command from a **putty session**, the program starts in the **RDP session**.
$ DISPLAY=:10.0 google-chrome
I want to be able to launch programs what use GUI from SSH.
I understand that I need to configure a display related variable, but I don't understand exactly where and how.
- should I hardcode this display variable into .xinitrc
or .xsession
script?
- if so, this wouldn't destroy the dynamic display handling behavior of the xorg?
- or is there a more advanced approach how should this work properly?
- isn't there any tutorial (for dummies from scratch) about how this whole xserver should be configured properly?
---
I've copied my .xinitrc
and .xsession
files from the internet (because the installation was not smooth), which is probably is not good for the above requirement:
My .xinitrc
file is:
#!/bin/bash
if [ -d /etc/X11/xinit/xinitrc.d ]; then
for f in /etc/X11/xinit/xinitrc.d/*; do
[ -x "$f" ] && . "$f"
done
unset f
fi
exec fluxbox
My .xsession
file is:
exec startfluxbox
elaspog
(111 rep)
Sep 5, 2022, 04:26 AM
0
votes
1
answers
719
views
Debian: xinitrc doesn't start: Caught signal 11 (Segmentation fault)
I have a VM at virtualbox in Windows 11 The VM is Debian 11 (bulleye or something like that) After installing (great!) and configure the resolution as it told here: https://www.ronaldtoussaint.nl/2018/01/24/increasing-the-screen-resolution-of-linux-console-with-grub-in-virtualbox/ It worked! But now...
I have a VM at virtualbox in Windows 11
The VM is Debian 11 (bulleye or something like that)
After installing (great!) and configure the resolution as it told here: https://www.ronaldtoussaint.nl/2018/01/24/increasing-the-screen-resolution-of-linux-console-with-grub-in-virtualbox/
It worked!
But now i want to make the command "startx" run openbox
I installed xorg and xinit
And installed openbox
But when i run the command "startx" it freezes and then crashes, returning to the Unix shell
I created the file .xinitrc with the following lines:
#!/bin/sh
userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap
if [ -f $sysresources ]; then
xrdb -merge $sysresource
fi
if [ -f $sysmodmap ]; then
xmodmap $sysmodmap
fi
if [ -f "$userresources" ]; then
xrdb -merge "$userresources"
fi
if [ -f "$usermodmap" ]; then
xmodmap "$usermodmap"
fi
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
[ -x "$f" ] && . "$f"
done
unset f
fi
openbox-session
Here are the logs
[ 64.143]
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
[ 64.143] Build Operating System: linux Debian
[ 64.143] Current Operating System: Linux UNIX-lenovo-w11-virtualmachine 5.10.0-16-amd64 #1 SMP Debian 5.10.127-2 (2022-07-23) x86_64
[ 64.143] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.10.0-16-amd64 root=UUID=bff5418e-26ea-4a76-9d83-32fabfe28fef ro quiet nomodeset
[ 64.143] Build Date: 16 December 2021 05:08:23PM
[ 64.143] xorg-server 2:1.20.11-1+deb11u1 (https://www.debian.org/support)
[ 64.143] Current version of pixman: 0.40.0
[ 64.143] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 64.143] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 64.144] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Aug 3 12:39:24 2022
[ 64.147] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 64.148] (==) No Layout section. Using the first Screen section.
[ 64.148] (==) No screen section available. Using defaults.
[ 64.148] (**) |-->Screen "Default Screen Section" (0)
[ 64.148] (**) | |-->Monitor ""
[ 64.149] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 64.149] (==) Automatically adding devices
[ 64.149] (==) Automatically enabling devices
[ 64.149] (==) Automatically adding GPU devices
[ 64.149] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 64.152] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 64.152] Entry deleted from font path.
[ 64.155] (==) 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
[ 64.155] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 64.155] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 64.155] (II) Loader magic: 0x5593fbb7ee40
[ 64.155] (II) Module ABI versions:
[ 64.155] X.Org ANSI C Emulation: 0.4
[ 64.155] X.Org Video Driver: 24.1
[ 64.155] X.Org XInput driver : 24.1
[ 64.155] X.Org Server Extension : 10.0
[ 64.156] (++) using VT number 1
[ 64.158] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
[ 64.159] (--) PCI:*(0@0:2:0) 15ad:0405:15ad:0405 rev 0, Mem @ 0x80000000/134217728, 0x88400000/2097152, I/O @ 0x0000c170/16, BIOS @ 0x????????/131072
[ 64.160] (II) LoadModule: "glx"
[ 64.161] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 64.169] (II) Module glx: vendor="X.Org Foundation"
[ 64.169] compiled for 1.20.11, module version = 1.0.0
[ 64.169] ABI class: X.Org Server Extension, version 10.0
[ 64.169] (==) Matched vmware as autoconfigured driver 0
[ 64.169] (==) Matched modesetting as autoconfigured driver 1
[ 64.169] (==) Matched fbdev as autoconfigured driver 2
[ 64.169] (==) Matched vesa as autoconfigured driver 3
[ 64.169] (==) Assigned the driver to the xf86ConfigLayout
[ 64.169] (II) LoadModule: "vmware"
[ 64.169] (II) Loading /usr/lib/xorg/modules/drivers/vmware_drv.so
[ 64.310] (II) Module vmware: vendor="X.Org Foundation"
[ 64.310] compiled for 1.20.8, module version = 13.3.0
[ 64.310] Module class: X.Org Video Driver
[ 64.310] ABI class: X.Org Video Driver, version 24.1
[ 64.310] (II) LoadModule: "modesetting"
[ 64.310] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 64.312] (II) Module modesetting: vendor="X.Org Foundation"
[ 64.312] compiled for 1.20.11, module version = 1.20.11
[ 64.312] Module class: X.Org Video Driver
[ 64.312] ABI class: X.Org Video Driver, version 24.1
[ 64.312] (II) LoadModule: "fbdev"
[ 64.312] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 64.312] (II) Module fbdev: vendor="X.Org Foundation"
[ 64.312] compiled for 1.20.0, module version = 0.5.0
[ 64.312] Module class: X.Org Video Driver
[ 64.312] ABI class: X.Org Video Driver, version 24.0
[ 64.312] (II) LoadModule: "vesa"
[ 64.312] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 64.313] (II) Module vesa: vendor="X.Org Foundation"
[ 64.313] compiled for 1.20.9, module version = 2.5.0
[ 64.313] Module class: X.Org Video Driver
[ 64.313] ABI class: X.Org Video Driver, version 24.1
[ 64.313] (II) vmware: driver for VMware SVGA: vmware0405, vmware0710
[ 64.313] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 64.313] (II) FBDEV: driver for framebuffer: fbdev
[ 64.313] (II) VESA: driver for VESA chipsets: vesa
[ 64.313] (WW) Falling back to old probe method for modesetting
[ 64.313] (EE) open /dev/dri/card0: No such file or directory
[ 64.313] (WW) Falling back to old probe method for fbdev
[ 64.313] (II) Loading sub module "fbdevhw"
[ 64.313] (II) LoadModule: "fbdevhw"
[ 64.313] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 64.314] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 64.314] compiled for 1.20.11, module version = 0.0.2
[ 64.314] ABI class: X.Org Video Driver, version 24.1
[ 64.314] (II) vmware(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 64.567] (EE) vmware(0): Failed to open drm.
[ 64.567] (WW) vmware(0): Disabling 3D support.
[ 64.567] (WW) vmware(0): Disabling Render Acceleration.
[ 64.567] (WW) vmware(0): Disabling RandR12+ support.
[ 64.567] (--) vmware(0): VMware SVGA regs at (0xc170, 0xc171)
[ 64.567] (II) Loading sub module "vgahw"
[ 64.567] (II) LoadModule: "vgahw"
[ 64.567] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[ 64.570] (II) Module vgahw: vendor="X.Org Foundation"
[ 64.570] compiled for 1.20.11, module version = 0.1.0
[ 64.570] ABI class: X.Org Video Driver, version 24.1
[ 64.573] (--) vmware(0): caps: 0x00F6C2A0
[ 64.573] (--) vmware(0): depth: 24
[ 64.573] (--) vmware(0): bpp: 32
[ 64.573] (--) vmware(0): vram: 134217728
[ 64.573] (--) vmware(0): pbase: 0x80000000
[ 64.573] (--) vmware(0): mwidt: 5632
[ 64.573] (--) vmware(0): mheig: 5632
[ 64.573] (--) vmware(0): depth: 24
[ 64.573] (--) vmware(0): bpp: 32
[ 64.573] (--) vmware(0): w.red: 8
[ 64.573] (--) vmware(0): w.grn: 8
[ 64.573] (--) vmware(0): w.blu: 8
[ 64.573] (--) vmware(0): vis: 4
[ 64.573] (==) vmware(0): Depth 24, (==) framebuffer bpp 32
[ 64.573] (==) vmware(0): RGB weight 888
[ 64.573] (==) vmware(0): Default visual is TrueColor
[ 64.573] (==) vmware(0): Using HW cursor
[ 64.573] (==) vmware(0): Will set up a driver mode with dimensions 1920x1080.
[ 64.573] (==) vmware(0): Using gamma correction (1.0, 1.0, 1.0)
[ 64.573] (II) vmware(0): Clock range: 0.00 to 400000.00 MHz
[ 64.574] (II) vmware(0): Virtual size is 1920x1080 (pitch 5632)
[ 64.574] (**) vmware(0): *Driver mode "vmwlegacy-default-1920x1080": 156.1 MHz, 65.0 kHz, 60.0 Hz
[ 64.574] (II) vmware(0): Modeline "vmwlegacy-default-1920x1080"x60.0 156.08 1920 1921 1922 2402 1080 1081 1082 1083 (65.0 kHz ez)
[ 64.574] (**) vmware(0): Default mode "5120x2880": 1276.5 MHz, 178.9 kHz, 60.0 Hz
[ 64.574] (II) vmware(0): Modeline "5120x2880"x60.0 1276.50 5120 5560 6128 7136 2880 2883 2888 2982 -hsync +vsync (178.9 kHz d)
[ 64.574] (**) vmware(0): Default mode "4096x2304": 813.0 MHz, 143.1 kHz, 60.0 Hz
[ 64.574] (II) vmware(0): Modeline "4096x2304"x60.0 813.00 4096 4440 4888 5680 2304 2307 2312 2386 -hsync +vsync (143.1 kHz d)
[ 64.574] (**) vmware(0): Default mode "3840x2160": 712.8 MHz, 134.2 kHz, 60.0 Hz
[ 64.574] (II) vmware(0): Modeline "3840x2160"x60.0 712.75 3840 4160 4576 5312 2160 2163 2168 2237 -hsync +vsync (134.2 kHz d)
[ 64.574] (**) vmware(0): Default mode "3200x1800": 492.0 MHz, 111.8 kHz, 60.0 Hz
[ 64.574] (II) vmware(0): Modeline "3200x1800"x60.0 492.00 3200 3456 3800 4400 1800 1803 1808 1865 -hsync +vsync (111.8 kHz d)
[ 64.574] (**) vmware(0): Default mode "2880x1620": 396.2 MHz, 100.7 kHz, 60.0 Hz
[ 64.574] (II) vmware(0): Modeline "2880x1620"x60.0 396.25 2880 3096 3408 3936 1620 1623 1628 1679 -hsync +vsync (100.7 kHz d)
[ 64.574] (**) vmware(0): Default mode "2560x1600": 348.5 MHz, 99.5 kHz, 60.0 Hz
[ 64.574] (II) vmware(0): Modeline "2560x1600"x60.0 348.50 2560 2760 3032 3504 1600 1603 1609 1658 -hsync +vsync (99.5 kHz d)
[ 64.574] (**) vmware(0): Default mode "2560x1440": 312.2 MHz, 89.5 kHz, 60.0 Hz
[ 64.574] (II) vmware(0): Modeline "2560x1440"x60.0 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync (89.5 kHz d)
[ 64.574] (**) vmware(0): Default mode "2048x1536": 388.0 MHz, 137.0 kHz, 85.0 Hz
[ 64.574] (II) vmware(0): Modeline "2048x1536"x85.0 388.04 2048 2216 2440 2832 1536 1537 1540 1612 -hsync +vsync (137.0 kHz d)
[ 64.574] (**) vmware(0): Default mode "2048x1536": 340.5 MHz, 120.2 kHz, 75.0 Hz
[ 64.574] (II) vmware(0): Modeline "2048x1536"x75.0 340.48 2048 2216 2440 2832 1536 1537 1540 1603 -hsync +vsync (120.2 kHz d)
[ 64.574] (**) vmware(0): Default mode "2048x1536": 266.9 MHz, 95.3 kHz, 60.0 Hz
[ 64.574] (II) vmware(0): Modeline "2048x1536"x60.0 266.95 2048 2200 2424 2800 1536 1537 1540 1589 -hsync +vsync (95.3 kHz d)
[ 64.574] (**) vmware(0): Default mode "1920x1440": 341.4 MHz, 128.5 kHz, 85.0 Hz
[ 64.574] (II) vmware(0): Modeline "1920x1440"x85.0 341.35 1920 2072 2288 2656 1440 1441 1444 1512 -hsync +vsync (128.5 kHz d)
[ 64.574] (**) vmware(0): Default mode "1920x1440": 297.0 MHz, 112.5 kHz, 75.0 Hz
[ 64.574] (II) vmware(0): Modeline "1920x1440"x75.0 297.00 1920 2064 2288 2640 1440 1441 1444 1500 -hsync +vsync (112.5 kHz d)
[ 64.574] (**) vmware(0): Default mode "1920x1440": 234.0 MHz, 90.0 kHz, 60.0 Hz
[ 64.574] (II) vmware(0): Modeline "1920x1440"x60.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
[ 64.574] (**) vmware(0): Default mode "1856x1392": 288.0 MHz, 112.5 kHz, 75.0 Hz
[ 64.574] (II) vmware(0): Modeline "1856x1392"x75.0 288.00 1856 1984 2208 2560 1392 1393 1396 1500 -hsync +vsync (112.5 kHz d)
[ 64.574] (**) vmware(0): Default mode "1856x1392": 218.3 MHz, 86.4 kHz, 60.0 Hz
[ 64.574] (II) vmware(0): Modeline "1856x1392"x60.0 218.30 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
[ 64.574] (**) vmware(0): Default mode "1792x1344": 261.0 MHz, 106.3 kHz, 75.0 Hz
[ 64.574] (II) vmware(0): Modeline "1792x1344"x75.0 261.00 1792 1888 2104 2456 1344 1345 1348 1417 -hsync +vsync (106.3 kHz d)
[ 64.574] (**) vmware(0): Default mode "1792x1344": 204.8 MHz, 83.7 kHz, 60.0 Hz
[ 64.574] (II) vmware(0): Modeline "1792x1344"x60.0 204.80 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
[ 64.574] (**) vmware(0): Default mode "2048x1152": 197.0 MHz, 71.6 kHz, 59.9 Hz
[ 64.574] (II) vmware(0): Modeline "2048x1152"x59.9 197.00 2048 2184 2400 2752 1152 1155 1160 1195 -hsync +vsync (71.6 kHz d)
[ 64.574] (**) vmware(0): Default mode "1920x1200": 193.2 MHz, 74.6 kHz, 59.9 Hz
[ 64.574] (II) vmware(0): Modeline "1920x1200"x59.9 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
[ 64.574] (**) vmware(0): Default mode "1920x1080": 173.0 MHz, 67.2 kHz, 60.0 Hz
[ 64.574] (II) vmware(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 64.574] (**) vmware(0): Default mode "1600x1200": 229.5 MHz, 106.2 kHz, 85.0 Hz
[ 64.574] (II) vmware(0): Modeline "1600x1200"x85.0 229.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (106.2 kHz d)
[ 64.574] (**) vmware(0): Default mode "1600x1200": 202.5 MHz, 93.8 kHz, 75.0 Hz
[ 64.574] (II) vmware(0): Modeline "1600x1200"x75.0 202.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (93.8 kHz d)
[ 64.574] (**) vmware(0): Default mode "1600x1200": 189.0 MHz, 87.5 kHz, 70.0 Hz
[ 64.574] (II) vmware(0): Modeline "1600x1200"x70.0 189.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (87.5 kHz d)
[ 64.574] (**) vmware(0): Default mode "1600x1200": 175.5 MHz, 81.2 kHz, 65.0 Hz
[ 64.574] (II) vmware(0): Modeline "1600x1200"x65.0 175.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (81.2 kHz d)
[ 64.574] (**) vmware(0): Default mode "1600x1200": 162.0 MHz, 75.0 kHz, 60.0 Hz
[ 64.574] (II) vmware(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[ 64.574] (**) vmware(0): Default mode "1680x1050": 214.8 MHz, 93.9 kHz, 84.9 Hz
[ 64.574] (II) vmware(0): Modeline "1680x1050"x84.9 214.75 1680 1808 1984 2288 1050 1053 1059 1105 -hsync +vsync (93.9 kHz d)
[ 64.574] (**) vmware(0): Default mode "1680x1050": 187.0 MHz, 82.3 kHz, 74.9 Hz
[ 64.574] (II) vmware(0): Modeline "1680x1050"x74.9 187.00 1680 1800 1976 2272 1050 1053 1059 1099 -hsync +vsync (82.3 kHz d)
[ 64.574] (**) vmware(0): Default mode "1680x1050": 174.0 MHz, 76.6 kHz, 69.9 Hz
[ 64.574] (II) vmware(0): Modeline "1680x1050"x69.9 174.00 1680 1800 1976 2272 1050 1053 1059 1096 -hsync +vsync (76.6 kHz d)
[ 64.574] (**) vmware(0): Default mode "1680x1050": 146.2 MHz, 65.3 kHz, 60.0 Hz
[ 64.574] (II) vmware(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 64.574] (**) vmware(0): Default mode "1680x1050": 146.2 MHz, 65.3 kHz, 60.0 Hz
[ 64.574] (II) vmware(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 64.574] (**) vmware(0): Default mode "1400x1050": 179.3 MHz, 93.8 kHz, 85.0 Hz
[ 64.574] (II) vmware(0): Modeline "1400x1050"x85.0 179.26 1400 1504 1656 1912 1050 1051 1054 1103 -hsync +vsync (93.8 kHz d)
[ 64.574] (**) vmware(0): Default mode "1400x1050": 155.8 MHz, 81.5 kHz, 74.8 Hz
[ 64.574] (II) vmware(0): Modeline "1400x1050"x74.8 155.80 1400 1464 1784 1912 1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[ 64.574] (**) vmware(0): Default mode "1400x1050": 145.1 MHz, 76.5 kHz, 70.0 Hz
[ 64.574] (II) vmware(0): Modeline "1400x1050"x70.0 145.06 1400 1496 1648 1896 1050 1051 1054 1093 -hsync +vsync (76.5 kHz d)
[ 64.574] (**) vmware(0): Default mode "1400x1050": 122.0 MHz, 64.9 kHz, 60.0 Hz
[ 64.574] (II) vmware(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 64.574] (**) vmware(0): Default mode "1600x900": 118.2 MHz, 56.0 kHz, 59.9 Hz
[ 64.574] (II) vmware(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 64.574] (**) vmware(0): Default mode "1280x1024": 157.5 MHz, 91.1 kHz, 85.0 Hz
[ 64.574] (II) vmware(0): Modeline "1280x1024"x85.0 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[ 64.574] (**) vmware(0): Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz
[ 64.574] (II) vmware(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[ 64.574] (**) vmware(0): Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
[ 64.574] (II) vmware(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 64.574] (**) vmware(0): Default mode "1440x900": 106.5 MHz, 55.9 kHz, 59.9 Hz
[ 64.574] (II) vmware(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz d)
[ 64.574] (**) vmware(0): Default mode "1400x900": 103.5 MHz, 56.0 kHz, 60.0 Hz
[ 64.574] (II) vmware(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 64.574] (**) vmware(0): Default mode "1280x960": 148.5 MHz, 85.9 kHz, 85.0 Hz
[ 64.574] (II) vmware(0): Modeline "1280x960"x85.0 148.50 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync (85.9 kHz d)
[ 64.574] (**) vmware(0): Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz
[ 64.574] (II) vmware(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 64.574] (**) vmware(0): Default mode "1368x768": 85.2 MHz, 47.8 kHz, 59.9 Hz
[ 64.574] (II) vmware(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 64.574] (**) vmware(0): Default mode "1360x768": 84.8 MHz, 47.7 kHz, 59.8 Hz
[ 64.574] (II) vmware(0): Modeline "1360x768"x59.8 84.75 1360 1432 1568 1776 768 771 781 798 -hsync +vsync (47.7 kHz d)
[ 64.574] (**) vmware(0): Default mode "1280x800": 83.5 MHz, 49.7 kHz, 59.8 Hz
[ 64.574] (II) vmware(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 64.574] (**) vmware(0): Default mode "1152x864": 143.5 MHz, 91.5 kHz, 100.0 Hz
[ 64.574] (II) vmware(0): Modeline "1152x864"x100.0 143.47 1152 1232 1360 1568 864 865 868 915 -hsync +vsync (91.5 kHz d)
[ 64.574] (**) vmware(0): Default mode "1152x864": 121.5 MHz, 77.5 kHz, 85.1 Hz
[ 64.574] (II) vmware(0): Modeline "1152x864"x85.1 121.50 1152 1216 1344 1568 864 865 868 911 +hsync -vsync (77.5 kHz d)
[ 64.574] (**) vmware(0): Default mode "1152x864": 119.7 MHz, 77.1 kHz, 85.0 Hz
[ 64.574] (II) vmware(0): Modeline "1152x864"x85.0 119.65 1152 1224 1352 1552 864 865 868 907 -hsync +vsync (77.1 kHz d)
[ 64.574] (**) vmware(0): Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz
[ 64.574] (II) vmware(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz d)
[ 64.574] (**) vmware(0): Default mode "1152x864": 105.0 MHz, 67.6 kHz, 75.0 Hz
[ 64.574] (II) vmware(0): Modeline "1152x864"x75.0 104.99 1152 1224 1352 1552 864 865 868 902 -hsync +vsync (67.6 kHz d)
[ 64.574] (**) vmware(0): Default mode "1152x864": 96.8 MHz, 63.0 kHz, 70.0 Hz
[ 64.574] (II) vmware(0): Modeline "1152x864"x70.0 96.77 1152 1224 1344 1536 864 865 868 900 -hsync +vsync (63.0 kHz d)
[ 64.574] (**) vmware(0): Default mode "1152x864": 81.6 MHz, 53.7 kHz, 60.0 Hz
[ 64.574] (II) vmware(0): Modeline "1152x864"x60.0 81.62 1152 1216 1336 1520 864 865 868 895 -hsync +vsync (53.7 kHz d)
[ 64.574] (**) vmware(0): Default mode "1280x720": 74.5 MHz, 44.8 kHz, 59.9 Hz
[ 64.574] (II) vmware(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 64.574] (**) vmware(0): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
[ 64.574] (II) vmware(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz d)
[ 64.574] (**) vmware(0): Default mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz
[ 64.574] (II) vmware(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz d)
[ 64.574] (**) vmware(0): Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
[ 64.574] (II) vmware(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz d)
[ 64.574] (**) vmware(0): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
[ 64.575] (II) vmware(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 64.575] (**) vmware(0): Default mode "1024x576": 46.5 MHz, 35.9 kHz, 59.9 Hz
[ 64.575] (II) vmware(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 64.575] (**) vmware(0): Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
[ 64.575] (II) vmware(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz d)
[ 64.575] (**) vmware(0): Default mode "960x540": 40.8 MHz, 33.5 kHz, 59.6 Hz
[ 64.575] (II) vmware(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 64.575] (**) vmware(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
[ 64.575] (II) vmware(0): Modeline "800x600"x85.1 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz d)
[ 64.575] (**) vmware(0): Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
[ 64.575] (II) vmware(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz d)
[ 64.575] (**) vmware(0): Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
[ 64.575] (II) vmware(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz d)
[ 64.575] (**) vmware(0): Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
[ 64.575] (II) vmware(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 64.575] (**) vmware(0): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
[ 64.575] (II) vmware(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 64.575] (**) vmware(0): Default mode "864x486": 32.5 MHz, 30.3 kHz, 59.9 Hz
[ 64.575] (II) vmware(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 64.575] (**) vmware(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
[ 64.575] (II) vmware(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz d)
[ 64.575] (**) vmware(0): Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
[ 64.575] (II) vmware(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz d)
[ 64.575] (**) vmware(0): Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
[ 64.575] (II) vmware(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz d)
[ 64.575] (**) vmware(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz
[ 64.575] (II) vmware(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 64.575] (**) vmware(0): Default mode "720x405": 22.5 MHz, 25.1 kHz, 59.5 Hz
[ 64.575] (II) vmware(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 64.575] (**) vmware(0): Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz
[ 64.575] (II) vmware(0): Modeline "720x400"x85.0 35.50 720 756 828 936 400 401 404 446 -hsync +vsync (37.9 kHz d)
[ 64.575] (**) vmware(0): Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz
[ 64.575] (II) vmware(0): Modeline "640x400"x85.1 31.50 640 672 736 832 400 401 404 445 -hsync +vsync (37.9 kHz d)
[ 64.575] (**) vmware(0): Default mode "640x360": 18.0 MHz, 22.5 kHz, 59.8 Hz
[ 64.575] (II) vmware(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 64.575] (**) vmware(0): Default mode "640x360": 17.8 MHz, 22.2 kHz, 59.3 Hz
[ 64.575] (II) vmware(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 64.575] (**) vmware(0): Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz
[ 64.575] (II) vmware(0): Modeline "640x350"x85.1 31.50 640 672 736 832 350 382 385 445 +hsync -vsync (37.9 kHz d)
[ 64.575] (==) vmware(0): DPI set to (96, 96)
[ 64.575] (II) Loading sub module "fb"
[ 64.575] (II) LoadModule: "fb"
[ 64.575] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 64.577] (II) Module fb: vendor="X.Org Foundation"
[ 64.577] compiled for 1.20.11, module version = 1.0.0
[ 64.577] ABI class: X.Org ANSI C Emulation, version 0.4
[ 64.577] (II) Loading sub module "shadowfb"
[ 64.577] (II) LoadModule: "shadowfb"
[ 64.577] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[ 64.577] (II) Module shadowfb: vendor="X.Org Foundation"
[ 64.577] compiled for 1.20.11, module version = 1.0.0
[ 64.577] ABI class: X.Org ANSI C Emulation, version 0.4
[ 64.577] (II) Loading sub module "ramdac"
[ 64.577] (II) LoadModule: "ramdac"
[ 64.577] (II) Module "ramdac" already built-in
[ 64.577] (II) UnloadModule: "modesetting"
[ 64.577] (II) Unloading modesetting
[ 64.577] (II) UnloadModule: "fbdev"
[ 64.577] (II) Unloading fbdev
[ 64.577] (II) UnloadSubModule: "fbdevhw"
[ 64.577] (II) Unloading fbdevhw
[ 64.577] (II) UnloadModule: "vesa"
[ 64.577] (II) Unloading vesa
[ 64.577] (II) vmware(0): Initialized VMWARE_CTRL extension version 0.2
[ 64.577] (II) vmware(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0
[ 64.580] (EE) vmware(0): Unable to map frame buffer BAR. Invalid argument (22)
[ 64.580] (EE)
[ 64.580] (EE) Backtrace:
[ 64.581] (EE) 0: /usr/lib/xorg/Xorg (OsLookupColor+0x135) [0x5593fbaf1435]
[ 64.582] (EE) 1: /lib/x86_64-linux-gnu/libpthread.so.0 (funlockfile+0x50) [0x7fdf12713140]
[ 64.582] (EE) 2: /lib/x86_64-linux-gnu/libc.so.6 (__nss_database_lookup+0x2865c) [0x7fdf1269b03c]
[ 64.582] (EE) unw_get_proc_name failed: no unwind info found [-10]
[ 64.582] (EE) 3: /usr/lib/xorg/modules/drivers/vmware_drv.so (?+0x0) [0x7fdf11ddf6ef]
[ 64.582] (EE) 4: /usr/lib/xorg/Xorg (AddScreen+0xd7) [0x5593fb98d817]
[ 64.582] (EE) 5: /usr/lib/xorg/Xorg (InitOutput+0x27f) [0x5593fb9cf16f]
[ 64.582] (EE) 6: /usr/lib/xorg/Xorg (InitFonts+0x1cc) [0x5593fb99139c]
[ 64.582] (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xea) [0x7fdf1255ed0a]
[ 64.582] (EE) 8: /usr/lib/xorg/Xorg (_start+0x2a) [0x5593fb97ad1a]
[ 64.582] (EE)
[ 64.582] (EE) Segmentation fault at address 0x0
[ 64.582] (EE)
Fatal server error:
[ 64.582] (EE) Caught signal 11 (Segmentation fault). Server aborting
[ 64.582] (EE)
[ 64.582] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 64.582] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 64.582] (EE)
[ 64.628] (EE) Server terminated with error (1). Closing log file.
Please help :(
Devilas
(87 rep)
Aug 3, 2022, 11:49 AM
• Last activity: Aug 11, 2022, 02:46 PM
2
votes
1
answers
3113
views
unlock gnome-keyring on login
Running debian testing, no display manager, i3 window manager. `gnome-keyring` & `libpam-gnome-keyring` packages are installed. Added following 2 lines to end of /etc/pam.d/login: ``` auth optional pam_gnome_keyring.so session optional pam_gnome_keyring.so auto_start ``` keyring is started by system...
Running debian testing, no display manager, i3 window manager.
gnome-keyring
& libpam-gnome-keyring
packages are installed. Added following 2 lines to end of /etc/pam.d/login:
auth optional pam_gnome_keyring.so
session optional pam_gnome_keyring.so auto_start
keyring is started by systemd @ /etc/systemd/user/graphical-session-pre.target.wants/gnome-keyring-daemon.service
, but also tried replacing it from xinitrc:
eval $(/usr/bin/gnome-keyring-daemon --replace --components=gpg,pkcs11,secrets,ssh)
/var/log/auth.log has following from OS login:
Jun 26 00:35:39 p14s su: (to laur) root on none
Jun 26 00:35:39 p14s su: pam_unix(su:session): session opened for user laur(uid=1000) by (uid=0)
Jun 26 00:35:39 p14s systemd: pam_unix(systemd-user:session): session opened for user laur(uid=1000) by (uid=0)
Jun 26 00:35:39 p14s su: pam_unix(su:session): session closed for user laur
Jun 26 00:35:41 p14s su: (to laur) root on none
Jun 26 00:35:41 p14s su: pam_unix(su:session): session opened for user laur(uid=1000) by (uid=0)
Jun 26 00:35:42 p14s su: pam_unix(su:session): session closed for user laur
Jun 26 00:35:42 p14s su: (to laur) root on none
Jun 26 00:35:42 p14s su: pam_unix(su:session): session opened for user laur(uid=1000) by (uid=0)
Jun 26 00:35:42 p14s login: gkr-pam: unable to locate daemon control file
Jun 26 00:35:42 p14s login: gkr-pam: stashed password to try later in open session
Jun 26 00:35:42 p14s login: pam_unix(login:session): session opened for user laur(uid=1000) by LOGIN(uid=0)
Jun 26 00:35:42 p14s systemd-logind: New session 2 of user laur.
Jun 26 00:35:42 p14s login: gkr-pam: unlocked login keyring <----- this should be success, right?
Jun 26 00:35:42 p14s su: pam_unix(su:session): session closed for user laur
Jun 26 00:35:42 p14s su: (to laur) root on none
Jun 26 00:35:42 p14s su: pam_unix(su:session): session opened for user laur(uid=1000) by (uid=0)
Jun 26 00:35:42 p14s su: pam_unix(su:session): session closed for user laur
Jun 26 00:35:45 p14s polkitd(authority=local): Registered Authentication Agent for unix-session:2 (system bus name :1.81 [/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1], object path /org/gnome/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Jun 26 00:35:46 p14s gnome-keyring-daemon: The Secret Service was already initialized
Jun 26 00:35:46 p14s gnome-keyring-daemon: discover_other_daemon: 1
Jun 26 00:35:48 p14s su: (to laur) root on none
Jun 26 00:35:48 p14s su: pam_unix(su-l:session): session opened for user laur(uid=1000) by (uid=0)
Jun 26 00:35:50 p14s su: pam_unix(su-l:session): session closed for user laur
Jun 26 00:35:50 p14s su: (to laur) root on none
Jun 26 00:35:50 p14s su: pam_unix(su-l:session): session opened for user laur(uid=1000) by (uid=0)
Jun 26 00:35:50 p14s su: pam_unix(su-l:session): session closed for user laur
Jun 26 00:35:50 p14s su: (to laur) root on none
Jun 26 00:35:50 p14s su: pam_unix(su-l:session): session opened for user laur(uid=1000) by (uid=0)
Did also try deleting existing keyring(s), to be re-created. Keyring has same password as my user login.
Still no joy. How to approach this in 2022?
laur
(790 rep)
Jun 25, 2022, 11:09 PM
• Last activity: Jul 6, 2022, 01:55 PM
0
votes
1
answers
154
views
condition in .xinitrc not satisfied, don't know why
I have a condition in `.xinitrc` that is not met, and I don't understand why: I have the `.Xresources` file in my `~` (with read permissions), and my `~/.xinitrc` contains a line with [[ -f ~/.Xresources ]] && xrdb -load ~/.Xresources & However the condition between double brackets is not met. Why i...
I have a condition in
.xinitrc
that is not met, and I don't understand why:
I have the .Xresources
file in my ~
(with read permissions), and my ~/.xinitrc
contains a line with
[[ -f ~/.Xresources ]] && xrdb -load ~/.Xresources &
However the condition between double brackets is not met. Why is that? The file exists and is located in my home!
If I change the line to this,
xrdb -load ~/.Xresources &
Then it works, and also works if I run [[ -f ~/.Xresources ]] && xrdb -load ~/.Xresources
from bash.
Why is not working in .xinitrc
?
My solution for the moment was to put directly the second line, however I don't understand why the condition is not met.
ElTitoFranki
(133 rep)
May 2, 2022, 11:26 AM
• Last activity: May 2, 2022, 05:03 PM
1
votes
1
answers
216
views
startx inconsistent behavior
I have a SSH server that is responsible for running `dwm` binary through X forwarding, on my client computer, i have a shell script that replaces the `dwm` binary on `/usr/local/bin`, inside that script, i simply make a call to the server requesting it to run the original `dwm`: ```sh ssh -q -tt use...
I have a SSH server that is responsible for running
dwm
binary through X forwarding, on my client computer, i have a shell script that replaces the dwm
binary on /usr/local/bin
, inside that script, i simply make a call to the server requesting it to run the original dwm
:
ssh -q -tt user@172.17.0.2 dwm $@
With only a single -t
, i get the following error:
Pseudo-terminal will not be allocated because stdin is not a terminal
---
On the SSH server side, i'm making use of ForceCommand
to pass the parameters received through a container_runner
script, it looks like this:
#!/bin/sh
/usr/local/bin/$SSH_ORIGINAL_COMMAND
The reason for the ForceCommand
here is to limit the possibility of running anything else other than a set of Docker container initialization scripts (located on /usr/local/bin
)
Here's an example of one of those scripts, the one below runs the dwm
Docker image:
#!/bin/sh
docker run \
--pull=never \
--rm \
-v container-scripts:/container-scripts \
-v ssh-keys:/home/dwm/.ssh \
-v x11-shared:/tmp/.X11-unix \
-it \
-e DISPLAY=:1 \
-e XAUTHORITY=/tmp/.X11-unix/container-cookie \
dwm \
$@ 2>/dev/null
- container-scripts
- volume containing a set of scripts that will allow running others sibling containers inside containers
- ssh-keys
- the SSH keys in order to be able to run containers from inside other containers
- x11-shared
- X11 shared data (X11 socket and xauth cookie)
---
My ssh_config
looks like this:
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
ForwardX11 yes
ForwardX11Trusted yes
PreferredAuthentications=publickey
Things started to get inconsistent after i disabled SSH multiplexing from my ssh_config
, previously with the settings below, it worked fine all the time (which makes no sense, as far as i know, SSH multiplexing shouldn't interfere in that), settings below:
ControlPath /tmp/%r@%h:%p
ControlMaster auto
ControlPersist yes
What happens is that whenever i try to run startx
passing as argument my dwm
script that makes a request to the SSH server to run the actual dwm
, i just get a black screen, and nothing happens, it just stays like that, example below:
startx /usr/local/bin/dwm -- :1
But, if i run the same command above, slightly differently, using shell command substitution alongside with the shell noop operator, it works fine (just takes a few more seconds to show dwm
than usual, probably due to the ugly hack)
: $(startx /usr/local/bin/dwm -- :1)
henriquehbr
(938 rep)
Mar 30, 2022, 04:25 PM
• Last activity: Apr 13, 2022, 10:30 AM
0
votes
1
answers
130
views
Shell script to shutdown system after running xinit command?
I have a Raspberry Pi Zero 2W running Raspberry OS Lite (based on Debian 11 Bullseye, no desktop environment) that runs a startup shell script after an automatic login. The script uses the ```xinit``` command to run a graphical application and then to shutdown: ``` sudo xinit case_test.rpi3 --video-...
I have a Raspberry Pi Zero 2W running Raspberry OS Lite (based on Debian 11 Bullseye, no desktop environment) that runs a startup shell script after an automatic login. The script uses the
command to run a graphical application and then to shutdown:
sudo xinit case_test.rpi3 --video-driver GLES2; shutdown now
The
command runs as expected and starts the graphical application. However, as soon as the application is loaded, the shutdown command is executed meaning I cannot interact with the application.
What I want to happen is for the application to launch as it does, allowing me to interact with it as long as I want, and when I choose to exit the application and return to the console, the system will then shutdown automatically. Any good ways of writing this in the shell script?
GAMER H2
(1 rep)
Mar 6, 2022, 08:00 PM
• Last activity: Mar 6, 2022, 11:27 PM
8
votes
4
answers
34092
views
Start X Server on Login with Systemd
I know that this is not the normal way people use X. Most setup instructions tell you to put something like `startx` in your shell's profile. However I want to have systemd manage things. Ideally I would have something like `systemctl --user enable x.service` which is run when my user is logged in,...
I know that this is not the normal way people use X. Most setup instructions tell you to put something like
startx
in your shell's profile. However I want to have systemd manage things.
Ideally I would have something like systemctl --user enable x.service
which is run when my user is logged in, and sources my .xinitrc
thus starting my WM.
All my attempts to do this have given me the error:
/usr/lib/xorg/Xorg.wrap: Only console users are allowed to run the X server
There **must** be a way to do this. Any help would be greatly appreciated.
Nathan Lilienthal
(181 rep)
Apr 14, 2018, 08:44 PM
• Last activity: Feb 6, 2022, 01:35 PM
Showing page 1 of 20 total questions