Re: [9fans] problems when hwaccel off or in inferno

2009-09-07 Thread Tharaneedharan Vilwanathan
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

Re: [9fans] problems when hwaccel off or in inferno

2009-09-07 Thread Steve Simon
> 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

Re: [9fans] problems when hwaccel off or in inferno

2009-09-07 Thread Rudolf Sykora
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

Re: [9fans] problems when hwaccel off or in inferno

2009-09-07 Thread Charles Forsyth
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.

Re: [9fans] problems when hwaccel off or in inferno

2009-09-06 Thread Rudolf Sykora
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

Re: [9fans] problems when hwaccel off or in inferno

2009-09-06 Thread 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?