[linux/dualhead] G450, mandrake, dualhead

Pagina: 1
Acties:

  • simon
  • Registratie: Maart 2002
  • Laatst online: 08-05 22:18
Ik heb sinds een tijdje (een dag) Mandrake 9 draaien en mijn tweede beeldscherm werkt ook, maar nu is de resolutie van mijn tweede beeldscherm maar 640 x 480.

Best wel klein dus, verder is er zo'n onbruikbaar 'balkje' boven in het beeld (waar wel achtergrodn zit, en de muis komt er ook, maar je kunt er geen vensters hebben).

Ik heb al gezocht, maar die topics zijn al aardig oud.

Verder heb ik ook al pdesk of iets dergelijks van matrox.com gedownload, maar die wil niet samenwerken met mijn Xfree versie :)

edit:
Shit, me eerste haakje zit verkeerd om :(

[ Voor 8% gewijzigd door simon op 15-02-2003 20:42 ]

|>


  • saviour
  • Registratie: Juli 2000
  • Niet online
Post je XFconfig eens :?

  • simon
  • Registratie: Maart 2002
  • Laatst online: 08-05 22:18
n00b vraag ( :() waar staat die?

|>


  • saviour
  • Registratie: Juli 2000
  • Niet online
Simon schreef op 15 February 2003 @ 20:45:
[...]

n00b vraag ( :() waar staat die?
Ik gok dat het /etc/X11/XF86config-4 is, maar dat durf ik niet met zekerheid te zeggen :)

  • simon
  • Registratie: Maart 2002
  • Laatst online: 08-05 22:18
De hele file:
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
# 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" "nl"
    Option "XkbOptions" ""
EndSection

Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "IMPS/2"
    Option "Device" "/dev/usbmouse"
    Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier "monitor1"
    VendorName "Plug'n Play"
    ModelName "Iiyama MF-8617E/T, VisionMaster"
    HorizSync 27-86
    VertRefresh 50-160

    # Sony Vaio C1(X,XS,VE,VN)?
    # 1024x480 @ 85.6 Hz, 48 kHz hsync
    ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563 -hsync -vsync
    
    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
    
    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
EndSection

Section "Monitor"
    Identifier "monitor2"
    
    # Sony Vaio C1(X,XS,VE,VN)?
    # 1024x480 @ 85.6 Hz, 48 kHz hsync
    ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563 -hsync -vsync

    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630

    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
EndSection

Section "Device"
    Identifier "device1"
    VendorName "Matrox"
    BoardName "Matrox Millennium G450 DualHead"
    Driver "mga"
    Screen 0
    BusID "PCI:1:0:0"
    Option "DPMS"
EndSection

Section "Device"
    Identifier "device2"
    VendorName "Matrox"
    BoardName "Matrox Millennium G450 DualHead"
    Driver "mga"
    Screen 1
    BusID "PCI:1:0:0"
    Option "DPMS"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 24
    
    Subsection "Display"
        Depth 8
        Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480"
    EndSubsection
    
    Subsection "Display"
        Depth 15
        Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480"
    EndSubsection
    
    Subsection "Display"
        Depth 16
        Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480"
    EndSubsection
    
    Subsection "Display"
        Depth 24
        Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480"
    EndSubsection
EndSection

Section "Screen"
    Identifier "screen2"
    Device "device2"
    Monitor "monitor2"
    DefaultColorDepth 24

    Subsection "Display"
        Depth 8
        Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480"
    EndSubsection

    Subsection "Display"
        Depth 15
        Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480"
    EndSubsection

    Subsection "Display"
        Depth 16
        Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480"
    EndSubsection

    Subsection "Display"
        Depth 24
        Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480"
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "layout1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    Screen "screen1"
    Screen "screen2" RightOf "screen1"
    Option "Xinerama"
EndSection

|>


  • simon
  • Registratie: Maart 2002
  • Laatst online: 08-05 22:18
Veder ontdekte ik dat het 'Mandrake Beheersings Centrum' niet werkt, hij wil wel laden (krijg vaag balkje snel flitsend te zien) maar daarna houdt het opeens op.

losse post ivm lap tekst van vorige :)

|>


  • Laurent
  • Registratie: Oktober 2000
  • Niet online
Bij je monitor2-stukje (Section monitor) mis ik je VRefresh en je HSync. Plaats die er even bij, volgens mij is het probleem dan opgelost. (kijk maar naar monitor1 voor het voorbeeld... en de HSync enzo kan je vinden in het boekje van je monitor).
Pagina: 1