diff options
author | Koen Kooi <koen@openembedded.org> | 2007-10-07 09:55:01 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-10-07 09:55:01 +0000 |
commit | f33e29a239b9ffb650714a9e3cc1ee0e5f8d5d1c (patch) | |
tree | 37444126629b8d6f408ff2dd01277a29d19f6fb8 /packages/xorg-xserver/gumstix-kmode.patch | |
parent | 60fca52b9c150fa11342bc61fbf29e3e487bad1a (diff) |
xserver-kdrive 1.3: add patch to get the gumstix lcd working
Diffstat (limited to 'packages/xorg-xserver/gumstix-kmode.patch')
-rw-r--r-- | packages/xorg-xserver/gumstix-kmode.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/packages/xorg-xserver/gumstix-kmode.patch b/packages/xorg-xserver/gumstix-kmode.patch new file mode 100644 index 0000000000..56817a7001 --- /dev/null +++ b/packages/xorg-xserver/gumstix-kmode.patch @@ -0,0 +1,23 @@ +--- /tmp/kmode.c 2007-10-07 11:49:52.000000000 +0200 ++++ xorg-server-1.3.0.0/hw/kdrive/src/kmode.c 2007-10-07 11:51:57.962045000 +0200 +@@ -119,7 +119,19 @@ + 0, 0, 0, KdSyncNegative, /* 59.940 */ + }, + +- ++ ++/* gumstix console-vx */ ++ { 480, 272, 60, 0, /* VESA */ ++ 0, 0, 0, KdSyncNegative, /* 31.469 */ ++ 0, 0, 0, KdSyncNegative, /* 59.940 */ ++ }, ++ ++ { 272, 480, 60, 0, /* VESA */ ++ 0, 0, 0, KdSyncNegative, /* 31.469 */ ++ 0, 0, 0, KdSyncNegative, /* 59.940 */ ++ }, ++ ++ + /* 800x600 modes */ + { 800, 600, 85, 56250, /* VESA */ + 32, 152, 248, KdSyncPositive, /* 53.674 */ |