Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.linux.misc > #1111 > unrolled thread
| Started by | Clark Smith <noaddress@nowhere.net> |
|---|---|
| First post | 2011-05-16 18:35 +0000 |
| Last post | 2011-05-22 17:39 +0000 |
| Articles | 4 — 4 participants |
Back to article view | Back to comp.os.linux.misc
Monitor resolution and VNC Clark Smith <noaddress@nowhere.net> - 2011-05-16 18:35 +0000
Re: Monitor resolution and VNC Robert Heller <heller@deepsoft.com> - 2011-05-16 13:59 -0500
Re: Monitor resolution and VNC Tim Watts <tw@dionic.net> - 2011-05-16 22:35 +0100
Re: Monitor resolution and VNC Howard Eisenberger <howarde@gmx.net> - 2011-05-22 17:39 +0000
| From | Clark Smith <noaddress@nowhere.net> |
|---|---|
| Date | 2011-05-16 18:35 +0000 |
| Subject | Monitor resolution and VNC |
| Message-ID | <iqrqot$uj2$1@news.albasani.net> |
I am connecting via VNC from my box A to a server B. On A I have a 1920x1080 display. B has no monitor whatsoever attached to it, but it is running the GDM display manager, and the X window system has started with a default 800x600 resolution. How can I start X window on B so that when I connect to it from A by VNC the session will be a 1920x1080 one? More precisely, how can I fool B into thinking that it has a 1920x1080 monitor attached to it, so that X window is started with this assumption?
[toc] | [next] | [standalone]
| From | Robert Heller <heller@deepsoft.com> |
|---|---|
| Date | 2011-05-16 13:59 -0500 |
| Message-ID | <OpmdnaGuO8SJ6UzQnZ2dnUVZ_t-dnZ2d@posted.localnet> |
| In reply to | #1111 |
At Mon, 16 May 2011 18:35:09 +0000 (UTC) Clark Smith <noaddress@nowhere.net> wrote:
>
> I am connecting via VNC from my box A to a server B. On A I have
> a 1920x1080 display. B has no monitor whatsoever attached to it, but it
> is running the GDM display manager, and the X window system has started
> with a default 800x600 resolution.
>
> How can I start X window on B so that when I connect to it from A
> by VNC the session will be a 1920x1080 one? More precisely, how can I
> fool B into thinking that it has a 1920x1080 monitor attached to it, so
> that X window is started with this assumption?
A Question:
Why are you running X11 on your *headless server*? This is a somewhat
silly waste of resources.
What O/S is box A running? If box A is running Linux, you don't need to
mess with VNC at all, instead set up the GDM display manager to accept
a remote X server connection from box A. Or even better, just ssh into
your server and use ssh's X11 forwarding to run X11 applications on the
server.
>
>
--
Robert Heller -- 978-544-6933 / heller@deepsoft.com
Deepwoods Software -- http://www.deepsoft.com/
() ascii ribbon campaign -- against html e-mail
/\ www.asciiribbon.org -- against proprietary attachments
[toc] | [prev] | [next] | [standalone]
| From | Tim Watts <tw@dionic.net> |
|---|---|
| Date | 2011-05-16 22:35 +0100 |
| Message-ID | <2uh8a8-blt.ln1@squidward.dionic.net> |
| In reply to | #1112 |
Robert Heller wrote: > At Mon, 16 May 2011 18:35:09 +0000 (UTC) Clark Smith > <noaddress@nowhere.net> wrote: > >> >> I am connecting via VNC from my box A to a server B. On A I have >> a 1920x1080 display. B has no monitor whatsoever attached to it, but it >> is running the GDM display manager, and the X window system has started >> with a default 800x600 resolution. >> >> How can I start X window on B so that when I connect to it from A >> by VNC the session will be a 1920x1080 one? More precisely, how can I >> fool B into thinking that it has a 1920x1080 monitor attached to it, so >> that X window is started with this assumption? > > A Question: > > Why are you running X11 on your *headless server*? This is a somewhat > silly waste of resources. > > What O/S is box A running? If box A is running Linux, you don't need to > mess with VNC at all, instead set up the GDM display manager to accept > a remote X server connection from box A. Or even better, just ssh into > your server and use ssh's X11 forwarding to run X11 applications on the > server. > +1 Also, even installing graphical utilities on the server may be undesireable (install footprints of linux are pretty small if you knock out all the X, QT, KDE, GTK and Gnome libs+support). eg - if the object is to run MySQL admin on the server - don't. Run it on the client and connect to the server. Just an extra 2p's worth :) -- Tim Watts
[toc] | [prev] | [next] | [standalone]
| From | Howard Eisenberger <howarde@gmx.net> |
|---|---|
| Date | 2011-05-22 17:39 +0000 |
| Message-ID | <93t03aF366U1@mid.individual.net> |
| In reply to | #1111 |
On 2011-05-16, Clark Smith wrote: > I am connecting via VNC from my box A to a server B. On A I have > a 1920x1080 display. B has no monitor whatsoever attached to it, but it > is running the GDM display manager, and the X window system has started > with a default 800x600 resolution. > > How can I start X window on B so that when I connect to it from A > by VNC the session will be a 1920x1080 one? More precisely, how can I > fool B into thinking that it has a 1920x1080 monitor attached to it, so > that X window is started with this assumption? On B 'vncserver -geometry 1920x1080' Regards, Howard E. -- ls -a ~/Desktop/ . ..
[toc] | [prev] | [standalone]
Back to top | Article view | comp.os.linux.misc
csiph-web