From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 09:12:19 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AED916A41F for ; Thu, 22 Dec 2005 09:12:19 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: from lmail.bathnetworks.co.uk (mail.bathnetworks.com [84.92.24.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8802C43D5D for ; Thu, 22 Dec 2005 09:12:18 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: (qmail 13814 invoked by uid 510); 22 Dec 2005 09:14:15 +0000 Received: from 84.92.24.252 by lmail.bathnetworks.co.uk (envelope-from , uid 508) with qmail-scanner-1.24-st-qms (clamdscan: 0.87/1146. spamassassin: 3.0.2. perlscan: 1.24-st-qms. Clear:RC:0(84.92.24.252):SA:0(-3.8/5.0):. Processed in 2.4425 secs); 22 Dec 2005 09:14:15 -0000 X-Spam-Status: No, hits=-3.8 required=5.0 X-Antivirus-MYDOMAIN-Mail-From: bsd@bathnetworks.com via lmail.bathnetworks.co.uk X-Antivirus-MYDOMAIN: 1.24-st-qms (Clear:RC:0(84.92.24.252):SA:0(-3.8/5.0):. Processed in 2.4425 secs Process 13807) Received: from mail.bathnetworks.com (HELO ?84.92.24.252?) (bsd@bathnetworks.com@84.92.24.252) by lmail.bathnetworks.co.uk with SMTP; 22 Dec 2005 09:14:13 +0000 From: Robert Slade To: Sasa Stupar In-Reply-To: References: <43A9A240.9070709@wcborstel.nl> Content-Type: text/plain Message-Id: <1135242852.12271.11.camel@lmail.bathnetworks.co.uk> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Thu, 22 Dec 2005 09:14:12 +0000 Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" Subject: Re: KDE - how to? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 09:12:19 -0000 On Thu, 2005-12-22 at 07:30, Sasa Stupar wrote: > --On 21. december 2005 19:43 +0100 Jorn Argelo wrote: > > > Sasa Stupar wrote: > > > >> Hi! > >> > >> I have been searching and trying to build a FreeBSD with KDE desktop > >> but I have not luck. The X starts but only the xdm. > >> Is there some nice step by step guide for it? Don't tell me for > >> handbook since I have tried to do it without success. > >> > >> Regards, > > > > Open /etc/ttys with your favourite editor and search for this line: > > > > ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure > > > > Change this into: > > > > ttyv8 "/usr/X11R6/bin/kdm" xterm on secure > > > > And voila, KDM will start at boot. > > > > Best regards, > > > > Jorn > > OK. KDE is starting on boot but it won't let me to log in as root nor I > can't su after I have logged in as normal user. > And another thing: I have configure X with "xorgcfg -textmode" and I have > specified my card, monitor, resolution. Hence, after the log into my > account I have 640*480 only resolution. I have tried to change in > preferences>peripheral>display but I have only one choose 640*480. > What am I missing here? Sasa, Setting up X-Windows with XDM and KDE is covered in detail in the manual. You really should read it as unlike Windows or some flavors of Linux you will not get far. You could have found the answers to the questions you have asked in the manual, including this. The section is: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html KDE is generic and does not always sit well with FreeBSD which is better run from the command line as it is more suited to server applications which can do without the overhead of the GUI. BTW I have found that the easiest way of setting the screen resolution is to delete the unused settings so hat the scree section only has one in it. Rob