+ -
当前位置:首页 → 问答吧 → 请问:色深怎么调整?

请问:色深怎么调整?

时间:2004-05-01

来源:互联网

色深不知如何调整,画面看起来好模糊,难看极了

这是我的/etc/X11/XF86Config文件,大家帮我看看,谢谢了。

引用:
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/TrueType/"
EndSection

Section "Module"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "record"
Load "xtrap"
Load "speedo"
Load "type1"
Load "xtt"
Load "truetype"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
EndSection

Section "Monitor"
#DisplaySize 320 240 # mm
Identifier "Monitor0"
VendorName "IQT"
ModelName "F776"
Option "DPMS"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "Rotate" # [<str>]
#Option "VideoKey" # <i>
#Option "FlatPanel" # [<bool>]
#Option "FPDither" # [<bool>]
#Option "CrtcNumber" # <i>
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "NV17 [GeForce4 MX 440]"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Depth 32
Modes "1024x768"
EndSubSection
SubSection "Display"
# Depth 4
Depth 32
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection

上传的图像
bsd.png (87.7 KB, 39 次查看)

作者: MichaelBibby   发布时间: 2004-05-01

我的跟你的一样。
不知怎么弄,郁闷中。。。。。。。

作者: scau_sinner   发布时间: 2004-05-01

在Redhat 就是在主菜单里找,BSD可能在应用程序或控制中心那里吧?

作者: devel   发布时间: 2004-05-01

试看在Section "Screen"部分加上
DefaultDepth 16

或者去掉较低的:
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection

作者: kgnn   发布时间: 2004-05-01

kgnn说得对,我一时忘了。。:o

作者: devel   发布时间: 2004-05-01

谢谢,我去试试

作者: MichaelBibby   发布时间: 2004-05-01

Thank you everyone ,it now works well !

But I don't have a X Input Method work well !

作者: MichaelBibby   发布时间: 2004-05-02

cd /usr/ports
make search key=fcitx|grep Path

作者: devel   发布时间: 2004-05-02

我比较了LInux跟BSD的XF86Config
加了DefaultDepth 24
一切正常。
Thanks anyway

作者: scau_sinner   发布时间: 2004-05-02

引用:
最初由 devel 发表
cd /usr/ports
make search key=fcitx|grep Path
我试过从port来安装,但还是搞不定,郁闷中......
我再看看精华帖吧,要是还搞不定,还请各位兄弟多帮忙啊

作者: MichaelBibby   发布时间: 2004-05-02

引用:
最初由 scau_sinner 发表
我比较了LInux跟BSD的XF86Config
加了DefaultDepth 24
一切正常。
Thanks anyway
我自己尝试了一次,也改成“ 24 ”了,感觉蛮好的
不过不能到“32”
BSD下的32和windows下的真彩色32位一样的吗?
上传的图像
32.jpg (34.8 KB, 23 次查看)

作者: MichaelBibby   发布时间: 2004-05-02

please look at /usr/X11R6/X11/XFree86Config.eg under the FreeBSD 4.8

another systme maybe do as that .

作者: devel   发布时间: 2004-05-02