From owner-freebsd-x11@FreeBSD.ORG Tue Jan 27 05:08:23 2009 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18B73106564A for ; Tue, 27 Jan 2009 05:08:23 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from gizmo.2hip.net (gizmo.2hip.net [64.74.207.195]) by mx1.freebsd.org (Postfix) with ESMTP id D51D78FC1B for ; Tue, 27 Jan 2009 05:08:22 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from [192.168.2.65] (c-71-56-39-94.hsd1.ga.comcast.net [71.56.39.94]) (authenticated bits=0) by gizmo.2hip.net (8.14.3/8.14.3) with ESMTP id n0R57b1s042569 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 27 Jan 2009 00:07:38 -0500 (EST) (envelope-from rnoland@FreeBSD.org) From: Robert Noland To: Peter Ulrich Kruppa In-Reply-To: References: Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-DcaD6WmsbjrymVqYbUaZ" Organization: FreeBSD Date: Tue, 27 Jan 2009 00:08:14 -0500 Message-Id: <1233032894.1751.25.camel@wombat.2hip.net> Mime-Version: 1.0 X-Mailer: Evolution 2.24.3 FreeBSD GNOME Team Port X-Spam-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_PBL, RCVD_IN_SORBS_DUL,RDNS_DYNAMIC autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on gizmo.2hip.net Cc: freebsd-x11@freebsd.org Subject: Re: (Not so) funny problems with xorg-7.4 autodetection X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jan 2009 05:08:23 -0000 --=-DcaD6WmsbjrymVqYbUaZ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2009-01-27 at 05:24 +0100, Peter Ulrich Kruppa wrote: > Hi, >=20 > I am running 7.1 -STABLE amd64 with some old graphic card that=20 > used to work with s3virge driver. xorg-7.4 built fine - I had to=20 > delete all ports and start from scratch - but in the end it=20 > built. Only problem that remains: Every attempt to startx will=20 > crash the system (of course I tried all hints from=20 > /usr/ports/UPDATING and some FreeBSD Forums). Is the entire box crashing, or just X? How much ram do you have? What version of devel/libpciaccess do you have? Please also send me a pciconf -lv > I can't get any information out of the Xorg.N.log files since=20 > they remain empty after a crash. The only hint I have is the=20 > strange xorg.conf.new file that is created by Xorg -configure: > it detects 14(!) screens and cards. One is the real one with=20 > s3virge, the others seem to be identified as nv driven. I guess=20 > xorg recognizes all kinds of usb- and network-adaptors which are=20 > nVidia products. > Please tell me, if I can give you more information. >=20 > This is my last working xorg.file from 7.3 . > ------------------------------------------ > Section "ServerLayout" > Identifier "X.org Configured" > Screen 0 "Screen0" 0 0 > InputDevice "Mouse0" "CorePointer" > InputDevice "Keyboard0" "CoreKeyboard" > EndSection >=20 > Section "Files" > RgbPath "/usr/local/share/X11/rgb" X won't start with this configuration, see UPDATING. RgbPath is no longer a valid keyword. > 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 >=20 > Section "Module" > Load "extmod" > Load "record" > Load "dbe" > Load "glx" > Load "GLcore" > Load "xtrap" > Load "dri" > Load "freetype" > Load "type1" > EndSection >=20 > Section "InputDevice" > Identifier "Keyboard0" > Driver "kbd" > EndSection >=20 > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/sysmouse" > Option "ZAxisMapping" "4 5 6 7" > EndSection You need to have hald and dbus running with this configuration, or you need to set Option "AutoAddDevices" "off" in the ServerLayout section. Robert. > Section "Monitor" > Identifier "Monitor0" > VendorName "Monitor Vendor" > ModelName "Monitor Model" > HorizSync 30-61 > VertRefresh 50-75 > EndSection >=20 > Section "Device" > ### Available Driver options are:- > ### Values: : integer, : float, : "True"/"False", > ### : "String", : " Hz/kHz/MHz" > ### [arg]: arg optional > #Option "slow_edodram" # [] > #Option "slow_dram" # [] > #Option "fast_dram" # [] > #Option "fpm_vram" # [] > #Option "pci_burst" # [] > #Option "fifo_conservative" # [] > #Option "fifo_moderate" # [] > #Option "fifo_aggressive" # [] > #Option "pci_retry" # [] > #Option "NoAccel" # [] > #Option "early_ras_precharge" # [] > #Option "late_ras_precharge" # [] > #Option "lcd_center" # [] > #Option "set_lcdclk" # > #Option "set_mclk" # > #Option "set_refclk" # > #Option "show_cache" # [] > #Option "HWCursor" # [] > #Option "SWCursor" # [] > #Option "ShadowFB" # [] > #Option "Rotate" # [] > #Option "UseFB" # [] > #Option "mxcr3afix" # [] > #Option "XVideo" # [] > Identifier "Card0" > Driver "s3virge" > VendorName "S3 Inc." > BoardName "ViRGE/DX or /GX" > BusID "PCI:1:7:0" > EndSection >=20 > Section "Screen" > Identifier "Screen0" > Device "Card0" > Monitor "Monitor0" > DefaultDepth 16 > 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" > Modes "800x600" > Modes "640x480" > EndSubSection > SubSection "Display" > Viewport 0 0 > Depth 24 > Modes "1024x768" > Modes "800x600" > Modes "640x480" > EndSubSection > EndSection > --------------------------------------------- >=20 > Greetings and thanks for your help >=20 > Uli. >=20 >=20 > | Peter Ulrich Kruppa > | Wuppertal > | Germany > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" --=-DcaD6WmsbjrymVqYbUaZ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (FreeBSD) iEYEABECAAYFAkl+lr4ACgkQM4TrQ4qfROPUfACfetwzORBLuc57lZLW6e4JyjxW 58UAnA/YpEJ8SFwnwqqiGNK54pLrzYkF =o+m5 -----END PGP SIGNATURE----- --=-DcaD6WmsbjrymVqYbUaZ--