- 论坛徽章:
- 0
|
# ./svfb.server start\r\nStarting Xvfb as prodmgr user for display :3\r\n:3 -screen 0 1280x1024x8 -fbdir /tmp\r\nuse: X [:<display>] [option]\r\n-a # mouse acceleration (pixels)\r\n-ac disable access control restrictions\r\n-audit int set audit trail level\r\n-auth file select authorization file\r\nbc enable bug compatibility\r\n-bs disable any backing store support\r\n-c turns off key-click\r\nc # key-click volume (0-100)\r\n-cc int default color visual class\r\n-clients [128|1024] set maximum client connections\r\n...\r\n...\r\n# cat /usr/openwin/bin/Xvfb\r\n#!/bin/sh\r\n\r\n# Copyright 2002 Sun Microsystems, Inc. All rights reserved.\r\n# Use is subject to license terms.\r\n\r\necho $*\r\nXsun $* +nkeyboard +nmouse -dev vfb\r\n\r\n結合變量,運\行命令為:\
\nXsun :3 -screen 0 1280x1024x8 -fbdir /tmp +nkeyboard +nmouse -dev vfb\r\n\r\n請各位指教到底那里存在問題?謝謝! |
|