Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

X inside VE

434 bytes added, 13:51, 22 January 2008
XDM
In Xaccess, uncomment the line with ''' * #any host can get a login window'''
(Please keep in mind the security implications by the above line. Read the comments found in the file and set it appropriately)
 
To provide the possibility to run sound applications from VE, /dev/dsp device file needs to be exported in VE:
<pre>
vzctl set 221 --devnodes dsp:rw --save
</pre>
 
Finally, if you intend to make xdm invoking a heavy desktop like kde, it is reasonable to increase the amount of memory available for allocation inside this VE:
<pre>
vzctl set 221 --privvmpages 500M:600M --save
</pre>
For light desktop like icewm this is not needed.
Once these changes have been made, start your xdm server by the appropriate startup script (typically similar to /etc/init.d/xdm start). That concludes the XDM setup in the VE.
12
edits