nokia800: Add screen size.
authorRobert Schuster <thebohemian@gmx.net>
Wed, 16 Jan 2008 19:04:22 +0000 (19:04 +0000)
committerRobert Schuster <thebohemian@gmx.net>
Wed, 16 Jan 2008 19:04:22 +0000 (19:04 +0000)
nokia770: Add screen size.

conf/machine/nokia770.conf
conf/machine/nokia800.conf

index 45fc16d..4e36c6d 100644 (file)
@@ -12,6 +12,8 @@ XSERVER = "xserver-kdrive-xomap"
 
 # 800x480 is big enough for me
 GUI_MACHINE_CLASS = "bigscreen"
+MACHINE_DISPLAY_WIDTH_PIXELS = "800"
+MACHINE_DISPLAY_HEIGHT_PIXELS = "480"
 
 # Use tune-arm926 per default. Machine independent feeds should be built with tune-strongarm.
 require conf/machine/include/tune-arm926ejs.inc
index 58ddb25..144df2e 100644 (file)
@@ -8,6 +8,8 @@ PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive-xomap"
 XSERVER = "xserver-kdrive-xomap"
 
 GUI_MACHINE_CLASS = "bigscreen"
+MACHINE_DISPLAY_WIDTH_PIXELS = "800"
+MACHINE_DISPLAY_HEIGHT_PIXELS = "480"
 
 TARGET_FPU = "hard"
 include conf/machine/include/tune-arm1136jf-s.inc