Xorg

From Alessandro's Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
  • Impostare la risoluzione di un monitor LCD a 1280x800 , parte del file /etc/X11/xorg.conf
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "LCD Panel 1280x800"
HorizSync 31.5 - 100.0
VertRefresh 60.0 - 90.0
ModeLine "1280x800" 83.9 1280 1312 1624 1656 800 816 824 841
Option "IgnoreEDID" "1"
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
# Driver "nv"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce FX 5700"
Option "RenderAccel" "true"
Option "NvAGP" "3"
Option "MetaModes" "1280x800, 1280x800; 1024x768, 1024x768; 800x600, 800x600;"
Option "TwinView"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
Option "TVStandard" "PAL-B"
Option "TwinViewOrientation" "Clone"
Option "NoLogo" "true"
Option "CursorShadow" "true"
Option "FlatPanelProperties" "Scaling = centered, Dithering = enabled"
EndSection


command line

setxkbmap -print -verbose 10