Sie sind nicht angemeldet.

21

03.02.2007, 18:11

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
Section "Files"

    FontPath	"/usr/share/fonts/local"
    FontPath	"/usr/share/fonts/misc"
    FontPath	"/usr/share/fonts/Type1"
    FontPath	"/usr/share/fonts/TTF"
    FontPath	"/usr/share/fonts/CID"
    FontPath	"/usr/share/fonts/75dpi"
    FontPath	"/usr/share/fonts/100dpi"

EndSection

Section "Module"

    Load	"dbe"

    SubSection	"extmod"
	Option	"omit xfree86-dga"
    EndSubSection

    Load	"type1"
    Load	"freetype"

EndSection

Section "ServerFlags"

    Option	"blank time"	"10"	# 10 minutes

    Option	"standby time"	"20"
    Option	"suspend time"	"30"
    Option	"off time"	"60"
EndSection

Section "InputDevice"

    Identifier	"Keyboard1"
    Driver	"keyboard"

    Option	"AutoRepeat"	"500 5"

EndSection

Section "InputDevice"

    Identifier	"Mouse1"
    Driver	"mouse"

    Option	"Protocol"	"Microsoft"
    Option	"Device"	"/dev/mouse"

    Option	"Protocol"	"Auto"
    Option "Protocol"	"PS/2"

EndSection

Section "InputDevice"
    Identifier	"Mouse2"
    Driver	"mouse"
    Option	"Protocol"	"MouseMan"
    Option	"Device"	"/dev/mouse2"
EndSection

Section "Monitor"

    Identifier	"Generic Monitor"

    Mode "640x480"
        DotClock	25.175
        HTimings	640 664 760 800
        VTimings	480 491 493 525
    EndMode

EndSection

Section "Device"
    Identifier	"Generic VGA"

    Driver	"vga"

EndSection

Section "Device"
    Identifier	"any supported Trident chip"
    Driver	"trident"
EndSection

Section "Device"
    Identifier	"MGA Millennium I"
    Driver	"mga"
    Option	"hw cursor" "off"
    BusID	"PCI:0:10:0"
EndSection

Section "Device"
    Identifier	"MGA G200 AGP"
    Driver	"mga"
    BusID	"PCI:1:0:0"
    Option	"pci retry"
EndSection

Section "Screen"

    Identifier	"Screen 1"
    Device	"Generic VGA"
    Monitor	"Generic Monitor"
    DefaultDepth 8

    SubSection "Display"
        Depth		8
        Modes		"640x480"
        ViewPort	0 0
        Virtual 	800 600
    EndSubsection

    SubSection "Display"
	Depth		4
        Modes		"640x480"
    EndSubSection

    SubSection "Display"
	Depth		1
        Modes		"640x480"
    EndSubSection

EndSection

Section "Screen"
    Identifier		"Screen MGA1"
    Device		"MGA Millennium I"
    Monitor		"Generic Monitor"
    Option		"no accel"
    DefaultDepth	16

    SubSection "Display"
	Depth		8
	Modes		"1280x1024"
	Option		"rgb bits" "8"
	Visual		"StaticColor"
    EndSubSection
    SubSection "Display"
	Depth		16
	Modes		"1280x1024"
    EndSubSection
    SubSection "Display"
	Depth		24
	Modes		"1280x1024"
    EndSubSection
EndSection

Section "Screen"
    Identifier		"Screen MGA2"
    Device		"MGA G200 AGP"
    Monitor		"Generic Monitor"
    DefaultDepth	8

    SubSection "Display"
	Depth		8
	Modes		"1280x1024"
	Option		"rgb bits" "8"
	Visual		"StaticColor"
    EndSubSection
EndSection

Section "ServerLayout"

    Identifier	"Main Layout"

    Screen	"Screen MGA 1"	""	""	""	"Screen MGA 2"
    Screen	"Screen MGA 2"	""	""	"Screen MGA 1"	""

    InputDevice	"Mouse1" "CorePointer"
    InputDevice	"Mouse2" "SendCoreEvents"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

