| Arch This Forum is for the discussion of Arch Linux. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
05-26-2004, 02:49 AM
|
#1
|
|
Senior Member
Registered: Aug 2003
Location: Honolulu, HI
Distribution: Arch
Posts: 1,380
Rep:
|
tries to install arch
so since fri i have installed and reinstalled arch on a p3. well, i kept having errors with xfree and could not figure out what was wrong. i did xf86config, didn't help. i tried X- configure and running x with that "edited" file(i made the changes for the mouse). still didn't want to start . i tried installing a diff distro and copied the config file. i just couldn't get x up and running. i decided that i need to get that box up and running, so now i am going to give a old p2 i have laying around a shot with arch. any ideas on wha tto do with this xfree prob, i would really appreciate it. I am really looking forward to arch. I keep hearing great things about it.
|
|
|
|
05-26-2004, 06:34 AM
|
#2
|
|
Member
Registered: Apr 2003
Location: Athens, Greece
Distribution: Arch
Posts: 182
Rep:
|
what was your problem. what did the startx say after it crashed?
copy your erors from /var/log/Xfree*.log
|
|
|
|
05-26-2004, 12:36 PM
|
#3
|
|
Senior Member
Registered: Aug 2003
Location: Honolulu, HI
Distribution: Arch
Posts: 1,380
Original Poster
Rep:
|
i don't remember exactly, but one of the errors was no screens found. i am begining to think it has to do with the video card and not arch. i have a ati rage pro 128 and vector locked up the screen. I may try arch on it again and try using the onboard video
|
|
|
|
05-26-2004, 02:56 PM
|
#4
|
|
Member
Registered: Apr 2003
Location: Athens, Greece
Distribution: Arch
Posts: 182
Rep:
|
I'm almost certain that you need to specify the correct parameters (especially MONITOR and Graphic card) when you run xf86config [to configure your X server]
good luck
|
|
|
|
05-26-2004, 04:14 PM
|
#5
|
|
Senior Member
Registered: Aug 2003
Location: Honolulu, HI
Distribution: Arch
Posts: 1,380
Original Poster
Rep:
|
i do though. i have a nokia 447Zi 17 inch monitor and a rage pro 128 video card. I have set and reset the settings, but it still bombs when i run startx. i am going to try to install using the onboard video, i think, or try switching out the video card
|
|
|
|
05-27-2004, 02:05 PM
|
#6
|
|
Senior Member
Registered: Aug 2003
Location: Honolulu, HI
Distribution: Arch
Posts: 1,380
Original Poster
Rep:
|
without the agp video card, using onboard. it complains about cannot find agp module in kernel.... its onboard i810intel graphics
|
|
|
|
05-27-2004, 05:38 PM
|
#7
|
|
Member
Registered: Apr 2003
Location: Athens, Greece
Distribution: Arch
Posts: 182
Rep:
|
I'm not sure if you chose the right way to solve your first problem.
anyways. I'm not sure why this happens and when this happens [you don't describe] . does i810intel want agp module?
if yes then maybe you need to modprobe it?
I'm not sure though why you're having all these problems. maybe search in bbs.archlinux.org and then ask there? I can only say Good Luck
|
|
|
|
05-27-2004, 05:57 PM
|
#8
|
|
Senior Member
Registered: Aug 2003
Location: Honolulu, HI
Distribution: Arch
Posts: 1,380
Original Poster
Rep:
|
I"m not sure about these probs either. Startx does not work, period, with the agp card the error is no screens found. Without the agp card it compains that the kernel lacks suppport for agp. i810intel does not require agp compiled into the kernel, as far as i know. When i installed it with/without the rage pro card, and i typed startx, that was when it happens. Why it happens....hmmmm, that is why i am posting in this forum. For the time being i am giving up on arch. i just can't figure it out and there aren't enough people posting in here.
|
|
|
|
05-27-2004, 06:11 PM
|
#9
|
|
Member
Registered: Apr 2003
Location: Athens, Greece
Distribution: Arch
Posts: 182
Rep:
|
do you have such problems only with ArchLinux?
Last edited by zeppelin; 05-28-2004 at 05:36 AM.
|
|
|
|
05-28-2004, 04:55 AM
|
#10
|
|
LQ Newbie
Registered: May 2004
Distribution: Arch
Posts: 9
Rep:
|
I have a i810 graphic card and I need to load the i810 agp.
#modprobe i810
I think that then it will work 
|
|
|
|
05-28-2004, 06:49 AM
|
#11
|
|
LQ Newbie
Registered: May 2004
Distribution: Arch
Posts: 9
Rep:
|
And for configuration use xf86cfg ,I find that is more friendly than xf86config(but I like this one because I know very well my hw)
If it fails then try xf86cfg --textmode
When you have finished you will have a /root/XF86Config.new
just backup your old one in /etc/X11 #cp /etc/X11/XF86Config /etc/X11/XF86Config.bak
then
# cp /root/XF86Config.new /etc/X11/XF86Config
edit your .xinitrc(in your home)
$echo exec startkde(or gnome-session or wmaker or what ever) > /home(your home)/.xinitrc
$startx and see if it work.
If you have any other issue post here(or in the arch list)
Bye
|
|
|
|
05-29-2004, 01:35 AM
|
#12
|
|
Senior Member
Registered: Aug 2003
Location: Honolulu, HI
Distribution: Arch
Posts: 1,380
Original Poster
Rep:
|
well, i got it installed, X configured and took me a while got my network up and running. i am in the process of grabbing kde. as much trouble as this has been, i am keeping arch ...lol.....i have been hearing great things about it for over a year now and have been wanting to give it a try for some time.
|
|
|
|
05-29-2004, 04:02 AM
|
#13
|
|
LQ Newbie
Registered: May 2004
Distribution: Arch
Posts: 9
Rep:
|
Be aware because now the kde package has some truble(it is usable but some apps sometime crash) it will be fixed in a day or 2.
Bye
Arch is good and
difficulty==learning
Bye
|
|
|
|
05-29-2004, 04:11 AM
|
#14
|
|
Senior Member
Registered: Aug 2003
Location: Honolulu, HI
Distribution: Arch
Posts: 1,380
Original Poster
Rep:
|
ok, i had a bunch of errors so since it was such a new install and i kept getting those declares. i reinstalled. now i can ping outside of the router but am unable to get a webpage or pacman -Sy...any ideas?
|
|
|
|
05-29-2004, 04:18 AM
|
#15
|
|
LQ Newbie
Registered: May 2004
Distribution: Arch
Posts: 9
Rep:
|
You have a pppoe connection, right?
If you have used rp-pppoe when it asked for firewall configuration, what have you replied?
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 06:29 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|