Ik heb hier al tijden Kubuntu draaien en ik ben tevreden. Windows wordt alleen nog maar opgestart om te gamen... en om op de TV via XBMC een filmpje te kijken. Dit laatste zou ik graag anders zien, omdat XBMC er ook is voor linux, maar helaas als ik mijn PC aansluit op mijn TV en deze aan laat sturen dan geeft deze een groen scherm, in plaats van de juiste desktop kleuren. En welke instellingen ik ook probeer ik krijg de groene kleur niet weg zonder NTSC in te stellen (op een PAL TV) en zelfs dan is het kleueren schema ronduit raar.
Ik gebruik een ATi Radeon X1900XT met de radeon driver meegeleverd met Kubuntu 10.04 en ik ben ervan overtuigd dat het in xorg.conf te vinden is, omdat wijzigingen met xrandr wel doorkomen. Bovendien werkt dit onder Windows wel gewoon, dus de hardware is niet stuk
Ik hoop dat jullie nuttige suggesties hebben en komen met dingen waar ik nog niet aan heb gedacht.
ps. De extra stukken voor de TV heb ik ondertussen uitgecommentarieerd, om met xrandr te kunnen stoeien.
xorg.conf:
Ik gebruik een ATi Radeon X1900XT met de radeon driver meegeleverd met Kubuntu 10.04 en ik ben ervan overtuigd dat het in xorg.conf te vinden is, omdat wijzigingen met xrandr wel doorkomen. Bovendien werkt dit onder Windows wel gewoon, dus de hardware is niet stuk
Ik hoop dat jullie nuttige suggesties hebben en komen met dingen waar ik nog niet aan heb gedacht.
ps. De extra stukken voor de TV heb ik ondertussen uitgecommentarieerd, om met xrandr te kunnen stoeien.
xorg.conf:
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
188
189
190
191
192
| Section "Files" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/share/fonts/X11/75dpi" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" FontPath "built-ins" EndSection Section "Module" Load "extmod" Load "dri" Load "record" Load "dbe" Load "glx" Load "dri2" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection #Section "Monitor" # Identifier "TV" # VendorName "Philips" # ModelName "Matchline 32pw9615/12" # Modeline "848x480x59.7" 31.50 848 872 952 1056 480 483 493 500 -hsync +vsync (29.8 kHz) #EndSection Section "Monitor" Identifier "LCD" VendorName "Samsung" ModelName "Syncmaster 2253BW" HorizSync 30-81 VertRefresh 56-75 Modeline "1680x1050@60" 154.20 1680 1712 2296 2328 1050 1071 1081 1103 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 "NoAccel" # [<bool>] #Option "SWcursor" # [<bool>] #Option "Dac6Bit" # [<bool>] #Option "Dac8Bit" # [<bool>] #Option "BusType" # [<str>] #Option "CPPIOMode" # [<bool>] #Option "CPusecTimeout" # <i> #Option "AGPMode" # <i> #Option "AGPFastWrite" # [<bool>] #Option "AGPSize" # <i> #Option "GARTSize" # <i> #Option "RingSize" # <i> #Option "BufferSize" # <i> #Option "EnableDepthMoves" # [<bool>] #Option "EnablePageFlip" # [<bool>] #Option "NoBackBuffer" # [<bool>] #Option "DMAForXv" # [<bool>] #Option "FBTexPercent" # <i> #Option "DepthBits" # <i> #Option "PCIAPERSize" # <i> #Option "AccelDFS" # [<bool>] #Option "IgnoreEDID" # [<bool>] #Option "CustomEDID" # [<str>] #Option "DisplayPriority" # [<str>] #Option "PanelSize" # [<str>] #Option "ForceMinDotClock" # <freq> #Option "ColorTiling" # [<bool>] #Option "VideoKey" # <i> #Option "RageTheatreCrystal" # <i> #Option "RageTheatreTunerPort" # <i> #Option "RageTheatreCompositePort" # <i> #Option "RageTheatreSVideoPort" # <i> #Option "TunerType" # <i> #Option "RageTheatreMicrocPath" # <str> #Option "RageTheatreMicrocType" # <str> #Option "ScalerWidth" # <i> #Option "RenderAccel" # [<bool>] #Option "SubPixelOrder" # [<str>] #Option "ShowCache" # [<bool>] #Option "ClockGating" # [<bool>] #Option "VGAAccess" # [<bool>] #Option "ReverseDDC" # [<bool>] #Option "LVDSProbePLL" # [<bool>] #Option "AccelMethod" # <str> #Option "DRI" # [<bool>] #Option "ConnectorTable" # <str> #Option "DefaultConnectorTable" # [<bool>] #Option "DefaultTMDSPLL" # [<bool>] #Option "TVDACLoadDetect" # [<bool>] #Option "ForceTVOut" # [<bool>] #Option "TVStandard" # <str> #Option "IgnoreLidStatus" # [<bool>] #Option "DefaultTVDACAdj" # [<bool>] #Option "Int10" # [<bool>] #Option "EXAVSync" # [<bool>] #Option "ATOMTVOut" # [<bool>] #Option "R4xxATOM" # [<bool>] #Option "ForceLowPowerMode" # [<bool>] #Option "DynamicPM" # [<bool>] #Option "NewPLL" # [<bool>] #Option "ZaphodHeads" # <str> Identifier "LCD" Driver "radeon" VendorName "ATI Technologies Inc" BoardName "R580 [Radeon X1900 XT] (Primary)" BusID "PCI:4:0:0" Screen 0 EndSection #Section "Device" # Identifier "TV" # Driver "radeon" # VendorName "ATI Technologies Inc" # BoardName "R580 [Radeon X1900 XT] (Primary)" # BusID "PCI:4:0:0" # Option "MonitorLayout" "TV,LFP" # Option "TVStandard" "PAL-B" # Option "TVOutFormat" "SVIDEO" # Option "ConnectedMonitor" "TV" # Screen 1 #EndSection Section "Screen" Identifier "LCD" Device "LCD" Monitor "LCD" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 Modes "1680x1050@60" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1680x1050@60" EndSubSection EndSection #Section "Screen" # Identifier "TV" # Device "TV" # Monitor "TV" # DefaultDepth 32 # SubSection "Display" # Depth 32 # Modes "848x480x59.7" # EndSubSection #EndSection Section "ServerLayout" Identifier "X.org Configured" Screen 0 "LCD" 0 0 # Screen 1 "TV" RightOf "LCD" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "ServerFlags" Option "DefaultServerLayout" "X.org Configured" EndSection |
Luctor et Emergo || specs