xorg.conf: Howto ignore onboard card?
Danny Winn
danny.gabriel.winn at gmail.com
Sun Nov 10 17:41:39 UTC 2013
Hello Kevin,
you're right, the option "WITH_GALLIUM" was left over from my
"make.conf" template. I will rebuild the necessary ports without it.
I'm currently using "xorg-minimal" instead of "xorg-server", but I think
I'll remove it and use "xorg-server" instead, just in case.
Thank you.
Regards
Danny
On 10.11.2013 18:35, Kevin Oberman wrote:
> On Sun, Nov 10, 2013 at 2:01 AM, Danny Winn
> <danny.gabriel.winn at gmail.com <mailto: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 <mailto:rkoberman at gmail.com>
More information about the freebsd-x11
mailing list