Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 May 2000 19:09:11 +0100
From:      Mark Ovens <mark@ukug.uk.freebsd.org>
To:        Adam Hefetz <adam_hefetz@hotmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: HELP!!!
Message-ID:  <20000516190911.D233@parish>
In-Reply-To: <20000516074156.85015.qmail@hotmail.com>; from adam_hefetz@hotmail.com on Tue, May 16, 2000 at 07:41:56AM %2B0000
References:  <20000516074156.85015.qmail@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, May 16, 2000 at 07:41:56AM +0000, Adam Hefetz wrote:
> Hi,
> after I log in and type startx it gives me this message:
> 
> XF86Config: /etc/XF86 Config
> (**) stands for supplied, (--) stands for probed/default values
> Config Error: /etc/XF86Config:15
> 
>    Device    "Primary Card"
>               ^^^^^^^^^^^^^
> Not a declared device
> X connection to:0.0 broken (explicit kill or server shutdown).
> 

Hmm, it looks like you've given you video card one Identifier (name)
and used a different one for setting up the display modes.

I'm curious about the ``/etc/XF86Config:15'' which seems to indicate
that the error occurs on line 15 of /etc/XF86Config, which in mine is
the copyright, even ignoring comment lines I wouldn't expect the
Screen setup to be there, it's usually at the end of the file.

Anyway, look for the offending line ``Device    "Primary Card"'' in
/etc/XF86Config and if it appears in a section like:
Section "Screen"
    Driver      "accel"
    Device      "Xpert@Work"
    Monitor     "CTX 1560"
    DefaultColorDepth 32
    Subsection "Display"
        Depth       8
        Modes       "1024x768"
        ViewPort    0 0
....

Then look for a section like:

# Device configured by xf86config:

Section "Device"
    Identifier  "Xpert@Work"
    VendorName  "ATI"
    BoardName   "Xpert@Work"
    #VideoRam    4096
    # Insert Clocks lines here if appropriate

You will probably find a typo in either the ``Identifier'' line or the
offending ``Device'' line, which should match.

If you still have problems then include your /etc/XF86Config in your
reply.

HTH



> PLEASE HELP! I have no idea what to do.
> thanks, Adam
> ________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

-- 
        ...and on the eighth day God created UNIX
________________________________________________________________
      FreeBSD - The Power To Serve http://www.freebsd.org
      My Webpage http://ukug.uk.freebsd.org/~mark/
mailto:mark@ukug.uk.freebsd.org             http://www.radan.com



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000516190911.D233>