Tiny Core Base > TCB Talk

I need a small black cursor

<< < (2/3) > >>

roberts:
From the prior post:

--- Quote ---xsetroot is found in the Xorg extension, it should work with the base system by itself
--- End quote ---

Medox:
Done & remastered.

but still not working  :-\ that X-shaped thing still appears before zsnes loads.

now I have something like this:


--- Quote ---Xvesa -br -mode 0x0112 -nolisten tcp -I 2>&1 > /dev/null &
waitforX
xsetroot -cursor /opt/emptycursor /opt/emptycursor
sudo /usr/local/bin/zsnes

--- End quote ---

I've placed that xsetroot line everywhere but nothing.
(but xsetroot and the cursor file are added)

bmarkus:
Just curious, did you try Xorg instead of Xvesa?

robc:
Try backgrounding the xsetroot:
--- Code: ---xsetroot -cursor /opt/emptycursor /opt/emptycursor &
--- End code ---
That is working for me

Medox:

--- Quote from: bmarkus on September 17, 2009, 02:36:53 PM ---Just curious, did you try Xorg instead of Xvesa?

--- End quote ---

I use Xvesa because I've added those core components to my microcore remaster.
The Xorg extension would make the final iso much bigger, I think.
Also Xvesa works perfect... except that annoying X cursor that doesn't dissapear.


--- Quote from: robc on September 17, 2009, 02:48:03 PM ---Try backgrounding the xsetroot:
--- Code: ---xsetroot -cursor /opt/emptycursor /opt/emptycursor &
--- End code ---
That is working for me

--- End quote ---

already tried and I've tried it again, still, the problem remains...  :-\

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version