LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-25-2013, 01:50 AM   #1
mnvoh
LQ Newbie
 
Registered: Jun 2013
Posts: 7

Rep: Reputation: Disabled
Software to make desktop bigger than screen resolution and be able to scroll?


Hi

I need an application which increases the size of the desktop bigger than the native screen resolution, and let's me scroll the desktop by moving my mouse cursor towards the screen edges. I've seen such a software in windows but I don't remember it's name.

Any help is appreciated, thanks a lot

PS: I'm using Kubuntu 12.04

Last edited by mnvoh; 06-25-2013 at 02:09 AM.
 
Old 06-25-2013, 02:03 AM   #2
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

I think you are looking for a type accessibility software, typically called a magnifier. AFAIK there are a few of them: Eg kmag and gnome-mag. Which one is best for you may depend on what desktop environment (if any) you are using. So, what desktop and OS are you running?

Evo2.
 
Old 06-25-2013, 02:09 AM   #3
mnvoh
LQ Newbie
 
Registered: Jun 2013
Posts: 7

Original Poster
Rep: Reputation: Disabled
Thanks for the reply evo2
Actually, not really. I guess I didn't express myself clearly. Here's the thing. My native laptop resolution is 1366x768, now i wanna have the same resolution, but I want my desktop larger, say 1600x1024 so that all the windows are bigger than my screen resolution and I can scroll the desktop by moving my mouse to the screen edges. I hope you now what I mean
 
Old 06-25-2013, 02:23 AM   #4
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
if memory serves, X.org should be able to handle that natively by simply setting a virtual screen size larger than the actual screen size, though i forget the specifics, i believe i've done that a few times by accident.
https://bbs.archlinux.org/viewtopic.php?id=130270 might be able to look here.
 
Old 06-25-2013, 02:27 AM   #5
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

ohh, ok. This used to be the default behaviour if you told X to run with a resolution larger than the native maximum resolution of your display. I'm not sure how that would work now that we use xrandr and X works most things out for itself without and Xorg.conf.

BTW, I'm really surprised that you want this sort of setup. Most people get more virtual space by using a window manager that has virtual desktops. What are you using?

Evo2.
 
Old 06-25-2013, 02:34 AM   #6
mnvoh
LQ Newbie
 
Registered: Jun 2013
Posts: 7

Original Poster
Rep: Reputation: Disabled
I tried adding 'Virtual 1600 1200' to xorg.conf but it didn't work. Actually I'm using a uml modeling tool, and this small screen res is really bugging me. Specially that the tool doesn't have the capability of dragging the diagram. And of course this feature would be annoying and I'f activate it temporarily.
 
Old 06-25-2013, 02:53 AM   #7
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,
Quote:
Originally Posted by mnvoh View Post
I tried adding 'Virtual 1600 1200' to xorg.conf but it didn't work.
I think you'd need to define a Display SubSection in the Screen Section. Eg something like:
Code:
Section "Screen"
        Identifier      "Default Screen"
        Device          "Default Card"
        Monitor         "Default Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes          "1600x1200" "1366x768"
        EndSubSection
EndSection
Then you'd need to define the corresponding "Default Screen/Card/Monitor" sections, oh, and then a "ServerLayout" section... I sure don't miss screwing around with Xorg.conf.

Quote:
Actually I'm using a uml modeling tool, and this small screen res is really bugging me. Specially that the tool doesn't have the capability of dragging the diagram. And of course this feature would be annoying and I'f activate it temporarily.
I see, so the desire for this screen setup is because that particular program doesn't play nicely with a limited number of pixels.


Evo2.
 
Old 06-25-2013, 03:08 AM   #8
mnvoh
LQ Newbie
 
Registered: Jun 2013
Posts: 7

Original Poster
Rep: Reputation: Disabled
Kinda. Thanks anyways, but I just think it's not worth the time nor the effort. One thing I can do is wait a few year(maybe decades ) to make enough money to buy a laptop with 1080p resolution.

