Code: Select all
alias startx='startx -- -dpi 80'
Any suggestions?
Code: Select all
alias startx='startx -- -dpi 80'
Code: Select all
alias startx='startx -- -dpi 80'
Code: Select all
yourfavoriteeditor /usr/bin/startxCode: Select all
defaultserverargs=""Code: Select all
defaultserverargs="-dpi 80"Code: Select all
Section "Monitor"Code: Select all
Section "Monitor"
Identifier "Monitor0"
Option "DPI" "80 x 80"
EndSectionCode: Select all
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSectionCode: Select all
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "UseEdidDpi" "FALSE"
Option "DPI" "80 x 80"
EndSection