Re: graphical boot in DFly

2006-12-05 Thread Matthew Dillon
:I ran into this exact problem last night. My problem was that the xorg :from pkgsrc did not have an entry for my local xserver in xdm's Xserver :file. : :Add the following line to /usr/pkg/etc/xorg/xdm/Xservers to fix this: : : :0 local /usr/pkg/xorg/bin/X : :cheers, : :-- :Ryan

Re: graphical boot in DFly

2006-12-05 Thread Justin C. Sherrill
On Tue, December 5, 2006 11:09 am, Matthew Dillon wrote: I had the same issue. Probably everyone had the same issue. We should document it somehow but I don't know where. The wiki maybe? Handbook? http://leaf.dragonflybsd.org/~justin/handbook/x-xdm.html

Re: graphical boot in DFly

2006-12-05 Thread Matthew Dillon
: :On Tue, December 5, 2006 11:09 am, Matthew Dillon wrote: : I had the same issue. Probably everyone had the same issue. : We should document it somehow but I don't know where. The : wiki maybe? : :Handbook? : :http://leaf.dragonflybsd.org/~justin/handbook/x-xdm.html Well, the

Re: graphical boot in DFly

2006-12-05 Thread Simon 'corecode' Schubert
Matthew Dillon wrote: : :On Tue, December 5, 2006 11:09 am, Matthew Dillon wrote: : I had the same issue. Probably everyone had the same issue. : We should document it somehow but I don't know where. The : wiki maybe? : :Handbook? :

Re: graphical boot in DFly

2006-12-05 Thread Jeremy C. Reed
yea, when there was a discussion about this very issue, i also told my opinion, that by POLA xdm should pull up a local xserver per default. sad enough, seems the pkgsrc guys don't share our opinion. Looking at latest xdm from modular.xorg, it has two Xservers: config/Xservers.ws.cpp

Re: graphical boot in DFly

2006-12-05 Thread Geert Hendrickx
On Tue, Dec 05, 2006 at 01:15:28PM -0600, Jeremy C. Reed wrote: Looking at latest xdm from modular.xorg, it has two Xservers: config/Xservers.ws.cpp (workstation) and config/Xservers.fs (file server). This is based on the --with-config-type=ws or =fs switch. The default is ws. The ws

Re: graphical boot in DFly

2006-12-04 Thread Erik Wikström
On 2006-12-04 20:22, Saverio Iacovelli wrote: I typed xdm_enable=YES in /etc/rc.conf, but DFly starts by command line. Try this (origionaly from Ezra): Edit /etc/ttys Look for the line ttyv8 /usr/pkg/xorg/bin/xdm -nodaemon xterm off secure and change off to on. -- Erik Wikström

Re: graphical boot in DFly

2006-12-04 Thread Saverio Iacovelli
Try this (origionaly from Ezra): Edit /etc/ttys Look for the line ttyv8 /usr/pkg/xorg/bin/xdm -nodaemon xterm off secure and change off to on. No, it does not work, but it appears on the screen: init:repeating too quickly on port /dev/ttyv8, sleeping 30 secs

Re: graphical boot in DFly

2006-12-04 Thread Ryan O'Connor
Sorry, I had to cut 'n' paste here as I just joined the list: Try this (origionaly from Ezra): Edit /etc/ttys Look for the line ttyv8 /usr/pkg/xorg/bin/xdm -nodaemon xterm off secure and change off to on. No, it does not work, but it appears on the screen: init:repeating too quickly on

Re: graphical boot in DFly

2006-11-23 Thread Sascha Wildner
Saverio Iacovelli wrote: In Slackware Linux I can change runlevel in /etc/inittab, but I did not find the same file in DragonFly. DragonFly, being a BSD derived OS, doesn't have the SysV'ish run levels. Sascha -- http://yoyodyne.ath.cx

Re: graphical boot in DFly

2006-11-23 Thread Gergo Szakal
Saverio Iacovelli wrote: How can I to set graphical boot in DragonFly using XDM or an other display manager? In Slackware Linux I can change runlevel in /etc/inittab, but I did not find the same file in DragonFly. /etc/rc.conf xdm_enable=YES or gdm_enable=YES or kdm_enable=YES These should

Fw: graphical boot in DFly

2006-11-23 Thread Ezra
- Original Message - From: Ezra [EMAIL PROTECTED] To: Saverio Iacovelli [EMAIL PROTECTED] Sent: Thursday, November 23, 2006 9:00 PM Subject: Re: graphical boot in DFly Edit /etc/ttys Look for the line ttyv8 /usr/pkg/xorg/bin/xdm -nodaemon xterm off secure and change off