Difference between revisions of "Problem with black X"
([New] Add recently encountered problem) |
m (Add link to Debian Bug #254565) |
||
Line 27: | Line 27: | ||
*[http://www.xfree86.org/4.3.0/savage.4.html XFree86 Savage(4) Manual Page] | *[http://www.xfree86.org/4.3.0/savage.4.html XFree86 Savage(4) Manual Page] | ||
+ | *[http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=254565 Debian Bug #254565] | ||
[[Category:T20]] [[Category:T21]] [[Category:T22]] [[Category:T23]] | [[Category:T20]] [[Category:T21]] [[Category:T22]] [[Category:T23]] |
Revision as of 00:49, 16 March 2005
Information about the problem where a square black X appears in the center of the screen (and does not disappear) when running XFree86
Contents
Problem description
When XFree86 is loaded, re-loaded, switched-to from another console, resumed from suspend, or when a window-manager is loaded; a square black "X" appears in the center of the screen. The mouse graphic, windows, and the background all move under this "X" without causing it to be removed.
Affected Models
- Thinkpads with an S3 Savage video card (Thinkpad T2*)
Affected Operating Systems
- Any OS using the XFree86 'savage' driver (possibly Xorg?)
Status
The square black "X" is actually the default XFree86 mouse cursor graphic. It suddenly appears (and refuses to go away) due to a bug in the hardware cursor. According to the XFree86 Savage(4) Manual Page, the hardware cursor should be automatically disabled on affected configurations, however this does not appear to be the case at present.
Solutions
Switch to a software cursor by adding either of the following lines to the Device section of your XF86Config-4 file:
Option "HWCursor" "false" Option "SWCursor" "true"