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

next in thread | previous in thread | raw e-mail | index | archive | help
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@gmail.com <mailto: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 <mailto:rkoberman@gmail.com>




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