Increase virtual screen size past 4096 x 4096 on Ubuntu 14.04 LTSVirtual screen larger than 4096x4096 using xrandrUbuntu 14.04 — 2 Monitors only acting as 1 monitorHow to get Lilliput USB monitor working?How can I set external monitor as default?NVidia dual monitor set-up 11.04External monitor does not correctly display on GMA500Dual displays not working, white backgorundAdd file to set screen size on Xorglow display resolutionXorg increase virtual screen size past 8192 x 8192How to render xorg on intel graphics and use cuda on nvidia gpu?Forcing a Display Size on Ubuntu 16.04
Is a model fitted to data or is data fitted to a model?
Could the E-bike drivetrain wear down till needing replacement after 400 km?
What is this type of notehead called?
Why in book's example is used 言葉(ことば) instead of 言語(げんご)?
How do I repair my stair bannister?
Is camera lens focus an exact point or a range?
Have I saved too much for retirement so far?
MAXDOP Settings for SQL Server 2014
Divine apple island
What does the Rambam mean when he says that the planets have souls?
What does this horizontal bar at the first measure mean?
Longest common substring in linear time
Drawing ramified coverings with tikz
How do you respond to a colleague from another team when they're wrongly expecting that you'll help them?
Confusion on Parallelogram
Global amount of publications over time
Can a significant change in incentives void an employment contract?
Did US corporations pay demonstrators in the German demonstrations against article 13?
When quoting, must I also copy hyphens used to divide words that continue on the next line?
Fly on a jet pack vs fly with a jet pack?
Transformation of random variables and joint distributions
If a character with the Alert feat rolls a crit fail on their Perception check, are they surprised?
Why has "pence" been used in this sentence, not "pences"?
Is it possible to have a strip of cold climate in the middle of a planet?
Increase virtual screen size past 4096 x 4096 on Ubuntu 14.04 LTS
Virtual screen larger than 4096x4096 using xrandrUbuntu 14.04 — 2 Monitors only acting as 1 monitorHow to get Lilliput USB monitor working?How can I set external monitor as default?NVidia dual monitor set-up 11.04External monitor does not correctly display on GMA500Dual displays not working, white backgorundAdd file to set screen size on Xorglow display resolutionXorg increase virtual screen size past 8192 x 8192How to render xorg on intel graphics and use cuda on nvidia gpu?Forcing a Display Size on Ubuntu 16.04
I have two 27" monitors with a 2560 x 1920 resolution each. When I try to extend my desktop across them both I get the below error:
So, if I need to increase the maximum virtual screen size? To include a resolution of 5120 x 1920.
I've been trying to do this for about 12 hours now....
I have tried using xrandr arandr and a bunch of other tools recommend on this site and other forums.
I have added a xorg.conf file to /etc/X11 (which didn't exist already, and I generated) which now looks like this:
Note: This is just a snippet from the file (I can post it if needed).
Section "Screen"
SubSection "Display"
Virtual 5120 4096
EndSubSection
EndSection
I also tried a bunch of other similar answers, and in the process messed up the xorg server and wasn't able to boot at all until re installing it.
I know xserver changed a bit from 12 to 14, and now uses a bunch of files in /usr/share/xorg.conf.d, which I have also played around with. My understanding is putting a xorg.conf file in the /etc/X11 folder would overrule that anyway (but really, I've been trying anything).
So far nothing has worked.
Some things have had an effect, like me not being able to boot up at all, or get past the logo, which have been solved by root terminalling in safe mode to undo changes or reinstall xserver.
Any ideas would be appreciated.
xorg multiple-monitors display resolution
bumped to the homepage by Community♦ 11 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I have two 27" monitors with a 2560 x 1920 resolution each. When I try to extend my desktop across them both I get the below error:
So, if I need to increase the maximum virtual screen size? To include a resolution of 5120 x 1920.
I've been trying to do this for about 12 hours now....
I have tried using xrandr arandr and a bunch of other tools recommend on this site and other forums.
I have added a xorg.conf file to /etc/X11 (which didn't exist already, and I generated) which now looks like this:
Note: This is just a snippet from the file (I can post it if needed).
Section "Screen"
SubSection "Display"
Virtual 5120 4096
EndSubSection
EndSection
I also tried a bunch of other similar answers, and in the process messed up the xorg server and wasn't able to boot at all until re installing it.
I know xserver changed a bit from 12 to 14, and now uses a bunch of files in /usr/share/xorg.conf.d, which I have also played around with. My understanding is putting a xorg.conf file in the /etc/X11 folder would overrule that anyway (but really, I've been trying anything).
So far nothing has worked.
Some things have had an effect, like me not being able to boot up at all, or get past the logo, which have been solved by root terminalling in safe mode to undo changes or reinstall xserver.
Any ideas would be appreciated.
xorg multiple-monitors display resolution
bumped to the homepage by Community♦ 11 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Take a look at thinkwiki.org/wiki/Xorg_RandR_1.2#the_Virtual_screen for an explanation of why 4096x4096 is the limit.
– James
Oct 12 '14 at 14:21
Thanks @James I hadn't seen that. It doesn't really explain why 4096 4096 is the limit, just that it is, and the higher the number the more resources are consumed. tl;dr: Is there any way I can increase to 5120 1920? I really don't want to go back to windows..
– S..
Oct 12 '14 at 15:46
Also take a look at askubuntu.com/questions/347292/… for a possible workaround.
– James
Oct 13 '14 at 0:28
'Sadly'I went back to windows for this machine.. It simply works.
– S..
Nov 27 '14 at 11:44
add a comment |
I have two 27" monitors with a 2560 x 1920 resolution each. When I try to extend my desktop across them both I get the below error:
So, if I need to increase the maximum virtual screen size? To include a resolution of 5120 x 1920.
I've been trying to do this for about 12 hours now....
I have tried using xrandr arandr and a bunch of other tools recommend on this site and other forums.
I have added a xorg.conf file to /etc/X11 (which didn't exist already, and I generated) which now looks like this:
Note: This is just a snippet from the file (I can post it if needed).
Section "Screen"
SubSection "Display"
Virtual 5120 4096
EndSubSection
EndSection
I also tried a bunch of other similar answers, and in the process messed up the xorg server and wasn't able to boot at all until re installing it.
I know xserver changed a bit from 12 to 14, and now uses a bunch of files in /usr/share/xorg.conf.d, which I have also played around with. My understanding is putting a xorg.conf file in the /etc/X11 folder would overrule that anyway (but really, I've been trying anything).
So far nothing has worked.
Some things have had an effect, like me not being able to boot up at all, or get past the logo, which have been solved by root terminalling in safe mode to undo changes or reinstall xserver.
Any ideas would be appreciated.
xorg multiple-monitors display resolution
I have two 27" monitors with a 2560 x 1920 resolution each. When I try to extend my desktop across them both I get the below error:
So, if I need to increase the maximum virtual screen size? To include a resolution of 5120 x 1920.
I've been trying to do this for about 12 hours now....
I have tried using xrandr arandr and a bunch of other tools recommend on this site and other forums.
I have added a xorg.conf file to /etc/X11 (which didn't exist already, and I generated) which now looks like this:
Note: This is just a snippet from the file (I can post it if needed).
Section "Screen"
SubSection "Display"
Virtual 5120 4096
EndSubSection
EndSection
I also tried a bunch of other similar answers, and in the process messed up the xorg server and wasn't able to boot at all until re installing it.
I know xserver changed a bit from 12 to 14, and now uses a bunch of files in /usr/share/xorg.conf.d, which I have also played around with. My understanding is putting a xorg.conf file in the /etc/X11 folder would overrule that anyway (but really, I've been trying anything).
So far nothing has worked.
Some things have had an effect, like me not being able to boot up at all, or get past the logo, which have been solved by root terminalling in safe mode to undo changes or reinstall xserver.
Any ideas would be appreciated.
xorg multiple-monitors display resolution
xorg multiple-monitors display resolution
asked Oct 12 '14 at 14:15
S..S..
2351311
2351311
bumped to the homepage by Community♦ 11 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 11 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Take a look at thinkwiki.org/wiki/Xorg_RandR_1.2#the_Virtual_screen for an explanation of why 4096x4096 is the limit.
– James
Oct 12 '14 at 14:21
Thanks @James I hadn't seen that. It doesn't really explain why 4096 4096 is the limit, just that it is, and the higher the number the more resources are consumed. tl;dr: Is there any way I can increase to 5120 1920? I really don't want to go back to windows..
– S..
Oct 12 '14 at 15:46
Also take a look at askubuntu.com/questions/347292/… for a possible workaround.
– James
Oct 13 '14 at 0:28
'Sadly'I went back to windows for this machine.. It simply works.
– S..
Nov 27 '14 at 11:44
add a comment |
Take a look at thinkwiki.org/wiki/Xorg_RandR_1.2#the_Virtual_screen for an explanation of why 4096x4096 is the limit.
– James
Oct 12 '14 at 14:21
Thanks @James I hadn't seen that. It doesn't really explain why 4096 4096 is the limit, just that it is, and the higher the number the more resources are consumed. tl;dr: Is there any way I can increase to 5120 1920? I really don't want to go back to windows..
– S..
Oct 12 '14 at 15:46
Also take a look at askubuntu.com/questions/347292/… for a possible workaround.
– James
Oct 13 '14 at 0:28
'Sadly'I went back to windows for this machine.. It simply works.
– S..
Nov 27 '14 at 11:44
Take a look at thinkwiki.org/wiki/Xorg_RandR_1.2#the_Virtual_screen for an explanation of why 4096x4096 is the limit.
– James
Oct 12 '14 at 14:21
Take a look at thinkwiki.org/wiki/Xorg_RandR_1.2#the_Virtual_screen for an explanation of why 4096x4096 is the limit.
– James
Oct 12 '14 at 14:21
Thanks @James I hadn't seen that. It doesn't really explain why 4096 4096 is the limit, just that it is, and the higher the number the more resources are consumed. tl;dr: Is there any way I can increase to 5120 1920? I really don't want to go back to windows..
– S..
Oct 12 '14 at 15:46
Thanks @James I hadn't seen that. It doesn't really explain why 4096 4096 is the limit, just that it is, and the higher the number the more resources are consumed. tl;dr: Is there any way I can increase to 5120 1920? I really don't want to go back to windows..
– S..
Oct 12 '14 at 15:46
Also take a look at askubuntu.com/questions/347292/… for a possible workaround.
– James
Oct 13 '14 at 0:28
Also take a look at askubuntu.com/questions/347292/… for a possible workaround.
– James
Oct 13 '14 at 0:28
'Sadly'I went back to windows for this machine.. It simply works.
– S..
Nov 27 '14 at 11:44
'Sadly'I went back to windows for this machine.. It simply works.
– S..
Nov 27 '14 at 11:44
add a comment |
1 Answer
1
active
oldest
votes
xrandr --output VGA1 --rate 60 --mode 1440x900 --fb 5120x1920 --panning 5120x1920
where --rate xx and mode yyyyXyyy equal a valid mode for your monitor and the -fb and panning switches specify the desktop size. You'll have to adjust these values to your hardware. I don't have 2 monitors to test this so in your case I think you'd leave off the --panning switch and adjust your situation according to information here. This does result in a desktop of the desired size however and I can pan around it.
I returned my desktop to normal (for me) with xrandr --output VGA1 --rate 60 --mode 1440x900 --fb 1440x900
Tested under Lubuntu 14.04.4 64-bit
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f536175%2fincrease-virtual-screen-size-past-4096-x-4096-on-ubuntu-14-04-lts%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
xrandr --output VGA1 --rate 60 --mode 1440x900 --fb 5120x1920 --panning 5120x1920
where --rate xx and mode yyyyXyyy equal a valid mode for your monitor and the -fb and panning switches specify the desktop size. You'll have to adjust these values to your hardware. I don't have 2 monitors to test this so in your case I think you'd leave off the --panning switch and adjust your situation according to information here. This does result in a desktop of the desired size however and I can pan around it.
I returned my desktop to normal (for me) with xrandr --output VGA1 --rate 60 --mode 1440x900 --fb 1440x900
Tested under Lubuntu 14.04.4 64-bit
add a comment |
xrandr --output VGA1 --rate 60 --mode 1440x900 --fb 5120x1920 --panning 5120x1920
where --rate xx and mode yyyyXyyy equal a valid mode for your monitor and the -fb and panning switches specify the desktop size. You'll have to adjust these values to your hardware. I don't have 2 monitors to test this so in your case I think you'd leave off the --panning switch and adjust your situation according to information here. This does result in a desktop of the desired size however and I can pan around it.
I returned my desktop to normal (for me) with xrandr --output VGA1 --rate 60 --mode 1440x900 --fb 1440x900
Tested under Lubuntu 14.04.4 64-bit
add a comment |
xrandr --output VGA1 --rate 60 --mode 1440x900 --fb 5120x1920 --panning 5120x1920
where --rate xx and mode yyyyXyyy equal a valid mode for your monitor and the -fb and panning switches specify the desktop size. You'll have to adjust these values to your hardware. I don't have 2 monitors to test this so in your case I think you'd leave off the --panning switch and adjust your situation according to information here. This does result in a desktop of the desired size however and I can pan around it.
I returned my desktop to normal (for me) with xrandr --output VGA1 --rate 60 --mode 1440x900 --fb 1440x900
Tested under Lubuntu 14.04.4 64-bit
xrandr --output VGA1 --rate 60 --mode 1440x900 --fb 5120x1920 --panning 5120x1920
where --rate xx and mode yyyyXyyy equal a valid mode for your monitor and the -fb and panning switches specify the desktop size. You'll have to adjust these values to your hardware. I don't have 2 monitors to test this so in your case I think you'd leave off the --panning switch and adjust your situation according to information here. This does result in a desktop of the desired size however and I can pan around it.
I returned my desktop to normal (for me) with xrandr --output VGA1 --rate 60 --mode 1440x900 --fb 1440x900
Tested under Lubuntu 14.04.4 64-bit
edited Apr 13 '17 at 12:25
Community♦
1
1
answered Feb 26 '16 at 17:04
Elder GeekElder Geek
27.4k955130
27.4k955130
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f536175%2fincrease-virtual-screen-size-past-4096-x-4096-on-ubuntu-14-04-lts%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Take a look at thinkwiki.org/wiki/Xorg_RandR_1.2#the_Virtual_screen for an explanation of why 4096x4096 is the limit.
– James
Oct 12 '14 at 14:21
Thanks @James I hadn't seen that. It doesn't really explain why 4096 4096 is the limit, just that it is, and the higher the number the more resources are consumed. tl;dr: Is there any way I can increase to 5120 1920? I really don't want to go back to windows..
– S..
Oct 12 '14 at 15:46
Also take a look at askubuntu.com/questions/347292/… for a possible workaround.
– James
Oct 13 '14 at 0:28
'Sadly'I went back to windows for this machine.. It simply works.
– S..
Nov 27 '14 at 11:44