Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Nov 2013 09:35:40 -0800
From:      Kevin Oberman <rkoberman@gmail.com>
To:        Danny Winn <danny.gabriel.winn@gmail.com>
Cc:        "freebsd-x11@freebsd.org" <freebsd-x11@freebsd.org>
Subject:   Re: xorg.conf: Howto ignore onboard card?
Message-ID:  <CAN6yY1vz%2BMaN7C2x%2BEb2LZK3HrNhHRG94kPe9z4hHMz4Kzj4Qg@mail.gmail.com>
In-Reply-To: <CAK4wwDyaBP1Tv09umKE7O1zuMoWdvt9D=N2CxkuGGrp4SbK==Q@mail.gmail.com>
References:  <CAK4wwDyaBP1Tv09umKE7O1zuMoWdvt9D=N2CxkuGGrp4SbK==Q@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Nov 10, 2013 at 2:01 AM, Danny Winn <danny.gabriel.winn@gmail.com>wrote:

> Hello List,
>
> I installed FreeBSD 9.2 a week ago and use my GeForce GT 610 card via
> HDMI-output and driver nvidia, which supports the card. It seems like
> somehow Xorg is trying to access the onboard card, even though it is not
> mentioned in /etc/X11/xorg.conf.
> startx does not start X. Same issue with the newest driver from Nvidia's
> hompage.
>
> This is my configuration:
>
> /etc/make.conf
> Code:
>
> WITH_NEW_XORG          = YES
> WITH_GALLIUM           = YES
>

[...]

>
> Regards,
> Danny
>

I'm a bit confused by this. It may or may not be your problem, but it is
certainly wrong. "WITH_GALLIUM" is support for AMD graphics and is not
appropriate to either Intel or nVidia graphics. And, even for AMD graphics,
you also need "WITH_KMS=".

I'd suggest that you build the relevant X ports with only WITH_NEW_XORG.
That means:
graphics/libGL
graphics/dri
graphics/libEGL
graphics/libglesv2
X11-servers/xorg-server
X11-servers/xorg-nestserver
Any X11-drivers you use.
(Note: You may not have all of these on your system and you don't need to
add any you don't have.)
-- 
R. Kevin Oberman, Network Engineer
E-mail: rkoberman@gmail.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAN6yY1vz%2BMaN7C2x%2BEb2LZK3HrNhHRG94kPe9z4hHMz4Kzj4Qg>