You are not logged in.

#1 2006-08-11 07:57:02

taurus321
Member
Registered: 2006-08-11
Posts: 23

how to install kde in arch 0.7.2 (resolved)

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

#2 2006-08-11 08:16:54

benplaut
Member
Registered: 2006-06-13
Posts: 383

Re: how to install kde in arch 0.7.2 (resolved)

You need:
xclock
xorg-twm

Offline

#3 2006-08-11 09:40:28

taurus321
Member
Registered: 2006-08-11
Posts: 23

Re: how to install kde in arch 0.7.2 (resolved)

i try that :
pacman -S xclock
pacman -S xorg-twn
but , output show that :
not found in sync db

Offline

#4 2006-08-11 12:49:17

lumiwa
Member
Registered: 2005-12-26
Posts: 712

Re: how to install kde in arch 0.7.2 (resolved)

taurus321 wrote:

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

#5 2006-08-11 12:53:43

lumiwa
Member
Registered: 2005-12-26
Posts: 712

Re: how to install kde in arch 0.7.2 (resolved)

taurus321 wrote:

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

#6 2006-08-11 14:43:07

ralvez
Member
From: Canada
Registered: 2005-12-06
Posts: 1,730
Website

Re: how to install kde in arch 0.7.2 (resolved)

I'm not sure if I'm missing something but did you do

pacman -Sy kde

That 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

#7 2006-08-11 17:22:46

colnago
Member
From: Victoria, BC
Registered: 2004-03-25
Posts: 438

Re: how to install kde in arch 0.7.2 (resolved)

...also, check the module path in your xorg.conf.

Offline

#8 2006-08-11 19:36:29

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: how to install kde in arch 0.7.2 (resolved)

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

#9 2006-08-12 00:10:37

taurus321
Member
Registered: 2006-08-11
Posts: 23

Re: how to install kde in arch 0.7.2 (resolved)

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

#10 2006-08-12 00:13:19

ralvez
Member
From: Canada
Registered: 2005-12-06
Posts: 1,730
Website

Re: how to install kde in arch 0.7.2 (resolved)

You need pacman -S kde in order to get KDE to work, the base is not enough to get you going.

Offline

#11 2006-08-12 01:06:53

detto
Member
Registered: 2006-01-23
Posts: 510

Re: how to install kde in arch 0.7.2 (resolved)

Sure its enough to get him going! *BUMP* wink

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

#12 2006-08-12 01:21:48

ralvez
Member
From: Canada
Registered: 2005-12-06
Posts: 1,730
Website

Re: how to install kde in arch 0.7.2 (resolved)

detto, the way I understand it is that kdebase is just that: the basic kde environment, but ...  lol  (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

#13 2006-08-12 01:27:47

detto
Member
Registered: 2006-01-23
Posts: 510

Re: how to install kde in arch 0.7.2 (resolved)

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. smile Menu clearing is another story then big_smile

Offline

#14 2006-08-12 02:33:31

taurus321
Member
Registered: 2006-08-11
Posts: 23

Re: how to install kde in arch 0.7.2 (resolved)

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

#15 2006-08-13 09:18:24

taurus321
Member
Registered: 2006-08-11
Posts: 23

Re: how to install kde in arch 0.7.2 (resolved)

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

#16 2006-08-13 09:30:13

detto
Member
Registered: 2006-01-23
Posts: 510

Re: how to install kde in arch 0.7.2 (resolved)

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 wink
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

Board footer

Powered by FluxBB