Nieuwe hardware voor PC. Alles functioneert uitstekend, maar er is een vreemd probleem: Er verschijnen vreemde paarse strepen. Vaak maar in een klein deel van het scherm, zowel verticaal als horizontaal. Ze knipperen, en verdwijnen dan weer. Er zitten ook wat pixels in andere kleuren omheen. Vreemd genoeg gebeurt dit vooral in grijze vlakken, zoals de webpagina's van Tweakers.net
Software: FreeBSD 7.2 AMD64, Xorg 7.4, Gnome 2.26.
Hardware: Pentium dual core, 4GB RAM, Sapphire PCI-E Radeon 4350 512 MB
Xorg.conf:
Lastige is dat dit probleem zo lastig te verwoorden is dat infomatie zoeken lastig is.
Laatst heb ik bij een PC van iemand anders, met een ATI videokaart, een bootable Linux CD gebruikt en vreemd genoeg vertoonde die dezelfde verschijnselen!
Software: FreeBSD 7.2 AMD64, Xorg 7.4, Gnome 2.26.
Hardware: Pentium dual core, 4GB RAM, Sapphire PCI-E Radeon 4350 512 MB
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
| Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/local/lib/xorg/modules"
FontPath "/usr/local/lib/X11/fonts/misc/"
FontPath "/usr/local/lib/X11/fonts/TTF/"
FontPath "/usr/local/lib/X11/fonts/OTF"
FontPath "/usr/local/lib/X11/fonts/Type1/"
FontPath "/usr/local/lib/X11/fonts/100dpi/"
FontPath "/usr/local/lib/X11/fonts/75dpi/"
EndSection
Section "Module"
Load "extmod"
Load "record"
Load "dbe"
Load "glx"
Load "dri"
Load "dri2"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/ums0"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
#DisplaySize 470 290 # mm
Identifier "Monitor0"
VendorName "PHL"
ModelName "Philips 220CW"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 76.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Card0"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "RV710 [Radeon HD 4350]"
BusID "PCI:4:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1680x1050"
EndSubSection
EndSection |
Lastige is dat dit probleem zo lastig te verwoorden is dat infomatie zoeken lastig is.
Laatst heb ik bij een PC van iemand anders, met een ATI videokaart, een bootable Linux CD gebruikt en vreemd genoeg vertoonde die dezelfde verschijnselen!