You are not logged in.

#1 2010-12-23 05:43:40

132811
Member
Registered: 2010-12-22
Posts: 7

xinit:connection to X server lost

I installed arch last night .
My enviroment is xfce4 .Unfortunately,after I typed " sudo pacman -S fcitx" and reboot it,I could not fill chinese characters  on laptop Screen (I mean I could see the exactly Chinese words,but it could not be filled to input box when I press the space key). Reinstallation is still the same problem.
What should I do??

After I switch to Command line,I found this problem when I login in xterm or xfce4 via startx:
=============================================
error setting MTRR(base=0x40000000,size=0x007f0000,type=1) Invalid argument(22)
/etc/X11/xinit/xinitrc:line 53:xclock:command not found
xinit:connection to X server lost
waiting for X server to shut down XIO :fatal IO error 3 (Success) on X server ":0"
after 894 requests (894 known processed) with 3 events remainting.
xterm : fatal IO error 11 (Resource temporarily unavailable) or KillClient on X server ":0"
error setting MTRR (base =0x40000000,size =0x007f0000,type =1)Invalid argument(22)
==================================================

I don't know wether it's something to do with driver.
========================
lspci|grep VGA
01:00.0 VGA compatible controller: ATI Technologies Inc Rage Mobility P/M AGP 2x (rev 64)
I've installed xf86-vedio-vesa.
=================
Any suggestions will be appreciated.

Last edited by 132811 (2010-12-24 12:49:10)

Offline

#2 2010-12-23 05:52:06

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,356

Re: xinit:connection to X server lost

Please don't cross-post, its bad manners. Closed your other post.

https://wiki.archlinux.org/index.php/Fo … ss-Posting


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#3 2010-12-23 16:36:34

132811
Member
Registered: 2010-12-22
Posts: 7

Re: xinit:connection to X server lost

Very sorry for that!The cross topic has been closed.

By now,I've fixed this fcitx problem via tutorial in https://wiki.archlinux.org/index.php/Fc … %E6%96%87)

1.Add these  in ~/.xinitrc:
==================
export LC_CTYPE="en_US.utf8"                             #It should be the same as locale-gen.
export XIM="fcitx"
export XMODIFIERS=@im=fcitx
export GTK_IM_MODULE=xim
export QT_IM_MODULE=xim
fcitx&
==================

1.edit /etc/gtk-2.0/gtk.immodules (It is not necessary unless you r in en_US local)
============
"xim" "X Input Method" "gtk20" "/usr/share/locale" "en:ko:ja:th:zh"  #Insert the keyword "en:"
============

Last edited by 132811 (2010-12-24 14:47:39)

Offline

Board footer

Powered by FluxBB