The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Operating Systems > Linux > Gentoo
.
google unix.com



Gentoo Gentoo Linux is a versatile and fast, completely free Linux distribution geared towards developers and network professionals.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
rare network problem even-- reinstall is not working simaich8 SUN Solaris 3 07-13-2008 07:31 AM
grep is not working, please find out the problem kittusri9 Shell Programming and Scripting 3 05-07-2008 10:32 AM
shell problem not working!!! :(( baku Shell Programming and Scripting 1 04-10-2008 08:20 AM
rare problem -reinstalling formatting nothing is working simaich8 Linux 0 11-04-2007 01:07 AM
AMD 1.2 Gentoo 1.4.3.8p1 tnorth Linux Benchmarks 1 10-04-2003 08:47 AM

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 01-06-2004
Registered User
 

Join Date: Jan 2004
Posts: 2
Gentoo problem, X is not working

I got Gentoo installed with only a few minor problems, but those are the worse right? Anyway, I can boot into a terminal and could could fine into TWM (yuck).

So I emerged XFCE4 by doing this:

Code:
use="-gnome -kde" emerge xfce
I then inserted this into ~./xinitrc :

Code:
xfce-mcs-manager 
xfwm4 --daemon 
xftaskbar4 & 
xfdesktop & 
xfce4-panel 
exec xfdesktop
When I boot into Gentoo now and type "startx" the screen shows a cursor then goes back to the terminal with this:

Code:
darkstar / # startx 
hostname: Unknown host 
Using authority file /home/edudlive/.Xauthority 
Writing authority file /home/edudlive/.Xauthority 


XFree86 Version 4.3.0 
Release Date: 27 February 2003 
X Protocol Version 11, Revision 0, Release 6.6 
Build Operating System: Linux 2.4.22 i686 [ELF] 
Build Date: 06 January 2004 
        Before reporting problems, check http://www.XFree86.Org/ 
        to make sure that you have the latest version. 
Module Loader present 
Markers: (--) probed, (**) from config file, (==) default setting, 
         (++) from command line, (!!) notice, (II) informational, 
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown. 
(==) Log file: "/var/log/XFree86.0.log", Time: Tue Jan  6 21:18:49 2004 
(==) Using config file: "/etc/X11/XF86Config" 
Using vt 8 
(EE) xf86OpenSerial: Cannot open device /dev/mouse 
        No such file or directory. 
(EE) xf86OpenSerial: Cannot open device /dev/mouse 
        No such file or directory. 
(EE) Mouse1: cannot open input device 
(EE) PreInit failed for input device "Mouse1" 
No core pointer 

Fatal server error: 
failed to initialize core devices 

When reporting a problem related to a server crash, please send 
the full server output, not just the last messages. 
This can be found in the log file "/var/log/XFree86.0.log". 
Please report problems to xfree86@xfree86.org. 

XIO:  fatal IO error 104 (Connection reset by peer) on X server ":0.0" 
      after 0 requests (0 known processed) with 0 events remaining.
My guess is that it won't load because my mouse won't load. But I copied the XF86Config file from my Slackware installation..so I KNOW that it works.

Anyone have a take on this? I will post any of my config files, just someone help me!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 01-07-2004
Moderator
 

Join Date: Sep 2002
Location: Hong Kong, China
Posts: 1,611
I'm not sure about Gentoo, but are you sure your mouse is still configured as /dev/mouse on your installation? On my system, that is /dev/psaux. It really depends on what mouse type configured in the kernel config. If not you may need to change the device at /etc/X11/XF86Config.

By the way, if you have xf86cfg you can use it to setup your X the easy way.
Reply With Quote
  #3 (permalink)  
Old 01-07-2004
malcom's Avatar
Registered User
 

Join Date: Jul 2003
Location: Germany
Posts: 78
Hi,

yes you know that your XF86Config is working on slackware but not on gentoo :-). /dev/mouse is usually a link to the real device, you should create it, or change your X config.

regards
malcom
Reply With Quote
  #4 (permalink)  
Old 01-07-2004
Registered User
 

Join Date: Jan 2004
Posts: 2
Quote:
Originally posted by malcom
Hi,

yes you know that your XF86Config is working on slackware but not on gentoo :-). /dev/mouse is usually a link to the real device, you should create it, or change your X config.

regards
malcom
I created it by using this (had the same thought you did):

ln -sf /dev/mouse/psaux /dev/mouse (that might not be the exact command, I'm very tired at th e moment)

then did this to double check that it was there

ln -l /dev/mouse

and it was
Reply With Quote
Google The UNIX and Linux Forums
Reply

Bookmarks

Tags
None

« - | COBOL on linux?! »
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:




All times are GMT -4. The time now is 08:30 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66