From owner-freebsd-questions@FreeBSD.ORG Tue Mar 3 21:07:24 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D10F1106566B for ; Tue, 3 Mar 2009 21:07:24 +0000 (UTC) (envelope-from arthurbarlow@earthlink.net) Received: from elasmtp-masked.atl.sa.earthlink.net (elasmtp-masked.atl.sa.earthlink.net [209.86.89.68]) by mx1.freebsd.org (Postfix) with ESMTP id 7A0518FC1A for ; Tue, 3 Mar 2009 21:07:24 +0000 (UTC) (envelope-from arthurbarlow@earthlink.net) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=rA0jzcVtRc4euiYVVoXXDk7V0zdnCUokZEBX8W2t5qo5GmbfOAxUhpUb7c5ZA/Dw; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:X-ELNK-Trace:X-Originating-IP; Received: from [66.77.101.6] (helo=[10.11.11.64]) by elasmtp-masked.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1Lebpj-00035l-LC for freebsd-questions@freebsd.org; Tue, 03 Mar 2009 16:07:23 -0500 Message-ID: <49AD9C0A.4050109@earthlink.net> Date: Tue, 03 Mar 2009 13:07:22 -0800 From: Arthur Barlow User-Agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: multipart/mixed; boundary="------------060003020000070000060402" X-ELNK-Trace: 0bd0885458bbffc5a6d650fed495db8b4d2b10475b5711209b0ed999e0aca27f5c683fdfd3775e6912dea94491bad710350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 66.77.101.6 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Xorg is now broken 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: Tue, 03 Mar 2009 21:07:25 -0000 This is a multi-part message in MIME format. --------------060003020000070000060402 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I'm using Freebsd 7.1 and everything had been working fine, until I noticed there were upgrades for Xorg. I went ahead and used portupgrade to upgrade the packages and now I get a server error 11. I'm including the Xorg.0.log and xorg.conf for you to examine. I'm running an older PIII based Gateway PC that uses a Premedia video card, which in turn uses the "xf86-video-glint" driver. All suggestions are welcome. --------------060003020000070000060402 Content-Type: text/plain; name="xorg.conf" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="xorg.conf" Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" # RgbPath "/usr/local/share/X11/rgb" ModulePath "/usr/local/lib/xorg/modules" FontPath "/usr/local/lib/X11/fonts/misc/" FontPath "/usr/local/lib/X11/fonts/TTF/" FontPath "/usr/local/lib/X11/fonts/OTF" FontPath "/usr/local/lib/X11/fonts/Type1/" FontPath "/usr/local/lib/X11/fonts/100dpi/" FontPath "/usr/local/lib/X11/fonts/75dpi/" EndSection Section "Module" Load "GLcore" Load "dbe" Load "dri" Load "extmod" Load "glx" Load "record" Load "xtrap" Load "freetype" # Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" HorizSync 30.00 - 81.00 EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "ShadowFB" # [] #Option "DefaultRefresh" # [] #Option "ModeSetClearScreen" # [] Identifier "Card0" Driver "glint" VendorName "Texas Instruments" BoardName "TVP4020 [Permedia 2]" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Modes "1024x768" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Modes "1024x768" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Modes "1024x768" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Modes "1024x768" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Modes "1024x768" Depth 24 EndSubSection EndSection --------------060003020000070000060402--