diff options
| author | Koen Kooi <koen@openembedded.org> | 2007-09-06 18:52:06 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@openembedded.org> | 2007-09-06 18:52:06 +0000 |
| commit | 0934f4de40076204e0416a93c3f9fb9b3931f376 (patch) | |
| tree | 69d04a60801410a2d4f8c289f6ec10642835cb5d | |
| parent | a7589dab7b4c398d55f348d9268923443c682865 (diff) | |
nokia770: fix XSERVER
| -rw-r--r-- | conf/machine/nokia770.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/nokia770.conf b/conf/machine/nokia770.conf index 2727fd44d3..0e308b0a67 100644 --- a/conf/machine/nokia770.conf +++ b/conf/machine/nokia770.conf @@ -8,7 +8,7 @@ PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive-omap" PREFERRED_PROVIDER_virtual/bootloader = "" PREFERRED_PROVIDER_tslib = "tslib-maemo" -XSERVER = "xserver-kdrive-omap" +XSERVER = "xserver-kdrive-xomap" # 800x480 is big enough for me GUI_MACHINE_CLASS = "bigscreen" |
