Tagged Questions
2
votes
0answers
21 views
How can I have different X & sound configuration depending on which user logs in?
First off: I'm using Ubuntu 12.04 and the NVIDIA X Server Settings GUI to configure.
I've recently gotten a new LED TV hooked up to my computer - the video card supports two displays. I would like ...
1
vote
0answers
248 views
Ubuntu 12.04 won't login. `rm X.authority` or chown home or `reconfigure lightdm` didn't work
This is the first time asking here so I hope you guys can help me. Normally I would turn on the computer and choose Ubuntu. It then prompts the login screen where I select my user and put my password ...
0
votes
0answers
665 views
Missing ~/.Xauthority file on new user account [closed]
recently I created a new user account on my Ubuntu Oneiric:
> sudo adduser newuser
> sudo visudo
...
# User privilege specification
root ALL=(ALL:ALL) ALL
newuser ALL=(ALL) ...
9
votes
5answers
826 views
Why does switching users completely hang my system every time?
I have a fresh install of 11.04 64bit, with 2 administrator accounts and 4 normal accounts. The 4 normal accounts (the kids' accounts) don't have passwords, they can login simply by clicking on ...
6
votes
1answer
455 views
Is it safe to run a GUI program as another user?
I need to run a program (libreoffice) as another user. I noticed that the program started in the background when invoked as kdesudo -u otheruser libreoffice, possibly to avoid social engineering ...
7
votes
3answers
3k views
How to run multiple user X sessions on the same computer, at the same time?
I want to have more than one user logged on at the same time, on the same computer.
Each user should have a full GUI X session...
It's easy enough to log in to multiple concurrent non-X linux ...