1. driver verify use in terminal: lspci -nn | grep VGA 2. /etc/X11/xorg.conf setting ex) pci-e - gforce9800gt - patstellDVi pci - radeon7000 - cmvMonitor # nvidia-settings: X configuration file generated by nvidia-settings # nvidia-settings: version 260.19.06 (buildd@yellow) Mon Oct 4 15:59:51 UTC 2010 Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 Screen 1 "Screen1" RightOf ..
Enabling remote desktop in Xubuntu LinuxXubuntu Linux does not provide the users and easy method of enabling Remote Desktop (RDP) protocol. The easiest method for easing this problem is to install vino. Open up Terminal and install and configure vino with the following commands. sudo apt-get update sudo apt-get install vino vino-preferences Check the appropriate boxes for enabling RDP. To enable..
grub2 install guide http://mojolog.com/tcb/420 http://www.ibm.com/developerworks/kr/library/l-grub2/ http://amunsen.springnote.com/pages/4520895 1. find disk sudo fdisk -l 2. install grub2 sudo grub-install --root-directory=/media/usbboot /dev/sdd 3. create grub setting file sudo gedit /media/usbboot/boot/grub/grub.cfg setting file ex) set timeout=10 set default=0 menuentry "Windows XP" { set ro..
# # DO NOT EDIT THIS FILE # # It is automatically generated by /usr/sbin/grub-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # ### BEGIN /etc/grub.d/00_header ### if [ -s /boot/grub/grubenv ]; then have_grubenv=true load_env fi set default="0" if [ ${prev_saved_entry} ]; then saved_entry=${prev_saved_entry} save_env saved_entry prev_saved_entry= save_env prev_sav..