x11-common: Correct spitz resolution - confirmed on 2.4 and fixes Xserver on 2.6...
authorRichard Purdie <rpurdie@rpsys.net>
Wed, 24 Aug 2005 16:56:26 +0000 (16:56 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 24 Aug 2005 16:56:26 +0000 (16:56 +0000)
packages/x11/x11-common/etc/X11/Xserver

index e7e6dd1..8492bfe 100644 (file)
@@ -63,7 +63,7 @@ case `module_id` in
        "SHARP Shepherd" | "SHARP Husky" | "SHARP Corgi")
                ARGS="$ARGS -rgba rgb" ;;
        "SHARP Spitz" | "SHARP Akita" | "SHARP Borzoi")
-               ARGS="$ARGS -rgba rgb -screen 640x480@270" ;;
+               ARGS="$ARGS -rgba rgb -screen 480x640@270" ;;
        "Simpad")
                ARGS="$ARGS -rgba rgb" ;;
        "Generic OMAP1510/1610/1710")