Sie sind nicht angemeldet.

Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

1

19.02.2007, 19:22

GeForce 8800 GTS und Xorg-7.2 Problem

Hi!
Ich hab 2 Probleme: wenn ich die nvidia-drivers installiere, piept beim starten von X die Kiste, und der Bildschirm wird schwarz, nachdem das Nvidia-Logo gekommen ist.
Also hab ich gedacht, ok, erstmal X mit "nv" als Treiber starten. Aber da sagt er mir:

Quellcode

1
no drivers available
Was kann ich da machen, damit ich den "nv" Treiber nutzen kann? Hab schon mein

Quellcode

1
VIDEO_CARDS="nvidia"
aus der make.conf entfernt, aber ein erneutes

Quellcode

1
emerge xorg-x11
bringt der Treiber nicht auf´s System. Ach ja, ist ne 2006.1 Neuinstallation, da Board, CPU, Graka und Ram neu sind.
Es handelt sich um ein "~x86" - System. Sollte also der neueste Treiber von Nvidia sein.

2

19.02.2007, 19:40

Quellcode

1
grep -i video_cards /usr/portage/x11-base/xorg-server/xorg-server-1.2.0.ebuild

Wie wäre es mit
VIDEO_CARDS="nv nvidia"
und anschließendem

Quellcode

1
emerge -va1 xorg-server
"Erst nachdem wir alles verloren haben, haben wir die Freiheit, alles zu tun."
"It's only after we've lost everything, that we're free to do anything!"

Jabber: Die ID kann via PN erfragt werden.

3

20.02.2007, 15:43

Hm, kann es sein, dass der Treiber (weder nv noch nvidia) die 8800 gts noch nicht unterstützt? Ich hab in der /var/log/Xorg.0.log nämlich ne Auflistung von Karten gefunden, bei der meine (und auch keine andere 8xxx GeForce) dabei war.

Ich bin mir zwar sicher, in der Xorg.conf keinen Fehler zu haben, aber ich poste sie mal, und auch die Xorg.0.log.

Quellcode

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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
Section "Module"

    Load        "dbe"  	# Double buffer extension
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

#    Load        "type1"
    Load        "freetype"
#    Load        "xtt"
    Load       "glx"
#    Load       "dri"

EndSection

Section "Files"

    FontPath   "/usr/share/fonts/misc/"
#    FontPath   "/usr/share/fonts/TTF/"
#    FontPath   "/usr/share/fonts/OTF"
    FontPath   "/usr/share/fonts/Type1/"
    FontPath   "/usr/share/fonts/100dpi/"
    FontPath   "/usr/share/fonts/75dpi/"
#    FontPath   "/usr/lib/X11/fonts/local/"
#    FontPath   "/usr/lib/X11/fonts/misc/"
#    FontPath   "/usr/lib/X11/fonts/75dpi/:unscaled"
#    FontPath   "/usr/lib/X11/fonts/100dpi/:unscaled"
#    FontPath   "/usr/lib/X11/fonts/Speedo/"
#    FontPath   "/usr/lib/X11/fonts/Type1/"
#    FontPath   "/usr/lib/X11/fonts/TrueType/"
#    FontPath   "/usr/lib/X11/fonts/freefont/"
#    FontPath   "/usr/lib/X11/fonts/75dpi/"
#    FontPath   "/usr/lib/X11/fonts/100dpi/"

EndSection

Section "ServerFlags"

#    Option "NoTrapSignals"
#    Option "DontVTSwitch"
#    Option "DontZap"
#    Option "Dont Zoom"
#    Option "DisableVidModeExtension"
#    Option "AllowNonLocalXvidtune"
#    Option "DisableModInDev"
#    Option "AllowNonLocalModInDev"

EndSection

Section "InputDevice"

    Identifier	"Keyboard1"
    Driver	"kbd"
#    Option     "Protocol"      "Xqueue"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"	"xorg"
    Option "XkbModel"	"pc105"
    Option "XkbLayout"	"de"

EndSection

Section "InputDevice"

    Identifier	"Mouse1"
    Driver	"mouse"
    Option "Protocol"    "IMPS/2"	# IntelliMouse PS/2
    Option "Device"      "/dev/input/mice"
    Option "ZAxisMapping"   "4 5 6 7"
    Option "Emulate3Buttons"

EndSection

Section "Monitor"

    Identifier  "Acer AL 1912"
    HorizSync   24-80
    VertRefresh 49-75

