Toon posts:

[X] SIS 6326 TV-out

Pagina: 1
Acties:

Verwijderd

Topicstarter
Hoi

Ik heb een wat oudere SIS 6326 AGP kaart hier liggen en heb geprobeerd hem in linux aan de praat te krijgen.

Maar als ik startx indruk krijg ik mijn grafische scherm gewoon op de normale monitor ipv. de TV. Ik heb op deze pagina wat informatie gevonden over de X server configureren met die kaart maar het is me nog steeds niet gelukt. (dit is ook mijn eerste ervaring met TV-out op linux)

Mijn XF86Config-4 ziet er onderhand zo uit:
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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
        Load  "dbe"
        Load  "dri"
        Load  "extmod"
        Load  "glx"
        Load  "record"
        Load  "xtrap"
        Load  "speedo"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/psaux"
EndSection

Section "Monitor"
        Identifier         "Monitor0"
        VendorName  "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection
                           
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     "TurboQueue"                # [<bool>]
        #Option     "FastVram"                  # [<bool>]
        #Option     "NoHostBus"                 # [<bool>]
        #Option     "RenderAcceleration"        # [<bool>]
        #Option     "ForceCRT1Type"             # <str>
        Option     "ForceCRT2Type"      "TV"   # <str>
        #Option     "YPbPrAspectRatio"          # <str>
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "DRI"                       # [<bool>]
        #Option     "AGPSize"                   # <i>
        #Option     "GARTSize"                  # <i>
        #Option     "Rotate"                    # <str>
        #Option     "NoXvideo"                  # [<bool>]
        #Option     "Vesa"                      # [<bool>]
        #Option     "MaxXFBMem"                 # <i>
        #Option     "ForceCRT1"                 # [<bool>]
        #Option     "XvOnCRT2"                  # [<bool>]
        #Option     "PanelDelayCompensation"    # <i>
        #Option     "PanelDelayCompensation1"   # <i>
        #Option     "PDC"                       # <i>
        #Option     "PDC1"                      # <i>
        #Option     "EMI"                       # <i>
        #Option     "LVDSHL"                    # <i>
        #Option     "SpecialTiming"             # <str>
        Option     "TVStandard"         "PAL"   # <str>
        #Option     "UseROMData"                # [<bool>]
        #Option     "NoInternalModes"           # [<bool>]
        #Option     "UseOEMData"                # [<bool>]
        #Option     "NoYV12"                    # [<bool>]
        #Option     "CHTVType"                  # [<bool>]
        #Option     "CHTVOverscan"              # [<bool>]
        #Option     "CHTVSuperOverscan"         # [<bool>]
        #Option     "CHTVLumaBandwidthCVBS"     # <i>
        #Option     "CHTVLumaBandwidthSVIDEO"   # <i>
        #Option     "CHTVLumaFlickerFilter"     # <i>
        #Option     "CHTVChromaBandwidth"       # <i>
        #Option     "CHTVChromaFlickerFilter"   # <i>
        #Option     "CHTVCVBSColor"             # [<bool>]
        #Option     "CHTVTextEnhance"           # <i>
        #Option     "CHTVContrast"              # <i>
        #Option     "SISTVEdgeEnhance"          # <i>
        #Option     "SISTVAntiFlicker"          # <str>
        #Option     "SISTVSaturation"           # <i>
        #Option     "SISTVCFilter"              # [<bool>]
        #Option     "SISTVYFilter"              # <i>
        #Option     "SISTVColorCalibFine"       # <i>
        #Option     "SISTVColorCalibCoarse"     # <i>
        #Option     "SISTVXScale"               # <i>
        #Option     "SISTVYScale"               # <i>
        #Option     "TVXPosOffset"              # <i>
        #Option     "TVYPosOffset"              # <i>
        #Option     "SIS6326TVAntiFlicker"      # <str>
        #Option     "SIS6326TVEnableYFilter"    # [<bool>]
        #Option     "SIS6326TVYFilterStrong"    # [<bool>]
        #Option     "SIS6326TVForcePlug"        # <str>
        #Option     "SIS6326FSCAdjust"          # <i>
        #Option     "UseColorHWCursor"          # [<bool>]
        #Option     "ColorHWCursorBlending"     # [<bool>]
        #Option     "ColorHWCursorBlendThreshold"       # <i>
        #Option     "RestoreBySetMode"          # [<bool>]
        #Option     "NoCRT2Detection"           # [<bool>]
        #Option     "ForceCRT2ReDetection"      # [<bool>]
        #Option     "SenseYPbPr"                # [<bool>]
        #Option     "CRT1Gamma"                 # [<bool>]
        #Option     "CRT2Gamma"                 # [<bool>]
        #Option     "StoredGammaBrightness"     # <str>
        #Option     "StoredGammaPreBrightness"  # <str>
        #Option     "XvGamma"                   # <str>
        #Option     "XvDefaultContrast"         # <i>
        #Option     "XvDefaultBrightness"       # <i>
        #Option     "XvDefaultHue"              # <i>
        #Option     "XvDefaultSaturation"       # <i>
        #Option     "XvDefaultDisableGfx"       # [<bool>]
        #Option     "XvDefaultDisableGfxLR"     # [<bool>]
        #Option     "XvChromaMin"               # <i>
        #Option     "XvChromaMax"               # <i>
        #Option     "XvUseChromaKey"            # [<bool>]
        #Option     "XvInsideChromaKey"         # [<bool>]
        #Option     "XvYUVChromaKey"            # [<bool>]
        #Option     "XvDisableColorKey"         # [<bool>]
        #Option     "XvUseMemcpy"               # [<bool>]
        #Option     "XvDefaultAdaptor"          # <str>
        #Option     "ScaleLCD"                  # [<bool>]
        #Option     "CenterLCD"                 # [<bool>]
        #Option     "EnableHotkey"              # [<bool>]
        #Option     "EnableSiSCtrl"             # [<bool>]
        #Option     "OverruleFrequencyRanges"   # [<bool>]
        #Option     "MergedFB"                  # [<bool>]
        #Option     "TwinView"                  # [<bool>]
        #Option     "MergedFBAuto"              # [<bool>]
        #Option     "CRT2HSync"                 # <str>
        #Option     "SecondMonitorHorizSync"    # <str>
        #Option     "CRT2VRefresh"              # <str>
        #Option     "SecondMonitorVertRefresh"  # <str>
        #Option     "CRT2Position"              # <str>
        #Option     "TwinViewOrientation"       # <str>
        #Option     "MetaModes"                 # <str>
        #Option     "MergedDPI"                 # <str>
        #Option     "NoMergedXinerama"          # [<bool>]
        #Option     "NoTwinviewXineramaInfo"    # [<bool>]
        #Option     "NoTwinviewXineramaInfo"    # [<bool>]
        #Option     "MergedXineramaCRT2IsScreen0"       # [<bool>]
        Identifier  "Card0"
        Driver      "sis"
        VendorName  "Silicon Integrated Systems [SiS]"
        BoardName   "86C326 5598/6326"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Depth     1
        EndSubSection
        SubSection "Display"
                Depth     4
        EndSubSection
        SubSection "Display"
                Depth     8
        EndSubSection
        SubSection "Display"
                Depth     15
        EndSubSection
        SubSection "Display"
                Depth     16
        EndSubSection
        SubSection "Display"
                Depth     24
        EndSubSection
EndSection


Ik heb geprobeerd om de screen te veranderen maar dat lukte niet echt.

Heb nu de hele middag hier aan gepongeld en ben het een beetje op aan het geven. Onder windows 9X werkt het wel naar behoren.