Gentoo Archives: gentoo-user-de

From: Sebastian <selist@×××××.de>
To: gentoo-user-de@l.g.o
Subject: Re: [gentoo-user-de] nvidia-driver
Date: Fri, 25 Jan 2008 17:10:08
Message-Id: 200801251809.46881.selist@arcor.de
In Reply to: Re: [gentoo-user-de] nvidia-driver by Hans-Werner Hilse
1 Hallo,
2
3 Am Donnerstag, 24. Januar 2008 schrieb Hans-Werner Hilse:
4 > Moin,
5 >
6 > On Wed, 23 Jan 2008 19:20:45 +0100 Sebastian <selist@×××××.de> wrote:
7 > > nachdem ich mir die Ausgabe vom Kernelmodul bauen angesehen habe,
8 > > gibt es dabei schon eine Fehlermeldung welche ich nicht behoben
9 > > bekomme, weiß da jemand weiter?
10 >
11 > Da seh' ich keine.
12 >
13 > Das:
14 > > test -e include/linux/autoconf.h -a -e include/config/auto.conf ||
15 > > ( \
16 > > echo;
17 > > \ echo " ERROR: Kernel configuration is invalid."; \
18 > > echo " include/linux/autoconf.h or
19 > > include/config/auto.conf are missing."; \
20 > > echo " Run 'make oldconfig && make prepare' on kernel
21 > > src to fix it."; \
22 > > echo;
23 > > \ /bin/false)
24 >
25 > würde eine Meldung ausgeben, wenn ein Fehler da wäre. Tut es aber
26 > nicht. (Die stünde dann ohne den "echo"-Befehl und die
27 > Anführungszeichen da.)
28 >
29 > Was hat das mit Virtualbox zu tun?
30 bei Virtualbox kommt diese Meldung nicht, da es sich aber nicht um eine
31 Fehlermeldung handelt spielt das auch keine Rolle. Ich habe wohl auf der
32 suche nach einem Fehler, den Error Schriftzug falsch verstanden.
33 >
34 > Ist das Modul denn auch _geladen_ (nicht nur kompiliert)? Wie siehts
35 > mit AGP-Modulen aus? Benutzt du das kernel-eigene? Wie sieht die
36 > Konfiguration in der xorg.conf aus? (bitte nur die relevanten
37 > Sektionen, Font-Pfade etc. interessieren hier wohl niemanden.)
38
39 agpgard ist fest im Kernel kompiliert. lsmod sagt zu nvidia folgendes: "nvidia
40 3926444 0"
41
42 xorg.conf
43 Section "ServerLayout"
44 Identifier "X.org Configured"
45 Screen "Screen0" 0 0
46 InputDevice "Mouse0" "CorePointer"
47 InputDevice "Keyboard0" "CoreKeyboard"
48 EndSection
49
50 Section "Module"
51 Load "extmod"
52 Load "dbe"
53 Load "record"
54 Load "xtrap"
55 # Load "dri"
56 Load "glx"
57 Load "freetype"
58 Load "type1"
59 EndSection
60
61 Section "Monitor"
62 DisplaySize 380 300 # mm
63 Identifier "Monitor0"
64 VendorName "BNQ"
65 ModelName "BenQ FP937s"
66 ### Comment all HorizSync and VertSync values to use DDC:
67 HorizSync 30-83
68 VertRefresh 43- 76
69 Option "DPMS"
70 UseModes "Modes[0]"
71 EndSection
72
73 Section "Modes"
74 Identifier "Modes[0]"
75 Modeline "1280x1024" 136.57 1280 1368 1504 1728 1024 1025 1028 1068
76 Modeline "1280x1024" 134.72 1280 1368 1504 1728 1024 1025 1028 1068
77 Modeline "1280x1024" 132.75 1280 1368 1504 1728 1024 1025 1028 1067
78 EndSection
79
80 Section "Device"
81 ### Available Driver options are:-
82 ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
83 ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
84 ### [arg]: arg optional
85 #Option "SWcursor" # [<bool>]
86 #Option "HWcursor" # [<bool>]
87 #Option "NoAccel" # [<bool>]
88 #Option "ShadowFB" # [<bool>]
89 #Option "UseFBDev" # [<bool>]
90 #Option "Rotate" # [<str>]
91 #Option "VideoKey" # <i>
92 #Option "FlatPanel" # [<bool>]
93 #Option "FPDither" # [<bool>]
94 #Option "CrtcNumber" # <i>
95 #Option "FPScale" # [<bool>]
96 #Option "FPTweak" # <i>
97 Option "DigitalScreen" "on"
98 Identifier "Card0"
99 # Driver "nv"
100 Driver "nvidia"
101 VendorName "nVidia Corporation"
102 BoardName "NV4 [RIVA TNT]"
103 BusID "PCI:1:0:0"
104 Screen 0
105 EndSection
106
107 Section "Screen"
108 Identifier "Screen0"
109 Device "Card0"
110 Monitor "Monitor0"
111 DefaultDepth 24
112
113 SubSection "Display"
114 Depth 24
115 Modes "1280x1024"
116 EndSubSection
117 Device "Card0"
118 EndSection
119
120 Gruß
121 Sebastian
122
123
124 --
125 gentoo-user-de@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user-de] nvidia-driver Hans-Werner Hilse <hilse@×××.de>