EndSection

Section "Device"
    Identifier	"Standard VGA"
    VendorName	"Unknown"
    BoardName	"Unknown"
    Driver     "vga"

EndSection

Section "Device"
    Identifier  "GeForce 8800 GTS"
    Driver      "nv"
    VideoRam    655360

EndSection

Section "Screen"
    Identifier  "Screen1"
    Device      "GeForce 8800 GTS"
    Monitor     "Acer AL 1912"
    DefaultDepth 24

    Subsection "Display"
        Depth       16
        Modes       "1280x1024"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024"
        ViewPort    0 0
    EndSubsection
EndSection

Section "ServerLayout"

    Identifier  "Simple Layout"
    Screen "Screen1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

# Section "DRI"
#    Mode 0666
# EndSection

Quellcode

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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: Linux 2.6.20-gentoo i686 
Current Operating System: Linux Gentoo TUX 2.6.20-gentoo #1 SMP Sun Feb 18 05:43:51 CET 2007 i686
Build Date: 20 February 2007
	Before reporting problems, check http://wiki.x.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/Xorg.0.log", Time: Tue Feb 20 15:32:30 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen1" (0)
(**) |   |-->Monitor "Acer AL 1912"
(**) |   |-->Device "GeForce 8800 GTS"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x81c02e0
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 1.1
	X.Org XInput driver : 0.7
	X.Org Server Extension : 0.3
	X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.1
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,0336 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 1106,1336 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:00:2: chip 1106,2336 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:00:3: chip 1106,3336 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:00:4: chip 1106,4336 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:00:5: chip 1106,5336 card 0000,0000 rev 00 class 08,00,20 hdr 80
(II) PCI: 00:00:6: chip 1106,6290 card 0008,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:00:7: chip 1106,7336 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b188 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 1106,a238 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:0f:0: chip 1106,3349 card 1043,81b5 rev 00 class 01,04,00 hdr 80
(II) PCI: 00:0f:1: chip 1106,0571 card 1043,81b5 rev 07 class 01,01,8a hdr 00
(II) PCI: 00:10:0: chip 1106,3038 card 1043,81b5 rev 90 class 0c,03,00 hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 1043,81b5 rev 90 class 0c,03,00 hdr 80
(II) PCI: 00:10:2: chip 1106,3038 card 1043,81b5 rev 90 class 0c,03,00 hdr 80
(II) PCI: 00:10:3: chip 1106,3038 card 1043,81b5 rev 90 class 0c,03,00 hdr 80
(II) PCI: 00:10:4: chip 1106,3104 card 1043,81b5 rev 90 class 0c,03,20 hdr 80
(II) PCI: 00:11:0: chip 1106,3287 card 1043,81b5 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:7: chip 1106,287e card 1106,287e rev 00 class 06,00,00 hdr 00
(II) PCI: 00:12:0: chip 1106,3065 card 1043,80ed rev 7c class 02,00,00 hdr 00
(II) PCI: 00:13:0: chip 1106,287b card 0000,0000 rev 00 class 06,04,00 hdr 81
(II) PCI: 00:13:1: chip 1106,287a card 0000,0000 rev 00 class 06,04,01 hdr 01
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 02:00:0: chip 10de,0193 card 10de,0421 rev a2 class 03,00,00 hdr 00
(II) PCI: 04:01:0: chip 1106,3288 card 1043,81b5 rev 00 class 04,03,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,5), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0003 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:2:0), (0,2,2), BCTRL: 0x000b (VGA_EN is set)
(II) Bus 2 I/O range:
	[0] -1	0	0x0000e000 - 0x0000efff (0x1000) IX[B]
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0	0xf8000000 - 0xfbefffff (0x3f00000) MX[B]
(II) Bus 2 prefetchable memory range:
	[0] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:19:0), (0,4,4), BCTRL: 0x0003 (VGA_EN is cleared)
(II) Bus 4 non-prefetchable memory range:
	[0] -1	0	0xfbf00000 - 0xfbffffff (0x100000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:19:1), (0,5,5), BCTRL: 0x0003 (VGA_EN is cleared)
