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/startx
Code: 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"
EndSection
Code: Select all
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Code: Select all
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "UseEdidDpi" "FALSE"
Option "DPI" "80 x 80"
EndSection