LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1161|回复: 11

请问:色深怎么调整?

[复制链接]
发表于 2004-4-30 23:21:18 | 显示全部楼层 |阅读模式
色深不知如何调整,画面看起来好模糊,难看极了

这是我的/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            "rotocol" "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       "CI: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

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
发表于 2004-5-1 16:42:31 | 显示全部楼层
我的跟你的一样。
不知怎么弄,郁闷中。。。。。。。
发表于 2004-5-1 18:15:27 | 显示全部楼层
在Redhat 就是在主菜单里找,BSD可能在应用程序或控制中心那里吧?
发表于 2004-5-1 18:15:56 | 显示全部楼层
试看在Section "Screen"部分加上
DefaultDepth     16

或者去掉较低的:
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
发表于 2004-5-1 18:23:00 | 显示全部楼层
kgnn说得对,我一时忘了。。
 楼主| 发表于 2004-5-1 19:51:21 | 显示全部楼层
谢谢,我去试试
 楼主| 发表于 2004-5-1 20:04:26 | 显示全部楼层
Thank you everyone ,it now works well !

But I don't have a X Input Method work well !
发表于 2004-5-1 20:55:11 | 显示全部楼层
cd /usr/ports
make search key=fcitx|grep Path
发表于 2004-5-1 21:55:07 | 显示全部楼层
我比较了LInux跟BSD的XF86Config
加了DefaultDepth 24
一切正常。
Thanks anyway
 楼主| 发表于 2004-5-1 22:07:31 | 显示全部楼层
最初由 devel 发表
cd /usr/ports
make search key=fcitx|grep Path

我试过从port来安装,但还是搞不定,郁闷中......:confused:
我再看看精华帖吧,要是还搞不定,还请各位兄弟多帮忙啊
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表