You are not logged in.
Hi! I'm new on this forum, and new to Arch. I've been reading good stuff about Arch and decided to give it a spin. Unfortunately, even with my basic Linux skills I cannot get KDE or Gnome to run.
I set up the installation with 'base'
after finishing setup, I did a 'pacman -Syu'.
What do I need to do (step by step) from here to install KDE and X.org ?
I tried installing xorg and kde packages with 'pacman -S kde' and 'pacman -S xorg' but still I can't get it to work. It keeps complaining about 'missing module nv' and something else..
I would like to get this distro working, as I've tried everything else, and this is my last chance for Linux, before I give up and buy a Mac :shock: . Please help..! I've read the wiki install guide, but, as English isn't my native language (it's Finnish) I think I can't understand everything.
So, what packages I need to install, what config files I need to modify to install and run KDE in Arch ?
Offline
...
after finishing setup, I did a 'pacman -Syu'.
What do I need to do (step by step) from here to install KDE and X.org ?
I tried installing xorg and kde packages with 'pacman -S kde' and 'pacman -S xorg' but still I can't get it to work. It keeps complaining about 'missing module nv' and something else..
...
You haven't installed all of the xorg packages. Pacman -Sy xorg-video-drivers xorg-input-drivers should help solve the module nv. I assume you have ran xorgconfig, or using hwd or X -configure(any will work)?
What video card do you have? I assume nvidia if so please try install the officle nvidia driver by pacman -Sy nvidia. Then running nvidia-xconfig.
~jnengland77
Offline
youll need to pacman -S xorg kdebase nvidia these items.
then what i did was pacman -S hwd (follow the steps). then hwd -xa. this will create an xorg.conf.
after the xorg.conf is created, i run nvidia-xconfig. then! i edit the xorg.conf to my liking.
then add 'hal kdm' in this order, to the end of your daemons line in /etc/rc.conf
that should get ya up and running.
Offline
Offline
A big thank you to scarney!
I got it working, and now I am writing this from Arch Linux and KDE3.5.5 !
One more question>
my KDM and KDE fonts are way too wide.. what do I do ?
Offline
try adjusting your resoultion in xorg.conf. Something like
Subsection "Display"
Depth 24
Modes "1024x768"
ViewPort 0 0
EndSubsection
within your Screen section.
Offline
ok.. I got it working..
I installed the full KDE package with 'pacman -S kde'
and it seems to work..?
Thank you all for the answers !
Offline