]> git.sesse.net Git - ccbs/commitdiff
Change default to a 16:9 resolution.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 19 Feb 2012 17:57:47 +0000 (18:57 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 19 Feb 2012 17:57:47 +0000 (18:57 +0100)
bigscreen/theme.config

index 2c65bd94c6671b9230dac0f66bc21f2e874b78cb..cc5d4036e83b952cc9376312d533f7b74a21c054 100644 (file)
@@ -1,13 +1,13 @@
 # Screen mode.
 # Screen mode.
-screen.width=1024
-screen.height=768
+screen.width=1280
+screen.height=720
 screen.lcd=1        # subpixel font rendering
 screen.fullscreen=0
 
 # This is used in the screens, mostly for historical reasons (they were
 # first hard-coded to 800x600, and changing them to be resolution-independent
 # is not a project for today).
 screen.lcd=1        # subpixel font rendering
 screen.fullscreen=0
 
 # This is used in the screens, mostly for historical reasons (they were
 # first hard-coded to 800x600, and changing them to be resolution-independent
 # is not a project for today).
-screen.logical_width=800
+screen.logical_width=1066
 screen.logical_height=600
 
 # Database configuration.
 screen.logical_height=600
 
 # Database configuration.
@@ -52,7 +52,7 @@ divider.blue=127
 ## How to draw rectangles in the background (up to ten, numbered 0-9):
 # background.groupscreen.rect1.x0=0
 # background.groupscreen.rect1.y0=80
 ## How to draw rectangles in the background (up to ten, numbered 0-9):
 # background.groupscreen.rect1.x0=0
 # background.groupscreen.rect1.y0=80
-# background.groupscreen.rect1.x1=800
+# background.groupscreen.rect1.x1=1066
 # background.groupscreen.rect1.y1=110
 # background.groupscreen.rect1.red=63
 # background.groupscreen.rect1.green=63
 # background.groupscreen.rect1.y1=110
 # background.groupscreen.rect1.red=63
 # background.groupscreen.rect1.green=63