Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[gelöst]kernel > 5.15 - nvidia - CONFIG_DRM_KMS_HELPER
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
flammenflitzer
Advocate
Advocate


Joined: 25 Nov 2003
Posts: 3541
Location: Berlin

PostPosted: Sun Apr 03, 2022 4:28 pm    Post subject: [gelöst]kernel > 5.15 - nvidia - CONFIG_DRM_KMS_HELPER Reply with quote

Hallo, bei den gentoo-sorces ab 5.16 kommt bei der Installation der nvidia Treiber die Meldung
Code:
 *   CONFIG_DRM_KMS_HELPER: is not set but needed for Xorg auto-detection
 *      of drivers (no custom config), and for wayland / nvidia-drm.modeset=1.
 *      Cannot be directly selected in the kernel's menuconfig, and may need
 *      selection of a DRM device even if unused, e.g. CONFIG_DRM_AMDGPU=m or
 *      DRM_I915=y, DRM_NOUVEAU=m also acceptable if a module and not built-in.
 * Please check to make sure these options are set correctly.
 * Failure to do so may cause unexpected problems.

Die Option ist in der .config nicht mehr verfügbar.
Code:
x11-drivers/nvidia-drivers-510.60.02

Warum muss ich hier
Code:
CONFIG_DRM_NOUVEAU=m
aktivieren, um die Option verfügbar zu machen?
MfG


Last edited by flammenflitzer on Fri Apr 08, 2022 1:35 pm; edited 1 time in total
Back to top
View user's profile Send private message
mike155
Advocate
Advocate


Joined: 17 Sep 2010
Posts: 4438
Location: Frankfurt, Germany

PostPosted: Sun Apr 03, 2022 5:22 pm    Post subject: Reply with quote

Hmm! Bei mir ist diese Option verfügbar, obwohl CONFIG_DRM_NOUVEAU deaktiviert ist.

Der Hilfetext zu CONFIG_DRM_KMS_HELPER sagt übrigens:
Code:
Depends on: HAS_IOMEM [=y] && DRM [=y]

Sind HAS_IOMEM und DRM bei Dir aktiviert?
Back to top
View user's profile Send private message
flammenflitzer
Advocate
Advocate


Joined: 25 Nov 2003
Posts: 3541
Location: Berlin

PostPosted: Sun Apr 03, 2022 5:47 pm    Post subject: Reply with quote

Code:
CONFIG_HAS_IOMEM=y
CONFIG_DRM=m

auch bei
Code:
CONFIG_DRM=y
fehlt
Code:
CONFIG_DRM_KMS_HELPER

cat .config | grep DRM | grep -v \# | grep -v ^$
Code:
CONFIG_DRM=m
CONFIG_DRM_PANEL=y
CONFIG_DRM_BRIDGE=y
CONFIG_DRM_PANEL_BRIDGE=y
CONFIG_DRM_LEGACY=y
CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=y
CONFIG_DRM_NOMODESET=y

mit NOUVEA
cat .config | grep DRM | grep -v \# | grep -v ^$
Code:
CONFIG_DRM=m
CONFIG_DRM_KMS_HELPER=m
CONFIG_DRM_FBDEV_EMULATION=y
CONFIG_DRM_FBDEV_OVERALLOC=100
CONFIG_DRM_TTM=m
CONFIG_DRM_TTM_HELPER=m
CONFIG_DRM_I2C_CH7006=m
CONFIG_DRM_I2C_SIL164=m
CONFIG_DRM_NOUVEAU=m
CONFIG_DRM_PANEL=y
CONFIG_DRM_BRIDGE=y
CONFIG_DRM_PANEL_BRIDGE=y
CONFIG_DRM_LEGACY=y
CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=m
CONFIG_DRM_NOMODESET=y
Code:
... and may need selection of a DRM device even if unused...
Ich will das nur verstehen... Ist nicht soo wichtig....
Back to top
View user's profile Send private message
pietinger
Moderator
Moderator


Joined: 17 Oct 2006
Posts: 5394
Location: Bavaria

PostPosted: Sun Apr 03, 2022 6:28 pm    Post subject: Reply with quote

flammenflitzer,

möglicherweise ist der Unterschied zwischen Dir und Mike, dass Mike das hier aktiviert hat:
Code:
Device Driver  --->
Graphics support  --->
[*] Simple framebuffer driver


Das ist der "CONFIG_DRM_SIMPLEDRM" und der ->

Selects: DRM_GEM_SHMEM_HELPER [=y] && DRM_KMS_HELPER [=y]

Wenn Du also nicht den "CONFIG_DRM_NOUVEAU=m" enabeln willst, wäre das eine Option.
Back to top
View user's profile Send private message
flammenflitzer
Advocate
Advocate


Joined: 25 Nov 2003
Posts: 3541
Location: Berlin

PostPosted: Sun Apr 03, 2022 7:17 pm    Post subject: Reply with quote

cat .config | grep DRM | grep -v \# | grep -v ^$
Code:
CONFIG_DRM=m
CONFIG_DRM_KMS_HELPER=m
CONFIG_DRM_FBDEV_EMULATION=y
CONFIG_DRM_FBDEV_OVERALLOC=100
CONFIG_DRM_GEM_SHMEM_HELPER=m
CONFIG_DRM_I2C_CH7006=m
CONFIG_DRM_I2C_SIL164=m
CONFIG_DRM_PANEL=y
CONFIG_DRM_BRIDGE=y
CONFIG_DRM_PANEL_BRIDGE=y
CONFIG_DRM_SIMPLEDRM=m
CONFIG_DRM_LEGACY=y
CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=m
CONFIG_DRM_NOMODESET=y
Habe ich gemacht. Dankeschön :D
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum