Re: xf86config
Kerin Millar <[email protected]>
| Newsgroups | gmane.linux.gentoo.newbies |
|---|---|
| Message-ID | <[email protected]> |
And this one ... :-/ Begin forwarded message: Date: Fri, 4 Oct 2002 20:38:25 +0100 From: Kerin Millar <[email protected]> To: "Wilson Brown" <[email protected]> Subject: Re: [gentoo-newbies] xf86config On Fri, 4 Oct 2002 14:46:28 -0400 "Wilson Brown" <[email protected]> wrote: > Thanks Everybody for all your help, but here I am Stuck again! > > After emerg'ing gnome and having mouse problems in kde and gnome, I tried to run xf86config again, but all that I get is a fast scrolling screen saying that everything is not found. > > What should I do now. Er, do you mean that xf86config is flunking out (surely not :-) or that XFree86 is flunking out having reconfigured (when you try to startx)? If the latter then do: cat /var/log/XFree86.0.log | grep -A 10 "(EE)" | less To try and pinpoint any pertinent error messages which should give you a real hint at what the problem may be. If it was the other then I wouldn't mind seeing what the error is from xf86config. If it just starts then stops with an error you might be able to capture all the output like this: xf86config > ~/xf86config.error Then you can look it over with less ~/xf86config.error --kerframil