Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Regression] Video appears in lower-left corner only #177

Closed
Shoegzer opened this issue Aug 3, 2024 · 5 comments
Closed

[Regression] Video appears in lower-left corner only #177

Shoegzer opened this issue Aug 3, 2024 · 5 comments

Comments

@Shoegzer
Copy link

Shoegzer commented Aug 3, 2024

Video now appears in lower-left corner of the screen only, whereas before it properly filled the screen.

Bad commit observed: dd90d0e
Last known good commit: 49ca8c1

Options used:
-force-feedback -res=1024,768 -vsync -fullscreen -quad-rendering

  • OS: Linux Mint 22 / kernel 6.8
  • GPU: NVidia GTX 3070 / driver 535.183
@gm-matthew
Copy link
Contributor

That's weird, because we haven't made any changes since 49ca8c1 that should affect video output. I tried running Supermodel with the same options, albeit running Windows 10 instead of Linux, and I was unable to recreate the problem.

I assume that you're compiling Supermodel yourself, are you sure that you are compiling both commits with the same options?

@Shoegzer
Copy link
Author

Shoegzer commented Aug 3, 2024

@gm-matthew yeah I thought it wa strange too. I'm building the project myself with gcc-14.0.1.

Build options are the same before and after these commits: make -j9 -f Makefiles/Makefile.UNIX NET_BOARD=1

@Shoegzer
Copy link
Author

Shoegzer commented Aug 5, 2024

Another point to add, I'm using the following runtime options:

-force-feedback -res=1024,768 -vsync -fullscreen -quad-rendering

I've tried removing -res and -vsync but I still get the issue. I'm not sure if anything else would help.

I need to also mention: this occurs on a notebook hooked up to an external monitor. If I launch supermodel on the notebook screen, the video appears as it should. So I'm guessing it's due to some kind of frequency issue with the monitor? That said, again this wasn't occurring until the commit noted above, but as you said I'm not sure why it would matter.

I'm fine with closing this issue if you think it's beyond the scope of this project, but I'm at least curious on any thoughts you or others may have.

@dukeeeey
Copy link
Collaborator

dukeeeey commented Aug 5, 2024

the issue is probably to do with multiple monitors, supermodel doesn't really have built in support for multi screen setups

@Shoegzer
Copy link
Author

Shoegzer commented Aug 6, 2024

That's fair. I do have another monitor setup which is an arcade CRT though, it would be ideal for the project to support these kinds of setups as part of its presumed goal, though I'm sure there are other priorities.

That said, I don't want to beleaguer the point - I'm fine closing this if you think it's for the best. If you ever need help testing code that aims to tackle this in the future though, I'm happy to help.

@trzy trzy closed this as completed Aug 19, 2024
@trzy trzy closed this as not planned Won't fix, can't repro, duplicate, stale Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants