From owner-freebsd-questions Sun Sep 2 13:51:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from c1828785-a.saltlk1.ut.home.com (c1828785-a.saltlk1.ut.home.com [24.20.97.231]) by hub.freebsd.org (Postfix) with ESMTP id 6B84237B405 for ; Sun, 2 Sep 2001 13:51:42 -0700 (PDT) Received: from there (uvqlwx@localhost [127.0.0.1]) by c1828785-a.saltlk1.ut.home.com (8.11.6/8.11.5) with SMTP id f82Kphl09103; Sun, 2 Sep 2001 14:51:43 -0600 (MDT) (envelope-from mupi@mknet.org) Message-Id: <200109022051.f82Kphl09103@c1828785-a.saltlk1.ut.home.com> Content-Type: text/plain; charset="iso-8859-1" From: Mike Porter To: "D. P. Kreil" Subject: Re: xf86cfg dies - any remedies? Date: Sun, 2 Sep 2001 14:51:42 -0600 X-Mailer: KMail [version 1.3] References: In-Reply-To: Cc: questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 Sunday 02 September 2001 10:54 am, D. P. Kreil, or somone very much like D. P. Kreil, wrote: > Dear Mike, > > >you're running bash? <(}: > > so what does a proper sysamin use as their shell? :) > Don't ask me <(}: I use tcsh for most stuff when I have to log in to a terminal mode. I like the completion, and history searching. (start typing a path, say, /usr/ports/editors/staroffice52, type the first couple of letters edstar and you're there. > >Seriously though...xf86cfg by default want to open ~/Xf86Config > > oh... > > >You might try specifiying a -xf86config option > >pointing to /etc/X11. > > >I couldn't get xf86cfg to run at all > > Aha, so it's not just me :) > No, its not just you <(}: You could try copying your /etc/X11/Xf86Config to a backup location, deleting it, and see what happens (essentially, you would be starting it from scratch.) If that works, then you would still have to manually merge the two files, but since you are looking for something relatively simple, it might work. > The reason I would have liked to run it is that I still have not managed to > adjust mouse sensitivity. The option "Resolution" "nnn" seems to be pretty > much ignored in my setup (Logitech 3-button PS/2 mouse on moused as > /dev/sysmouse). it occurs to me that using /dev/sysmouse you might need to adjust the resolution in moused, rather than your x config. The other suggestion I would make is to try "man Xf86Config" That includes a lot of options and syntax not included in the stock files generated by xf86cfg or xf86configure. Also, if you are running xdm, you might have to restart xdm for changes to take effect (though they should apply to your individual sessions). Finally, rather than just changing the resolution, you might try setting acceleration, so that if you move the mouse slowly, you still have fine-grained control, but if you move quickly, it will begin to move more rapidly. Oh yeah, you might also try changing the protocol from "auto", that might be over-riding the resolution, if the mouse reports its true resolution during the "auto" setup routines. (this might also apply to moused "man moused" or "man sysmouse" for more info) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message