From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
	by nuthatch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-54342-garchives=archives.gentoo.org@gentoo.org>)
	id 1GhHqN-00002y-AX
	for garchives@archives.gentoo.org; Tue, 07 Nov 2006 03:41:47 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.13.8/8.13.8) with SMTP id kA73dURl006145;
	Tue, 7 Nov 2006 03:39:30 GMT
Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.193])
	by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id kA73bDWM008645
	for <gentoo-user@lists.gentoo.org>; Tue, 7 Nov 2006 03:37:14 GMT
Received: by nz-out-0102.google.com with SMTP id 9so1379237nzo
        for <gentoo-user@lists.gentoo.org>; Mon, 06 Nov 2006 19:37:13 -0800 (PST)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition;
        b=QUbsdYM9aq7Ac1ARXt/r6tgKza8U0P7i4pWy1cv8RloAgRWOk/bvkNP+LoY+UuCXZfCUVCwPxv1y75H+FaFcrt/ma1XtU93SYImI+VHW1r7ZiQ5XcqW9iHxa/utRhzbxkEkiMr48yTYpOBXewwy+/A06SCqa6iLDj3Ha4HIm2XY=
Received: by 10.65.234.3 with SMTP id l3mr6926836qbr.1162870632464;
        Mon, 06 Nov 2006 19:37:12 -0800 (PST)
Received: by 10.65.183.9 with HTTP; Mon, 6 Nov 2006 19:37:12 -0800 (PST)
Message-ID: <4df051c10611061937v50abb1f5l6da4a3e2f4aaf25@mail.gmail.com>
Date: Mon, 6 Nov 2006 22:37:12 -0500
From: Erik <mistereastenstream@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] X crashes randomly
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Archives-Salt: 49bd77f2-f0f4-4a45-9c3b-6b6c5d891270
X-Archives-Hash: 564b46f84bd55fe0c8e692c2a55cbd68

Hello,
Starting today, X has been acting a little strange for me.  I'll be
doing nothing to spectacularer in kde, like typing in openoffice or
something else like that, and all of the sudden, X restarts and I am
faced with kdm.  I don't know if this is a problem with something in
kde, kdm, or X, so I don't know where to file a bug.  I haven't really
seen anything related to what I am dealing with in those places so
far.
Here's a little summary of my system
Arch: amd64
I'm not using any packages marked ~.
My /etc/make.conf:
------------------------------------
# These settings were set by the catalyst build script that automatically built$
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-march=k8 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"


GENTOO_MIRRORS="http://gentoo.osuosl.org/ http://gentoo.chem.wisc.edu/gentoo/ f$

SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="X mozilla nsplugin ieee1394 alsa arts crypt kde kdeenablefinal kdehiddenvi$
VIDEO_CARDS="nvidia nv vesa"
INPUT_DEVICES="keyboard mouse"

-----------------------------------------------------------
/etc/X11/xorg.conf:(using xorg-x11 7.1)
-----------------------------------------------------------
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/share/X11/rgb"
	ModulePath   "/usr/lib64/xorg/modules"
	FontPath     "/usr/share/fonts/misc/"
	FontPath     "/usr/share/fonts/TTF/"
	FontPath     "/usr/share/fonts/OTF"
	FontPath     "/usr/share/fonts/Type1/"
	FontPath     "/usr/share/fonts/CID/"
	FontPath     "/usr/share/fonts/100dpi/"
	FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
	Load  "extmod"
	Load  "dbe"
	Load  "record"
	Load  "xtrap"
	#Load  "dri"
	Load  "glx"
	Load  "freetype"
	Load  "type1"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/psaux"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	#DisplaySize	  280   210	# mm
	Identifier   "Monitor0"
	VendorName   "SAM"
	ModelName    "1d73"
 ### Comment all HorizSync and VertSync values to use DDC:
	HorizSync    30.0 - 54.0
	VertRefresh  50.0 - 120.0
	Option	    "DPMS"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "UseFBDev"           	# [<bool>]
        #Option     "Rotate"             	# [<str>]
        #Option     "VideoKey"           	# <i>
        #Option     "FlatPanel"          	# [<bool>]
        #Option     "FPDither"           	# [<bool>]
        #Option     "CrtcNumber"         	# <i>
        #Option     "FPScale"            	# [<bool>]
        #Option     "FPTweak"            	# <i>
	Identifier  "Card0"
	Driver      "nvidia"
	VendorName  "nVidia Corporation"
	BoardName   "C51PV [GeForce 6150]"
	BusID       "PCI:0:5:0"
	Option	    "RenderAccel" "true"
	Option	    "AllowGLXWithComposite" "true"
