Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
K, I just went into terminal and configured a new XF86Config file...it wants a filename to write to, and im thinking that I wanna overwrite the active one to get my mouse working...so what might i put for a location/filename?
If it's just your mouse that's not working, a possibly better solution would be to just edit your existing XF86Config file, rather than taking the risk of overwriting it - especially if you're not 100% sure about everything.
You can edit the existing one as root from a terminal (when the X server isn't running, of course!) using any text-mode editor.
What are the problems you're having with your mouse?
K, sorry...I appreciate the help a lot so I be good...
well neither of my otherwise functional mice work in debian gnome period...I
think I have it configured to wrong port...Um, I know how to get to a Petar@D1000~? prompt
by either running terminal in gnome or hitting ctrl Alt F1 at login...but dont know how to get in root...
so id like to try to edit existing config...dont even know what xserver is...any info appreciated....
K, well...Ive gotten to the point where I can log into console as root...but I still need to know just how I can edit the file xf86config frome there...thanks.
I use xorg and not xf86, but the conf files are similar and I think the location of the xf86 conf file should be /etc/X11/XF86config, so try
# pico /etc/X11/XF86config
or
# nano /etc/X11/XF86config
(nano and pico are easy-to-use text editors - you could also use vi if you know how)
post the section pertaining to you mouse if you have any problems
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.