Ubuntu10.04 installation record

Source: Internet
Author: User
One year later, the usability of Ubuntu10.04Linux is still so full. Maybe it's my hardware. ACER5935G's current video card: GT240M + GM45 sound card: ALC889 has encountered problems first because of the video card. after entering the installation interface, the black screen must be switched from the BIOS to the Integrated Video Card. After installing the system, install nvidia-current directly, run nvidia-xconfig, restart, switch back to the independent graphics card, and then enter the system.

One year later, Ubuntu 10.04 Linux is still so easy to use.
Maybe it's my hardware special, ACER 5935G.
Video Card: GT240M + GM45 sound card: ALC889
All encountered problems

The first reason is the video card. after entering the installation interface, the black screen must be switched from the BIOS to the Integrated Video Card. After installing the system, install nvidia-current directly, execute nvidia-xconfig, and then restart, switch back to the independent graphics card before entering the system.

In addition, disable the LOGO of NV during startup and modify/etc/X11/xorg. conf.
Section "Device"
Identifier "Device0 ″
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "NoLogo" "true"
EndSection

The main problem with ALC889 sound card is that it cannot be recorded. This problem is probably solved after ALSA 1.0.20, but you need to manually/Etc/modprobe. d/alsa-base.conf(Only applicable to models using the ALC889 chip, such as AS5935 and AS6935 ):
Options snd-hda-intel model = acer-aspire-8930g
After the restart, the sound management system will have some additional device input options. Here I am using Microphone2, And you can switch to it to enable recording.

Use ibus in QT programs such as SKYPE to modify/etc/X11/xinit/xinput. d/default
XIM = ibus
XIM_PROGRAM =/usr/bin/ibus-daemon
XIM_ARGS = "-xim"
XIM_PROGRAM_XTRA =
XIM_PROGRAM_SETS_ITSELF_AS_DAEMON =
GTK_IM_MODULE = ibus
QT_IM_MODULE = ibus
DEPENDS = "ibus, ibus-gtk, ibus-qt4 ″

Use the font to install the font file and modify/etc/fonts/conf. avail/69-language-selector-zh-cn.conf.

Target= "Pattern" >
Qual= "Any" Name= "Family" >
> Serif>
>
Name= "Family" Mode= "Prepend" Binding= "Strong" >
> Microsoft YaHei >
>
>
Target= "Pattern" >
Qual= "Any" Name= "Family" >
> Sans-serif>
>
Name= "Family" Mode= "Prepend" Binding= "Strong" >
> Bitstream Vera Sans >
> DejaVu Sans >
> Microsoft YaHei >
>
>
Target= "Pattern" >
Qual= "Any" Name= "Family" >
> Monospace>
>
Name= "Family" Mode= "Prepend" Binding= "Strong" >
> Bitstream Vera Sans Mono >
> DejaVu Sans Mono >
> Microsoft YaHei >
>
>

And create a symbolic link
Sudo ln-s/etc/fonts/conf. avail/69-language-selector-zh-cn.conf/etc/fonts/conf. d/

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.