LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-13-2009, 12:08 PM   #1
dragon_cb_cz
LQ Newbie
 
Registered: Sep 2009
Location: Prague, Czech Republic
Distribution: Slackware, Ubuntu, Debian
Posts: 10

Rep: Reputation: 5
Slackware 13.0 + radeon - mouse cursor corruption problem in xfce


Hi,

I've tried searching the forums for this issue but without any luck so far. I did a clean install of Slackware 13.0 (x86) on one of my desktop machines and except for one issue, I'm completely happy with it. However, I experience a mouse cursor corruption in X - specifically in xfce. It presented itself in WindowMaker as well, but that seemed to solve itself (I think it has something to do with disabling SaveUnder in WPrefs).

When, for example, I right-click the "floppy drive" icon on default xfce desktop and then dismiss the pop-up menu, a random-rainbow-colored bar appears at the top of my mouse cursor. When I move the cursor into another window, this thing disappears. When I try to enable compositor, the cursor "square" (that is - the square of which the mouse cursor is the top left corner) goes crazy - this effect presented itself in windowmaker as well.

The system is fresh-installed slackware 13.0 (full install), graphics card is Radeon 9200 SE (ancient, I know). Without xorg.conf the screen resolution was just 1024x768 so I did "X -configure" and added this to appropriate sections of the generated file:

...
Modes "1600x1200" "1400x1050" "1280x1024" "1024x768" "800x600"
...
HorizSync 30-115
VertRefresh 50-120
...

Otherwise the file is left as generated.

Anybody else observing this issue? I've read the thread about screen corruption related to virtualbox, but that doesn't seem to apply here (screen is just fine, only the cursor box gets distorted).

Thanks for ideas, I'm a long-time (10+ years) slackware user but I've been out of the loop for quite some time and I just hate diagnosing X problems
 
Old 09-13-2009, 12:16 PM   #2
dragon_cb_cz
LQ Newbie
 
Registered: Sep 2009
Location: Prague, Czech Republic
Distribution: Slackware, Ubuntu, Debian
Posts: 10

Original Poster
Rep: Reputation: 5
Oh, and one more observation. If I kill the X server by Ctrl-Alt-Backspace and log into windowmaker session, everything is just fine. Then I log out, log in again and the issue is there (and for every following login until I kill the X server with ctrl-alt-backspace - then it's ok for one login and all over again).
 
Old 10-15-2009, 05:18 PM   #3
msantinho
Member
 
Registered: Oct 2005
Location: Lisbon
Distribution: Slackware
Posts: 56

Rep: Reputation: 17
I have that card too (Radeon 9200 SE) and Slackware 13.0 and I'm experiencing the same problem ("random-rainbow-colored bar appears at the top of my mouse cursor") in FVWM, XFCE, KDE, Fluxbox, etc.

Last edited by msantinho; 10-15-2009 at 05:22 PM.
 
Old 10-16-2009, 10:41 AM   #4
nikolovskimilos
LQ Newbie
 
Registered: Oct 2009
Posts: 3

Rep: Reputation: 0
I have the same problem (Slackware 13 + Radeon X1400)
 
Old 10-16-2009, 10:52 AM   #5
msantinho
Member
 
Registered: Oct 2005
Location: Lisbon
Distribution: Slackware
Posts: 56

Rep: Reputation: 17
I don't know why but with XDM (instead of KDM) the problem disappears.
 
Old 10-16-2009, 06:06 PM   #6
nikolovskimilos
LQ Newbie
 
Registered: Oct 2009
Posts: 3

Rep: Reputation: 0
I noticed that I don't have this problem when I turn my computer on, only when I log out and then log in again. When I restart computer everything works fine
 
Old 10-16-2009, 06:11 PM   #7
nikolovskimilos
LQ Newbie
 
Registered: Oct 2009
Posts: 3

Rep: Reputation: 0
What graphic card driver you are using?? Maybe we can solve the problem by installing fglrx instead of vesa driver, I tried, but I had some problems with internal slackbuilds
 
Old 10-18-2009, 03:25 PM   #8
heiko
LQ Newbie
 
Registered: Oct 2009
Posts: 3

Rep: Reputation: 0
I had the same Problem. After randomly playing around with xorg.conf I found a solution, which works for me. Maybe it works for you too.

Set (in xorg.conf, section device )

Option "AccelMethod" "EXA"

which turns Acceleration to EXA. My cursor was fine afterwards.




Quote:
Originally Posted by msantinho View Post
I have that card too (Radeon 9200 SE) and Slackware 13.0 and I'm experiencing the same problem ("random-rainbow-colored bar appears at the top of my mouse cursor") in FVWM, XFCE, KDE, Fluxbox, etc.
 
Old 10-19-2009, 09:52 AM   #9
dragon_cb_cz
LQ Newbie
 
Registered: Sep 2009
Location: Prague, Czech Republic
Distribution: Slackware, Ubuntu, Debian
Posts: 10

Original Poster
Rep: Reputation: 5
Quote:
Originally Posted by msantinho View Post
I don't know why but with XDM (instead of KDM) the problem disappears.
I think this problem is somehow related to acceleration features and maybe compositing - XDM uses neither of those, while KDM (I think) uses them.

Quote:
Originally Posted by heiko View Post
I had the same Problem. After randomly playing around with xorg.conf I found a solution, which works for me. Maybe it works for you too.

Set (in xorg.conf, section device )

Option "AccelMethod" "EXA"

which turns Acceleration to EXA. My cursor was fine afterwards.
That's one of the things I wanted to fiddle with, thanks for the tip, I'll try test it later today. BTW, from what I googled back when I was trying harder to solve the issue (it's a computer I don't really need), cursor corruption bugs are nothing new in the radeon driver. Slackware 13 has xf86-video-ati-6.12.2, while upstream is at 6.12.4 and I think that the bugs we experience might be fixed in 6.12.3 - see =http://lists.freedesktop.org/archive...er/047192.html. I have no time to investigate how to build the driver ATM, but will try it as soon as I can and see if it fixes the problem.
 
Old 11-02-2009, 12:49 PM   #10
dragon_cb_cz
LQ Newbie
 
Registered: Sep 2009
Location: Prague, Czech Republic
Distribution: Slackware, Ubuntu, Debian
Posts: 10

Original Poster
Rep: Reputation: 5
OK, I can confirm that using

Option "AccelMethod" "EXA"

solves the issue for me. Now I'm about to try the newer driver.
 
Old 11-02-2009, 01:21 PM   #11
dragon_cb_cz
LQ Newbie
 
Registered: Sep 2009
Location: Prague, Czech Republic
Distribution: Slackware, Ubuntu, Debian
Posts: 10

Original Poster
Rep: Reputation: 5
Now some bad news - with the newest driver, the corruption is there. It has moved to a different spot (fixed location at the top of the visible screen) but otherwise almost the same. I'll stick with EXA for the time being, although the UI in Seamonkey for example feels a bit less responsive with that option (maybe just me, can't benchmark this).
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Hide mouse cursor/change cursor location? mrjamin Linux - Software 4 09-27-2010 10:09 AM
slackware x86 -current + radeon: temporary screen corruption with kde4 applications melmothX Slackware 23 09-12-2009 05:26 PM
problem with mouse cursor plungerjoke Mandriva 8 02-22-2006 02:30 PM
[Mouse cursor] flicking on animated cursor Creak Debian 1 06-10-2005 02:16 AM
problem with my mouse cursor...disapper sometimes alexii86 Linux - General 1 03-06-2004 10:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 01:31 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration