harbaum / MiSTeryNano

Atari STE MiSTery core for the Tang Nano 20k FPGA
123 stars 15 forks source link

Resoltion on Monitor #62

Closed mega-hz closed 2 weeks ago

mega-hz commented 2 weeks ago

Hi there,

i wonder is it possible to change the Resolution to 1280x1024 instead of 1920x1080 ? THAT would be great because my NEC Monitor doesn't allow more.

Is there a place in the sourcecode to change that?

harbaum commented 2 weeks ago

i wonder is it possible to change the Resolution to 1280x1024 instead of 1920x1080 ?

What makes you think it"s doing 1920x1080?

The MiSTeryNano is doing a scan doubled standard PAL or NTSC video timing which is e.g. 576p in case of PAL. This is nowhere near 1080p or 1024p.

mega-hz commented 2 weeks ago

Well, my nec monitor accepst max. 1280x1024 and shows no picture when connected tot he nanoMister

Von: Till Harbaum @.> Gesendet: Freitag, 13. September 2024 18:37 An: harbaum/MiSTeryNano @.> Cc: mega-hz @.>; Author @.> Betreff: Re: [harbaum/MiSTeryNano] Resoltion on Monitor (Issue #62)

i wonder is it possible to change the Resolution to 1280x1024 instead of 1920x1080 ? What makes you think it"s doing 1920x1080? The MiSTeryNano is doing a scan doubled standard PAL or NTSC video timing which is e.g. 576p in case of PAL. This is nowhere near 1080p or 1024p. — Reply to this email directly, view it on GitHub https://github.com/harbaum/MiSTeryNano/issues/62#issuecomment-2349361149 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AFBI7EYQDZQOPTCACUOM4OLZWMIBHAVCNFSM6AAAAABOFVOIWGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBZGM3DCMJUHE . You are receiving this because you authored the thread. https://github.com/notifications/beacon/AFBI7E3RONND4VZB32AOVTTZWMIBHA5CNFSM6AAAAABOFVOIWGWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTUMBBT72.gif Message ID: @. @.> >

harbaum commented 2 weeks ago

Then please don't just claim it's doing 1080p. Bug reports based on guessed facts often lead into the wrong direction and makes people search for the wrong thing.

Looks like your screen doesn't support a scan doubled PAL signal. You might try a US TOS rom to see if it copes with a NTSC timing.

But ultimately there's not much you can do if your screen doesn't support that mode.

The screen resolution you are mentioning is typical for an older computer screen. Are you sure you are using a HDMI screen? Or is it a DVI screen using some HDMI/DVI adapter cable?

mega-hz commented 2 weeks ago

Yes it is HDMI 2 DVI But none of my old monitors will accept that signal. Only my „modern“ Monitors with can full hd or 4K.

So is there a solution to change the resolution in source code? I really want to see the picture on my NEC Multisync 1970GX..

Regards, Wolfram.

Von: Till Harbaum @.> Gesendet: Freitag, 13. September 2024 20:18 An: harbaum/MiSTeryNano @.> Cc: mega-hz @.>; Author @.> Betreff: Re: [harbaum/MiSTeryNano] Resoltion on Monitor (Issue #62)

Then please don't just claim it's doing 1080p. Bug reports based on guessed facts often lead into the wrong direction and makes people search for the wrong thing. Looks like your screen doesn't support a scan doubled PAL signal. You might try a US TOS rom to see if it copes with a NTSC timing. But ultimately there's not much you can do if your screen doesn't support that mode. The screen resolution you are mentioning is typical for an older computer screen. Are you sure you are using a HDMI screen? Is is it a DVI screen using some HDMI/DVI adapter cable? — Reply to this email directly, view it on GitHub https://github.com/harbaum/MiSTeryNano/issues/62#issuecomment-2349763901 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AFBI7E2LXTZN7IUG5FRPQTTZWMT4PAVCNFSM6AAAAABOFVOIWGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBZG43DGOJQGE . You are receiving this because you authored the thread. https://github.com/notifications/beacon/AFBI7E4XKVQGU65YS5ODAO3ZWMT4PA5CNFSM6AAAAABOFVOIWGWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTUMB2GT2.gif Message ID: @. @.> >

harbaum commented 2 weeks ago

HDMI is not DVI. With that cable you are sending HDMI over DVI ... but it's still HDMI. Many old screens don't cope with that.

Some recent update in the MisteryNano's HDMI.sv source re-enabled the option to build the core with DVI rather than HDMI. You can give that a try. But if course you then don't have audio.

There are several other options. One is to use a real HDMI to DVI converter/rescaler. Another is to use a HDMI to VGA converter. Both usually also export analogue audio.

mega-hz commented 2 weeks ago

ok. in wich part of the source code can i change it from HDMI to DVI? And is there another possibility to get the sound?

harbaum commented 2 weeks ago

You can change this in HDMI.sv as I wrote in my previous post.

mega-hz commented 2 weeks ago

hm, where exactly can i find that to switch to dvi? Line Nr.?

harbaum commented 2 weeks ago

I confused that with the NanoMig which recently had this option added. The MiSTeryNano would need to get the same change.

But I don't see a need nor do I have a DVI screen to test. So I'll leave it for someone else to (re)implement DVI support.

mega-hz commented 2 weeks ago

OK. No problem. I was just wondering because a PI3 works over HDMI2DVI Adapter. Never mind.

But i have a much greater Problem: Mouse works fine, but Keyboard has real issui! A cable-Keyboard only accepts ALT-Arrow-up and Strg-Alt-del. No more. A Wireless Keyboard even doesnt work at all. Both work w/o problems on a pc.

Any Idea?

Von: Till Harbaum @.> Gesendet: Samstag, 14. September 2024 19:20 An: harbaum/MiSTeryNano @.> Cc: mega-hz @.>; Author @.> Betreff: Re: [harbaum/MiSTeryNano] Resoltion on Monitor (Issue #62)

I confused that with the NanoMig which recently had this option added. The MiSTeryNano would need to get the same change. But I don't see a need nor do I have a DVI screen to test. So I'll leave it for someone else to (re)implement DVI support. — Reply to this email directly, view it on GitHub https://github.com/harbaum/MiSTeryNano/issues/62#issuecomment-2351067044 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AFBI7EZ6SQM27NNLGGG5UVLZWRV23AVCNFSM6AAAAABOFVOIWGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNJRGA3DOMBUGQ . You are receiving this because you authored the thread. https://github.com/notifications/beacon/AFBI7E7JJ5RGTGFXCLYVYNDZWRV23A5CNFSM6AAAAABOFVOIWGWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTUMEJX2I.gif Message ID: @. @.> >