(--) PCI:*(2:0:0) nVidia Corporation unknown chipset (0x0193) rev 162, Mem @ 0xfa000000/24, 0xc0000000/28, 0xf8000000/25, I/O @ 0xe800/7, BIOS @ 0xfbee0000/17
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xf0000000 from 0xf7ffffff to 0xefffffff
(II) Active PCI resource ranges:
	[0] -1	0	0xfbffc000 - 0xfbffffff (0x4000) MX[B]
	[1] -1	0	0xdffff400 - 0xdffff4ff (0x100) MX[B]
	[2] -1	0	0xdffff800 - 0xdffff8ff (0x100) MX[B]
	[3] -1	0	0xdffffc00 - 0xdfffffff (0x400) MX[B]
	[4] -1	0	0xf0000000 - 0xefffffff (0x0) MX[B]O
	[5] -1	0	0xfbee0000 - 0xfbefffff (0x20000) MX[B](B)
	[6] -1	0	0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B)
	[7] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
	[8] -1	0	0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
	[9] -1	0	0x0000a800 - 0x0000a8ff (0x100) IX[B]
	[10] -1	0	0x0000b000 - 0x0000b01f (0x20) IX[B]
	[11] -1	0	0x0000b400 - 0x0000b41f (0x20) IX[B]
	[12] -1	0	0x0000b800 - 0x0000b81f (0x20) IX[B]
	[13] -1	0	0x0000c000 - 0x0000c01f (0x20) IX[B]
	[14] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[15] -1	0	0x0000c400 - 0x0000c40f (0x10) IX[B]
	[16] -1	0	0x0000c800 - 0x0000c803 (0x4) IX[B]
	[17] -1	0	0x0000d000 - 0x0000d007 (0x8) IX[B]
	[18] -1	0	0x0000d400 - 0x0000d403 (0x4) IX[B]
	[19] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[B]
	[20] -1	0	0x0000e800 - 0x0000e87f (0x80) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xfbffc000 - 0xfbffffff (0x4000) MX[B]
	[1] -1	0	0xdffff400 - 0xdffff4ff (0x100) MX[B]
	[2] -1	0	0xdffff800 - 0xdffff8ff (0x100) MX[B]
	[3] -1	0	0xdffffc00 - 0xdfffffff (0x400) MX[B]
	[4] -1	0	0xf0000000 - 0xefffffff (0x0) MX[B]O
	[5] -1	0	0xfbee0000 - 0xfbefffff (0x20000) MX[B](B)
	[6] -1	0	0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B)
	[7] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
	[8] -1	0	0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
	[9] -1	0	0x0000a800 - 0x0000a8ff (0x100) IX[B]
	[10] -1	0	0x0000b000 - 0x0000b01f (0x20) IX[B]
	[11] -1	0	0x0000b400 - 0x0000b41f (0x20) IX[B]
	[12] -1	0	0x0000b800 - 0x0000b81f (0x20) IX[B]
	[13] -1	0	0x0000c000 - 0x0000c01f (0x20) IX[B]
	[14] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[15] -1	0	0x0000c400 - 0x0000c40f (0x10) IX[B]
	[16] -1	0	0x0000c800 - 0x0000c803 (0x4) IX[B]
	[17] -1	0	0x0000d000 - 0x0000d007 (0x8) IX[B]
	[18] -1	0	0x0000d400 - 0x0000d403 (0x4) IX[B]
	[19] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[B]
	[20] -1	0	0x0000e800 - 0x0000e87f (0x80) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xfbffc000 - 0xfbffffff (0x4000) MX[B]
	[5] -1	0	0xdffff400 - 0xdffff4ff (0x100) MX[B]
	[6] -1	0	0xdffff800 - 0xdffff8ff (0x100) MX[B]
	[7] -1	0	0xdffffc00 - 0xdfffffff (0x400) MX[B]
	[8] -1	0	0xf0000000 - 0xefffffff (0x0) MX[B]O
	[9] -1	0	0xfbee0000 - 0xfbefffff (0x20000) MX[B](B)
	[10] -1	0	0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B)
	[11] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
	[12] -1	0	0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
	[13] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[14] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[15] -1	0	0x0000a800 - 0x0000a8ff (0x100) IX[B]
	[16] -1	0	0x0000b000 - 0x0000b01f (0x20) IX[B]
	[17] -1	0	0x0000b400 - 0x0000b41f (0x20) IX[B]
	[18] -1	0	0x0000b800 - 0x0000b81f (0x20) IX[B]
	[19] -1	0	0x0000c000 - 0x0000c01f (0x20) IX[B]
	[20] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[21] -1	0	0x0000c400 - 0x0000c40f (0x10) IX[B]
	[22] -1	0	0x0000c800 - 0x0000c803 (0x4) IX[B]
	[23] -1	0	0x0000d000 - 0x0000d007 (0x8) IX[B]
	[24] -1	0	0x0000d400 - 0x0000d403 (0x4) IX[B]
	[25] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[B]
	[26] -1	0	0x0000e800 - 0x0000e87f (0x80) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 7.2.0, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "nv"
