Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jan 2000 20:11:24 -0500
From:      Daniel Hauer <dh@enter.net>
To:        questions@freebsd.org
Subject:   xdm error after upgrading to 3.3.6 from port
Message-ID:  <389632BC.EE3420BB@enter.net>

next in thread | raw e-mail | index | archive | help
Hello,
  I'm hoping someone can answer a quick question:
I am running 3.4-STABLE, and the other day cvsuped the sources, and
recompiled, and also upgraded to Xfree 3.3.6 from the port out of the
ports collection. I log-in to X running the KDE from xdm, and after the
X upgrade, when ever I try to log-in from the xdm screen, I get on the
xconsole this:

(xdm) no modules loaded

and I cannot log-in to X. I can however, log-in using the kdm. xdm is
run from a startup script I have in the rc.d directory, and here is my
Xsetup_0 file:

if [ -x /usr/local/bin/kdmdesktop ];then
        xset -s off -s noblank
        /usr/local/bin/kdmdesktop
        xconsole -geometry 480x130-0-0 -daemon -notify -verbose -fn
fixed -exitOnFail

elif [ -x /usr/X11R6/bin/xsetroot ];then
        /usr/X11R6/xsetroot
else
        xsetroot -solid MidnightBlue
        xconsole -geometry 480x130-0-0 -daemon -notify -verbose -fn
fixed -exitOnFail
fi                                             

What am I missing, or what did I not compile and install that I should
have?
Thank you for any answers!

-- 
Regards,
Daniel Hauer.
http://www.enter.net  "The Road To The Internet Starts There!" 
***************************************************************************
Windoze is for GAMES, UNIX is for the rest of us.                   
UNIX is like the sights on a loaded gun. If you aim the gun      
at your foot and pull the trigger, it is the basic function of         
UNIX to accurately deliver the bullet from the gun to the
target. In this case, it's your foot. 
***************************************************************************


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?389632BC.EE3420BB>