Hallo Allemaal,
Ik wil graag mijn dualhead config werkend hebben onder Slackware9.1. Nu heb ik diverse config's geprobeerd maar nergens op internet staat een duidelijk config, sommige sites zeggen je moet twee device's selecties hebben en twee screen's anderen weer dat je twinview moet gebruiken. Nu heb ik het met 2 screens geprobeerd en nu een volgens een nieuwsgroep werkende XF86Config geprobeerd, maar mijn 2de monitor blijft maar uit. Ik gebruik de NVIDIA Accelerated Linux Drivers 1.0-4496. Kan iemand mij helpen een werkende config te krijgen, het is waarschijnlijk ook wel nuttig want veel ned. dualhead uitleg in combinatie met linux is nog niet te vinden op internet.
Hier een stukje uit mijn Xfree log:
XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20 i686 [ELF]
Build Date: 01 March 2003
(==) ServerLayout "Layout[all]"
(**) |-->Screen "Screen[0]" (0)
(**) | |-->Monitor "Hansol"
(**) | |-->Device "Device[0]"
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "ConnectedMonitor" "CRT, CRT"
(**) NVIDIA(0): Option "TwinView"
(**) NVIDIA(0): Option "TwinViewOrientation" "RightOf"
(**) NVIDIA(0): Option "SecondMonitorHorizSync" "24-65"
(**) NVIDIA(0): Option "SecondMonitorVertRefresh" "50-120"
(**) NVIDIA(0): Option "MetaModes" "1280x1024; 1280x1024"
(**) NVIDIA(0): ConnectedMonitor string: "CRT, CRT"
(**) NVIDIA(0): TwinView enabled
(II) NVIDIA(0): NVIDIA GPU detected as: GeForce4 Ti 4200 with AGP8X
(II) NVIDIA(0): AGP 4X successfully initialized
(II) NVIDIA(0): Setting mode "1280x1024"
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
(--) Mouse1: PnP-detected protocol: "ImPS/2"
(II) Mouse1: ps2EnableDataReporting: succeeded
(WW) Open APM failed (/dev/apm_bios) (No such device)
(II) NVIDIA(0): Setting mode "1280x1024"
Mijn XF86Config:
Waarschijnlijk wordt de tweede monitor dus gewoon niet geactiveerd, omdat er geen tweede screen bij in staat? Maar zover ik kan lezen uit mijn zoektocht op google kan/moet het zo ook werken?
Ik wil graag mijn dualhead config werkend hebben onder Slackware9.1. Nu heb ik diverse config's geprobeerd maar nergens op internet staat een duidelijk config, sommige sites zeggen je moet twee device's selecties hebben en twee screen's anderen weer dat je twinview moet gebruiken. Nu heb ik het met 2 screens geprobeerd en nu een volgens een nieuwsgroep werkende XF86Config geprobeerd, maar mijn 2de monitor blijft maar uit. Ik gebruik de NVIDIA Accelerated Linux Drivers 1.0-4496. Kan iemand mij helpen een werkende config te krijgen, het is waarschijnlijk ook wel nuttig want veel ned. dualhead uitleg in combinatie met linux is nog niet te vinden op internet.
Hier een stukje uit mijn Xfree log:
XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20 i686 [ELF]
Build Date: 01 March 2003
(==) ServerLayout "Layout[all]"
(**) |-->Screen "Screen[0]" (0)
(**) | |-->Monitor "Hansol"
(**) | |-->Device "Device[0]"
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "ConnectedMonitor" "CRT, CRT"
(**) NVIDIA(0): Option "TwinView"
(**) NVIDIA(0): Option "TwinViewOrientation" "RightOf"
(**) NVIDIA(0): Option "SecondMonitorHorizSync" "24-65"
(**) NVIDIA(0): Option "SecondMonitorVertRefresh" "50-120"
(**) NVIDIA(0): Option "MetaModes" "1280x1024; 1280x1024"
(**) NVIDIA(0): ConnectedMonitor string: "CRT, CRT"
(**) NVIDIA(0): TwinView enabled
(II) NVIDIA(0): NVIDIA GPU detected as: GeForce4 Ti 4200 with AGP8X
(II) NVIDIA(0): AGP 4X successfully initialized
(II) NVIDIA(0): Setting mode "1280x1024"
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
(--) Mouse1: PnP-detected protocol: "ImPS/2"
(II) Mouse1: ps2EnableDataReporting: succeeded
(WW) Open APM failed (/dev/apm_bios) (No such device)
(II) NVIDIA(0): Setting mode "1280x1024"
Mijn XF86Config:
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
| Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
Option "NoLogo" "Enable"
Option "NvAGP" "1"
EndSubSection
#This loads the Type1 and FreeType font modules
Load "type1"
Load "speedo"
Load "freetype"
Load "glx"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "ServerFlags"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc101"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Option "CalcAlgorithm" "CheckDesktopGeometry"
Identifier "Hansol"
HorizSync 31.5 - 64.3
VertRefresh 56-70
UseModes "Modes[0]"
EndSection
Section "Modes"
Identifier "Modes[0]"
Modeline "1280x1024" 108.16 1280 1344 1600 1704 1024 1024 1034 1070
EndSection
Section "Screen"
Option "TwinView"
Option "Metamodes" "1280x1024; 1280x1024"
Option "SecondMonitorHorizSync" "24-65"
Option "SecondMonitorVertRefresh" "50-120"
Option "TwinViewOrientation" "RightOf"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Hansol"
EndSection
Section "Device"
Identifier "Device[0]"
Driver "nvidia"
Screen 0
Option "Rotate" "off"
VendorName "NVidia"
Option "ConnectedMonitor" "CRT, CRT"
EndSection
Section "ServerLayout"
Identifier "Layout[all]"
Option "Clone" "off"
Option "Xinerama" "off"
Screen "Screen[0]"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection |
Waarschijnlijk wordt de tweede monitor dus gewoon niet geactiveerd, omdat er geen tweede screen bij in staat? Maar zover ik kan lezen uit mijn zoektocht op google kan/moet het zo ook werken?