From owner-freebsd-questions Wed Apr 3 5:29:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost.det.ameritech.net (mpdr0-0.sfldmi.ameritech.net [206.141.193.243]) by hub.freebsd.org (Postfix) with ESMTP id CA97037B41A for ; Wed, 3 Apr 2002 05:29:36 -0800 (PST) Received: from adsl-66-73-176-128.dsl.sfldmi.ameritech.net ([66.73.176.128]) by mailhost.det.ameritech.net (InterMail v4.01.01.07 201-229-111-110) with ESMTP id <20020403134410.KRWJ10864.mailhost.det.ameritech.net@adsl-66-73-176-128.dsl.sfldmi.ameritech.net>; Wed, 3 Apr 2002 08:44:10 -0500 Date: Wed, 3 Apr 2002 08:30:08 -0500 (EST) From: Vladimir Dergachev X-X-Sender: volodya@node2.localnet.net Reply-To: Vladimir Dergachev To: Peter Leftwich Cc: FreeBSD Questions , XFree86 Newbies List , XFree86 General Discussion List Subject: Re: [Xpert]!! WILL $PayPal$ FOR XF 4.2.0 HELP !! In-Reply-To: <20020329180526.V4840-300000@66-75-1-142.san.rr.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 29 Mar 2002, Peter Leftwich wrote: > > > {To whomever helps me first/best, I decree "name your PayPal $$FEE$$ !!"} > > > I've attached two files, one is relevant dmesg output (sorted in order of > video then keyboard then mouse stuff) and the other is the default output > file "XF86Config.new" which was created by the "XFree86 -configure" command. > > All I wish for are these three (3) things, from least to highest priority: > > (1) Is it possible to use SVGA (blanktime, screen_saver.ko modules) in > syscons/console? Have no idea what you are talking about.. What is syscons ? > > (2) What changes must I make to the default XF86Config.new file to use > atkbd and /dev/sysmouse (ums0) instead of "keyboard" and "/dev/mouse?" Ahh.. it looks like you are running BSD, right ? Try: Section "InputDevice" Identifier "mouse0" Driver "mouse" Option "Protocol" "sysmouse" Option "Device" "/dev/sysmouse" EndSection > > (3) What lines must be *added* to the default XF86Config.new file to use a > DefaultDepth of 16 (or 24) and a DefaultResolution of 800x600, so that > XFree86 will work with my ATI All-in-Wonder 128 16mb AGP video card and > Dell M781p monitor (supposed ranges are hscan 30-85kHz, vscan 50-160kHz, > and optimal preset is apparently "1024x768 @ 85Hz")?? In the screen section add DefaultDepth 16 just before first 'SubSection "Display"' Change 16 bit subsection so it looks like: SubSection "Display" Depth 16 Modes "800x600" EndSubSection If you see monitor not syncing to the signal (though /var/log/XFree86.0.log shows everything is fine) add Option "composite_sync" "off" to the end of 'Section "Device"'. If this does not help change "off" to "on". Also, take a look at http://gatos.sf.net/ Note: binary drivers might not (will likely not) work for BSD, you will need to compile from source. > > I really require X. I am exasperated. Someone. Please-- Help me and > take my $loot$ ?? > If this helps please consider contributing to EFF. best Vladimir Dergachev > -- > Peter Leftwich > President & Founder > Video2Video Services > Box 13692, La Jolla, CA, 92039 USA > +1-413-403-9555 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message