Desktop

pchero on June 14th, 2007

1. 아래의 주소에서 ubuntu용 virtualbox 의 바이너리 파일을 바탕화면으로 다운 받는다. http://www.virtualbox.org/wiki/Downloads 2. 터미널을 실행하고 받은 파일이 있는 곳으로 가서 아래처럼 실행한다. sudo dpkg  -i 받은파일이름 이 때, 받은 파일 이름이 VirtualBox_1.3.8_Ubuntu_dapper_i386.deb 이면 sudo dpkg  -i VirtualBox_1.3.8_Ubuntu_dapper_i386.deb 를 실행한다. 단, 이 때 주의할 점은, X윈도우의 터미널에서 위의 명령을 실행할 경우, 마치 설치가 멈춘 것처럼 보일 […]

Continue reading about VirtualBox 로 윈도우 설치하기.

pchero on June 14th, 2007

윈도우와 리눅스 듀얼 부팅으로 사용하던 중… 윈도우를 리눅스에서 VirtualBox 를 이용하여 구동하기로 마음 먹었다. 윈도우를 삭제하고 리눅스내에서 설치를 하던 중…리붓을 하고나니 작은 문제가 발생하였다. 하드디스크가 마운트가 안된것.. 무엇이 문제일까? 한동안 고민을 해보았다. 부팅후 mount 명령어로는 마운트가 되는데 이상하게도…/etc/fstab 에 설정을 하였을때는 도통 작동되지가 않는 것이다. 결국 해답을 찾았는데…쉬운 것이었다. 바로 grub 에 설정된 windows 의 […]

Continue reading about /etc/fstab 설정시 발생한 작은 문제..

pchero on January 23rd, 2007

Start with: sudo aptitude install build-essential automake cvs libpango1.0-dev libgtk2.0-dev libgconf2-dev libglitz-glx-dev librsvg2-dev libglade2-dev Then download sourcecode: cvs -d:pserver:anonymous@metascape.afraid.org:/cvsroot co kiba-dock Go to the kiba folder: cd ./kiba-dock Now generate: ./autogen.sh generate executable: make make install-schemas Install: sudo make install To start kiba-dock: kiba-dock But If you want It to load each time you start […]

Continue reading about HowTo : Install kiba-dock

pchero on January 22nd, 2007

STEP 1: Add repos Please ensure you have a completely updated pc before continuing: Code: Install your *ubuntu-desktop metapackage specific to your DE, e.g. sudo apt-get install ubuntu-desktop sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade Add one of these repos in “system>admin>software sources” or /etc/apt/sources.list Code: deb http://beryl-mirror.pricechild.co.uk edgy main deb http://ubuntu.beryl-project.org edgy […]

Continue reading about HowTo : Beryl with AIGLX (no XGL)

pchero on January 22nd, 2007

ubuntu 초기 설치 후 Direct rendering = yes 값 일때의 xorg.conf 파일 # /etc/X11/xorg.conf (xorg X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the /etc/X11/xorg.conf manual page. # […]

Continue reading about xorg.conf 초기 설정.(ubuntu 6.10_Dell 630m)