Re: Re: X problems, please advise helpless newbie

2002-10-17 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2002-10-17 08:09:27 -0700:
> On Thu, Oct 17, 2002 at 03:37:38PM +0200, Roman Neuhauser wrote:
> > # [EMAIL PROTECTED] / 2002-10-17 08:38:26 -0400:
> > > On Thu, Oct 17, 2002 at 01:24:43AM -0700, J. Foobar wrote:
> > > > 'startx' returns the following:
> > > > 
> > > > 
> > > > (EE) GARTInit: Unable to open /dev/agpgart (Device not
> > > > configured)
> > > > (EE) I810(0): AGP GART support is not available.  Make
> > > > sure your kernel has agpgart support or that the
> > > > agpgart kernel module is loaded.
> > ^^^
> > 
> > > have you checked for agpgard support in your kernel as mentioned
> > > above in the startx output?
> > > 
> > > Add the following to your kernel -
> > > 
> > > device  agp
> > > 
> > > Then recompile your kernel.
> > 
> > % su
> > # echo agp_load="YES" >> /boot/loader.conf
> > # kldload agp
> > # exit
> > % startx
> > 
> > enjoy
> > 
> 
> Wait, do you have to both compile AGP support into the kernel AND load
> an the kernel module?  Shouldn't it be just one or the other?

sorry for the confusion. this is what I meant:

as opposed to what quite a few people would like you to believe you
*don't* have to compile stuff into kernel to have the desired
functionality. i've successfully used dynamically loaded usb, agp,
and sound (at least two different sound cards) support over the last
year.

-- 
If you cc me or take the list(s) out completely I'll most likely
ignore your message.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Re: X problems, please advise helpless newbie

2002-10-17 Thread Nathan Kinkade
On Thu, Oct 17, 2002 at 03:37:38PM +0200, Roman Neuhauser wrote:
> # [EMAIL PROTECTED] / 2002-10-17 08:38:26 -0400:
> > On Thu, Oct 17, 2002 at 01:24:43AM -0700, J. Foobar wrote:
> > > 'startx' returns the following:
> > > 
> > > 
> > > (EE) GARTInit: Unable to open /dev/agpgart (Device not
> > > configured)
> > > (EE) I810(0): AGP GART support is not available.  Make
> > > sure your kernel has agpgart support or that the
> > > agpgart kernel module is loaded.
> ^^^
> 
> > have you checked for agpgard support in your kernel as mentioned
> > above in the startx output?
> > 
> > Add the following to your kernel -
> > 
> > device  agp
> > 
> > Then recompile your kernel.
> 
> % su
> # echo agp_load="YES" >> /boot/loader.conf
> # kldload agp
> # exit
> % startx
> 
> enjoy
> 

Wait, do you have to both compile AGP support into the kernel AND load
an the kernel module?  Shouldn't it be just one or the other?

Nathan

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Re: X problems, please advise helpless newbie

2002-10-17 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2002-10-17 08:38:26 -0400:
> On Thu, Oct 17, 2002 at 01:24:43AM -0700, J. Foobar wrote:
> > 'startx' returns the following:
> > 
> > 
> > (EE) GARTInit: Unable to open /dev/agpgart (Device not
> > configured)
> > (EE) I810(0): AGP GART support is not available.  Make
> > sure your kernel has agpgart support or that the
> > agpgart kernel module is loaded.
^^^

> have you checked for agpgard support in your kernel as mentioned
> above in the startx output?
> 
> Add the following to your kernel -
> 
> device  agp
> 
> Then recompile your kernel.

% su
# echo agp_load="YES" >> /boot/loader.conf
# kldload agp
# exit
% startx

enjoy

-- 
If you cc me or take the list(s) out completely I'll most likely
ignore your message.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Re: X problems, please advise helpless newbie

2002-10-17 Thread Jud


-Original Message-
From: Thomas Spreng <[EMAIL PROTECTED]>
To: "J. Foobar" <[EMAIL PROTECTED]>
Date: Thu, 17 Oct 2002 13:27:30 +0200
Subject: Re: X problems, please advise helpless newbie

On Thu, Oct 17, 2002 at 01:24:43AM -0700, J. Foobar wrote:
> I have been unable to get X to start successfully. 
> Hopefully I am overlooking something stupid.
> 
> FreeBSD 4.6.2 on an Intel machine
> 
> My graphics card is an Intel 82845G/GL.  I searched
> for info on the Intel site and it mentioned that this
> card is in the i810 class.
> 
> >From my XF86Config file:
> Section "Device"
> Identifier "Card0"
> Driver "i810"
> Chipset  "i810"
> Card"Intel i810"
> End Section
> 
> I have added the agp_load="YES" line to
> /boot/loader.conf and /dev/agpgart exists.
> 
> 'startx' returns the following:
> 
> 
> (EE) GARTInit: Unable to open /dev/agpgart (Device not
> configured)
> (EE) I810(0): AGP GART support is not available.  Make
> sure your kernel has agpgart support or that the
> agpgart kernel module is loaded.
> (EE) Screen(s) found, but none have a usable
> configuration.
>
> Fatal server error:
> no screens found
>

have you checked for agpgard support in your kernel as mentioned
above in the startx output?


**
**

Add the following to your kernel -

device  agp

You can add some comments if you like -

# Video

device  agp  #Graphics card

Then recompile your kernel.  If it still doesn't work,
I guess something else is borked.  I usually have my
best success configuring X using the old-fashioned
xf86config command and working through the subsequent
question-and-answer.

Jud


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message