diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-07-17 22:12:51 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-07-17 22:12:51 +0000 |
commit | 6ada1e24b04359d24f56a405ad73789fe0ec61e8 (patch) | |
tree | eaaf1792498bd267b8bbd1c9453874498bd0048a /conf/machine/hx2000.conf | |
parent | 7e2ba1265db15c029422ad4ef2021863ae23eb5d (diff) |
conf/machine/: Add new screen parameter variables for a bunch of machines.
Diffstat (limited to 'conf/machine/hx2000.conf')
-rw-r--r-- | conf/machine/hx2000.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/hx2000.conf b/conf/machine/hx2000.conf index ffffc3a569..279b273a70 100644 --- a/conf/machine/hx2000.conf +++ b/conf/machine/hx2000.conf @@ -25,7 +25,9 @@ PCMCIA_MANAGER = "pcmciautils" SERIAL_CONSOLE = "115200 ttyS0" -GUI_MACHINE_CLASS = "smallscreen" +MACHINE_GUI_CLASS = "smallscreen" +MACHINE_DISPLAY_WIDTH_PIXELS = "240" +MACHINE_DISPLAY_HEIGHT_PIXELS = "320" # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. require conf/machine/include/tune-xscale.conf |