diff options
author | lambroslambrou@chromium.org <lambroslambrou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-18 07:21:25 +0000 |
---|---|---|
committer | lambroslambrou@chromium.org <lambroslambrou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-18 07:21:25 +0000 |
commit | 24c17f54e047adf30c458a9112114e4266bee666 (patch) | |
tree | f34b5f7afa3d705bb6f6ac80fbe5b1b0247dcd7c /remoting | |
parent | b4d6fe2eefc4f7e721a5c8b79ea1edf47fc39fb4 (diff) | |
download | chromium_src-24c17f54e047adf30c458a9112114e4266bee666.zip chromium_src-24c17f54e047adf30c458a9112114e4266bee666.tar.gz chromium_src-24c17f54e047adf30c458a9112114e4266bee666.tar.bz2 |
Increase size limit of Me2Me Linux virtual desktop
People are using bigger and bigger monitors these days! This change only
makes a difference when RANDR-enabled Xvfb is used.
NOTRY=true
Review URL: https://codereview.chromium.org/341653004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277967 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rwxr-xr-x | remoting/host/linux/linux_me2me_host.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/linux/linux_me2me_host.py b/remoting/host/linux/linux_me2me_host.py index 319becb..8f87dce 100755 --- a/remoting/host/linux/linux_me2me_host.py +++ b/remoting/host/linux/linux_me2me_host.py @@ -42,7 +42,7 @@ DEFAULT_SIZES_ENV_VAR = "CHROME_REMOTE_DESKTOP_DEFAULT_DESKTOP_SIZES" # with large or multiple monitors. This is a comma-separated list of # resolutions that will be made available if the X server supports RANDR. These # defaults can be overridden in ~/.profile. -DEFAULT_SIZES = "1600x1200,3840x1600" +DEFAULT_SIZES = "1600x1200,3840x2560" # If RANDR is not available, use a smaller default size. Only a single # resolution is supported in this case. |