good morning all,
just re-installed my server with F16. I noticed a few changes and googled most solutions. The thing I could not figure out yet is the best way to set up the vnc server startup. This used to be:
/etc/sysconfig/vncservers
Code:
VNCSERVERS="1:user1 2:user1 3:user2"
VNCSERVERARGS[1]="-geometry 1400x900"
VNCSERVERARGS[2]="-geometry 1300x700"
VNCSERVERARGS[3]="-geometry 1300x650"
The reason I did this was different resolutions on desktop/laptop to connect.
What is the new way to set this up?
Thanks in advance, I did google this, but couldn't find it.