LINUX.ORG.RU

История изменений

Исправление kostik87, (текущая версия) :

Но вот этого там нет и не было:

Значит у тебя в ядре не включены опции - зависимости отсутствующих опций в конфигураторе.

У меня всё есть:

 .config - Linux/x86 4.0.5-gentoo Kernel Configuration
 [...] t > Direct Rendering Manager > Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)
  ┌─────────────── Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) ────────────────┐
  │  Arrow keys navigate the menu.  <Enter> selects submenus ---> (or empty submenus ----).        │
  │  Highlighted letters are hotkeys.  Pressing <Y> includes, <N> excludes, <M> modularizes        │
  │  features.  Press <Esc><Esc> to exit, <?> for Help, </> for Search.  Legend: [*] built-in  [ ] │
  │  excluded  <M> module  < > module capable                                                      │
  │ ┌────────────────────────────────────────────────────────────────────────────────────────────┐ │
  │ │           --- Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)              │ │
  │ │           [ ]   Allow to specify an EDID data set instead of probing for it                │ │
  │ │                 I2C encoder or helper chips  --->                                          │ │
  │ │           < >   3dfx Banshee/Voodoo3+                                                      │ │
  │ │           < >   ATI Rage 128                                                               │ │
  │ │           <*>   ATI Radeon
вот этого параметра действительно больше нет, он теперь включен всегда.

Вот смотри зависимости опции CONFIG_DRM_RADEON:

┌────────────────────────────────────────── ATI Radeon ──────────────────────────────────────────┐
  │ CONFIG_DRM_RADEON:                                                                             │
  │                                                                                                │
  │ Choose this option if you have an ATI Radeon graphics card.  There                             │
  │ are both PCI and AGP versions.  You don't need to choose this to                               │
  │ run the Radeon in plain VGA mode.                                                              │
  │                                                                                                │
  │ If M is selected, the module will be called radeon.                                            │
  │                                                                                                │
  │ Symbol: DRM_RADEON [=y]                                                                        │
  │ Type  : tristate                                                                               │
  │ Prompt: ATI Radeon                                                                             │
  │   Location:                                                                                    │
  │     -> Device Drivers                                                                          │
  │       -> Graphics support                                                                      │
  │         -> Direct Rendering Manager                                                            │
  │           -> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) (DRM [=y])        │
  │   Defined at drivers/gpu/drm/Kconfig:100                                                       │
  │   Depends on: HAS_IOMEM [=y] && DRM [=y] && PCI [=y]                                           │
  │   Selects: FB_CFB_FILLRECT [=y] && FB_CFB_COPYAREA [=y] && FB_CFB_IMAGEBLIT [=y] && \          │
  │ FW_LOADER [=y] && DRM_KMS_HELPER [=y] && DRM_KMS_FB_HELPER [=y] && DRM_TTM [=n] && \           │
  │ POWER_SUPPLY [=y] && HWMON [=y] && BACKLIGHT_CLASS_DEVICE [=y] && INTERVAL_TREE [=y]           │
  │                                                                                                │

Если ты не видишь какой-либо опции, то нажми клавишу «/», введи её название и нажми ввод.

В данном случае введи DRM_RADEON.

Исходная версия kostik87, :

Но вот этого там нет и не было:

Значит у тебя в ядре не включены опции - зависимости отсутствующих опций в конфигураторе.

У меня всё есть:

 .config - Linux/x86 4.0.5-gentoo Kernel Configuration
 [...] t > Direct Rendering Manager > Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)
  ┌─────────────── Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) ────────────────┐
  │  Arrow keys navigate the menu.  <Enter> selects submenus ---> (or empty submenus ----).        │
  │  Highlighted letters are hotkeys.  Pressing <Y> includes, <N> excludes, <M> modularizes        │
  │  features.  Press <Esc><Esc> to exit, <?> for Help, </> for Search.  Legend: [*] built-in  [ ] │
  │  excluded  <M> module  < > module capable                                                      │
  │ ┌────────────────────────────────────────────────────────────────────────────────────────────┐ │
  │ │           --- Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)              │ │
  │ │           [ ]   Allow to specify an EDID data set instead of probing for it                │ │
  │ │                 I2C encoder or helper chips  --->                                          │ │
  │ │           < >   3dfx Banshee/Voodoo3+                                                      │ │
  │ │           < >   ATI Rage 128                                                               │ │
  │ │           <*>   ATI Radeon
вот этого параметра действительно больше нет, он теперь включен всегда.