Gentoo Archives: gentoo-user-hu

From: drstrange <strangedr@g.o>
To: gentoo-user-hu@l.g.o
Subject: Re: [gentoo-user-hu] nvidia meg mindig
Date: Thu, 15 Jan 2004 23:11:54
Message-Id: 40071E20.5090802@gentoo.org
In Reply to: Re: [gentoo-user-hu] nvidia meg mindig by Kispal Szabolcs
1 Kispal Szabolcs wrote:
2
3 >On Thursday 15 January 2004 18.14, Balazs Pocze wrote:
4 >
5 >
6 >>Kispal Szabolcs wrote:
7 >>
8 >>
9 >>>Egyszeruen nem megy! Ha tudtok akkor segitsetek!
10 >>>
11 >>>Geforce M400 as kartyam van de nem birom tovabra sem feltelepiteni az
12 >>>nvidia drivert sajat forditasu 2.6 os kernelemre.
13 >>>
14 >>>volt mar nvidia-kernel, nvidia-glx, opengl-update, symlinket is
15 >>>atjavitottam, XF86Configba is atirom a nv-t nvidiara.
16 >>>
17 >>>Es ekkor azt irja ki, hogy no screens found, mivel nem latja a kartyamat
18 >>>es igy nem tudja a drivert se betolteni. Ja amugy gdm-mel indul a
19 >>>rendszer. Mi lehet a hiba.
20 >>>
21 >>>ja es meg is lett patchelve, ha minden igaz a kernel.
22 >>>
23 >>>Elore is koszi
24 >>>
25 >>>
26 >>hulye kérdés tudom, de be van töltve az nvidia modul?
27 >>
28 >>üdv,
29 >> banyek
30 >>
31 >>
32 >>--
33 >>gentoo-user-hu@g.o mailing list
34 >>
35 >>
36 >
37 >
38 >az /etc/modules.autoload.d/kernel-2.6 ba beirtam az nvidia -t ha erre
39 >gondolsz.
40 >szoval be van toltve szerintem, meg az lsmod is azt irja ki, hogy be van
41 >toltve
42 >
43 >egyeb otlet?
44 >
45 >
46 Mivel ugyanilyen kártyám van, bemásolom az XF86Config fájlt ide,
47 hasonlítsd össze, hátha rábukkansz valamire:
48
49 Section "Module"
50
51 # This loads the DBE extension module.
52
53 Load "dbe" # Double buffer extension
54
55 # This loads the miscellaneous extensions module, and disables
56 # initialisation of the XFree86-DGA extension within that module.
57 SubSection "extmod"
58 Option "omit xfree86-dga" # don't initialise the DGA extension
59 EndSubSection
60
61 # This loads the Type1 and FreeType font modules
62 Load "type1"
63 Load "speedo"
64 Load "freetype"
65 # Load "xtt"
66
67 # This loads the GLX module
68 Load "glx"
69 # This loads the DRI module
70 # Load "dri"
71
72 EndSection
73
74 # **********************************************************************
75 # Files section. This allows default font and rgb paths to be set
76 # **********************************************************************
77
78 Section "Files"
79 #FontPath "/usr/X11R6/lib/X11/fonts/artwiz"
80
81 # The location of the RGB database. Note, this is the name of the
82 # file minus the extension (like ".txt" or ".db"). There is normally
83 # no need to change the default.
84
85 RgbPath "/usr/X11R6/lib/X11/rgb"
86
87 # Multiple FontPath entries are allowed (which are concatenated together),
88 # as well as specifying multiple comma-separated entries in one FontPath
89 # command (or a combination of both methods)
90 #
91 # If you don't have a floating point coprocessor and emacs, Mosaic or other
92 # programs take long to start up, try moving the Type1 and Speedo directory
93 # to the end of this list (or comment them out).
94 #
95
96
97 # The module search path. The default path is shown here.
98
99 # ModulePath "/usr/X11R6/lib/modules"
100
101 FontPath "/usr/X11R6/lib/X11/fonts/local"
102 FontPath "/usr/X11R6/lib/X11/fonts/misc"
103 FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
104 FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
105 FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
106 FontPath "/usr/X11R6/lib/X11/fonts/Type1"
107 FontPath "/usr/X11R6/lib/X11/fonts/truetype"
108 FontPath "/usr/X11R6/lib/X11/fonts/TTFnuovi"
109 FontPath "/usr/X11R6/lib/X11/fonts/artwiz-aleczapka"
110 FontPath "/usr/share/fonts/ttf-bitstream-vera"
111 FontPath "/usr/share/fonts/ttf/ja/aqua"
112 FontPath "/usr/local/share/fonts"
113 FontPath "/usr/share/fonts"
114 FontPath "/usr/X11R6/lib/X11/fonts"
115 FontPath "/usr/share/fonts/afms"
116 FontPath "/usr/share/fonts/ttf"
117 FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
118 FontPath "/usr/X11R6/lib/X11/fonts/freefont"
119 FontPath "/usr/X11R6/lib/X11/fonts/sharefont"
120 FontPath "/usr/X11R6/lib/X11/fonts/TTF"
121 FontPath "/usr/X11R6/lib/X11/fonts/ukr"
122 FontPath "/usr/share/fonts/ttf/ja"
123 EndSection
124
125 # **********************************************************************
126 # Server flags section.
127 # **********************************************************************
128
129 Section "ServerFlags"
130
131 # Uncomment this to cause a core dump at the spot where a signal is
132 # received. This may leave the console in an unusable state, but may
133 # provide a better stack trace in the core dump to aid in debugging
134
135 # Option "NoTrapSignals"
136
137 # Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
138 # (where n is 1 through 12). This allows clients to receive these key
139 # events.
140
141 # Option "DontVTSwitch"
142
143 # Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
144 # This allows clients to receive this key event.
145
146 # Option "DontZap"
147
148 # Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
149 # sequences. This allows clients to receive these key events.
150
151 # Option "Dont Zoom"
152
153 # Uncomment this to disable tuning with the xvidtune client. With
154 # it the client can still run and fetch card and monitor attributes,
155 # but it will not be allowed to change them. If it tries it will
156 # receive a protocol error.
157
158 # Option "DisableVidModeExtension"
159
160 # Uncomment this to enable the use of a non-local xvidtune client.
161
162 # Option "AllowNonLocalXvidtune"
163
164 # Uncomment this to disable dynamically modifying the input device
165 # (mouse and keyboard) settings.
166
167 # Option "DisableModInDev"
168
169 # Uncomment this to enable the use of a non-local client to
170 # change the keyboard or mouse settings (currently only xset).
171
172 # Option "AllowNonLocalModInDev"
173
174 EndSection
175
176 # **********************************************************************
177 # Input devices
178 # **********************************************************************
179
180 # **********************************************************************
181 # Core keyboard's InputDevice section
182 # **********************************************************************
183
184 Section "InputDevice"
185
186 Identifier "Keyboard1"
187 Driver "Keyboard"
188
189 # For most OSs the protocol can be omitted (it defaults to "Standard").
190 # When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
191 # uncomment the following line.
192
193 # Option "Protocol" "Xqueue"
194
195 Option "AutoRepeat" "500 30"
196
197 # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
198 # Option "Xleds" "1 2 3"
199
200 # Option "LeftAlt" "Meta"
201 # Option "RightAlt" "ModeShift"
202
203 # To customise the XKB settings to suit your keyboard, modify the
204 # lines below (which are the defaults). For example, for a non-U.S.
205 # keyboard, you will probably want to use:
206 # Option "XkbModel" "pc102"
207 # If you have a US Microsoft Natural keyboard, you can use:
208 # Option "XkbModel" "microsoft"
209 #
210 # Then to change the language, change the Layout setting.
211 # For example, a german layout can be obtained with:
212 # Option "XkbLayout" "de"
213 # or:
214 # Option "XkbLayout" "de"
215 # Option "XkbVariant" "nodeadkeys"
216 #
217 # If you'd like to switch the positions of your capslock and
218 # control keys, use:
219 # Option "XkbOptions" "ctrl:swapcaps"
220
221 # These are the default XKB settings for XFree86
222 # Option "XkbRules" "xfree86"
223 # Option "XkbModel" "pc101"
224 # Option "XkbLayout" "us"
225 # Option "XkbVariant" ""
226 # Option "XkbOptions" ""
227
228 # Option "XkbDisable"
229
230 Option "XkbRules" "xfree86"
231 Option "XkbModel" "pc105"
232 Option "XkbLayout" "hu_qwerty"
233 Option "XkbOptions"
234 "grp:switch,lv3:rwin_switch,grp_led:scroll,caps:shift_nocancel,altwin:left_meta_win"
235
236 EndSection
237
238
239 # **********************************************************************
240 # Core Pointer's InputDevice section
241 # **********************************************************************
242
243 Section "InputDevice"
244
245 # Identifier and driver
246
247 Identifier "Mouse1"
248 Driver "mouse"
249 Option "Protocol" "IMPS/2"
250 Option "Device" "/dev/psaux"
251 Option "ZAxisMapping" "4 5"
252
253 # Mouse-speed setting for PS/2 mouse.
254
255 # Option "Resolution" "256"
256
257 # When using XQUEUE, comment out the above two lines, and uncomment
258 # the following line.
259
260 # Option "Protocol" "Xqueue"
261
262 # Baudrate and SampleRate are only for some Logitech mice. In
263 # almost every case these lines should be omitted.
264
265 # Option "BaudRate" "9600"
266 # Option "SampleRate" "150"
267
268 # Emulate3Buttons is an option for 2-button Microsoft mice
269 # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
270
271 # Option "Emulate3Buttons"
272 # Option "Emulate3Timeout" "50"
273
274 # ChordMiddle is an option for some 3-button Logitech mice
275
276 # Option "ChordMiddle"
277
278 EndSection
279
280
281 # **********************************************************************
282 # Other input device sections
283 # this is optional and is required only if you
284 # are using extended input devices. This is for example only. Refer
285 # to the XF86Config man page for a description of the options.
286 # **********************************************************************
287 #
288 # Section "InputDevice"
289 # Identifier "Mouse2"
290 # Driver "mouse"
291 # Option "Protocol" "MouseMan"
292 # Option "Device" "/dev/mouse2"
293 # EndSection
294 #
295 # Section "InputDevice"
296 # Identifier "spaceball"
297 # Driver "magellan"
298 # Option "Device" "/dev/cua0"
299 # EndSection
300 #
301 # Section "InputDevice"
302 # Identifier "spaceball2"
303 # Driver "spaceorb"
304 # Option "Device" "/dev/cua0"
305 # EndSection
306 #
307 # Section "InputDevice"
308 # Identifier "touchscreen0"
309 # Driver "microtouch"
310 # Option "Device" "/dev/ttyS0"
311 # Option "MinX" "1412"
312 # Option "MaxX" "15184"
313 # Option "MinY" "15372"
314 # Option "MaxY" "1230"
315 # Option "ScreenNumber" "0"
316 # Option "ReportingMode" "Scaled"
317 # Option "ButtonNumber" "1"
318 # Option "SendCoreEvents"
319 # EndSection
320 #
321 # Section "InputDevice"
322 # Identifier "touchscreen1"
323 # Driver "elo2300"
324 # Option "Device" "/dev/ttyS0"
325 # Option "MinX" "231"
326 # Option "MaxX" "3868"
327 # Option "MinY" "3858"
328 # Option "MaxY" "272"
329 # Option "ScreenNumber" "0"
330 # Option "ReportingMode" "Scaled"
331 # Option "ButtonThreshold" "17"
332 # Option "ButtonNumber" "1"
333 # Option "SendCoreEvents"
334 # EndSection
335
336 # **********************************************************************
337 # Monitor section
338 # **********************************************************************
339
340 # Any number of monitor sections may be present
341
342 Section "Monitor"
343
344 Identifier "proview566"
345
346 # HorizSync is in kHz unless units are specified.
347 # HorizSync may be a comma separated list of discrete values, or a
348 # comma separated list of ranges of values.
349 # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
350 # USER MANUAL FOR THE CORRECT NUMBERS.
351
352 HorizSync 30.0-70.0
353
354 # HorizSync 30-64 # multisync
355 # HorizSync 31.5, 35.2 # multiple fixed sync frequencies
356 # HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
357
358 # VertRefresh is in Hz unless units are specified.
359 # VertRefresh may be a comma separated list of discrete values, or a
360 # comma separated list of ranges of values.
361 # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
362 # USER MANUAL FOR THE CORRECT NUMBERS.
363
364 VertRefresh 50-160
365 DisplaySize 313 232
366 EndSection
367
368
369 # **********************************************************************
370 # Graphics device section
371 # **********************************************************************
372
373 # Any number of graphics device sections may be present
374
375 # Standard VGA Device:
376
377 Section "Device"
378 Identifier "Standard VGA"
379 VendorName "Unknown"
380 BoardName "Unknown"
381
382 # The chipset line is optional in most cases. It can be used to override
383 # the driver's chipset detection, and should not normally be specified.
384
385 # Chipset "generic"
386
387 # The Driver line must be present. When using run-time loadable driver
388 # modules, this line instructs the server to load the specified driver
389 # module. Even when not using loadable driver modules, this line
390 # indicates which driver should interpret the information in this section.
391
392 Driver "vga"
393 # The BusID line is used to specify which of possibly multiple devices
394 # this section is intended for. When this line isn't present, a device
395 # section can only match up with the primary video device. For PCI
396 # devices a line like the following could be used. This line should not
397 # normally be included unless there is more than one video device
398 # intalled.
399
400 # BusID "PCI:0:10:0"
401
402 # VideoRam 256
403
404 # Clocks 25.2 28.3
405
406 EndSection
407
408 # Device configured by xf86config:
409
410 Section "Device"
411 Identifier "geforcemx"
412 Driver "nvidia"
413 Option "CursorShadow" "true"
414 Option "CursorShadowAlpha" "60"
415 Option "DigitalVibrance" "3"
416 Option "NvAGP" "1"
417
418 # unsupported card
419 #VideoRam 65536
420 # Insert Clocks lines here if appropriate
421 EndSection
422
423
424 # **********************************************************************
425 # Screen sections
426 # **********************************************************************
427
428 # Any number of screen sections may be present. Each describes
429 # the configuration of a single screen. A single specific screen section
430 # may be specified from the X server command line with the "-screen"
431 # option.
432 Section "Screen"
433 Identifier "Screen 1"
434 Device "geforcemx"
435 Monitor "proview566"
436 DefaultDepth 24
437
438 Subsection "Display"
439 Depth 8
440 Modes "1024x768" "800x600" "640x480"
441 ViewPort 0 0
442 EndSubsection
443 Subsection "Display"
444 Depth 16
445 Modes "1024x768" "800x600" "640x480"
446 ViewPort 0 0
447 EndSubsection
448 Subsection "Display"
449 Depth 24
450 Modes "1024x768" "800x600" "640x480"
451 ViewPort 0 0
452 EndSubsection
453 EndSection
454
455 # **********************************************************************
456 # ServerLayout sections.
457 # **********************************************************************
458
459 # Any number of ServerLayout sections may be present. Each describes
460 # the way multiple screens are organised. A specific ServerLayout
461 # section may be specified from the X server command line with the
462 # "-layout" option. In the absence of this, the first section is used.
463 # When now ServerLayout section is present, the first Screen section
464 # is used alone.
465
466 Section "ServerLayout"
467
468 # The Identifier line must be present
469 Identifier "Simple Layout"
470
471 # Each Screen line specifies a Screen section name, and optionally
472 # the relative position of other screens. The four names after
473 # primary screen name are the screens to the top, bottom, left and right
474 # of the primary screen. In this example, screen 2 is located to the
475 # right of screen 1.
476
477 Screen "Screen 1"
478
479 # Each InputDevice line specifies an InputDevice section name and
480 # optionally some options to specify the way the device is to be
481 # used. Those options include "CorePointer", "CoreKeyboard" and
482 # "SendCoreEvents".
483
484 InputDevice "Mouse1" "CorePointer"
485 InputDevice "Keyboard1" "CoreKeyboard"
486
487 EndSection
488
489 # Section "DRI"
490 # Mode 0666
491 # EndSection
492
493
494
495 --
496 gentoo-user-hu@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-hu] nvidia meg mindig Kispal Szabolcs <kispalsz@×××××××.hu>