xorg.conf: Howto ignore onboard card?

Kevin Oberman rkoberman at gmail.com
Sun Nov 10 17:35:41 UTC 2013


On Sun, Nov 10, 2013 at 2:01 AM, Danny Winn <danny.gabriel.winn at 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 at gmail.com


More information about the freebsd-x11 mailing list