Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Sep 2016 17:09:50 -0700
From:      Conrad Meyer <cem@freebsd.org>
To:        Grzegorz Junka <list1@gjunka.com>
Cc:        x11-list freebsd <freebsd-x11@freebsd.org>
Subject:   Re: X11 stopped working after upgrading ports
Message-ID:  <CAG6CVpX5N=h%2BS2VetNJEmtFhCE7_Q%2Bwc_QHze6QhPgSi5NSxmA@mail.gmail.com>
In-Reply-To: <a8775c1a-702d-dd15-dfb9-cfb306e366ae@gjunka.com>
References:  <a29b9fa3-d639-dcdb-c571-c2de5fbfd875@gjunka.com> <CAG6CVpXV=VyKN8TFSmZ5B24WqzO_6DqaV3YEd60_NuWKVcw-qQ@mail.gmail.com> <a8775c1a-702d-dd15-dfb9-cfb306e366ae@gjunka.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Sep 25, 2016 at 3:02 PM, Grzegorz Junka <list1@gjunka.com> wrote:
> Thank you very much, that helped. I was looking into the package itself but
> couldn't find anything useful, and pkg info nvidia-driver wasn't showing
> anything interesting either. I thought that pkg-message shows what's in
> pkg-descr, not files/pkg-message.in. And I forgot about the UPDATING file.

Yes, it's `pkg info --pkg-message nvidia-driver` (or pkg info -D nvidia-driver).

But the pkg-message change is maybe too subtle, and could be more
attention grabbing.  Sorry for the breakage.

================================8<================================
To use these drivers, make sure that you have loaded the NVidia kernel
module, by doing

# kldload nvidia (or nvidia-modeset, see below)

or adding

nvidia_load="YES" (or nvidia-modeset_load="YES", see below)
...
Starting with version 358.09, some important functionality of the driver
has been broken out into a separate kernel module, nvidia-modeset.ko.
Users that experience hangs when starting X11 server, or observe

        (II) NVIDIA(0): Validated MetaModes:
        (II) NVIDIA(0):     "NULL"

in /var/log/Xorg.0.log should replace ``nvidia'' with ``nvidia-modeset''
in their /boot/loader.conf or /etc/rc.conf configuration files, depending
on how they prefer to load NVidia driver kernel module.
================================8<================================

Best,
Conrad



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAG6CVpX5N=h%2BS2VetNJEmtFhCE7_Q%2Bwc_QHze6QhPgSi5NSxmA>