From owner-freebsd-questions@FreeBSD.ORG Sat Aug 20 21:57:25 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF84816A41F for ; Sat, 20 Aug 2005 21:57:25 +0000 (GMT) (envelope-from albi@scii.nl) Received: from post-23.mail.nl.demon.net (post-23.mail.nl.demon.net [194.159.73.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D18343D45 for ; Sat, 20 Aug 2005 21:57:25 +0000 (GMT) (envelope-from albi@scii.nl) Received: from aseed.demon.nl ([83.160.138.119]:9876 helo=mail.aseed.antenna.nl) by post-23.mail.nl.demon.net with esmtp (Exim 4.51) id 1E6bKy-00062O-5d; Sat, 20 Aug 2005 21:57:24 +0000 Received: from aseed.demon.nl (unknown [192.168.0.48]) by mail.aseed.antenna.nl (Postfix) with ESMTP id 15D31154562; Sun, 21 Aug 2005 00:05:35 +0200 (CEST) Received: from aseed.demon.nl (unknown [192.168.0.48]) by aseed.demon.nl (Postfix) with ESMTP id 673C3583239; Sat, 20 Aug 2005 23:56:44 +0200 (CEST) Received: from aseed.demon.nl (unknown [192.168.0.48]) by aseed.demon.nl (Postfix) with ESMTP id 2D266583238; Sat, 20 Aug 2005 23:56:44 +0200 (CEST) Received: from 217.19.30.147 (SquirrelMail authenticated user albi) by aseed.demon.nl with HTTP; Sat, 20 Aug 2005 23:56:44 +0200 (CEST) Message-ID: <55260.217.19.30.147.1124575004.squirrel@aseed.demon.nl> In-Reply-To: References: Date: Sat, 20 Aug 2005 23:56:44 +0200 (CEST) From: "albi" To: "Everett Batey" User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 (Normal) Importance: Normal X-AV-Checked: ClamAV using ClamSMTP Content-Transfer-Encoding: quoted-printable Cc: UUASC Unix Users So Calif , freebsd-questions@freebsd.org Subject: Re: Need some Help 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: Sat, 20 Aug 2005 21:57:25 -0000 > Currently have a not too successful install of FBSD 5.4. Tried both > XFree and Xorg for a GUI to replace my obsolete earlier installs for > Qmail, Apache Web, DNS and X-Windows. -- cut -- > AMD Sempron, native VGA, little luck except with Win2K (ughhh) and > Knoppix. whenever i have problems with configuring X i take a knoppix-3.8-cdrom, boot it, and then save the /etc/X11/XF86Config-4, copy it to my FreeBSD (5.x or 6.x) as /etc/X11/xorg.conf comment out the line # Option "XkbRules" "xfree86" change the mouse-section into this : Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/sysmouse" Option "Protocol" "SysMouse" # Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" and ... that always does it! :)