From nobody@FreeBSD.org  Sun Jan 29 20:57:17 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3261816A424
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 29 Jan 2006 20:57:17 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E740043D48
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 29 Jan 2006 20:57:16 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k0TKvGaW044275
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 29 Jan 2006 20:57:16 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k0TKvGK3044274;
	Sun, 29 Jan 2006 20:57:16 GMT
	(envelope-from nobody)
Message-Id: <200601292057.k0TKvGK3044274@www.freebsd.org>
Date: Sun, 29 Jan 2006 20:57:16 GMT
From: Shane <shanewbbr@yahoo.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: xinint login difficulty
X-Send-Pr-Version: www-2.3

>Number:         92513
>Category:       i386
>Synopsis:       xinint login difficulty
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-i386
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 29 21:00:09 GMT 2006
>Closed-Date:    Tue Feb 21 21:41:19 GMT 2006
>Last-Modified:  Tue Feb 21 21:41:19 GMT 2006
>Originator:     Shane
>Release:        Release 6
>Organization:
shaners
>Environment:
FreeBSD 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 root@x64.samscco.home:/usr/obj/src/sys/GENERIC i386
>Description:
I'm having several issues. The first is that I can't find the correct .xinitrc to edit so that when I, " startx " or what I've been using " xinit startkde ", want to start a graphical interface I get KDE without a " login " window within the KDE environment. When I start an xterm window I get an error "KDE seems to be running already on this display" that I don't know how to fix. I also don't know how to comment out what's not needed in the xinitrc file, whether it's #, \, /, or <--*-->, etc... Your assistance would be appreciated.
>How-To-Repeat:
              
>Fix:
              
>Release-Note:
>Audit-Trail:

From: "Alexander I. Mogilny" <sg@astral.ntu-kpi.kiev.ua>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: i386/92513: xinint login difficulty
Date: Mon, 30 Jan 2006 20:38:16 +0200

 Shane wrote me on Sun, Jan 29, 2006 at 08:57:16PM +0000
 
 > I'm having several issues. The first is that I can't find the correct
 > .xinitrc to edit so that when I, " startx " or what I've been using
 > "xinit startkde",
 >
   .xinitrc file should be located in $HOME directory. This is a simple
 SHELL script. You may put here all commands you need to be executed when
 you start your X client. Here is the example of it:
 
 #!/bin/sh
 /usr/X11R6/bin/enlightenment
 
 Comments are '#' as in usual SHELL scripts. .xinitrc file should be
 executable. If it is not present in your home directory - create it.
 For more information you may reffer to xinit (1) manual page.
 
 >
 > want to start a graphical interface I get KDE without
 > a "login" window within the KDE environment. When I start an xterm window
 > I get an error "KDE seems to be running already on this display" that I
 > don't know how to fix.
 >
    We need more clarification here. When do you get such message? What
 actions do you perform before this?
 
 >
 > I also don't know how to comment out what's not
 > needed in the xinitrc file, whether it's #, \, /, or <--*-->, etc...
 > Your assistance would be appreciated.
 >
 
 Commenting out is done by # character.
 
 -- 
 AIM-UANIC
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Tue Feb 21 21:40:15 UTC 2006 
State-Changed-Why:  
Please ask general support questions on the appropriate mailing list, in  
this case, freebsd-x11.  Thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=92513 
>Unformatted:
