分类: LINUX
2007-05-20 22:46:17
基于nvidia显卡的debian的3d的beryl桌面安装与配置 xumh flaaash@gmail.com IIIII:install to desktop with graphic surpport ############################################# 1.install the base system. after reboot, we login as the root. 2.edit /etc/apt/sources.list: debian debian update pakage information: apt-get update apt-get dist-upgrate 3.net install,after this we will goto the desktop apt-get install x-window-system-core gnome-core gdm gcc g++ make automake autoconf xserver-xorg-dev pkg-config mesa-utils 4.install graphic driver:get linux version, install linux headers,driver uname -a # view your installed linux version,to install the linux header files. apt-cache search linux-headers-2.6.XXXXX apt-get install linux-headers-2.6.xxxxx # must finish this we can install the nvidia driver. sh NVIDIA-Linux-XXXX #install the graphic driver now, we download the driver from the below: #if you've installed the driver successfuly, you will see the nvidia logo. that's right! we love this. 5.test the 3D effect,install below apt-get install mesa-utils foobillard supertux # use glxinfo command to get the score and see if 3d direct render is ok. IIIII:install Beryl ################################################################### Please view page I get all information from here. 1.install all the dependencies: ------------------------------------------------------------------------ apt-get install libdrm2 libpng3 libpng12-0 libpng12-dev libxdamage1 libxcomposite1 x11proto-core-dev x11proto-composite-dev x11proto-damage-dev x11proto-fixes-dev x11proto-gl-dev x11proto-render-dev x11proto-randr-dev libcairo2 libcairo2-dev libcairomm-1.0-0 libcairo-perl libmono-cairo1.0-cil python-cairo libgl1-mesa-dev libgl1-mesa-dri libgl1-mesa-glx libglu1-mesa libwxgtk2.4-1 libwxgtk2.6-0 mesa-common-dev mesa-utils libsvn1 libglitz1 libglitz-glx1 libxfont1 libfontenc1 libwnck-common libwnck18 libsvn1 ------------------------------------------------------------------------ 2.install the debian deb file of this folder,Run as root dpkg -i *.deb in that directory :dpkg -i *.deb 3.Edit your xorg.conf and add in the section 'screen' : ---------------------------------------------- Option "AddARGBGLXVisuals" "True" Option "DisableGLXRootClipping" "True" ---------------------------------------------- 4.If not already done, add this at the end of your xorg.conf to enable the composite extension ---------------------------------------------- Section "Extensions" Option "Composite" "Enable" EndSection ---------------------------------------------- 5.restartx 6.Run in a terminal beryl-manager :beryl-manager 7. added 'beryl-manager' to sessions startup appication.