Quote:
settings changed by xvidtune are not stored
|
This is correct. So run
xvidtune from a terminal again. Adjust your settings. Then there's a "Show" button: Click it and it will print a modeline for you in the terminal window. This modeline needs to be copied into the relevant part of
/etc/X11/xorg.conf.
Mine looks like this:
Code:
Section "Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
ModelName "Dell P991"
HorizSync 30-107
VertRefresh 48-120
Modeline "1280x1024" 157.50 1280 1368 1528 1712 1024 1025 1028 1068 +hsync +vsync
EndSection
Although that is from my (old) XF86Config-4 file, the format should be the same for xorg.conf.
HTH