(II) Loading /usr/lib/xorg/modules/drivers//nv_drv.so
(II) Module nv: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.2.2
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 1.1
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.1.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.1.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.7
(II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2,
	Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64,
	Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400,
	GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go,
	GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra,
	Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420,
	GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go,
	GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL,
	GeForce4 440 Go 64M, Quadro NVS, Quadro4 500 GoGL,
	GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X,
	GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X,
	GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL,
	Quadro4 NVS 280 SD, Quadro4 380 XGL, Quadro NVS 50 PCI,
	GeForce4 448 Go, GeForce4 MX Integrated GPU, GeForce3,
	GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600,
	GeForce4 Ti 4400, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL,
	Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X,
	GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL,
	Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra,
	GeForce FX 5800, Quadro FX 2000, Quadro FX 1000,
	GeForce FX 5600 Ultra, GeForce FX 5600, GeForce FX 5600XT,
	GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700,
	GeForce FX 5200, GeForce FX 5200 Ultra, GeForce FX 5200,
	GeForce FX 5200LE, GeForce FX Go5200, GeForce FX Go5250,
	GeForce FX 5500, GeForce FX 5100, GeForce FX Go5200 32M/64M,
	Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI,
	GeForce FX Go53xx Series, GeForce FX Go5100, GeForce FX 5900 Ultra,
	GeForce FX 5900, GeForce FX 5900XT, GeForce FX 5950 Ultra,
	GeForce FX 5900ZT, Quadro FX 3000, Quadro FX 700,
	GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE,
	GeForce FX 5700VE, GeForce FX Go5700, GeForce FX Go5700,
	Quadro FX Go1000, Quadro FX 1100, GeForce 6800 Ultra, GeForce 6800,
	GeForce 6800 LE, GeForce 6800 XE, GeForce 6800 XT, GeForce 6800 GT,
	GeForce 6800 GT, GeForce 6800 GS, GeForce 6800 XT, Quadro FX 4000,
	GeForce 6800 GS, GeForce 6800, GeForce 6800 LE, GeForce 6800 XT,
	GeForce Go 6800, GeForce Go 6800 Ultra, Quadro FX Go1400,
	Quadro FX 3450/4000 SDI, Quadro FX 1400, GeForce 6600 GT,
	GeForce 6600, GeForce 6600 LE, GeForce 6600 VE, GeForce Go 6600,
	GeForce 6610 XL, GeForce Go 6600 TE/6200 TE, GeForce 6700 XL,
	GeForce Go 6600, GeForce Go 6600 GT, Quadro FX 550, Quadro FX 550,
	Quadro FX 540, GeForce 6200, GeForce 6500,
	GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM),
	GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, GeForce Go 6400,
	GeForce Go 6200, GeForce Go 6400, GeForce 6250, GeForce 6800,
	GeForce 6800 LE, GeForce 6800 GT, GeForce 6800 XT, GeForce 6200,
	GeForce 6200 A-LE, GeForce 7800 GTX, GeForce 7800 GTX,
	GeForce 7800 GT, GeForce 7800 GS, GeForce 7800 SLI, GeForce Go 7800,
	GeForce Go 7800 GTX, Quadro FX 4500, GeForce 7300 LE,
	GeForce 7300 SE, GeForce Go 7200, GeForce Go 7300, GeForce Go 7400,
	GeForce Go 7400 GS, Quadro NVS 110M, Quadro NVS 120M, Quadro FX 350M,
	GeForce 7500 LE, Quadro FX 350, GeForce 7300 GS, GeForce 7600 GT,
	GeForce 7600 GS, GeForce 7300 GT, GeForce 7600 LE, GeForce 7300 GT,
	GeForce Go 7700, GeForce Go 7600, GeForce Go 7600 GT,
	Quadro NVS 300M, GeForce Go 7900 SE, Quadro FX 550M, Quadro FX 560,
	GeForce 7900 GTX, GeForce 7900 GT, GeForce 7900 GS,
	GeForce Go 7900 GS, GeForce Go 7900 GTX, Quadro FX 2500M,
	Quadro FX 1500M, Quadro FX 5500, Quadro FX 3500, Quadro FX 1500,
	Quadro FX 4500 X2, GeForce 6150, GeForce 6150 LE, GeForce 6100,
	GeForce Go 6150, GeForce Go 6100
