GNU/Linux >> Linux Esercitazione >  >> Ubuntu

Grafica ibrida:modificare le opzioni del driver Igpu quando si utilizza Fglrx?

Normalmente quando si desidera modificare le opzioni del driver Intel xorg.conf può essere modificato come:

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

ad esempio per scegliere il metodo di accelerazione.

Come si ottiene utilizzando fglrx driver su un sistema grafico ibrido (con schede Intel e AMD) e un xorg.conf , per impostazione predefinita (aticonfig --initial generato) assomiglia a

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

(Ho provato ad aggiungere una stanza del dispositivo Intel con le opzioni desiderate; porta a un segfault)

Risposta accettata:


Ubuntu
  1. Come correggere il tearing video in Linux (con grafica Intel)

  2. Come installare il driver Intel 82852/855gm?

  3. Disabilitato senza strappi nella grafica Intel, strappi in Xubuntu?

  4. Ubuntu 18.04:il driver della scheda grafica non funziona?

  5. Internet lento su Ubuntu quando si utilizza uno switch

Installazione del driver di grafica Intel in Ubuntu 16.04?

Screen Tearing In 11.10 con Intel Graphics?

Modificare il driver predefinito della stampante di rete?

Lubuntu:laptop anormalmente lento?

Come installare il driver grafico NVIDIA su Ubuntu 20.04

Rispondi automaticamente "Sì" quando usi apt-get install