1 |
Here are the errors I receive when I attempt startx; |
2 |
|
3 |
failed to load /usr/lib/xorg/modules/extentsions/libGLcore.so |
4 |
failed to load module "GLcore" (loader failed, 7) |
5 |
failed to load module "VESA" (module does not exist, 0) |
6 |
failed to load module "kbd" (module does not exist, 0) |
7 |
failed to load module 'mouse" (module does not exist, 0) |
8 |
No Drivers Available |
9 |
|
10 |
|
11 |
On 2/21/07, Bo Ørsted Andresen <bo.andresen@××××.dk> wrote: |
12 |
> |
13 |
> On Wednesday 21 February 2007 22:07:17 Scott W. McMikle wrote: |
14 |
> > I have used Mandriva and Kubuntu and several other distributions before |
15 |
> I |
16 |
> > thought I would give Gentoo a try because I like to tweak and learn more |
17 |
> > about Linux. The live cd works great on my machine, but when I |
18 |
> attempted |
19 |
> > to install Gentoo on that same machine, X does not work, |
20 |
> |
21 |
> http://www.gentoo.org/doc/en/xorg-config.xml |
22 |
> |
23 |
> It that doesn't help look for errors in /var/log/Xorg.0.log. |
24 |
> |
25 |
> # egrep "(EE|WW)" /var/log/Xorg.0.log |
26 |
> |
27 |
> > nor does my network connection. |
28 |
> |
29 |
> We sort of need to know which nic you have. If you really have no clue use |
30 |
> `lspci`. I believe it's on the livecd if you can't emerge pciutils due to |
31 |
> the |
32 |
> lack of network. `lsmod` or `dmesg | grep Link` executed from the livecd |
33 |
> should be helpful too... |
34 |
> |
35 |
> -- |
36 |
> Bo Andresen |
37 |
> |
38 |
> |