Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#3707 - xdm does not work in modular xorg
Attached to Project:
Arch Linux
Opened by Tom Killian (tomk) - Wednesday, 04 January 2006, 22:56 GMT
Last edited by Tobias Powalowski (tpowa) - Thursday, 05 January 2006, 06:59 GMT
Opened by Tom Killian (tomk) - Wednesday, 04 January 2006, 22:56 GMT
Last edited by Tobias Powalowski (tpowa) - Thursday, 05 January 2006, 06:59 GMT
|
DetailsFollowing today's upgrade to the new xorg from [testing], I can no longer log in using xdm. Entering xdm as root on the command line produces no response.
|
This task depends upon
Closed by Jan de Groot (JGC)
Saturday, 18 February 2006, 18:29 GMT
Reason for closing: Fixed
Additional comments about closing: The new xorg-xdm package should fix these problems. If you still have problems, file a new one.
Saturday, 18 February 2006, 18:29 GMT
Reason for closing: Fixed
Additional comments about closing: The new xorg-xdm package should fix these problems. If you still have problems, file a new one.
x:5:respawn:/usr/bin/xdm -nodaemon -config /etc/X11/xdm/archlinux/xdm-config
and /etc/inittab
:0 local /usr/bin/X -dpi 96 -nolisten tcp
Does it work?
or Xaccess, Xresouces etc.
On my other system, with xorg 6.8.2, I have the line :0 local /usr/X11R6/bin/X in /etc/X11/xdm/Xservers. This was installed by default - I did not have to edit it. On the upgraded system, everything in /etc/X11/xdm has been pacsaved during the upgrade, and nothing new has been installed in /etc/X11. So I'll try reinstating the /etc/X11/xdm files and amending paths where required.
I've also tried wdm, which i understand is based on xdm, and the pacakge from [extra] failed as well. I rebuilt it with --x-includes=/usr/include/xorg --x-libraries=/usr/lib and it works. I'd still prefer xdm, though. :)
If any of this helps, good - if not, at least I feel like I'm doing something. :P
0: local /usr/bin/X :0
Also I couldn't execute firefox after login without full path to it. I added . /etc/profile in ~/.xsession. May be it isn't best way.
When I uncomment x:5:respawn:/usr/bin/xdm -nodaemon in inittab I get this error:
INIT: Id "x" respawning too fast: disabled for 5 minutes
So I must start XFCE without xdm:
x:5:once:/bin/su user -l -c "/bin/bash --login -c startxfce4"