Skip to content

Commit

Permalink
extra: Adjust resolution to VGA
Browse files Browse the repository at this point in the history
Change-Id: I6bcb2c081d0a143ac0cc7aaca26667062299276a
Origin: adoptware#43
Signed-off-by: Philippe Coval <[email protected]>
  • Loading branch information
rzr committed Feb 28, 2024
1 parent 6a5b220 commit 4e1e659
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion extra/profile/pincab/etc/pinball/pinball
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
size: 768 1024
size: 480 640
sound: 8
music: 8
view: 4
Expand Down
24 changes: 15 additions & 9 deletions extra/profile/pincab/etc/pinball/weston.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,42 +22,48 @@ path=
[output]
name=DP-1
# mode=off
mode=1024x768
mode=640x480
transform=rotate-90

[output]
name=DP-2
mode=off
# mode=1024x768
# mode=640x480
transform=rotate-90

[output]
name=DVI-I-1
mode=off
# mode=1024x768
# mode=640x480
transform=rotate-90

[output]
name=eDP-1
# mode=off
mode=640x480
transform=rotate-90

# configure: playfield screen on PI
[output]
name=HDMI-A-1
# mode=off
mode=1024x768
mode=640x480
transform=rotate-90

[output]
name=LVDS-1
mode=off
# mode=1024x768
# mode=off
mode=640x480
transform=rotate-90

[output]
name=Virtual-1
# mode=off
mode=1024x768
mode=640x480
transform=rotate-90

[output]
name=VGA-1
mode=off
# mode=1024x768
# mode=off
mode=640x480
transform=rotate-90

0 comments on commit 4e1e659

Please sign in to comment.