VGA Graphics Error in Solaris 10
If VNC display error (Notable to get VGA means):
Check the Following :
Goto : root@hostname2 # cd /var/tmp/
root@hostname2 # ls -lrth | grep gconf-*
drwx—— 3 root root 512 Nov 6 2015 gconfd-root
drwx—— 3 applprod dba 512 Dec 19 2015 gconfd-applprod
Goto particular user name (example):
1.gconfd-applprod
2.gconfd-oraprod
3.gconfd-orauat
(gconf-) === This is default file (goto particular username)
Then check the ownership.
Before
root@hostname2 # ls -lrth gconfd-applprod/
total 2
drwx—— 2 100 100 512 Sep 3 22:40 lock
root@hostname2 #
root@hostname2 # chown -R applprod:dba gconfd-applprod
After:
root@hostname2 # ls -lrth gconfd-applprod/
total 2
drwx—— 2 applprod dba 512 Sep 3 22:40 lock
root@hostname2 #
After then KILL all the VNCSERVER (i,e.. Goto cd /export/home/applprod/.vnc/)
root@hostname2 # ls -lrth
total 22
drwx—— 2 root other 512 Nov 6 2015 config.d
-rw——- 1 root other 2.8K Nov 6 2015 private.key
-rwxr-xr-x 1 root root 198 Nov 6 2015 xstartup
-rw——- 1 root root 8 Jan 21 2016 passwd
-rw-r–r– 1 root root 6 Sep 3 22:13 hostname2:3.pid
-rw-r–r– 1 root root 3.1K Sep 11 12:20 hostname2:3.log
root@hostname2 #
Then delete .pid and .log file
root@hostname2 # rm -rf hostname2:3.pid hostname2:3.log
root@hostname2 # ls -lrth
total 22
drwx—— 2 root other 512 Nov 6 2015 config.d
-rw——- 1 root other 2.8K Nov 6 2015 private.key
-rwxr-xr-x 1 root root 198 Nov 6 2015 xstartup
-rw——- 1 root root 8 Jan 21 2016 passwd
root@hostname2 #
Then generate one VNCSERVER:
root@hostname2 # vncserver
It will produce vncviwer output(hostname:3)
Goto VNCVIEWER and type the hostname:3.
Now the VGA mode available.
Recent Posts