(II) Primary Device is: PCI 02:00:0
(EE) No devices detected.

Fatal server error:
no screens found

[/code]

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »FelixPetzold« (20.02.2007, 18:09)


4

20.02.2007, 15:55

Warum schaust nicht einfach auf der Nvidia Seite nach (oder bei Google):
http://www.nvidia.de/object/linux_displa….0-9746_de.html

Quellcode

1
Unterstützung für GeForce 8800 GTX und GeForce 8800 GTS Grafikprozessoren hinzugefügt.
"Erst nachdem wir alles verloren haben, haben wir die Freiheit, alles zu tun."
"It's only after we've lost everything, that we're free to do anything!"

Jabber: Die ID kann via PN erfragt werden.

5

20.02.2007, 16:14

Hm, dann versteh ich nicht, warum das nicht geht. Bei dem "nv" sagt er immer: "no screen found", und bei dem "nvidia" kommt das Logo, und dann piepst es, der Bildschirm wird schwarz, und ich komm weder mit STRG+C noch mit STRG+Q raus. Geht nur nen Reset. Ich hab den Treiber auch noch mal installiert, aber das bringt irgenwie alles nix. Hat noch wer ne Idee, was ich machen kann?

6

20.02.2007, 16:32

Mach mal aus der obigen Code-Sektion zwei Sektionen.

Quellcode

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
67
68
Section "Module"
    Load        "dbe"
    SubSection  "extmod"
      Option    "omit xfree86-dga"
    EndSubSection
    Load        "freetype"
    Load       "glx"
EndSection

Section "Files"
    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/Type1/"
    FontPath   "/usr/share/fonts/100dpi/"
    FontPath   "/usr/share/fonts/75dpi/"
EndSection

Section "InputDevice"
    Identifier	"Keyboard1"
    Driver	"kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"	"xorg"
    Option "XkbModel"	"pc105"
    Option "XkbLayout"	"de"
EndSection

Section "InputDevice"
    Identifier	"Mouse1"
    Driver	"mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/input/mice"
    Option "ZAxisMapping"   "4 5 6 7"
    Option "Emulate3Buttons"
EndSection

Section "Monitor"
    Identifier  "AcerAL1912"
    HorizSync   24-80
    VertRefresh 49-75
EndSection


Section "Device"
    Identifier  "GeForce8800GTS"
    Driver      "nvidia"
EndSection

Section "Screen"
    Identifier  "Screen1"
    Device      "GeForce8800GTS"
    Monitor     "AcerAL1912"
    DefaultDepth 24
    Subsection "Display"
        Depth       24
        Modes       "1280x1024"
        ViewPort    0 0
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Screen1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Section "DRI"
    Mode 0666
EndSection


Quellcode

1
eselect opengl set nvidia


Quellcode

1
startx &> ~/startx.out


Und wenn er hängt:

Quellcode

1
2
3
Alt+SysRQ+s
Alt+SysRQ+u
Alt+SysRQ+b


Dann poste mal die ~/startx.out
"Erst nachdem wir alles verloren haben, haben wir die Freiheit, alles zu tun."
"It's only after we've lost everything, that we're free to do anything!"

Jabber: Die ID kann via PN erfragt werden.

7

20.02.2007, 18:20

Hallo!
danke schonmal, dass du hilfst. also, diesmal konnte ich bei kde schon die sprache einstellen, bevor er abgestürzt ist. hier die startx.out:

Quellcode

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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
hostname: Unknown host
xauth:  creating new authority file /root/.serverauth.5725


X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: Linux 2.6.20-gentoo i686 
Current Operating System: Linux Gentoo TUX 2.6.20-gentoo #1 SMP Sun Feb 18 05:43:51 CET 2007 i686
Build Date: 20 February 2007
	Before reporting problems, check http://wiki.x.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/Xorg.0.log", Time: Tue Feb 20 18:13:38 2007
