diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-06-22 20:57:32 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-06-22 20:57:32 +0000 |
commit | ee7dab99e199af9aef09224d261f2055b10a0f86 (patch) | |
tree | ca85b918c13636d827c9ea514abe19d64fadf9a4 /recipes/zaurusd | |
parent | 35b530346188557e7b81bcb69ccea27f60766177 (diff) |
xserver-common, zaurusd: Use native xserver orientation for spitz, akita and borzoi, updated X11/Xinit.d/11zaurus.
Diffstat (limited to 'recipes/zaurusd')
-rw-r--r-- | recipes/zaurusd/files/avoid-rotated-server.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes/zaurusd/files/avoid-rotated-server.patch b/recipes/zaurusd/files/avoid-rotated-server.patch index be1005f70e..0ee601222e 100644 --- a/recipes/zaurusd/files/avoid-rotated-server.patch +++ b/recipes/zaurusd/files/avoid-rotated-server.patch @@ -10,8 +10,8 @@ Index: zaurusd/config/mach-config/mach-akita-vars.in \ No newline at end of file +ALSA_MIXER_INIT=@appconfdir@/alsa/cxx00-default.state + -+export XRANDR_LANDSCAPE=normal -+export XRANDR_PORTRAIT=left ++export XRANDR_LANDSCAPE=right ++export XRANDR_PORTRAIT=normal Index: zaurusd/config/mach-config/mach-borzoi-vars.in =================================================================== --- zaurusd.orig/config/mach-config/mach-borzoi-vars.in 2009-03-07 11:04:43.000000000 +0000 @@ -27,8 +27,8 @@ Index: zaurusd/config/mach-config/mach-borzoi-vars.in \ No newline at end of file +ALSA_MIXER_INIT=@appconfdir@/alsa/cxx00-default.state + -+export XRANDR_LANDSCAPE=normal -+export XRANDR_PORTRAIT=left ++export XRANDR_LANDSCAPE=right ++export XRANDR_PORTRAIT=normal Index: zaurusd/config/mach-config/mach-corgi-vars.in =================================================================== --- zaurusd.orig/config/mach-config/mach-corgi-vars.in 2009-03-07 11:04:43.000000000 +0000 @@ -108,8 +108,8 @@ Index: zaurusd/config/mach-config/mach-spitz-vars.in \ No newline at end of file +ALSA_MIXER_INIT=@appconfdir@/alsa/cxx00-default.state + -+export XRANDR_LANDSCAPE=normal -+export XRANDR_PORTRAIT=left ++export XRANDR_LANDSCAPE=right ++export XRANDR_PORTRAIT=normal Index: zaurusd/config/mach-config/mach-tosa-vars.in =================================================================== --- zaurusd.orig/config/mach-config/mach-tosa-vars.in 2009-03-07 11:04:43.000000000 +0000 |