Solve the problem that the Xorg desktop environment cannot be accessed when archlinux is upgraded to 3.16.1. archlinuxxorg

Source: Internet
Author: User
Tags arch linux

Solve the problem that the Xorg desktop environment cannot be accessed when archlinux is upgraded to 3.16.1. archlinuxxorg

[Symptom] The desktop environment fails to start after the user name and password are entered on the terminal.

[Error] the log file displays:

(EE)
Fatal server error:
(EE) xf86OpenConsole: VT_ACTIVATE failed: Operation not permitted

[Cause] The reason is caused by the xorg upgrade. The specific description is as follows:

FS #41257-[xorg-server] take advantage of the non-root X support

Solution: Modify. bash_profile and run the following command to start xorg:

if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then  startx -- vt1; exit  logoutfiReference: xorg-server 1.16 issues




After the archlinux-20130401 is installed, xorg has not been installed, after the restart grub display normal, go into the system after the login screen offset

I guess your graphics card driver is not installed.
Intel, install a xf86-video-intel
Nvidia words: xf86-video-nv
Then we recommend that you install xorg xfce, gnome, and kde to directly enter the available desktop environment at one time. This should be fine.
 
Arch linux has installed the basic system and can be connected to the Internet. xorg, xfce4, and slim are installed.

Sudo systemctl enable slim
Modify/etc/locale. gen (Language Environment)
Remove the # preceding zh_CN
Then modify. xinitrc (STARTUP script) to add

Export LANG = zh_CN.UTF-8;
Export LANGUAGE = zh_CN: zh: en;
Exec startxfce4

You can.

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.