Results 1 to 10 of 19
I had to reinstall my Debian system some days ago.
After the process of installation, the X Windows doesn't start up.
In the /var/log/XFree86.0.log file, it says that the device ...
- 04-14-2006 #1Just Joined!
- Join Date
- Apr 2006
- Posts
- 13
Problem starting up X
I had to reinstall my Debian system some days ago.
After the process of installation, the X Windows doesn't start up.
In the /var/log/XFree86.0.log file, it says that the device /dev/input/mice couldn't be opened.
Any hint?
Thanks in advance
- 04-14-2006 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,086
Your mouse might be seen as /dev/input/mouse0, /dev/input/mice, or /dev/psaux, so if the second one doesn't work you might try one of the others in your xorg/xfree86.conf file.
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 04-14-2006 #3Just Joined!
- Join Date
- Apr 2006
- Posts
- 13
I apologyze for my ignorance, but where the xorg/xfree86.conf file is?
- 04-14-2006 #4forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,086
It will either be xorg.conf or xfree86.conf depending on which X server you are running and the file can be found in your /etc/X11 directory. You'll need to be root to edit that file.
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 04-14-2006 #5Just Joined!
- Join Date
- Apr 2006
- Posts
- 13
In my system there is a /etc/X11/XF86Config-4 file
In that file I changed /dev/input/mice for the specifications you gave me and none of them worked
- 04-14-2006 #6Just Joined!
- Join Date
- Apr 2006
- Posts
- 13
Sorry, I made a mistake in the second trial
/dev/psaux works
I can see a graphic screen now. Bot the mouse doesn't work. It's not moving
- 04-15-2006 #7Just Joined!
- Join Date
- Jan 2006
- Location
- Illinois
- Posts
- 48
Start by making a backup copy of the above mentioned xfree86 config file. Otherwise what's below may mess up your configuration even more.
Then, have your mouse plugged in and runas root. Try to get your mouse device autodetected with this auto-config... as long as it's plugged in it really should work.Code:dpkg-reconfigure xserver-xfree86
If you mess up your graphical settings along the way, copy that backup file back in place. If this doesn't work run aand post the results here.Code:ls /dev/input
- 04-15-2006 #8Just Joined!
- Join Date
- Apr 2006
- Posts
- 31
suggestion
i have recently had an xwindow problem as well i will give u a good hint,if u have the knoppix live cd anywhere try running it and looking at the configuration file in knoppix because it has excellent auto-detection.after this just mimic the knoppix file on debian and it should work,assuming that the knoppix worked as well.
- 04-15-2006 #9Just Joined!
- Join Date
- Apr 2006
- Posts
- 13
I have to tell you that I'm completely new in Linux
I have a Knoppix version 3.7 CD, but I don't know how to start it up
I even don't know what is mimic it
- 04-15-2006 #10Just Joined!
- Join Date
- Jan 2006
- Location
- Illinois
- Posts
- 48
What he means is to pop the Knoppix CD in... when it gets to a boot prompt just press enter and wait. When you end up in a graphical environment (KDE--may take a minute or two) verify that everything (mouse,etc.) works.
Originally Posted by satinoctopus
Knoppix will have its own virtual filesystem separate from that of your hard drive... thus if you go to Knoppix and open /etc/X11/xorg.conf in Kate or a similar text editor, you are looking at the Knoppix copy of the X configuration file.
[aside: It's important to note here that XF86Config-4 and xorg.conf have the same format, just different names since Knoppix runs Xorg and Debian runs XFree86.]
Since they're the same, open the Knoppix copy located at /etc/X11/xorg.conf (only accesible from a Knoppix environment), and jot down all the lines related to mouse/mice. Then eject the CD, reboot, and you'll automatically return to Debian. Go find /etc/X11/XF86Config-4 and change the modified values to match those like Knoppix's. Then try X again.
Alternatively, you can copy the Knoppix xorg.conf to your hard drive from within Knoppix. If I had a decent CD of Knoppix laying around I could be more specific, but I apologize as I don't... hopefully it's pretty intuitive though.
In any case you just want to isolate the mouse-related lines from the Knoppix X config and copy them into your Debian one. I apologzie if this seems overly complicated... let us know how it works!


Reply With Quote
