LinuxSir.cn,穿越时空的Linuxsir!

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

屏幕颜色

[复制链接]
发表于 2010-1-15 21:58:51 | 显示全部楼层 |阅读模式
新移植到gentoo平台,显卡驱动已装,但是觉得我的屏幕色似乎很黯淡,我不太懂这方面是不是屏幕有什么32色64色的说法还是怎么的,win下是正常的,
下面是我的xorg.conf

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/OTF"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/100dpi/"
        FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
        Load  "wfb"
        Load  "glx"
        Load  "record"
        Load  "extmod"
        Load  "dbe"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option            "rotocol" "auto"
        Option            "Device" "/dev/input/mice"
        Option            "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "G86 [GeForce 8400M GS]"
        BusID       "CI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "ServerFlags"
  Option  "blank time"  "5"  # Blank the screen after 5 minutes (Fake)
  Option  "standby time"  "10"  # Turn off screen after 10 minutes (DPMS)
  Option  "suspend time"  "20"  # Full suspend after 20 minutes
EndSection


谢谢
发表于 2010-1-15 22:48:08 | 显示全部楼层
屏幕亮度设置为正常了吗?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2010-1-15 23:07:52 | 显示全部楼层
肯定不是屏幕亮度的问题。

你看我的上面的关于屏幕啥的配置没问题吧?,你的xorg.conf能麻烦帖上来吗?谢谢
回复 支持 反对

使用道具 举报

发表于 2010-1-17 18:19:14 | 显示全部楼层
应该不是颜色位数的问题。就算16色,也是颜色难看,而不是“黯淡”。你可以分析一下你的X.0.log,看看能不能发现点什么。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

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