Building 364.12 from svn
Floris
jkfloris at dds.nl
Thu Mar 31 19:23:06 UTC 2016
Op Thu, 31 Mar 2016 15:56:09 +0200 schreef Luca Boccassi
<luca.boccassi at gmail.com>:
> On 31 March 2016 at 14:48, Floris <jkfloris at dds.nl> wrote:
>> Op Thu, 31 Mar 2016 15:38:38 +0200 schreef Luca Boccassi
>> <luca.boccassi at gmail.com>:
>>
>>
>>> On 31 March 2016 at 14:22, Floris <jkfloris at dds.nl> wrote:
>>>>
>>>> I like to try the beta version so I tried to make the .deb packages
>>>> out
>>>> of
>>>> the .run packages
>>>>
>>>> Steps I tried so far with trial and error:
>>>> Download from svn
>>>> $ svn co
>>>>
>>>> svn://anonscm.debian.org/pkg-nvidia/packages/nvidia-graphics-drivers/trunk
>>>> nvidia-graphics-driver
>>>
>>>
>>> Hi Floris,
>>>
>>> The code in trunk is not compatible with the 364 version, it's for the
>>> 352 release.
>>> I've already done all the work to support it, so you can check out the
>>> 364 branch instead:
>>>
>>> svn co
>>> svn://anonscm.debian.org/pkg-nvidia/packages/nvidia-graphics-drivers/branches/364
>>>
>>> And then the package build should work fine.
>>>
>>> Kind regards,
>>> Luca Boccassi
>>
>>
>> Thanks. The packages are build successfully.
>
> Great!
>
> Please keep in mind that it's still work in progress, and you might
> encounter issues (please report them in this thread if so) and more
> importantly you might not be able to downgrade/upgrade cleanly, and
> you might have to manually add/remove packages to do so.
>
> Kind regards,
> Luca Boccassi
So far everything is up-and-running with the beta drivers. If I find a
problem I will report it.
The first question is how can I set nvidia-drm modeset=1 at boot time. I
tried /etc/modules-load.d/nvidia.conf but systemd-modules-load reports on
boot:
kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module 364.12 Wed Mar 16
21:11:26 PDT 2016
systemd-modules-load[183]: Failed to find module 'nvidia_drm modeset=1'
Thanks
PS. Is the name of the module nvidia-drm or nvidia_drm?
modprobe nvidia-drm modeset=1
lsmod | grep drm
nvidia_drm 45056 1
drm_kms_helper 135168 1 nvidia_drm
nvidia_modeset 753664 8 nvidia_drm
drm 356352 4 drm_kms_helper,nvidia_drm
More information about the pkg-nvidia-devel
mailing list