From owner-freebsd-x11@FreeBSD.ORG Mon Feb 21 18:36:29 2005 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD0ED16A4CE for ; Mon, 21 Feb 2005 18:36:28 +0000 (GMT) Received: from mg3.xecu.net (mg3.xecu.net [216.127.136.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57CBB43D5C for ; Mon, 21 Feb 2005 18:36:28 +0000 (GMT) (envelope-from smickey@mynetsetup.com) Received: from localhost (unknown [127.0.0.1]) by mg3.xecu.net (Postfix) with ESMTP id 7CE913D9BE5 for ; Mon, 21 Feb 2005 13:36:27 -0500 (EST) Received: from mg3.xecu.net ([127.0.0.1]) by localhost (mg3.xecu.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 53666-07 for ; Mon, 21 Feb 2005 13:36:24 -0500 (EST) Received: from [192.168.70.60] (24-53-152-74.chvlva.adelphia.net [24.53.152.74]) by mg3.xecu.net (Postfix) with ESMTP id 956B23D9BD0 for ; Mon, 21 Feb 2005 13:36:24 -0500 (EST) From: Shaun Mickey To: freebsd-x11@freebsd.org User-Agent: KMail/1.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503211336.27906.smickey@mynetsetup.com> X-Virus-Scanned: by amavisd-new at xecu.net Subject: xorg corruption X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Mon, 21 Feb 2005 18:36:29 -0000 X-Original-Date: Mon, 21 Mar 2005 13:36:27 -0500 X-List-Received-Date: Mon, 21 Feb 2005 18:36:29 -0000 First off i have FreeBSD 5.3 stable on a dell latitude c600 (p3 750 512mb ram) i have xorg installed and have had both Gnome and KDE installed (not at the same time though). Every time i go to start kde or gnome after a shutdown, (using halt, shutdown, or reboot) the screen that's supposed to be black and white checkered with the X cursor is a corrupted version of a screenshot, or horizontal pink and gray bars. I believe the processor is spiked as well because i can move the mouse but there is a 1-2 second delay before it moves and it jumps, it doesn't refresh smoothly. About 5 minutes after i started xorg i am logged into gnome and can slowly logout. After about another 3-5 minutes i'm logged out. Now i can go startx again and it starts perfectly and i'm logged in in < 2 minutes. I've installed freebsd several times, always with the same options (first two times i installed gnome, last time i installed kde) It never fails to happen after a reboot. Here are the vitals, let me know if anything else is needed. Thanks in Advance, Shaun XXXXXXXXXXXXXX Systems Administrator 270net Technologies XXXXXXXXXXXXXX ~/.xinitrc: exec startkde /etc/xorg.conf: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/TTF/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/CID/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection Section "Module" Load "dbe" Load "dri" Load "extmod" Load "glx" Load "record" Load "xtrap" Load "freetype" Load "speedo" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" HorizSync 40-48 EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional Identifier "Card0" Driver "ati" VendorName "ATI Technologies Inc" BoardName "Rage Mobility M3 AGP 2x" BusID "PCI:1:0:0" EndSection Section "Screen" 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 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection