5
1
I've already installed x11vnc
and have it running well on my laptop upstairs. I can access my existing desktop session with no real problems, it works great. The problem I'm running into is the fact that I'm accessing my computer upstairs which is driving two 1920x1080 monitors, accessing it by VNC on my 1280x800 laptop (meaning I have to scroll a 3840x1080 desktop on my 1280x800 screen.
I've looked into running multiple VNC screens, but this doesn't seem to be the best solution, and I don't know if I can do this with x11vnc
. I know that I can run native VNC screens at different geometries, but I don't think that this helps much, as each VNC screen is essentially a new session running basically nothing.
A while back in my sys-admin days, I remember having to set up a desktop environment on a Fedora machine. What was cool was that each VNC screen I created launched the default desktop environment. It "just worked," no fuss. Mind you, it wasn't the same desktop on each screen, but it worked. Any ideas?
You could use
xrandr
to scale down the resolution when you log in - especially ifx11vnc
"tells" your system you are running via VNC. – new123456 – 2011-04-14T10:57:30.740