diff options
author | Adrian Alonso <aalonso00@gmail.com> | 2010-08-03 06:23:23 +0000 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-04 19:47:04 +0200 |
commit | 9320a3662d627b5b49471a3d2a20401d1193c8bf (patch) | |
tree | 9330dbaa2cad01dfc11863b34d9503efdad374aa /recipes/xserver-common/files/Xserver-virtex.patch | |
parent | 5020cb3eba1a11a891a15a3d6894c34908d04d89 (diff) |
xserver-common: xilinx virtex support
* Add xilinx virtex platforms support
* Set xserver args
* Bump PR
* v2 reorder patch set
Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/xserver-common/files/Xserver-virtex.patch')
-rw-r--r-- | recipes/xserver-common/files/Xserver-virtex.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/xserver-common/files/Xserver-virtex.patch b/recipes/xserver-common/files/Xserver-virtex.patch new file mode 100644 index 0000000000..c7d6cc2481 --- /dev/null +++ b/recipes/xserver-common/files/Xserver-virtex.patch @@ -0,0 +1,14 @@ +Index: xserver-common-1.13/X11/xserver-common +=================================================================== +--- xserver-common-1.13.orig/X11/xserver-common ++++ xserver-common-1.13/X11/xserver-common +@@ -181,6 +181,9 @@ else + # this is to rotate X display properly, tested with display TX09D71VM1CCA + ronetix*pm9261* | ronetix*pm9263*) + ARGS="$ARGS -screen 240/54x320/81@90x16" ;; ++ "Xilinx Virtex"*) ++ DPI="96" ++ ARGS="$ARGS" ;; + # This is a fallback for PCs + "") + if [ -f $BINDIR/Xvesa ]; then |