(==) Using config file: "/etc/X11/xorg.conf"
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
xset:  bad font path element (#258), possible causes are:
    Directory does not exist or has wrong permissions
    Directory missing fonts.dir
    Incorrect font server address or syntax
startkde: Starting up...
startkde: Running kpersonalizer...
/usr/bin/iceauth:  creating new authority file /root/.ICEauthority
/usr/bin/iceauth: /tmp/dcopPfMg8b:1:  bad "add" command line
/usr/bin/iceauth: /tmp/dcopPfMg8b:2:  bad "add" command line
ICE Connection rejected!

DCOPClient::attachInternal. Attach failed Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
ICE Connection rejected!

DCOPClient::attachInternal. Attach failed Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
DCOPServer self-test failed.
iceauth:  creating new authority file /root/.ICEauthority
/usr/bin/iceauth:  creating new authority file /root/.ICEauthority
/usr/bin/iceauth: /tmp/dcopPfMg8b:1:  bad "add" command line
/usr/bin/iceauth: /tmp/dcopPfMg8b:2:  bad "add" command line
DCOPClient::attachInternal. Attach failed Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
ICE Connection rejected!

DCOPClient::attachInternal. Attach failed Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
DCOPServer self-test failed.
ICE Connection rejected!

iceauth:  creating new authority file /root/.ICEauthority
kdeinit: DCOPServer could not be started, aborting.
/usr/bin/iceauth:  creating new authority file /root/.ICEauthority
/usr/bin/iceauth: /tmp/dcopPfMg8b:1:  bad "add" command line
/usr/bin/iceauth: /tmp/dcopPfMg8b:2:  bad "add" command line
DCOPClient::attachInternal. Attach failed Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
ICE Connection rejected!

DCOPClient::attachInternal. Attach failed Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
DCOPServer self-test failed.
ICE Connection rejected!

iceauth:  creating new authority file /root/.ICEauthority
kdeinit: DCOPServer could not be started, aborting.
kwin: X_ChangeSaveSet(0x600076): BadMatch (invalid parameter attributes)
kwin: failure during initialization; abortingWarning: kbuildsycoca is unable to register with DCOP.
kbuildsycoca running...
/usr/bin/iceauth:  creating new authority file /root/.ICEauthority
/usr/bin/iceauth: /tmp/dcopPfMg8b:1:  bad "add" command line
/usr/bin/iceauth: /tmp/dcopPfMg8b:2:  bad "add" command line
kdeinit: Shutting down running client.
DCOPClient::attachInternal. Attach failed Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
ICE Connection rejected!

DCOPClient::attachInternal. Attach failed Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
DCOPServer self-test failed.
ICE Connection rejected!

iceauth:  creating new authority file /root/.ICEauthority
kdeinit: DCOPServer could not be started, aborting.
/usr/bin/iceauth:  creating new authority file /root/.ICEauthority
/usr/bin/iceauth: /tmp/dcopPfMg8b:1:  bad "add" command line
/usr/bin/iceauth: /tmp/dcopPfMg8b:2:  bad "add" command line
DCOPClient::attachInternal. Attach failed Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
ICE Connection rejected!

DCOPClient::attachInternal. Attach failed Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
DCOPServer self-test failed.
ICE Connection rejected!

iceauth:  creating new authority file /root/.ICEauthority
kdeinit: DCOPServer could not be started, aborting.
Es ist ein Problem bei der Einrichtung der Kommunikation
zwischen den KDE-Prozessen aufgetreten. Die Meldung des Systems
lautete:

Could not read network connection list.
/root/.DCOPserver_Gentoo TUX__0

Bitte vergewissern Sie sich, dass das Programm "dcopserver" läuft!
Reusing existing ksycoca
kio (KSycoca): ERROR: No database available!
kbuildsycoca: WARNING: '/usr/kde/3.5/share/applications/kde/ark.desktop' specifies undefined mimetype/servicetype 'application/x-tbz2'
kbuildsycoca: WARNING: '/usr/share/applications/mozillafirefox-2.0.desktop' specifies undefined mimetype/servicetype 'text/mml'
kbuildsycoca: WARNING: 'ark_part.desktop' specifies undefined mimetype/servicetype 'application/x-tbz2'
kbuildsycoca: WARNING: '/usr/share/applications/math2.desktop' specifies undefined mimetype/servicetype 'application/vnd.sun.xml.math'
kbuildsycoca: WARNING: 'katepart.desktop' specifies undefined mimetype/servicetype 'text/x-fortran'
kbuildsycoca: WARNING: 'kcertpart.desktop' specifies undefined mimetype/servicetype 'application/binary-certificate'
kbuildsycoca: WARNING: '/usr/share/applications/web2.desktop' specifies undefined mimetype/servicetype 'application/vnd.oasis.opendocument.text-web'
kbuildsycoca: WARNING: 'karm_part.desktop' specifies undefined mimetype/servicetype 'text/english'
kbuildsycoca: WARNING: 'karm_part.desktop' specifies undefined mimetype/servicetype 'text/x-c'
kbuildsycoca: WARNING: 'karm_part.desktop' specifies undefined mimetype/servicetype 'text/x-c++'
kbuildsycoca: WARNING: '/usr/share/applications/calc2.desktop' specifies undefined mimetype/servicetype 'text/x-comma-separated-values'
kbuildsycoca: WARNING: '/usr/share/applications/calc2.desktop' specifies undefined mimetype/servicetype 'application/vnd.lotus-1-2-3'
kbuildsycoca: WARNING: '/usr/share/applications/calc2.desktop' specifies undefined mimetype/servicetype 'text/spreadsheet'
kbuildsycoca: WARNING: '/usr/share/applications/calc2.desktop' specifies undefined mimetype/servicetype 'application/excel'
kbuildsycoca: WARNING: '/usr/share/applications/calc2.desktop' specifies undefined mimetype/servicetype 'application/x-excel'
kbuildsycoca: WARNING: '/usr/share/applications/calc2.desktop' specifies undefined mimetype/servicetype 'application/x-ms-excel'
kbuildsycoca: WARNING: '/usr/share/applications/calc2.desktop' specifies undefined mimetype/servicetype 'application/x-msexcel'
kbuildsycoca: WARNING: '/usr/share/applications/calc2.desktop' specifies undefined mimetype/servicetype 'application/x-sylk'
kbuildsycoca: WARNING: '/usr/share/applications/calc2.desktop' specifies undefined mimetype/servicetype 'application/x-xls'
kbuildsycoca: WARNING: '/usr/share/applications/calc2.desktop' specifies undefined mimetype/servicetype 'application/xls'
kbuildsycoca: WARNING: '/usr/share/applications/base2.desktop' specifies undefined mimetype/servicetype 'application/vnd.oasis.opendocument.database'
kbuildsycoca: WARNING: 'knotify.desktop' specifies undefined mimetype/servicetype 'KNotify'
kbuildsycoca: WARNING: '/usr/share/applications/writer2.desktop' specifies undefined mimetype/servicetype 'application/vnd.oasis.opendocument.text-master'
kbuildsycoca: WARNING: '/usr/share/applications/writer2.desktop' specifies undefined mimetype/servicetype 'application/vnd.sun.xml.writer.global'
kbuildsycoca: WARNING: '/usr/share/applications/writer2.desktop' specifies undefined mimetype/servicetype 'application/x-doc'
kbuildsycoca: WARNING: '/usr/share/applications/writer2.desktop' specifies undefined mimetype/servicetype 'application/rtf'
kbuildsycoca: WARNING: 'ksvgplugin.desktop' specifies undefined mimetype/servicetype 'image/svg'
ERROR: Couldn't attach to DCOP server!
/usr/bin/iceauth:  creating new authority file /root/.ICEauthority
/usr/bin/iceauth: /tmp/dcopPfMg8b:1:  bad "add" command line
/usr/bin/iceauth: /tmp/dcopPfMg8b:2:  bad "add" command line
ICE Connection rejected!

DCOPClient::attachInternal. Attach failed Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
ICE Connection rejected!

DCOPClient::attachInternal. Attach failed Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
DCOPServer self-test failed.
iceauth:  creating new authority file /root/.ICEauthority
kdeinit: DCOPServer could not be started, aborting.
Warning: connect() failed: : Connection refused
/usr/bin/iceauth:  creating new authority file /root/.ICEauthority
/usr/bin/iceauth: /tmp/dcopPfMg8b:1:  bad "add" command line
/usr/bin/iceauth: /tmp/dcopPfMg8b:2:  bad "add" command line
ICE Connection rejected!

DCOPClient::attachInternal. Attach failed Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
ICE Connection rejected!

DCOPClient::attachInternal. Attach failed Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
DCOPServer self-test failed.
iceauth:  creating new authority file /root/.ICEauthority
kdeinit: DCOPServer could not be started, aborting.
Could not register with DCOPServer. Aborting.
ERROR: Couldn't attach to DCOP server!
startkde: Shutting down...
Warning: connect() failed: : Connection refused
Error: Can't contact kdeinit!
startkde: Running shutdown scripts...
startkde: Done.

waiting for X server to shut down ..........

xinit:  X server slow to shut down, sending KILL signal.

waiting for server to die ...

xinit:  Can't kill server

8

20.02.2007, 18:29

Jetzt mal ganz kurz...
Geht dein X nicht oder dein WM Kde?
Funktioniert ein

Quellcode

1
xinit bash

geht das?
"Erst nachdem wir alles verloren haben, haben wir die Freiheit, alles zu tun."
"It's only after we've lost everything, that we're free to do anything!"

Jabber: Die ID kann via PN erfragt werden.

9

20.02.2007, 18:39

also, bis vorhin weder x noch kde. jetzt kam von kde was hoch. ich teste das mal, und editier das dann hier rein.

edit:
also, ich hab kde komplett raus genommen, und dann startx eingegeben. es kommt das nvidia logo, dann wird es schwarz, und dann piept der rechner. danach geht nix mehr, und ich komm nur per reset raus

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »FelixPetzold« (20.02.2007, 18:48)


10

20.02.2007, 18:50

Was hattest gegen meinen Befehl?
Natürlich dann wieder mit Umleitung und den Magic Keys.
"Erst nachdem wir alles verloren haben, haben wir die Freiheit, alles zu tun."
"It's only after we've lost everything, that we're free to do anything!"

Jabber: Die ID kann via PN erfragt werden.

11

20.02.2007, 19:54

hm, ich komm mir jetzt etwas doof vor, wenn ich das frage, aber was bitte ist: SysRQ
Ich kenn den Key nicht

12

20.02.2007, 20:02

Hm, ich komm mir jetzt etwas doof vor wenn ich frage, aber kennst du Google? :)
Spaß...
http://www.pro-linux.de/news/2002/0019.html
http://en.wikipedia.org/wiki/Magic_SysRq_key