By the way frieza, what does 'Gnomes are NOT FOOD!' mean???
 
Old 06-25-2013, 03:16 AM   #9
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

Quote:
Originally Posted by mnvoh View Post
Kinda. Thanks anyways, but I just think it's not worth the time nor the effort. One thing I can do is wait a few year(maybe decades ) to make enough money to buy a laptop with 1080p resolution.
Get an external display. I don't know where you're located but I imagine in most parts of the world you should be able to get a 2nd hand 23 inch 1080p display for *much* less than a 1080p laptop.

Cheers,

Evo2.
 
Old 06-25-2013, 03:23 AM   #10
mnvoh
LQ Newbie
 
Registered: Jun 2013
Posts: 7

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by evo2 View Post
Hi,


Get an external display. I don't know where you're located but I imagine in most parts of the world you should be able to get a 2nd hand 23 inch 1080p display for *much* less than a 1080p laptop.

Cheers,

Evo2.
That definitely seems to be the most viable option, but the problem is I'm already swarming in wires. The last thing I need is another wire running over me. But I might think of repositioning meself
 
Old 06-25-2013, 09:08 AM   #11
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
Quote:
Originally Posted by mnvoh View Post
Kinda. Thanks anyways, but I just think it's not worth the time nor the effort. One thing I can do is wait a few year(maybe decades ) to make enough money to buy a laptop with 1080p resolution.

By the way frieza, what does 'Gnomes are NOT FOOD!' mean???
well we tried,

in answer to your query, that was a bit of an inside joke tossed around in the community of players of a now defunct MMORPG called rubies of eventide, that the race of ogres liked to eat gnomes, and well the gnomes didn't much like that, hence 'gnomes are not food' (yes, it was role playing at it's finest).
 
Old 06-25-2013, 09:53 AM   #12
mnvoh
LQ Newbie
 
Registered: Jun 2013
Posts: 7

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by frieza View Post
well we tried,

in answer to your query, that was a bit of an inside joke tossed around in the community of players of a now defunct MMORPG called rubies of eventide, that the race of ogres liked to eat gnomes, and well the gnomes didn't much like that, hence 'gnomes are not food' (yes, it was role playing at it's finest).
lol I thought it was gnome desktop related.

Oh and yes you tried, and succeeded. I was looking for an app, and you pointed me in the right direction which is xorg.conf. but the thing is I was looking for a cakewalk solution . since I'm really busy with a project, I wanted to speed things up a little bit. But thanks anyway, maybe not now, but one day I'll use what you guys taught me today.
 
Old 06-26-2013, 06:59 AM   #13
mnvoh
LQ Newbie
 
Registered: Jun 2013
Posts: 7

Original Poster
Rep: Reputation: Disabled
Hi

I finally decided that this small resolution ain't gonna cut it. So at first i decided to buy a used lcd screen, but then I thought, what the hell, maybe the virtual screen will be enough. So I did a little more digging and no matter what I did the xorg.conf thing didn't work. But then I found out how to exactly achieve that. Using this simple command:

xrandr --output LVDS --rate 60 --mode 1366x768 --fb 1600x1200 --panning 1600x1200

and realized that nothing totally handy comes for free
So I guess I'll have to spend a lot to buy a used lcd monitor with high enough resolution for me. Though it's still better than buying a new laptop with full hd res

Well, I just wanted to give a concrete solution to the thread.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
problem with xserver resolution: screen is bigger than useable space konqi Linux - Desktop 2 01-18-2010 07:07 AM
Screen Resolution: bigger than 800x600? naitogunjin Linux - Desktop 7 08-14-2009 05:33 PM
I am new,need to know how to make my desktop icon bigger rsmithtx1 Linux - Newbie 5 01-02-2009 06:47 AM
Make kde bigger ( desktop) Master Fox Linux - Software 4 08-19-2004 02:49 PM
Desktop bigger than screen, I don't like that. lectraplayer Linux - Hardware 4 03-11-2004 05:43 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:59 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration