Specs:
Slackware 9.1
Xfree 4.3.0 + bijbehorende ATI drivers
ATI Radeon 9200 SE 64 MB + Tvout
Monitor 0: CRT @ 1152x864
Monitor 1: Aristona TV
Het probleem is dat wanneer ik Xwindows opstart er wel iets op het scherm gebeurd, kleur zwart veranderd naar een iets lichtere tint en er komen witte strepen door het beeld scrollen maar er verder geen fatsoendelijk beeld uitkomt.
Ik heb al verschillende config files doorgelopen van mensen maar zonder resultaat. het beeld bleef hetzelfde. Op de monitor is alles zoals het hoort.
Misschien kijk ik ergens overheen ofzo
Onder windows 2000 werkt alles wel naar behoren dus fysiek is er niets mis mee.
Op het moment ziet mijn config file er zo uit:
XF86Config-4:
Slackware 9.1
Xfree 4.3.0 + bijbehorende ATI drivers
ATI Radeon 9200 SE 64 MB + Tvout
Monitor 0: CRT @ 1152x864
Monitor 1: Aristona TV
Het probleem is dat wanneer ik Xwindows opstart er wel iets op het scherm gebeurd, kleur zwart veranderd naar een iets lichtere tint en er komen witte strepen door het beeld scrollen maar er verder geen fatsoendelijk beeld uitkomt.
Ik heb al verschillende config files doorgelopen van mensen maar zonder resultaat. het beeld bleef hetzelfde. Op de monitor is alles zoals het hoort.
Misschien kijk ik ergens overheen ofzo
Op het moment ziet mijn config file er zo uit:
XF86Config-4:
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
| # **********************************************************************
# Monitor section
# **********************************************************************
# Any number of monitor sections may be present
Section "Monitor"
Identifier "Monitor0"
HorizSync 30-72
VertRefresh 50-120
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Monitor1"
HorizSync 30-50
VertRefresh 60
Option "DPMS"
EndSection
# === ATI device section ===
Section "Device"
Identifier "ATI Graphics Adapter"
Driver "fglrx"
# ### generic DRI settings ###
# === disable PnP Monitor ===
#Option "NoDDC"
# === disable/enable XAA/DRI ===
Option "no_accel" "no"
Option "no_dri" "no"
# === misc DRI settings ===
Option "mtrr" "off" # disable DRI mtrr mapper, driver has its own code for mtrr
# ### FireGL DDX driver module specific settings ###
# === Screen Management ===
Option "DesktopSetup" "0x00000100"
Option "MonitorLayout" "CRT, STV"
Option "IgnoreEDID" "off"
Option "HSync2" "30-50"
Option "VRefresh2" "60"
Option "ScreenOverlap" "0"
# === TV-out Management ===
Option "NoTV" "no"
Option "TVStandard" "PAL-B"
Option "TVHSizeAdj" "0"
Option "TVVSizeAdj" "0"
Option "TVHPosAdj" "0"
Option "TVVPosAdj" "0"
Option "TVHStartAdj" "0"
Option "TVColorAdj" "0"
Option "GammaCorrectionI" "0x00000000"
Option "GammaCorrectionII" "0x00000000"
# === OpenGL specific profiles/settings ===
Option "Capabilities" "0x00000000"
# === Video Overlay for the Xv extension ===
Option "VideoOverlay" "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
# will be disabled automatically
Option "OpenGLOverlay" "off"
# === Center Mode (Laptops only) ===
Option "CenterMode" "off"
# === Pseudo Color Visuals (8-bit visuals) ===
Option "PseudoColorVisuals" "off"
# === QBS Management ===
Option "Stereo" "off"
Option "StereoSyncEnable" "1"
# === FSAA Management ===
Option "FSAAEnable" "no"
Option "FSAAScale" "1"
Option "FSAADisableGamma" "no"
Option "FSAACustomizeMSPos" "no"
Option "FSAAMSPosX0" "0.000000"
Option "FSAAMSPosY0" "0.000000"
Option "FSAAMSPosX1" "0.000000"
Option "FSAAMSPosY1" "0.000000"
Option "FSAAMSPosX2" "0.000000"
Option "FSAAMSPosY2" "0.000000"
Option "FSAAMSPosX3" "0.000000"
Option "FSAAMSPosY3" "0.000000"
Option "FSAAMSPosX4" "0.000000"
Option "FSAAMSPosY4" "0.000000"
Option "FSAAMSPosX5" "0.000000"
Option "FSAAMSPosY5" "0.000000"
# === Misc Options ===
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "yes"
Option "ForceGenericCPU" "no"
BusID "PCI:1:0:0" # vendor=1002, device=5964
Screen 0
EndSection
# **********************************************************************
# Screen sections
# **********************************************************************
# Any number of screen sections may be present. Each describes
# the configuration of a single screen. A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
Identifier "Screen0"
Device "ATI Graphics Adapter"
Monitor "Monitor0"
DefaultDepth 24
#Option "backingstore"
Subsection "Display"
Depth 24
Modes "1152x864"
ViewPort 0 0 # initial origin if mode is smaller than desktop
# Virtual 1280 1024
EndSubsection
EndSection |
There is no such thing as innocence, only degrees of guilt | Flickr!