GNU/Linux >> Tutoriales Linux >  >> Ubuntu

Gráficos híbridos:¿cambiar las opciones del controlador Igpu al usar Fglrx?

Normalmente cuando se quiere cambiar las opciones del controlador Intel xorg.conf solo se puede editar como:

Section "Device"
  Identifier  "Intel Graphics"
  Driver      "intel"
  Option      "AccelMethod"  "uxa"
EndSection

por ejemplo, para elegir el método de aceleración.

¿Cómo se logra esto cuando se usa fglrx? controladores en un sistema de gráficos híbrido (con tarjetas Intel y AMD) y un xorg.conf , por defecto (aticonfig --initial generado) parece

Section "ServerLayout"
       Identifier     "My Layout"
       Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Monitor"
        Identifier   "aticonfig-Monitor[0]-0"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]-0"
        Driver      "fglrx"
        BusID       "PCI:6:0:0"
EndSection

Section "Screen"
        Identifier "aticonfig-Screen[0]-0"
        Device     "aticonfig-Device[0]-0"
        Monitor    "aticonfig-Monitor[0]-0"
        DefaultDepth     24
        SubSection "Display"
            Viewport   0 0
            Depth     24
        EndSubSection
EndSection

(Intenté agregar una estrofa de dispositivo Intel con las opciones deseadas; conduce a una falla de segmento)

Respuesta aceptada:


Ubuntu
  1. ¿Cómo instalar el controlador Intel 82852/855gm?

  2. Tear-free deshabilitado en Intel Graphics, ¿tearing en Xubuntu?

  3. ¿Cómo configurar un Intel Hd Graphics 4000?

  4. ¿No puede iniciar sesión después del cambio de contraseña (ecryptfs)?

  5. Computadora portátil Optimus:¿cortar y tartamudear videos con gráficos integrados Intel y rasgar la pantalla con gráficos Nvidia?

¿Instalar el controlador de gráficos Intel en Ubuntu 16.04?

¿Desgarro de pantalla en 11.10 con gráficos Intel?

¿Cambiar el controlador predeterminado de la impresora de red?

Lubuntu:¿Portátil anormalmente lento?

Cómo instalar el controlador de gráficos NVIDIA en Ubuntu 20.04

Responda automáticamente 'Sí' cuando use apt-get install