diff options
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 |