I have installed Arch on an old satellite laptop. Everything is fine with X for twm, so I try lxde. The only problem is the mouse cursor does not appear on the screen. I can move an unseen cursor and click and things operate as normal, but it is hard to operate without seeing the cursor. I tried fluxbox and the cursor is fine. I have also tried LXDE (some time ago) on my main Gentoo machine and never had problems. If I open five or more tasks, in LXDE, e.g. file managers, the cursor appears and all is well.
Has anybody else seen this? It is an old laptop with a trident chipset (setup for one task only, for mainly MS users). The version is Arch's current default, PCMan is 0.5.1. X is 1.6.3 kernel is 2.6.30-ARCH
Many thanks
Billium
mouse cursor
Re: mouse cursor
Hi, I also use Arch and LXDE, I didn't ecounter this kind of problem. Have you installed Openbox?
Last edited by pingu on Mon Aug 31, 2009 8:01 pm, edited 1 time in total.
Re: mouse cursor
Hi
I have seen this problem on another machine, too, but I don't know how to solve this. Ask cassmodiah at the IRC, maybe he has find a solution, but I can't promise
.
maces
I have seen this problem on another machine, too, but I don't know how to solve this. Ask cassmodiah at the IRC, maybe he has find a solution, but I can't promise

maces
-
- Posts: 148
- Joined: Sun Jan 11, 2009 6:57 pm
Re: mouse cursor
Have you explicitly set a cursor theme? If not you could try.
Re: mouse cursor
Yes, you could tray this as archiebald haddock suggested.
Copied from Arch Linux Forums / Changing the cursor theme in LXDE? (bonus: issues with icon themes) , thanks goes to fwojciec:
1. Create directory /usr/share/icons/default
2. Inside this directory create a file called index.theme with the following content:
Code:
Replace neutral with the name of the cursor theme you want to use.
3. Restart X.
I've had issues with different cursor themes. One theme on desktop and other inside Firefox. With this guide I get global cursor theme.
Copied from Arch Linux Forums / Changing the cursor theme in LXDE? (bonus: issues with icon themes) , thanks goes to fwojciec:
1. Create directory /usr/share/icons/default
2. Inside this directory create a file called index.theme with the following content:
Code:
Code: Select all
[icon theme]
Inherits=neutral
3. Restart X.
I've had issues with different cursor themes. One theme on desktop and other inside Firefox. With this guide I get global cursor theme.