Retina resolution?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
bpi
Reply | Threaded
Open this post in threaded view
|

Retina resolution?

bpi

Dear VM machininsts,

I have a new MacBook with Retina dispay with a resolution of 2560 x 1600. However, with the latest Cog VM 3114 I only get a quarter of that (1280@800). I am on OS X 10.10. Is there a way to configure the VM to get the full resolution or is a VM change needed for that?

Cheers,
Bernhard
Reply | Threaded
Open this post in threaded view
|

Re: Retina resolution?

Tobias Pape

Hi,

On 26.10.2014, at 22:07, Bernhard Pieber <[hidden email]> wrote:

>
> Dear VM machininsts,
>
> I have a new MacBook with Retina dispay with a resolution of 2560 x 1600. However, with the latest Cog VM 3114 I only get a quarter of that (1280@800). I am on OS X 10.10. Is there a way to configure the VM to get the full resolution or is a VM change needed for that?

There are VM changes needed.
In the way the current Cog VMs are built by Eliot,
it is impossible to support the retina resolution
(because it uses the Carbon way of doing things).
  The so-called “iOS VMs” (ie, the iOS folder of
the platform dependent VM files/plugins) are
Cocoa based and can be used for either OS X or
iOS. There it would be possible. I already tried
but it was complicated and I got distracted.
AFAIK the way the Pharo folks build the VM
(ie, https://github.com/pharo-project/pharo-vm/)
can be used to generate a Coca-based Cog VM.
YMMV.

HTH

Best
        -Tobias
Reply | Threaded
Open this post in threaded view
|

Re: Retina resolution?

Yoshiki Ohshima-3

Alternatively, there are apps that give you more virtual pixels.  You
can set the virtual display to the native resolution of retina display
and get 1-to-1 pixel mapping (presumably).

http://easyresapp.com/
http://www.macupdate.com/app/mac/8355/switchresx
http://www.quickresapp.com/


On Mon, Oct 27, 2014 at 1:45 AM, Tobias Pape <[hidden email]> wrote:

>
> Hi,
>
> On 26.10.2014, at 22:07, Bernhard Pieber <[hidden email]> wrote:
>
>>
>> Dear VM machininsts,
>>
>> I have a new MacBook with Retina dispay with a resolution of 2560 x 1600. However, with the latest Cog VM 3114 I only get a quarter of that (1280@800). I am on OS X 10.10. Is there a way to configure the VM to get the full resolution or is a VM change needed for that?
>
> There are VM changes needed.
> In the way the current Cog VMs are built by Eliot,
> it is impossible to support the retina resolution
> (because it uses the Carbon way of doing things).
>   The so-called “iOS VMs” (ie, the iOS folder of
> the platform dependent VM files/plugins) are
> Cocoa based and can be used for either OS X or
> iOS. There it would be possible. I already tried
> but it was complicated and I got distracted.
> AFAIK the way the Pharo folks build the VM
> (ie, https://github.com/pharo-project/pharo-vm/)
> can be used to generate a Coca-based Cog VM.
> YMMV.
>
> HTH
>
> Best
>         -Tobias



--
-- Yoshiki