Install DEBIAN Desktop

Source: Internet
Author: User
Install DEBIAN desktop-Linux Release Technology-Debian information. The following is a detailed description. 1. log on to the system as a root user. The newly installed debian does not have the X system.

2. Run:
Apt-get update
Apt-get install xorg xfce4 xdm
Run:
Xdm
You can run xfce4.

3. Install the video card driver.
Apt-get install rcconf
Rcconf
Remove the xdm startup Item.
Download the latest driver from www.nvidia.com.
Http://us.download.nvidia.com/XF... 6-1.0-9639-pkg1.run
Restart the system.
Run:
Apt-get install gcc g ++ linux-headers-$ (uname-r)
Chmod + x./Linux-x86/1.0-9639/NVIDIA-Linux-x86-1.0-9639-pkg1.run
./Linux-x86/1.0-9639/NVIDIA-Linux-x86-1.0-9639-pkg1.run
Follow the prompts. Edit/etc/X11/xorg
Set
Driver "nv"
Change
Driver "nvidia"
After saving, start xdm. If you can see the nvidia LOGO, the installation is successful. If it cannot be started. That is, it is not installed properly.
Try it like this:
./Linux-x86/1.0-9639/NVIDIA-Linux-x86-1.0-9639-pkg1.run -- extract-only
Cd./Linux-x86/1.0-9639/NVIDIA-Linux-x86-1.0-9639-pkg1
./Nvidiainstaller -- x-module-path =/usr/lib/xorg/modules

To enable users to shut down in xfce4, you can:
Apt-get install sudo
Chmod + w/etc/sudoers
Vim/dev/sudoers
Add the following lines:
ALL localhost = NOPASSWD:/sbin/shutdown
ALL localhost = NOPASSWD:/sbin/halt
ALL localhost = NOPASSWD:/sbin/reboot

After saving:
Chmod-x/etc/sudoers
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.