ld icon indicating copy to clipboard operation
ld copied to clipboard

Is there a way to set the width of the SDL window?

Open Kirtai opened this issue 4 years ago • 5 comments

As the title asks, is there a way to change the SDL window width?

I've read that the original monitor was 800x1024 (portrait) and would like to set it to that. (I tile my windows to half the screen and it's slightly oversized for a standard HD display.)

Kirtai avatar Sep 23 '20 09:09 Kirtai

(tv:set-console-size 800 1024) ; is this what you have in mind?

Devon7 avatar Sep 24 '20 08:09 Devon7

No, that changes the area used by the emulator, but the overall window still opens at 1024 pixels wide. I was hoping for a way to tell the initial SDL window to open at 800 pixels wide, without having to manually change it after opening.

Kirtai avatar Sep 24 '20 08:09 Kirtai

We'll configure the emulator to know where the microcode screen parameters are, just as we configure it to know where the mouse coordinates are, and automagically resize.

Devon7 avatar Sep 24 '20 08:09 Devon7

Thank you, that sounds ideal :)

Kirtai avatar Sep 24 '20 08:09 Kirtai

(The Lambda monitor was landscape, while the CADR monitor was portrait.)

bictorv avatar Nov 20 '20 14:11 bictorv