Questions tagged [gdm]

the GNOME display manager (GDM) is a display manager for X Windows Systems

185 questions
52
votes
1 answer

What is LightDM and GDM

What is LightDM and GDM? In Linux operating system I heard both but I don't know about them and what is called? Where they are used? Are they related to display?
Pandya
  • 23,898
  • 29
  • 92
  • 144
19
votes
2 answers

Correctly setting environment

I'm using zsh and gdm to run gnome. Some time ago I discovered that variables are not set correctly. For example LANG/LC_ALL are incorrect ("" instead of en_GB.UTF-8). I split the .zshrc into .zshrc and .profile. In the latter I set the environment…
Maciej Piechotka
  • 16,578
  • 11
  • 57
  • 93
17
votes
4 answers

How do I configure the GNOME gdm login screen?

I recently installed Arch Linux and have it mostly set up. With many other Linux distributions, there is a tool that is used to configure the look and feel of the login screen. I would like to change the wallpaper used, the date/time format from…
Thomas Owens
  • 557
  • 2
  • 9
  • 22
14
votes
3 answers

Mouse and keyboard not working in Ubuntu 14.04

I updated my Ubuntu Linux to 14.04 and now the mouse and keyboard don't work in the login screen. I tried re-installing grub from a Live USB, but it's still not working. I would really appreciate your help.
Ivana
  • 141
  • 1
  • 1
  • 5
11
votes
3 answers

How to execute command before user login on linux

That's a question I've seen several time for several Linux flavours, so let's try to be exhaustive. What is the method to execute script/command/program before and after user login into its desktop session ?
Kiwy
  • 9,415
  • 13
  • 49
  • 79
11
votes
5 answers

How to find out the current (active) XServer DISPLAY number?

I'm using Arch Linux and things are not so easy when you try to discover the current Xorg DISPLAY (not through the env variable). Here is a working example: $ cat /sys/class/tty/tty0/active tty2 who | awk -v term="tty2" '/\(:/ $0 ~ term {…
Geyslan Gregório
  • 267
  • 1
  • 2
  • 9
10
votes
1 answer

Dual monitors on dual video cards on Ubuntu

I have been trying this to no avail. I am new to Linux, so a step by step explanation would be greatly appreciated. I have two NVIDIA GeForce 8600 GT video cards. I want a monitor to run on each card, so Twinview cannot be used because my…
dom
  • 101
  • 1
  • 3
9
votes
2 answers

System-wide power management policy on debian-based distros?

I would like to put idle machines in our lab (running Mint Debian edition) on standby after a timeout. I have tried pm-suspend and it puts the machines on standby and wakes up fine. Does anybody know how to set a system-wide power policy that will…
ziyan
  • 91
  • 2
9
votes
1 answer

How do you set up the environment for es?

I've been playing with es the last couple of days, and it (like rc) has the quirk/feature that it only runs its startup script (.esrc) on login. The usual way to run code in each interactive session is to put that code in the %prompt function. Of…
james.haggerty
  • 211
  • 1
  • 3
9
votes
1 answer

OEL6 Slow boot && Millions of socket files in /tmp/orbit-gdm

Background on question Lately I've been having some trouble with slow booting on the servers, sometimes over 2 hours to boot stuck on "Enabling Local Filesystem Quotas:" After searching I managed to narrow it down to /etc/rc.d/rc.sysinit…
ChrisK
  • 63
  • 1
  • 11
9
votes
1 answer

What is the proper encoding name to use in locale for UTF-8?

Just wondering here as I have on this CentOS 7 system: $ locale -a en_US.utf8 and yet: $ localectl System Locale: LANG=en_US.UTF-8 To add to that, the preferred name according to X11 (/usr/share/X11/locale/locale.dir) is: $ grep…
lmz
  • 241
  • 1
  • 6
9
votes
3 answers

How to execute a script on gdm login automatically for all users?

What file should I modify to execute some instructions when any user logs in through gdm? I tried /etc/bashrc but that is executed ony when starting bash (and each time an xterm is open). I'd like to execute something only once when the user logs…
Bogdan
  • 271
  • 2
  • 6
9
votes
9 answers

Oh no! Something went wrong! While starting the system after installing Kali Linux

I am trying to install a virtual machine running Kali (Formerly backtrack) 1.0.7 In 64 bit. My host machine is a 64 bit MacBook pro running 10.7.5. I am using Oracle VirtualBox version 4.3.12. The install goes perfectly, but after installing it, I…
DJMcMayhem
  • 933
  • 1
  • 5
  • 13
9
votes
1 answer

gdm greeter configuration: Exclude all *except* for one specific user

I have Googled this one and tried so many combinations, with no success. I need the GDM login greeter to display one and only one username. In effect, what I need is something like this in…
CptSupermrkt
  • 1,492
  • 5
  • 16
  • 26
7
votes
2 answers

How can I disable the user list login screen in Gnome 3 on Fedora 16 or 17?

Our login screen requirements include a warning / disclaimer and a basic login, showing just a username and password field. Sadly, Gnome 3 seems to be ignoring the org.gnome.login-screen.disable-user-list checkbox presented by dconf-editor. Can you…
Bob Cross
  • 191
  • 1
  • 3
  • 7
1
2 3
12 13