Re: [Qemu-devel] Disable scaling of SDL

2013-08-24 Thread Stefan Weil
Am 25.08.2013 07:58, schrieb Taimoor Mirza: > Hi Stefan, > > Thanks for your reply. Is there any way I can disable scaling in SDL > library? I've not used SDL before and I am not sure whether there is > some configuration option for it or not? > > -Taimoor > Scaling is implemented in QEMU's code,

Re: [Qemu-devel] Disable scaling of SDL

2013-08-24 Thread Taimoor Mirza
Hi Stefan, Thanks for your reply. Is there any way I can disable scaling in SDL library? I've not used SDL before and I am not sure whether there is some configuration option for it or not? -Taimoor On Sat, Aug 24, 2013 at 11:47 PM, Stefan Weil wrote: > Am 24.08.2013 15:43, schrieb Taimoor Mirz

Re: [Qemu-devel] Disable scaling of SDL

2013-08-24 Thread Stefan Weil
Am 24.08.2013 15:43, schrieb Taimoor Mirza: > Hi guys, > > I am using QEMU with SDL support to run some demo applications. > Problem I am facing is that fonts in my SDL window are not displayed > properly. I have to press Ctrl+Alt+u to undo scaling. After that fonts > display correctly. > Is there

[Qemu-devel] Disable scaling of SDL

2013-08-24 Thread Taimoor Mirza
Hi guys, I am using QEMU with SDL support to run some demo applications. Problem I am facing is that fonts in my SDL window are not displayed properly. I have to press Ctrl+Alt+u to undo scaling. After that fonts display correctly. Is there any way I can disable scaling in SDL window? Thanks, Tai