Ubuntu10.043D visual experience

Source: Internet
Author: User
Ubuntu10.04: you cannot install the video card driver on a virtual machine. You can only provide the most basic operations. Therefore, reinstalling the hard disk is the same as installing the software. You do not need to re-partition the independent partitions and can uninstall them normally like the software. The driver is not required by default after installation, and all hardware is supported. However, video cards and NICs all provide drivers for download. Install the software in Ubuntu. If the DEB installation package is provided, it is equivalent to the EXE under win. Double-click it to install it. There is also a tar that needs to be compiled and installed on the terminal. Most of the software is in the system-System

Ubuntu 10.04 does not support installation of the video card driver on virtual machines. It only provides the most basic operations. Therefore, reinstalling the hard disk is the same as installing the software. You do not need to re-partition the independent partitions and can uninstall them normally like the software. The driver is not required by default after installation, and all hardware is supported. However, video cards and NICs all provide drivers for download.

Install the software in Ubuntu. If the DEB installation package is provided, it is equivalent to the EXE under win. Double-click it to install it. There is also a tar that needs to be compiled and installed on the terminal. Most of the software can be found in system-system management-cutting Software Package Manager. The 3D display function is also implemented through compiz. By default, the system does not load 3D effects. You must manually enable the function. There are two ways to enable 3D: one is to enable it through the system-preference-appearance, but the effect is not much, only a part. The other is to install compiz, which can be fully enabled.

Ubuntu 10.04 3D, click to view the big picture

TIPS:

Installation of tar.gz
First install the compiling environment:
Sudo apt-get install build-essential
Then
Cd (directory of the tar.gz package)
Tar-xzvf (tar.gz)
Cd (decompressed file directory)
./Configure
Make
Make install
 
If an error occurs
Configure: error: *** GLIB> = 2.4.0 not installed! ***
Configure: error: *** GTK> = 2.4.0 not installed! ***
Similar
Install
Apt-get install git-core
Git clone git: // git.gnome.org/gtk+
Git clone git: // git.gnome.org/glib
 
Or search for libglib2.0-dev and libgtk2.0-dev installation in the new software package manager.
After installation, the system prompts that GTK + is still not found.
Install "libgtk2.0-dev" using the "New Software Package Manager"
The error message "openssl cannot be found" is displayed.
Check whether openssl is installed:
Sudo apt-get install openssl

If you have already installed the tool, perform the following operations:
Sudo apt-get install libssl-dev
Sudo apt-get install libssl0.9.8

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.