Gentoo Archives: gentoo-user

From: dhkuhl@×××××××××.net
To: gentoo-user@l.g.o
Cc: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: New Install Problems with X
Date: Sat, 08 Jan 2011 15:08:10
Message-Id: e4ceb8e03252.4d287b6c@optonline.net
In Reply to: Re: [gentoo-user] Re: New Install Problems with X by Volker Armin Hemmann
1 ----- Original Message -----
2 From: Volker Armin Hemmann
3 Date: Thursday, January 6, 2011 10:25 pm
4 Subject: Re: [gentoo-user] Re: New Install Problems with X
5 To: gentoo-user@l.g.o
6
7 > On Thursday 06 January 2011 23:51:38 KIM WHALEN wrote:
8 >
9 > > I made the kernel with the nvidia driver as a module and the "emerge
10 > > x11-drivers/nvidia-drivers" worked. However, running Xorg -
11 > configure> still fails.
12 >
13 > you don't even need that.
14 >
15 > cat /etc/X11/xorg.conf
16 > Section "ServerLayout"
17 > Identifier "aticonfig Layout"
18 > Screen 0 "aticonfig-Screen[0]-0" 0 0
19 > InputDevice "Keyboard0" "CoreKeyboard"
20 > InputDevice "Mouse0" "CorePointer"
21 > EndSection
22 >
23 > Section "Module"
24 > EndSection
25 >
26 > Section "InputDevice"
27 > Identifier "Mouse0"
28 > Driver "evdev"
29 > Option "CorePointer"
30 > Option "Name" "Logitech, Inc. MX610 Laser Cordless Mouse"
31 > EndSection
32 >
33 > Section "InputDevice"
34 > Identifier "Keyboard0"
35 > Driver "evdev"
36 > Option "AutoRepeat" "500 30"
37 > Option "XkbRules" "xorg"
38 > Option "XkbModel" "evdev"
39 > Option "XkbLayout" "de"
40 > Option "XkbOptions" "terminate:ctrl_alt_bksp"
41 > EndSection
42 >
43 > Section "Monitor"
44 > Identifier "aticonfig-Monitor[0]-0"
45 > Option "VendorName" "ATI Proprietary Driver"
46 > Option "ModelName" "Generic Autodetecting Monitor"
47 > Option "DPMS" "true"
48 > EndSection
49 >
50 > Section "Device"
51 > Identifier "aticonfig-Device[0]-0"
52 > Driver "fglrx"
53 > BusID "PCI:1:0:0"
54 > EndSection
55 >
56 > Section "Screen"
57 > Identifier "aticonfig-Screen[0]-0"
58 > Device "aticonfig-Device[0]-0"
59 > Monitor "aticonfig-Monitor[0]-0"
60 > DefaultDepth 24
61 > SubSection "Display"
62 > Viewport 0 0
63 > Depth 24
64 > EndSubSection
65 > EndSection
66 >
67 >
68 > this is for fglrx - just change fglrx to nvidia - and you have a
69 > working
70 > nvidia xorg.conf.
71 >
72 > Just stop doing stupid things with your kernel config. No
73 > framebuffer. Not even
74 > as modules!
75 >
76 >
77 >
78
79 After about two week of head banging this was the fix. I change the Driver to nvidia and startx worked. The only difference was in my xorg.conf the driver was set to nouveau instead of fglrx.
80
81 I know there were other issues, but if this fix was done first I could have avoided a lot of unnecessary kernal and driver builds in addition to the experimentation.
82
83 Thanks,
84 --dhk