hallo allemaal,
het is mij uiteindelijk gelukt om de nvidia driver te istalleren.
nu ben ik zo ver dat ik het geheel moet instellen voor twee monitoren.
Ik heb de volgende config:
Het werkt uiteindelijk zo dat kde wordt opgestard "dat is al heel wat voor mij, heb nl. nog nooit met linux gewerkt"
Ik krijg in het begin het nvidia logo alleen mijn tweede scherm komt niet op.
Wilt iemand mij verder helpen hiermee?
alvast bedankt
het is mij uiteindelijk gelukt om de nvidia driver te istalleren.
nu ben ik zo ver dat ik het geheel moet instellen voor twee monitoren.
Ik heb de volgende config:
code:
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
| # File generated by XFdrake.
# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************
Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
EndSection
Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "en_US"
Option "XkbOptions" ""
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "6 7"
EndSection
Section "InputDevice"
Identifier "Eraser1"
Driver "wacom"
Option "Device" "/dev/input/event0"
Option "Type" "eraser"
Option "Mode" "Absolute"
Option "USB"
EndSection
Section "InputDevice"
Identifier "Cursor1"
Driver "wacom"
Option "Device" "/dev/input/event0"
Option "Type" "cursor"
Option "Mode" "Relative"
Option "USB"
EndSection
Section "InputDevice"
Identifier "Stylus1"
Driver "wacom"
Option "Device" "/dev/input/event0"
Option "Type" "stylus"
Option "Mode" "Absolute"
Option "USB"
EndSection
Section "Monitor"
Identifier "monitor0"
ModelName "Iiyama HM903DT, VisionMaster Pro 454"
HorizSync 30-133
VertRefresh 50-200
EndSection
Section "Monitor"
Identifier "monitor1"
ModelName "Sony Multiscan 200GS"
HorizSync 30-85
VertRefresh 50-120
EndSection
Section "Device"
Identifier "FX5600XT-0"
Driver "nvidia"
VideoRam 131072
Option "ConnectedMonitor" "crt,crt"
Option "RenderAccel" "On"
Option "NvAgp" "1"
Option "IgnoreDisplayDevices" "DFP, TV"
Option "ConnectedMonitor" "CRT"
EndSection
Section "Device"
Identifier "FX5600XT-1"
Driver "nvidia"
VideoRam 131072
Option "ConnectedMonitor" "crt,crt"
Option "IgnoreDisplayDevices" "DFP, TV"
Option "ConnectedMonitor" "CRT"
Option "NoLogo" "On"
EndSection
Section "ServerLayout"
Identifier "X.org Configured"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
InputDevice "Eraser1" "AlwaysCore"
InputDevice "Cursor1" "AlwaysCore"
InputDevice "Stylus1" "AlwaysCore"
Screen "Screen0" LeftOf "Screen1"
EndSection
Section "Screen"
Identifier "screen0"
Device "FX5600XT-0"
Monitor "monitor0"
DefaultColorDepth 24
Subsection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1025x768" "800x600"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1025x768" "800x600"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1025x768" "800x600"
ViewPort 0 0
EndSubsection
EndSection
Section "Screen"
Identifier "screen1"
Device "FX5600XT-1"
Monitor "monitor1"
DefaultColorDepth 24
Subsection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1025x768" "800x600"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1025x768" "800x600"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1025x768" "800x600"
ViewPort 0 0
EndSubsection
EndSection |
Het werkt uiteindelijk zo dat kde wordt opgestard "dat is al heel wat voor mij, heb nl. nog nooit met linux gewerkt"
Ik krijg in het begin het nvidia logo alleen mijn tweede scherm komt niet op.
Wilt iemand mij verder helpen hiermee?
alvast bedankt