EndSection

#Section "Device"
#	Identifier	"nVidia Inc. GeForce6"
#	Driver		"nvidia"
#	VideoRam	65536
	#Option		"RenderAccel" "true"
#EndSection


Section "Screen"
	Option     "AddARGBGLXVisuals" "true"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
#	SubSection "Display"
#		Viewport   0 0
#		Depth     1
#	EndSubSection
#	SubSection "Display"
#		Viewport   0 0
#		Depth     4
#	EndSubSection
#	SubSection "Display"
#		Viewport   0 0
#		Depth     8
#	EndSubSection
#	SubSection "Display"
#		Viewport   0 0
#		Depth     15
#	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
		Modes	  "1024x768"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes	  "1024x768"
	EndSubSection
EndSection

Section	"Extensions"
	Option "Composite" "true"
EndSection
--------------------------------------------------
and, the tail end of /var/log/kdm.log:
-------------------------------------------------
X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: Linux 2.6.17-gentoo-r8 x86_64
Current Operating System: Linux erikstotle 2.6.17-gentoo-r8 #11 SMP
Mon Oct 9 21:19:04 EDT 2006 x86_64
Build Date: 14 October 2006
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Nov  6 21:45:20 2006
(==) Using config file: "/etc/X11/xorg.conf"
    xkb_keycodes             { include "xfree86+aliases(qwerty)" };
    xkb_types                { include "complete" };
    xkb_compatibility        { include "complete" };
    xkb_symbols              { include "pc(pc105)+us" };
    xkb_geometry             { include "pc(pc105)" };
    xkb_types                { include "%" };
    xkb_compatibility        { include "%" };
    xkb_symbols              { include "%" };
    xkb_geometry             { include "%" };
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Error:            Missing KeyNames section in a Keymap file
>                   Description of Keymap not compiled
Errors from xkbcomp are not fatal to the X server
(EE) Error loading keymap /usr/share/X11/xkb/compiled/server-0.xkm
    xkb_types                { include "%" };
    xkb_compatibility        { include "%" };
    xkb_symbols              { include "%" };
    xkb_geometry             { include "%" };
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Error:            Missing KeyNames section in a Keymap file
>                   Description of Keymap not compiled
Errors from xkbcomp are not fatal to the X server
(EE) Error loading keymap /usr/share/X11/xkb/compiled/server-0.xkm

Backtrace:
0: /usr/bin/X(xf86SigHandler+0x71) [0x480171]
1: /lib/libc.so.6 [0x2b31e4b055d0]
2: /usr/bin/X [0x50e7ec]
3: /usr/bin/X [0x50eb53]
4: /usr/bin/X [0x50acea]
5: /usr/bin/X [0x500916]
6: /usr/bin/X(Dispatch+0x1b9) [0x448249]
7: /usr/bin/X(main+0x44d) [0x43103d]
8: /lib/libc.so.6(__libc_start_main+0xf4) [0x2b31e4af3134]
9: /usr/bin/X(FontFileCompleteXLFD+0xa1) [0x430339]

Fatal server error:
Caught signal 11.  Server aborting
---------------------------------------

Thanks in advance for any help.

-- 
Erik
-- 
gentoo-user@gentoo.org mailing list