info:
Redhat 9's XFree 4.3.0
ATI driver 2.9.06-1
Club3d Radeon 9500 pro
Logitech Wheel Mouse en Wacom Graphire USB (de eerste, met de nieuwste stabiele driver (niet de standaard kernel module enzo dus))
Na veel geklooi met XFree's default ati en radeon drivers ben ik zonet overgestapt op de ATI-drivers voor de Fire GL serie.
Hiermee kan ik tenminste X starten terwijl de TV verbonden is enzo...
Anyway, so far so good.
Het enige probleem dat nu onstaat is dat het 'vierkantje rond de muiscursor' raar doet. Als ik bijvoorbeeld met het scrollwheel scroll in een webpagina verschuift een kopie van de cursor mee...
Ook het verslepen van vensters is lelijk rond de cursor, je ziet als het ware 'door de cursor heen', maar een deel van de onderliggende pixels komen mee. Ook als je dan je muis wegbeweegt van waar je de balk vast had blijft het lelijk in dat vierkant...
Iemand ervaring mee en/of oplossingen voor?
XF86Config
Redhat 9's XFree 4.3.0
ATI driver 2.9.06-1
Club3d Radeon 9500 pro
Logitech Wheel Mouse en Wacom Graphire USB (de eerste, met de nieuwste stabiele driver (niet de standaard kernel module enzo dus))
Na veel geklooi met XFree's default ati en radeon drivers ben ik zonet overgestapt op de ATI-drivers voor de Fire GL serie.
Hiermee kan ik tenminste X starten terwijl de TV verbonden is enzo...
Anyway, so far so good.
Het enige probleem dat nu onstaat is dat het 'vierkantje rond de muiscursor' raar doet. Als ik bijvoorbeeld met het scrollwheel scroll in een webpagina verschuift een kopie van de cursor mee...
Ook het verslepen van vensters is lelijk rond de cursor, je ziet als het ware 'door de cursor heen', maar een deel van de onderliggende pixels komen mee. Ook als je dan je muis wegbeweegt van waar je de balk vast had blijft het lelijk in dat vierkant...
Iemand ervaring mee en/of oplossingen voor?
XF86Config
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
| Section "dri"
Mode 0666
EndSection
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
Load "glx" # libglx.a
Load "dri" # libdri.a
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "ServerFlags"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/input/mice"
EndSection
Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/input/event0"
Option "Type" "cursor"
Option "Mode" "relative"
Option "Speed" "3.0"
Option "USB" "on"
Option "Threshold" "10"
EndSection
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/input/event0"
Option "Type" "stylus"
Option "Mode" "absolute"
Option "Tilt" "on"
Option "USB" "on"
Option "Threshold" "10"
EndSection
Section "InputDevice"
Identifier "erasor"
Driver "wacom"
Option "Device" "/dev/input/event0"
Option "Type" "cursor"
Option "Mode" "absolute"
Option "Tilt" "on"
Option "USB" "on"
Option "Threshold" "10"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "CTX PR960F series"
DisplaySize 360 270
HorizSync 30.0 - 111.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"
Driver "vga"
EndSection
# === ATI device section ===
Section "Device"
Identifier "ATI Graphics Adapter"
Driver "fglrx"
# === disable PnP Monitor ===
#Option "NoDDC"
# === disable/enable XAA/DRI ===
Option "no_accel" "no"
Option "no_dri" "no"
# === FireGL DDX driver module specific settings ===
# === Screen Management ===
Option "DesktopSetup" "0x00000000"
Option "MonitorLayout" "AUTO, AUTO"
Option "IgnoreEDID" "off"
Option "HSync2" "unspecified"
Option "VRefresh2" "unspecified"
Option "ScreenOverlap" "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"
# === Misc Options ===
Option "UseFastTLS" "2"
Option "BlockSignalsOnLock" "on"
BusID "PCI:1:0:0" # vendor=1002, device=4e45
Screen 0
EndSection
Section "Screen"
Identifier "Screen0"
Device "ATI Graphics Adapter"
Monitor "Monitor0"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1400x1050" "1280x960"
ViewPort 0 0 # initial origin if mode is smaller than desktop
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Server Layout"
Screen "Screen0"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "cursor" "SendCoreEvents"
InputDevice "stylus" "SendCoreEvents"
InputDevice "erasor" "SendCoreEvents"
EndSection |