Section "ServerLayout"
    Identifier	"another layout"
    Screen	"Screen 1"
    Screen	"Screen MGA 1"
    InputDevice	"Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Section "ServerLayout"
    Identifier	"simple layout"
    Screen	"Screen 1"
    InputDevice	"Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Nichts ist unmöglich, das Unmögliche dauert nur etwas länger!

22

03.02.2007, 18:46

Bist Du nach dem HOWTO vorgegangen?
http://www.gentoo.de/doc/de/xorg-config.xml#doc_chap3
Scheint ein wenig wirr zu sein.
The most wonderful thing in the world is silence. And how noisy thoughts are!
Nanavira Thera

23

03.02.2007, 18:55

ja, das installieren hat dann auch geklappt. als es aber dann zur xorg.conf erstellung ding, hab ich nur noch fatal error bekommen...
Nichts ist unmöglich, das Unmögliche dauert nur etwas länger!

24

03.02.2007, 19:10

Welche Grafikkarte,welchen Monitor benutzt Du?
The most wonderful thing in the world is silence. And how noisy thoughts are!
Nanavira Thera

25

03.02.2007, 21:15

ich hab eine geforce 6200 und eine acer AL1715. ich hab denn "nv" treiber genommen, weil das der standart treiber sein soll, der meistens funktioniert. für die grafikbeschleunigung kann ich ja später immer noch einen "offiziellen" nvidea treiber nehmen.
Nichts ist unmöglich, das Unmögliche dauert nur etwas länger!

26

03.02.2007, 21:39

Das ist ja schon mal was. ;)
Ich habe mal meine kopiert und ein wenig angepasst.Kommentare habe ich hinter der Raute # geschrieben.Ist als Anhang angefügt.
Das ist vielleicht ein Anfang um darauf aufzubauen.
The most wonderful thing in the world is silence. And how noisy thoughts are!
Nanavira Thera

27

03.02.2007, 21:52

vielen dank! ich werde mal versuchen die zum laufen zu bekommen

edit: es kommt immer noch:

Quellcode

1
2
3
4
(EE) Failed to load module "nv" (module does not exist, 0)
(EE) Failed to load module "mouse" (module does not exist, 0)
(EE) Failed to load module "kbd" (module does not exist, 0)
(EE) No drivers available.


das sind alle driver, die in der xorg.conf deklariert sind. irgendwie findet er keinen davon, muss ich die ggf noch installieren, wenn sie noch drauf sind?
Nichts ist unmöglich, das Unmögliche dauert nur etwas länger!

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »darthdungeon« (03.02.2007, 22:36)


28

04.02.2007, 09:55

Hast Du,nachdem Du folgendes in die make.conf eingetragen hast,auch xorg-x11 bzw. xorg-server neu kompiliert?

Quellcode

1
2
INPUT_DEVICES="keyboard mouse"
VIDEO_CARDS="nv vga vesa fbdev"

http://www.gentoo.org/proj/en/desktop/x/…o.xml#doc_chap2
The most wonderful thing in the world is silence. And how noisy thoughts are!
Nanavira Thera

29

04.02.2007, 11:50

ich hab den xorg-x11 mal unmerged und ihn danach wieder mit emeger installiert. danach noch nen etc-update, den befehl "revdep-rebuild" kennt mein system nicht(!?) und noch die zeile "[[ -e ~/usr-x11r6-packages ]] && emerge $(<~/usr-x11r6-packages)". das hat aber auch keine veränderung gebracht.
Nichts ist unmöglich, das Unmögliche dauert nur etwas länger!

30

04.02.2007, 12:02

dann mach mal eein:

emerge gentoo-tools (oder so ähnlich)
emerge -p -DvuN world
revdep-rebuild
Meine Rechtschreibfehler sind gewollt und unterliegen dem Copyright des Verfassers, es sei denn, sie sind explizit unter die GPL gestellt .....

