Linux From Scratch This Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system. |
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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
|
 |
06-06-2005, 05:53 AM
|
#1
|
Member
Registered: May 2004
Distribution: FC3
Posts: 87
Rep:
|
Problems with X11
Hi
I tried loading xorg using blfs 6.0 svn. I am running lfs on a Dell 8600 laptop. It has a Nvidia graphics card so I deleted everything but nv in the host.def file graphics card list. I selected mouse, keyboard and all the options that are *touch, as I don't know which one is for the Alps touchpad that the Dell has.
When I do startx I get the following message in the /var/log/Xorg.0.log file:
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/Dell-Laptop:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6
I am not trying to use xdm yet.
What is inet6 and why should X be listening for it?
Thanks
John
|
|
|
06-06-2005, 08:33 AM
|
#2
|
Member
Registered: Aug 2004
Distribution: LFS
Posts: 350
Rep:
|
inet6 is Internet Protocol version 6, formerly known as IPng or IP next generation, most distros support it but are still using inet4 the version which is in widespread use today. As for those messages in your log file, you can safely ignore them.
Mad.
|
|
|
06-06-2005, 09:49 AM
|
#3
|
Member
Registered: May 2004
Distribution: FC3
Posts: 87
Original Poster
Rep:
|
Thanks for that. Next problem! The X server is very slow starting up. After about a minute I get the message:
xauth  argv):1: bad display name "Dell-Laptop:0" in "list" command.
On exiting I get the same mesage but this time 'in "remove" command'
What is going on here and can I stop it doing this? Is this the reason it is very slow?
|
|
|
06-06-2005, 10:11 AM
|
#4
|
Member
Registered: May 2004
Distribution: FC3
Posts: 87
Original Poster
Rep:
|
Okay I've solved that one. I did not have an entry for 'Dell-Laptop' in my /etc/hosts file and so the X server was spending its time looking for it and failing to find it.
Now that I've set up the name, the server starts straight away. But, (the inevitable 'but'!)
I am using a logitech cordless mouse, which X does not recognise at the moment. I only have PS/2 in the xorg.conf file. How do I set up the usb mouse properly so I can use it in X Windows?
Do I simply replace PS/2 with usb?
|
|
|
06-06-2005, 10:39 AM
|
#5
|
Member
Registered: Aug 2004
Distribution: LFS
Posts: 350
Rep:
|
Normaly you would specify the input device as /dev/mouse in xorg.conf and then link the appropriate device to that, for USB it is usually /dev/input/mice.
here's an extract from my xorg.conf which uses a USB mouse
Code:
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "imps/2"
Option "Device" "/dev/mouse"
Option "ZaxisMapping" "4 5"
EndSection
/dev/input/mice is linked to /dev/mouse
HTH
Mad.
|
|
|
06-06-2005, 11:48 AM
|
#6
|
Member
Registered: May 2004
Distribution: FC3
Posts: 87
Original Poster
Rep:
|
I've made my xorg.conf file look yours but with no success. Any idea what else might be affecting it? I can post the Xorg.0.log file but I don't suppose it would help much.
|
|
|
06-06-2005, 05:11 PM
|
#7
|
Member
Registered: Aug 2004
Distribution: LFS
Posts: 350
Rep:
|
My apologies, I keep forgetting about udev on lfs6.0, which means any /dev simlinks are lost on reboot, change the /dev/mouse entry in xorg.conf to /dev/input/mice
If that doesn't work your kernel may not have usb mouse support.
see here for more info on usb configs.
Mad.
|
|
|
06-07-2005, 04:35 AM
|
#8
|
Member
Registered: May 2004
Distribution: FC3
Posts: 87
Original Poster
Rep:
|
Changing /dev/mouse to /dev/input/mice makes it work. Everything now works fine. Many thanks for your help - much appreciated.
John
|
|
|
All times are GMT -5. The time now is 03:16 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|