How to zoom the desktop under Gnome? The Next CEO of Stack OverflowIs it possible to “zoom...
Why do professional authors make "consistency" mistakes? And how to avoid them?
If/When UK leaves the EU, can a future goverment conduct a referendum to join the EU?
How to invert MapIndexed on a ragged structure? How to construct a tree from rules?
What connection does MS Office have to Netscape Navigator?
If Nick Fury and Coulson already knew about aliens (Kree and Skrull) why did they wait until Thor's appearance to start making weapons?
How does the Z80 determine which peripheral sent an interrupt?
Does it take more energy to get to Venus or to Mars?
Which tube will fit a -(700 x 25c) wheel?
Is it ever safe to open a suspicious html file (e.g. email attachment)?
Why is the US ranked as #45 in Press Freedom ratings, despite its extremely permissive free speech laws?
What does "Its cash flow is deeply negative" mean?
Is it professional to write unrelated content in an almost-empty email?
Preparing Indesign booklet with .psd graphics for print
Why don't programming languages automatically manage the synchronous/asynchronous problem?
How long to clear the 'suck zone' of a turbofan after start is initiated?
Elegant way to replace substring in a regex with optional groups in Python?
What can we do to stop prior company from asking us questions?
Why does the UK parliament need a vote on the political declaration?
How to avoid supervisors with prejudiced views?
Received an invoice from my ex-employer billing me for training; how to handle?
Inappropriate reference requests from Journal reviewers
Is it possible to search for a directory/file combination?
What happened in Rome, when the western empire "fell"?
Is there a difference between "Fahrstuhl" and "Aufzug"
How to zoom the desktop under Gnome?
The Next CEO of Stack OverflowIs it possible to “zoom in” in Windows (Vista), like we can in Ubuntu?Mac OS: Independent Zoom OR Mouse area magnifier?Suspend Screen Command under GnomeInhibit suspend under GnomeCan't enable universal zoom in OS X LionHow do KDE applications run under Gnome?Disable zoom-pinching, scrolling, ctrl+scroll lock on Windows 8, Surface Pro 2How To Save Entire Mouse-Over Zoom Image From WebsiteOpensuse Stop Gnome Zoom from Following typingWeird Crosshair Gnome Desktop
I want to use my PC from the couch, but from there, I cannot see what I'm clicking. I enabled Enhanced Zoom Desktop in CCSM and it looked like it does what I want. But when "Sync mouse" is enabled, the whole desktop pans around with the tiniest mouse twitch, making me seasick. When I disable it, the mouse pointer is mapped to the non-zoomed desktop, which means that when I click on a button I am seeing on the desktop, the click registers somewhere else, and I practically cannot do anything while under zoom. Is there a better solution (does not have to involve CCSM)?
Clarification: I am looking for something which zooms the entire desktop, not for a detached magnifier window.
gnome zoom
add a comment |
I want to use my PC from the couch, but from there, I cannot see what I'm clicking. I enabled Enhanced Zoom Desktop in CCSM and it looked like it does what I want. But when "Sync mouse" is enabled, the whole desktop pans around with the tiniest mouse twitch, making me seasick. When I disable it, the mouse pointer is mapped to the non-zoomed desktop, which means that when I click on a button I am seeing on the desktop, the click registers somewhere else, and I practically cannot do anything while under zoom. Is there a better solution (does not have to involve CCSM)?
Clarification: I am looking for something which zooms the entire desktop, not for a detached magnifier window.
gnome zoom
add a comment |
I want to use my PC from the couch, but from there, I cannot see what I'm clicking. I enabled Enhanced Zoom Desktop in CCSM and it looked like it does what I want. But when "Sync mouse" is enabled, the whole desktop pans around with the tiniest mouse twitch, making me seasick. When I disable it, the mouse pointer is mapped to the non-zoomed desktop, which means that when I click on a button I am seeing on the desktop, the click registers somewhere else, and I practically cannot do anything while under zoom. Is there a better solution (does not have to involve CCSM)?
Clarification: I am looking for something which zooms the entire desktop, not for a detached magnifier window.
gnome zoom
I want to use my PC from the couch, but from there, I cannot see what I'm clicking. I enabled Enhanced Zoom Desktop in CCSM and it looked like it does what I want. But when "Sync mouse" is enabled, the whole desktop pans around with the tiniest mouse twitch, making me seasick. When I disable it, the mouse pointer is mapped to the non-zoomed desktop, which means that when I click on a button I am seeing on the desktop, the click registers somewhere else, and I practically cannot do anything while under zoom. Is there a better solution (does not have to involve CCSM)?
Clarification: I am looking for something which zooms the entire desktop, not for a detached magnifier window.
gnome zoom
gnome zoom
edited Aug 14 '10 at 16:45
rumtscho
asked Aug 14 '10 at 11:19
rumtschorumtscho
2,54693764
2,54693764
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
try xrandr (it stands for x resize and rotate)
here is the output on my ibm thinkpad x40 which has an intel i855 graphic chip
$ xrandr
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 2048 x 2048
VGA1 disconnected (normal left inverted right x axis y axis)
LVDS1 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm panning 1024x768+0+0
1024x768 50.0*+ 85.0 75.0 70.1 60.0
832x624 74.6
800x600 85.1 72.2 75.0 60.3 56.2
640x480 85.0 72.8 75.0 59.9
720x400 85.0
640x400 85.1
640x350 85.1
you see that my monitor is connected to LVDS1 and what the available resolutions are
you can zoom using following command
$ xrandr --output LVDS1 --panning 1024x768 --mode 640x480
that will set your monitor resolution to 640x480 showing a 640x480 area out of your 1024x768 desktop.
to restore your normal resolution use following command
$ xrandr --output LVDS1 --panning 1024x768 --mode 1024x768
the difference to just changing resolution is that all other programms think the the resolution is still 1024x768. they have no idea that only a part of those 1024x768 is actually projected to the monitor.
let's compare this to the compiz zoom
- compiz zoom centers on the mouse and moves the visible area with every pixel the mouse moves. xrandr only moves the visible area when the mouse cursor reaches the edge of the visible area.
- compiz keeps the monitor resolution. xrandr changes the monitor resolution.
- compiz blurs the pixels. xrandr does not blur the pixels. though the monitor might show them a bit blurred because it is not in it's native resolution.
- compiz has arbitrary zoom levels. xrandr only has as many zoom levels as supported by the graphic card and monitor.
- compiz can zoom instantly. xrandr zoom time depends on the monitor switching resolution.
of all the arguments, i find the first point to be dominating. i can't understand why the compiz developers made the zoom follow every pixel movement of the mouse. i think they never really used it other than showing off.
add a comment |
You can use:
- In Gnome Shell, the magnifier is available under the Accessibility icon in the top bar.
- In Unity, you'll need to go into
CompizConfig
(compizconfig-settings-manager
if you don't have it installed) and enable theEnhanced Zoom Desktop
plugin, which can be set to zoom in when you, say, hold Super key(the one with the windows icon) and scroll up or down. - By default (In
GNOME2
at least) all you have to do is hold down the Super and scroll up/down to zoom in/out.
A little script that allows you to do a compiz like zoom using the left-alt key and the scrollwheel for Gnome 3. Not yet a Gnome extension.- eZoom
add a comment |
You might want to look at xzoom.
Like xmag, xzoom magnifies a section of the X display. Xzoom is different because it will continuously update the magnified area as the display changes. It is fast enough to enlarge small animations, for example.
It can also mirror or rotate a part of the screen.
1
I tried it out. xzoom is only a small magnifying window, it doesn't zoom the complete desktop. Also, it is very laggy - it only updates the zoomed portion very slowly, making it hard to use.
– rumtscho
Aug 14 '10 at 16:45
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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%2fsuperuser.com%2fquestions%2f175803%2fhow-to-zoom-the-desktop-under-gnome%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
try xrandr (it stands for x resize and rotate)
here is the output on my ibm thinkpad x40 which has an intel i855 graphic chip
$ xrandr
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 2048 x 2048
VGA1 disconnected (normal left inverted right x axis y axis)
LVDS1 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm panning 1024x768+0+0
1024x768 50.0*+ 85.0 75.0 70.1 60.0
832x624 74.6
800x600 85.1 72.2 75.0 60.3 56.2
640x480 85.0 72.8 75.0 59.9
720x400 85.0
640x400 85.1
640x350 85.1
you see that my monitor is connected to LVDS1 and what the available resolutions are
you can zoom using following command
$ xrandr --output LVDS1 --panning 1024x768 --mode 640x480
that will set your monitor resolution to 640x480 showing a 640x480 area out of your 1024x768 desktop.
to restore your normal resolution use following command
$ xrandr --output LVDS1 --panning 1024x768 --mode 1024x768
the difference to just changing resolution is that all other programms think the the resolution is still 1024x768. they have no idea that only a part of those 1024x768 is actually projected to the monitor.
let's compare this to the compiz zoom
- compiz zoom centers on the mouse and moves the visible area with every pixel the mouse moves. xrandr only moves the visible area when the mouse cursor reaches the edge of the visible area.
- compiz keeps the monitor resolution. xrandr changes the monitor resolution.
- compiz blurs the pixels. xrandr does not blur the pixels. though the monitor might show them a bit blurred because it is not in it's native resolution.
- compiz has arbitrary zoom levels. xrandr only has as many zoom levels as supported by the graphic card and monitor.
- compiz can zoom instantly. xrandr zoom time depends on the monitor switching resolution.
of all the arguments, i find the first point to be dominating. i can't understand why the compiz developers made the zoom follow every pixel movement of the mouse. i think they never really used it other than showing off.
add a comment |
try xrandr (it stands for x resize and rotate)
here is the output on my ibm thinkpad x40 which has an intel i855 graphic chip
$ xrandr
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 2048 x 2048
VGA1 disconnected (normal left inverted right x axis y axis)
LVDS1 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm panning 1024x768+0+0
1024x768 50.0*+ 85.0 75.0 70.1 60.0
832x624 74.6
800x600 85.1 72.2 75.0 60.3 56.2
640x480 85.0 72.8 75.0 59.9
720x400 85.0
640x400 85.1
640x350 85.1
you see that my monitor is connected to LVDS1 and what the available resolutions are
you can zoom using following command
$ xrandr --output LVDS1 --panning 1024x768 --mode 640x480
that will set your monitor resolution to 640x480 showing a 640x480 area out of your 1024x768 desktop.
to restore your normal resolution use following command
$ xrandr --output LVDS1 --panning 1024x768 --mode 1024x768
the difference to just changing resolution is that all other programms think the the resolution is still 1024x768. they have no idea that only a part of those 1024x768 is actually projected to the monitor.
let's compare this to the compiz zoom
- compiz zoom centers on the mouse and moves the visible area with every pixel the mouse moves. xrandr only moves the visible area when the mouse cursor reaches the edge of the visible area.
- compiz keeps the monitor resolution. xrandr changes the monitor resolution.
- compiz blurs the pixels. xrandr does not blur the pixels. though the monitor might show them a bit blurred because it is not in it's native resolution.
- compiz has arbitrary zoom levels. xrandr only has as many zoom levels as supported by the graphic card and monitor.
- compiz can zoom instantly. xrandr zoom time depends on the monitor switching resolution.
of all the arguments, i find the first point to be dominating. i can't understand why the compiz developers made the zoom follow every pixel movement of the mouse. i think they never really used it other than showing off.
add a comment |
try xrandr (it stands for x resize and rotate)
here is the output on my ibm thinkpad x40 which has an intel i855 graphic chip
$ xrandr
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 2048 x 2048
VGA1 disconnected (normal left inverted right x axis y axis)
LVDS1 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm panning 1024x768+0+0
1024x768 50.0*+ 85.0 75.0 70.1 60.0
832x624 74.6
800x600 85.1 72.2 75.0 60.3 56.2
640x480 85.0 72.8 75.0 59.9
720x400 85.0
640x400 85.1
640x350 85.1
you see that my monitor is connected to LVDS1 and what the available resolutions are
you can zoom using following command
$ xrandr --output LVDS1 --panning 1024x768 --mode 640x480
that will set your monitor resolution to 640x480 showing a 640x480 area out of your 1024x768 desktop.
to restore your normal resolution use following command
$ xrandr --output LVDS1 --panning 1024x768 --mode 1024x768
the difference to just changing resolution is that all other programms think the the resolution is still 1024x768. they have no idea that only a part of those 1024x768 is actually projected to the monitor.
let's compare this to the compiz zoom
- compiz zoom centers on the mouse and moves the visible area with every pixel the mouse moves. xrandr only moves the visible area when the mouse cursor reaches the edge of the visible area.
- compiz keeps the monitor resolution. xrandr changes the monitor resolution.
- compiz blurs the pixels. xrandr does not blur the pixels. though the monitor might show them a bit blurred because it is not in it's native resolution.
- compiz has arbitrary zoom levels. xrandr only has as many zoom levels as supported by the graphic card and monitor.
- compiz can zoom instantly. xrandr zoom time depends on the monitor switching resolution.
of all the arguments, i find the first point to be dominating. i can't understand why the compiz developers made the zoom follow every pixel movement of the mouse. i think they never really used it other than showing off.
try xrandr (it stands for x resize and rotate)
here is the output on my ibm thinkpad x40 which has an intel i855 graphic chip
$ xrandr
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 2048 x 2048
VGA1 disconnected (normal left inverted right x axis y axis)
LVDS1 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm panning 1024x768+0+0
1024x768 50.0*+ 85.0 75.0 70.1 60.0
832x624 74.6
800x600 85.1 72.2 75.0 60.3 56.2
640x480 85.0 72.8 75.0 59.9
720x400 85.0
640x400 85.1
640x350 85.1
you see that my monitor is connected to LVDS1 and what the available resolutions are
you can zoom using following command
$ xrandr --output LVDS1 --panning 1024x768 --mode 640x480
that will set your monitor resolution to 640x480 showing a 640x480 area out of your 1024x768 desktop.
to restore your normal resolution use following command
$ xrandr --output LVDS1 --panning 1024x768 --mode 1024x768
the difference to just changing resolution is that all other programms think the the resolution is still 1024x768. they have no idea that only a part of those 1024x768 is actually projected to the monitor.
let's compare this to the compiz zoom
- compiz zoom centers on the mouse and moves the visible area with every pixel the mouse moves. xrandr only moves the visible area when the mouse cursor reaches the edge of the visible area.
- compiz keeps the monitor resolution. xrandr changes the monitor resolution.
- compiz blurs the pixels. xrandr does not blur the pixels. though the monitor might show them a bit blurred because it is not in it's native resolution.
- compiz has arbitrary zoom levels. xrandr only has as many zoom levels as supported by the graphic card and monitor.
- compiz can zoom instantly. xrandr zoom time depends on the monitor switching resolution.
of all the arguments, i find the first point to be dominating. i can't understand why the compiz developers made the zoom follow every pixel movement of the mouse. i think they never really used it other than showing off.
answered Aug 23 '10 at 11:28
lesmanalesmana
13.4k63442
13.4k63442
add a comment |
add a comment |
You can use:
- In Gnome Shell, the magnifier is available under the Accessibility icon in the top bar.
- In Unity, you'll need to go into
CompizConfig
(compizconfig-settings-manager
if you don't have it installed) and enable theEnhanced Zoom Desktop
plugin, which can be set to zoom in when you, say, hold Super key(the one with the windows icon) and scroll up or down. - By default (In
GNOME2
at least) all you have to do is hold down the Super and scroll up/down to zoom in/out.
A little script that allows you to do a compiz like zoom using the left-alt key and the scrollwheel for Gnome 3. Not yet a Gnome extension.- eZoom
add a comment |
You can use:
- In Gnome Shell, the magnifier is available under the Accessibility icon in the top bar.
- In Unity, you'll need to go into
CompizConfig
(compizconfig-settings-manager
if you don't have it installed) and enable theEnhanced Zoom Desktop
plugin, which can be set to zoom in when you, say, hold Super key(the one with the windows icon) and scroll up or down. - By default (In
GNOME2
at least) all you have to do is hold down the Super and scroll up/down to zoom in/out.
A little script that allows you to do a compiz like zoom using the left-alt key and the scrollwheel for Gnome 3. Not yet a Gnome extension.- eZoom
add a comment |
You can use:
- In Gnome Shell, the magnifier is available under the Accessibility icon in the top bar.
- In Unity, you'll need to go into
CompizConfig
(compizconfig-settings-manager
if you don't have it installed) and enable theEnhanced Zoom Desktop
plugin, which can be set to zoom in when you, say, hold Super key(the one with the windows icon) and scroll up or down. - By default (In
GNOME2
at least) all you have to do is hold down the Super and scroll up/down to zoom in/out.
A little script that allows you to do a compiz like zoom using the left-alt key and the scrollwheel for Gnome 3. Not yet a Gnome extension.- eZoom
You can use:
- In Gnome Shell, the magnifier is available under the Accessibility icon in the top bar.
- In Unity, you'll need to go into
CompizConfig
(compizconfig-settings-manager
if you don't have it installed) and enable theEnhanced Zoom Desktop
plugin, which can be set to zoom in when you, say, hold Super key(the one with the windows icon) and scroll up or down. - By default (In
GNOME2
at least) all you have to do is hold down the Super and scroll up/down to zoom in/out.
A little script that allows you to do a compiz like zoom using the left-alt key and the scrollwheel for Gnome 3. Not yet a Gnome extension.- eZoom
edited 6 mins ago
answered May 28 '13 at 18:48
T.ToduaT.Todua
1,49331828
1,49331828
add a comment |
add a comment |
You might want to look at xzoom.
Like xmag, xzoom magnifies a section of the X display. Xzoom is different because it will continuously update the magnified area as the display changes. It is fast enough to enlarge small animations, for example.
It can also mirror or rotate a part of the screen.
1
I tried it out. xzoom is only a small magnifying window, it doesn't zoom the complete desktop. Also, it is very laggy - it only updates the zoomed portion very slowly, making it hard to use.
– rumtscho
Aug 14 '10 at 16:45
add a comment |
You might want to look at xzoom.
Like xmag, xzoom magnifies a section of the X display. Xzoom is different because it will continuously update the magnified area as the display changes. It is fast enough to enlarge small animations, for example.
It can also mirror or rotate a part of the screen.
1
I tried it out. xzoom is only a small magnifying window, it doesn't zoom the complete desktop. Also, it is very laggy - it only updates the zoomed portion very slowly, making it hard to use.
– rumtscho
Aug 14 '10 at 16:45
add a comment |
You might want to look at xzoom.
Like xmag, xzoom magnifies a section of the X display. Xzoom is different because it will continuously update the magnified area as the display changes. It is fast enough to enlarge small animations, for example.
It can also mirror or rotate a part of the screen.
You might want to look at xzoom.
Like xmag, xzoom magnifies a section of the X display. Xzoom is different because it will continuously update the magnified area as the display changes. It is fast enough to enlarge small animations, for example.
It can also mirror or rotate a part of the screen.
edited Jul 12 '12 at 18:24
Tom Wijsman
50.4k24164247
50.4k24164247
answered Aug 14 '10 at 14:01
stibstib
2,35342030
2,35342030
1
I tried it out. xzoom is only a small magnifying window, it doesn't zoom the complete desktop. Also, it is very laggy - it only updates the zoomed portion very slowly, making it hard to use.
– rumtscho
Aug 14 '10 at 16:45
add a comment |
1
I tried it out. xzoom is only a small magnifying window, it doesn't zoom the complete desktop. Also, it is very laggy - it only updates the zoomed portion very slowly, making it hard to use.
– rumtscho
Aug 14 '10 at 16:45
1
1
I tried it out. xzoom is only a small magnifying window, it doesn't zoom the complete desktop. Also, it is very laggy - it only updates the zoomed portion very slowly, making it hard to use.
– rumtscho
Aug 14 '10 at 16:45
I tried it out. xzoom is only a small magnifying window, it doesn't zoom the complete desktop. Also, it is very laggy - it only updates the zoomed portion very slowly, making it hard to use.
– rumtscho
Aug 14 '10 at 16:45
add a comment |
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f175803%2fhow-to-zoom-the-desktop-under-gnome%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