LINUX.ORG.RU

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

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

В общем, удалить все содержимое xorg.conf и вписать туда следующее:

Section "Monitor"
        Identifier "Monitor0"
        ModelName "Samsung S22E390H"
        VendorName "Samsung"
        Horizsync 30-81
        VertRefresh 56-75
        DisplaySize 476.64 268.11
        Gamma 2.20
        Option "DPMS" "true"
        Option "PreferredMode" "1920x1080"
        # PixelClock 148.5 MHz, HorizSync 67.5 kHz, VertRefresh 60 Hz
	Modeline "1920x1080" 148.500 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
EndSection

Section "Device"
        Identifier "Device0"
        Driver "nouveau"
        VendorName "NVIDIA Corporation"
        BoardName "GeForce GT 630"
EndSection

Section "Screen"
        Identifier "Screen0"
        Monitor "Monitor0"
        Device "Device0"
        DefaultDepth 24
        SubSection     "Display"
              Depth       24
        EndSubSection
EndSection

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

В общем, удалить все содержимое xorg.conf и вписать туда следующее:

Section "Monitor"
        Identifier "Monitor0"
        ModelName "Samsung S22E390H"
        VendorName "Samsung"
        Horizsync 30-81
        VertRefresh 56-75
        DisplaySize 476.64 268.11
        Gamma 2.20
        Option "DPMS" "true"
        Option "PreferredMode" "1920x1080"
        # PixelClock 148.5 MHz, HorizSync 67.5 kHz, VertRefresh 60 Hz
	Modeline "1920x1080" 148,500 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
EndSection

Section "Device"
        Identifier "Device0"
        Driver "nouveau"
        VendorName "NVIDIA Corporation"
        BoardName "GeForce GT 630"
EndSection

Section "Screen"
        Identifier "Screen0"
        Monitor "Monitor0"
        Device "Device0"
        DefaultDepth 24
        SubSection     "Display"
              Depth       24
        EndSubSection
EndSection