|
|
近期按照论坛里一篇帖子更改了xorg.conf文件,让显示器以90dpI显示字体。虽然成功了,但是只有root用户的字符显示是90dpi,其余用户依旧是96dp (我显示器是22寸宽频的,96dp太大了)。难道不同user有不同的x配置吗?
以下是我的xorg.conf文件
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" "CorePointer"
EndSection
Section "Files"
EndSection
Section "Module"
Load "glx"
Load "extmod"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "BenQ T221WA"
HorizSync 31.0 - 83.0
VertRefresh 55.0 - 76.0
Option "DPMS"
DisplaySize 473 296 #1680x1050 90pi
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8600M GS"
Option "AddARGBGLXVisuals" "True"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "1"
Option "metamodes" "CRT: nvidia-auto-select +0+0, DFP: NULL"
SubSection "Display"
Depth 24
EndSubSection
EndSection |
|