LINUX.ORG.RU

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

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

Тогда попробуй создать /etc/X11/xorg.conf с таким содержанием:

Section "Device"
    Identifier "intel"
    Driver "intel"
EndSection

Section "Screen"
    Identifier "intel"
    Device "intel"
EndSection

Section "ServerLayout"
    Identifier "layout"
    Screen "intel"
EndSection

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

Тогда попробуй создать /etc/X11/xorg.conf с таким содержанием:

Section "Device"
    Identifier "intel"
    Driver "intel"
EndSection

Section "Screen"
    Identifier "intel"
    Device "intel"
EndSection

Section "ServerLayout"
    Identifier "layout"
    Screen 0 "intel"
EndSection