Adjust window resolution
This commit is contained in:
parent
a6ba856b02
commit
6561111536
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@
|
|||
|
||||
# Adjust Geometry for Desktop:
|
||||
#/usr/bin/vncserver :1 -geometry 1280x800 -depth 24
|
||||
/usr/bin/vncserver :1 -geometry 1024x768 -depth 24
|
||||
#/usr/bin/vncserver :1 -geometry 1024x768 -depth 24
|
||||
# Reduced windows ...
|
||||
/usr/bin/vncserver :1 -geometry 980x650 -depth 24
|
||||
|
||||
# Infinite loop for X-Server...
|
||||
while true
|
||||
|
|
Loading…
Reference in a new issue