CCSM: композитная частота обновления сбрасывается при перезагрузке

Когда я использую compizconfig-settings-manager (ccsm), я хочу, чтобы частота обновления композитора была на 144, но она не осталась сохраненной, она возвращается на 50 каждый раз, когда я перезагружаюсь, plz помогает мне заставить его оставаться на 144. ] при перезагрузке.

Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 16384 x 16384
DVI-I-0 disconnected (normal left inverted right x axis y axis)
DVI-I-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 531mm x 299mm
1920x1080     60.00 + 144.00*  119.98    99.93    84.90  
1680x1050     59.95  
1440x900      59.89  
1280x1024     75.02    60.02  
1280x960      60.00  
1280x800      59.81  
1280x720      60.00  
1152x864      75.00  
1024x768      75.03    70.07    60.00  
800x600       75.00    72.19    60.32    56.25  
640x480       75.00    59.94  
HDMI-0 disconnected (normal left inverted right x axis y axis)
DP-0 disconnected (normal left inverted right x axis y axis)
DVI-D-0 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
1
задан 29 February 2016 в 14:28

1 ответ

Решение 1:

Генерировать modeline:
Ввести cvt 1920 1080 144 затем скопируйте сгенерированную строку (запустите с Modeline).

Сделайте свой конфигурационный файл в /usr/share/X11/xorg.conf.d/ например, monitor.conf как это:

Section "Device"  
  Identifier    "Configured Video Device"  
EndSection

Section "Monitor"
  Identifier    "Configured Monitor"  
  paste your copied modeline here eg. : 
  Modeline "1920x1080_144.00"  452.50  1920 2088 2296 2672  1080 1083 1088 1177 -hsync +vsync
EndSection

Section "Screen"
  Identifier    "Default Screen"
  Monitor       "Configured Monitor"
  Device        "Configured Video Device"
   SubSection "Display"
    Modes     "1920x1080_144.00"
   EndSubSection
EndSection        

Решение 2:

Можно сделать в домашней папке .xprofile файл и вставка:

xrandr --output DVI-I-1 --mode 1920x1080 --rate 144

Это будет применено после входа в систему Вашего профиля.

0
ответ дан 1 March 2016 в 00:28

Другие вопросы по тегам:

Похожие вопросы: