We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Verify SDL video window setup for BigDesktop/TwinView
VEEJAY_DESKTOP_GEOMETRY WxH+XxY VEEJAY_VIDEO_POSITION XxY VEEJAY_VIDEO_SIZE WxH
example: export VEEJAY_DESKTOP_GEOMETRY=1980x1080+0x0
export VEEJAY_DESKTOP_GEOMETRY=1980x1080+0x0
VEEJAY_DESKTOP_GEOMETRY : Size of your screen and position VEEJAY_VIDEO_POSITION: Position in screen VEEJAY_VIDEO_SIZE: Size of video in scren
The text was updated successfully, but these errors were encountered:
This works fine with a single monitor (not in twin-view mode). Yay!
Tried with:
export VEEJAY_DESKTOP_GEOMETRY=1980x1080+0x0 export VEEJAY_VIDEO_POSITION=0x0 export VEEJAY_VIDEO_SIZE=1280x720
Check with twinview with dualhead graphical card.
Sorry, something went wrong.
No branches or pull requests
Verify SDL video window setup for BigDesktop/TwinView
VEEJAY_DESKTOP_GEOMETRY WxH+XxY
VEEJAY_VIDEO_POSITION XxY
VEEJAY_VIDEO_SIZE WxH
example:
export VEEJAY_DESKTOP_GEOMETRY=1980x1080+0x0
VEEJAY_DESKTOP_GEOMETRY : Size of your screen and position
VEEJAY_VIDEO_POSITION: Position in screen
VEEJAY_VIDEO_SIZE: Size of video in scren
The text was updated successfully, but these errors were encountered: