Skip to main content

Questions tagged [display-manager]

This tag is for questions about software that manages the graphical login screen and session on your Linux system. This includes popular display managers like - gdm, lightdm, sddm, lxdm,kdm,etc.

Filter by
Sorted by
Tagged with
3 votes
1 answer
175 views

I'm running XFCE on a Lenovo T460 and a docking station. I have the laptop screen, one monitor connected via VGA, and another connected via DVI. On the DVI screen, when I open a window on my desktop ...
Santiago's user avatar
0 votes
0 answers
553 views

I recently installed Debian 13 RC (trixie) on VMWare using the net install image and during the installation I opted out the desktop environment. After the installation, I installed the gdm3 packages ...
Yiyang Yan's user avatar
1 vote
0 answers
54 views

I'm creating a display manager (dm) in python, which waits to Xorg to start in order to run the GUI. Python (omitted unnecessary code like widgets and classes and functions) import os (more imports ...
rustymanito's user avatar
0 votes
0 answers
706 views

I wanted to try Arch and as I have an M1 Mac, I need to use the ARM version of arch or otherwise my Arch is slow as fuk because it's emulated. I'm using UTM as my virtual machine (for those who don't ...
axolotlKing0722's user avatar
0 votes
0 answers
90 views

I've been looking at Display Managers like SDDM, GDM and LightDM, but it doesn't seem as if they support a non-interactive login. I want to issue a command to have it login to one of the users, ...
Jason Hunter's user avatar
0 votes
0 answers
699 views

I am looking for a display manager that works with multiple displays and multiple scaling. I am running Linux Mint on a laptop with a 4k screen. I also have a 1440p portable monitor and a 1440p ultra-...
Pioneer_11's user avatar
0 votes
1 answer
1k views

When I boot my pc (Debian 12 with Gnome3) I get directly taken to a blinking line instead of a login promt or a GUI. From there I can switch tty (Alt + F2) and then get a login promt and after login I'...
Payerl's user avatar
  • 101
2 votes
0 answers
36k views

I installed Fedora 38 via the Network Installer (also called Everything) and there was no desktop environment preinstalled so I installed plasma-desktop package which is labelled as Plasma Desktop ...
Yiyang Yan's user avatar
0 votes
0 answers
46 views

I suppose since graphical display managers already launch Xorg, they would just have to re-initiate it rather than launching it from the start like startx does. So in that case does Xorg completely ...
AvidSeeker's user avatar
0 votes
0 answers
149 views

I'm trying to debug some login behaviour where I have both my display manager and systemd (and potentially others) altering some environment variables (the XDG_* variables). Does anyone know any way ...
steeps's user avatar
  • 1
0 votes
1 answer
237 views

I want to browse the internet with firefox and found that there was no DISPLAY environment variable and I also had the following message : You did not install any X-Server (e.g. Xorg)! Please install ...
PATRICK CIANCIONI's user avatar
0 votes
3 answers
4k views

I have Debian, Sid if it matters, and I'd like to start X from the console, rather than using a display manager, but when i type startx <RET> I receive the following message xinit: connection to ...
gboffi's user avatar
  • 1,406
3 votes
1 answer
3k views

My laptop has a display adapter and from Windows 10 I can see its BIOS Device Name from.. Device Manager > Display Adapters > Properties > Details > "BIOS device name" And from ...
FlexMcMurphy's user avatar
1 vote
0 answers
1k views

I am using Lubuntu, my desktop environment is lxQt and screensaver is xScreensaver. I'm trying to figure out a way to switch between users, (e.g. when pressing meta + L). Even though, it is possible ...
surfboardcompound's user avatar
1 vote
0 answers
131 views

I often have the problem that display-manager appears to hang the UI thread after applaying some settings (like disabling a screen) (see screenshot), and thus i cant click the "Keep settings"...
Daniel Valland's user avatar
4 votes
0 answers
804 views

Consider the following setup: I have GDM installed I have multiple graphical sessions configured, both X11 and Wayland: i3, sway, gnome(x11). I want to export different sets of environment variables ...
Danilа Maslennikov's user avatar
3 votes
0 answers
1k views

first of all, let me put a few things out of the way: I'm about to manage a few (semi-)public workstations with Linux Mint 20 that a lot of different people have access to. And you know people; they ...
user430056's user avatar
0 votes
0 answers
802 views

Installed copyq on Debian 10. When root@engelsmann-vaio:/usr/lib# copyq I get the error message: QtCritical: Could not connect to any X display. (:0, ) root@engelsmann-vaio:/usr/lib# env gives me ...
Morten Engelsmann's user avatar
0 votes
2 answers
5k views

It's my first time to use Linux, Fedora and Mate environment. I want to change the default login screen (mainly the background), but I couldn't find the way to do it. I have done some research, and ...
sheldonfish's user avatar
0 votes
1 answer
390 views

I just installed XDM to set up a proper login screen on Archlinux, but it seems I did it wrong. Indeed, XDM starts and prompt a thing I guess is the default login screen, but when I enter my password/...
Grizzlyman's user avatar
0 votes
1 answer
1k views

I'm not a fan of systemd, and have so far worked with systems which used SysVInit scripts (like Devuan); and upstart on older Ubuntu versions. Now I'm "stuck" with a SLES 15 machine. I'm trying to ...
einpoklum's user avatar
  • 11.1k
0 votes
2 answers
250 views

Grub gives me two options, boot Ubuntu and boot Ubuntu Rescue Mode (or something alike). When I boot Ubuntu, I get to the point where dmesg gives green timestamps, but just before a login prompt would ...
Jan's user avatar
  • 153
1 vote
1 answer
303 views

I want to use two Windows Managers simultaneously. As I know that using two ttys for this isn't going to work (I'm on Arch and systemd-logind revokes access to hardware when switching), I am searching ...
Werdck's user avatar
  • 55
9 votes
2 answers
13k views

I am running Xubuntu 18.04. When I lock the session, the screen gets turned off instantly. I am using stock lightdm as display manager and lightlocker for locking the session. From my viewpoint the ...
Denis Nikolaenko's user avatar
3 votes
1 answer
4k views

How can I disable all installed display managers in ubuntu (18.10 or later) without removing them? In my case gdm3 and sddm are installed and I tried: sudo systemctl disable sddm -f sudo systemctl ...
student's user avatar
  • 18.9k