i have seen this problem many times in inferno on plan9.
On Mon, Sep 7, 2009 at 9:17 AM, Steve Simon wrote:
>> So is it so that anybody using vesa should see it...
>
> I use the vesa driver occasionally on my Atom motherboard
> (Intel 940?) and have had no such "droppings", so the
> problem isn't
> So is it so that anybody using vesa should see it...
I use the vesa driver occasionally on my Atom motherboard
(Intel 940?) and have had no such "droppings", so the
problem isn't universal.
-Steve
So is it so that anybody using vesa should see it in plan9 when
hwaccel is off or when inferno runs on plan9 regardless the state of
hwaccel?
(At school I use i81x and plan9 itself is ok with both on/off.)
Thanks
Ruda
2009/9/7 Charles Forsyth :
> there's a bug in the control of the software curs
there's a bug in the control of the software cursor in plan 9,
probably when loadimage is used. it can leave what my children call chicken
tracks,
as it updates the cursor. it shows up in at least vnc and inferno because they
use the equivalent of
loadimage on the screen to update their displays.
2009/9/7 SHRIZZA :
>> I'd like to ask whether anyone encountered problems when one turns off
>> the hardware acceleration with
>> cat hwaccel off > /dev/vgactl
>
> Of course, you mean "echo -n hwaccel off > /dev/vgactl", right?
>
yes, 'echo', not 'cat', actually
echo hwaccel off > /dev/vgactl
> I'd like to ask whether anyone encountered problems when one turns off
> the hardware acceleration with
> cat hwaccel off > /dev/vgactl
Of course, you mean "echo -n hwaccel off > /dev/vgactl", right?
Hello everyone,
I'd like to ask whether anyone encountered problems when one turns off
the hardware acceleration with
cat hwaccel off > /dev/vgactl
When I do it, my mouse leaves some garbage at some points, or, e.g. I
can't nicely select text with the mouse---there are some pieces
missing.
I fou