You are not logged in.
hi everybody:
I install arch in my computer first time . but i can't start kde in arch. so ,i want anybody can help me. this is my install arch course .
1.pppoe-setup , pppoe-start OK
2.cp /etc /backup OK
3. vi /etc/pacman.conf
Server = http://mirror.vmmatrix.net/ArchLinux/current/os/i686
Server = http://mirror.vmmatrxi.net/ArchLinux/extra/os/i686
4.pacman -S pacman
5.pacman -Syu
6.pacman -S xorg hwd xterm
7.lspci
00:00.0 host bridge : intel corporation 82845G/GL[Brookdale-G]/GE/PE DRAM Controller/Host-Hub Interface (rev 01)
00: 02.0 VGA compatible controller : Intel Corporation 82845G/GL [Brookdale-G]/GE Chipset Integrated Graphics Device (rev 01)
00:1d.0 USB Controller : Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 01)
00:1d.1 USB Controller : Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 01)
00:1d.2 USB Controller : Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 01)
00:1d.7 USB Controller : Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USBL
EHCI Controller (rev 01)00:1e.0 PCI bridge : Intel Corporation 82801 PCI Bridge (rev 81)
00:1f.0 ISA Bridge : Intel Corporation 82801 DB/DBL (ICH4/ICH4-L) LPC Interface Bridge (rev 01)
00:1f.1 IDE Interface : Intel Corporation 82801 DB (ICH4) IDE Controller (rev 01)
00:1f.3 SMBus : Intel Corporation 82801 DB /DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller (rev 01)
00:1f.5 Multi Media audio controller : Intel Corporation 82801 DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) ac'97 Audio Controller (rev 01)
01:02.2 Ethernet controller: VIA Technologies Inc.VT6105 [Rhine-3] (rev 86)
so ,i install the xf86-video-i810 driver
pacman -S xf86-video-i810
8.hwd -x
9.mv /etc/X11/xorg.conf.hwd /etc/X11/xorg.conf
10.startx
11.xdpyinfo |grep resolution
12.pacman -S xorg-fonts-75dpi
in this time ,the X is okay. so ,i startx , i come in the x. but ,when i left the x, i saw some error ;
(EE) Failed to load module "glx" (module does not exit, 0)
/etc/X11/xinit/xinitrc :line28 twm:command not found
/etc/X11/xinit/xinitrc :line28 xclock:command not found
warning : locale not supported by c library ,locale unchange
warning : locale not supported by c library ,locale unchange
warning : locale not supported by c library ,locale unchange
xterm:fatal IO error 32 (Broken pipe) or kill client on X server ":0.0"
login:fatal IO error 32 (Broken pipe) or kill client on X server ":0.0"
xterm:fatal IO error 32 (Broken pipe) or kill client on X server ":0.0"
xinit:connection to X server lost
waiting for X server to shutdown FreeFontPath: FPE "/usr/share/fonts/mic:unscaled" refount is 2 ,should be 1 ;fixing
i don't know what is the "glx" . and while "connection to x server lost"
then ,i still to install kde ,i input "pacman -S kdebase" ,but when the install is complete, i can't start the kde .i can't find startkde .some friends told me to install kdm ,but i input "pacman -S kdm ", can't find this file .
i hope somebody to help me . my english is very poor ,you don't laugh.
Offline
You need:
xclock
xorg-twm
Offline
i try that :
pacman -S xclock
pacman -S xorg-twn
but , output show that :
not found in sync db
Offline
i try that :
pacman -S xclock
pacman -S xorg-twn
but , output show that :
not found in sync db
Try first pacman -Ss xclock
Offline
i try that :
pacman -S xclock
pacman -S xorg-twn
but , output show that :
not found in sync db
Maybe is alltraxclock2 0.2-1 correct.
Offline
I'm not sure if I'm missing something but did you do
pacman -Sy kdeThat will install all KDE and dependencies. Try that and then in your /etc/rc..conf file add kdm to the end of the DAEMONS line.
Offline
...also, check the module path in your xorg.conf.
Offline
To fix the Failed to load module "glx" error:
pacman -S libgl-dri
You don't need to install xclock and xorg-twm. You get these error because you haven't configured your ~/.xinitrc file. Install kde (pacman -S kde) and put:
exec startkde
in ~/.xinitrc if you want to start kde with startx. You'll first need to logout/relogin for that to work. Or follow ralvez's advice if you want to use kdm.
Offline
thanks ,thanks everybody. and i try with Snowman's method . pacman -S libgl-dri , the "failed to load module glx" errorr ,is resolve , i am very happy, but i don't know libgl-dri package's functions .is anybody tell me now.
i have another question. my friend tell me that , pacman -Sy kdebase , the kdebase package include the kdm sub-package .is it really? and if only install the kdebase package and configured .xinitrc file ,i can start the kde ?
Offline
You need pacman -S kde in order to get KDE to work, the base is not enough to get you going.
Offline
Sure its enough to get him going! *BUMP*
U need 'kdebase' which contains just the base from kde, with some apps like kwrite, konsole, and stuff. and kdm of course.
language packs are called kde-i18n-de (for german for example, just switch the de if necessary).
a "pacman -S kde" wil install ALL kde things, like dothands of programs from, becasue u install kdenetwork, kdepim, and all the other things.
Offline
detto, the way I understand it is that kdebase is just that: the basic kde environment, but ...
(there is always a but somewhere) a lot of the functionality of KDE is spread on the other KDE components.
So there yo have it, the base is not enough !! That's my story and I'm sticking to it. 8)
Offline
Ok, idd thats true. Functionality is splitte up, and installing all kde packages, or lets say simpler: doing a 'pacman -S kde' is the way to get a fullfunctional kde desktop with things as volume control and stuff like that.
Menu clearing is another story then ![]()
Offline
thanks everyone . kde install is okay now .
next step is to set the kde for start with the os start. i will try it . if i have problem, i will ask everybody
Offline
hi everyone
when i come here,i have set the kde to start with os start, thanks everyone's help.
i want to know the "kde-i18n-zh-cn" package's function. because when i install it ,but it not to resolv the problem .which problem is that when i browse the "www.baidu.com" the font is still a "0" ,
is it i don't to install the scim or i don't install the font.
in this time .i don't understand the "kde-i18n-zh_cn" package,and "scim " package and "font" packages' function .
please help me!
Offline
When uve got the kde-i18n-* package installed u can select ur language settings in the Control Center from KDE.
Also check if uve got ur locales set, take a look here http://wiki.archlinux.org/index.php/Configuring_locales It's just uncommenting and running locale-gen ![]()
Scim i dont myself what this is exactly, never needed myself but heres a wiki entry anyway that might come in handy imo http://wiki.archlinux.org/index.php/Sma … d_platform
cheers,
detto
Offline