Quellcode

1
2
3
    * s attempts to sync all mounted filesystems.
    * u attempts to remount all mounted filesystems in read-only mode.
    * b immediately reboots the system, without unmounting partitions or syncing.

Find ich sinnvoller als zu resetten. Syncen tut immer gut.
"Erst nachdem wir alles verloren haben, haben wir die Freiheit, alles zu tun."
"It's only after we've lost everything, that we're free to do anything!"

Jabber: Die ID kann via PN erfragt werden.

13

20.02.2007, 20:24

ok, ist gechecked :P aber ich komm gerade nicht an den rechner dran, wo gentoo installiert ist, weil meine freundin was für die uni machen muß, und das macht sie immer am rechner, weil sie das notebook doof findet. ich melde mich später /morgen wieder

14

21.02.2007, 06:21

so, als Displaymanager ist jetzt wieder xdm eingetragen, ich versuche das nvidia Treibermodul zu verwenden.

Quellcode

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
hostname: Unknown host
xauth:  creating new authority file /root/.serverauth.5201


X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: Linux 2.6.20-gentoo i686 
Current Operating System: Linux Gentoo TUX 2.6.20-gentoo #1 SMP Sun Feb 18 05:43:51 CET 2007 i686
Build Date: 20 February 2007
	Before reporting problems, check http://wiki.x.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/Xorg.0.log", Time: Wed Feb 21 06:18:35 2007
(==) Using config file: "/etc/X11/xorg.conf"
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server

waiting for X server to shut down ..........

xinit:  X server slow to shut down, sending KILL signal.

waiting for server to die ...

xinit:  Can't kill server


edit:
würde es sinn machen, meine make.conf zu posten? kann da der fehler her kommen? also von falschen use-flags? ich bin leider ratlos und mit meinem latein am ende, seit ich hier den ersten post erstellt habe. und ich würde ungerne gentoo erneut installieren, nur um zu kucken, ob es dann geht, wenn ich die use-flags from scratch erstelle.

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »FelixPetzold« (21.02.2007, 16:20)


15

23.02.2007, 14:50

*letzter Versuch*

könnte es an meinen use-flags liegen? würde es was bringen, den xorg-server mit

Quellcode

1
USE="" emerge xorg-server
zu installieren?