Außerdem sind sie ein Ausdruck der Persönlichkeit des Schreibers!

31

04.02.2007, 12:23

Zitat

Original von Wernieman
dann mach mal eein:

emerge gentoo-tools (oder so ähnlich)

Quellcode

1
emerge gentoolkit
sollte es sein. ;)
The most wonderful thing in the world is silence. And how noisy thoughts are!
Nanavira Thera

32

04.02.2007, 12:29

es heißt gentoolkit :P
ich hab alles ausgeführt, der findet aber immer noch nicht die module...
Nichts ist unmöglich, das Unmögliche dauert nur etwas länger!

33

04.02.2007, 12:46

emerge mal den xorg-server neu.

Quellcode

1
emerge -1av xorg-server
The most wonderful thing in the world is silence. And how noisy thoughts are!
Nanavira Thera

34

04.02.2007, 13:57

jetzt kommt:

Quellcode

1
2
(WW) NV: No matching Device section for instance (BusID PCI:3:0:0) found
(EE) No devices detected.
Nichts ist unmöglich, das Unmögliche dauert nur etwas länger!

35

04.02.2007, 14:25

Poste mal die Section "Device" von der xorg.conf.
The most wonderful thing in the world is silence. And how noisy thoughts are!
Nanavira Thera

36

04.02.2007, 15:03

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
Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"                  # [<bool>]
        #Option     "HWcursor"                  # [<bool>]
        #Option     "NoAccel"                   # [<bool>]
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "UseFBDev"                  # [<bool>]
        #Option     "Rotate"                    # [<str>]
        #Option     "VideoKey"                  # <i>
        #Option     "FlatPanel"                 # [<bool>]
        #Option     "FPDither"                  # [<bool>]
        #Option     "CrtcNumber"                # <i>
        #Option     "FPScale"                   # [<bool>]
        #Option     "FPTweak"                   # <i>
        Identifier  "Card0"
#       Option      "AllowGLXWithComposite"    "true"
#       Driver      "nvidia"
        Driver      "nv"
#       Option      "NoLogo"  "true"
#       VideoRam     128M
        VendorName  "nVidia Corporation"
        BoardName   "NV34 [GeForce FX 5200]"   # hier bin ich mir nicht sicher was für Geforce 6200 da steh$
        BusID       "PCI:1:0:0"
EndSection
Nichts ist unmöglich, das Unmögliche dauert nur etwas länger!

37

04.02.2007, 15:13

Ändere die BusID mal um in "PCI:3:0:0"
The most wonderful thing in the world is silence. And how noisy thoughts are!
Nanavira Thera

38

04.02.2007, 18:17

YEHAAAAW
mit der "PCI:3:0:0" läuft es, muss ich noch nen bisl an meine bedürfnisse anpassen, aber egal...
danke, dickes merci an euch alle!
nächste frage^^:
wie krieg ich kde dazu, gleich beim start geladen zu werden?
Nichts ist unmöglich, das Unmögliche dauert nur etwas länger!

39

04.02.2007, 18:36

Zitat

Original von darthdungeon
nächste frage^^:
wie krieg ich kde dazu, gleich beim start geladen zu werden?

http://www.gentoo.de/doc/de/kde-config.xml#doc_chap3
KDM muß evtl. vorher noch installiert werden:

Quellcode

1
emerge -av kdm
The most wonderful thing in the world is silence. And how noisy thoughts are!
Nanavira Thera

40

04.02.2007, 21:51

Danke für den Hinweis wegen getoolkit ... aber wenn man nicht gerade vor einer Gentoo-Kiste sitzt .-.. ;o)
Meine Rechtschreibfehler sind gewollt und unterliegen dem Copyright des Verfassers, es sei denn, sie sind explizit unter die GPL gestellt .....

Außerdem sind sie ein Ausdruck der Persönlichkeit des Schreibers!

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Wernieman« (04.02.2007, 21:51)