星空无限ˇ 发表于 2005-3-12 01:57:34

怎么设置成16BIT,我不懂用什么命令设置呀

用WINE启动CS的出错

星空无限ˇ 发表于 2005-3-12 02:04:19

哎,我好像不能上传图片哦。我把我截的图的提示打出来,如下
Counter-Strikerequires16 bit color. Pleasechange your desktop settings to HiColor. Sometimes this is called "32767 colors" or "65535 colors".

请问用什么命令把我的桌面颜色改成16BIT啊?

llc 发表于 2005-3-12 10:27:31

将你的/etc/X11/XF86Config-4里有分辨率、颜色深度那段全贴出来

星空无限ˇ 发表于 2005-3-12 13:51:08

# XFree86 4 configuration created by MagicInstaller.

Section "ServerLayout"
      Identifier      "Default Layout"
      Screen      0   "Screen0" 0 0
      InputDevice   "Mouse0" "CorePointer"
      InputDevice   "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
      RgbPath         "/usr/X11R6/lib/X11/rgb"
      FontPath      "/usr/X11R6/lib/X11/fonts/misc:unscaled"
      FontPath      "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
      FontPath      "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
      FontPath      "/usr/X11R6/lib/X11/fonts/misc"
      FontPath      "/usr/X11R6/lib/X11/fonts/Type1"
      FontPath      "/usr/X11R6/lib/X11/fonts/cyrillic"
      FontPath      "/usr/X11R6/lib/X11/fonts/TTF"
      FontPath      "/usr/share/fonts/default/Type1"
        FontPath        "/usr/share/fonts/ttf/zh_CN"

EndSection

Section "Module"
      Load    "dbe"
      Load    "extmod"
      Load    "fbdevhw"
      Load    "glx"
      Load    "record"
      Load    "freetype"
      Load    "type1"
EndSection

Section "InputDevice"
      Identifier      "Keyboard0"
      Driver          "keyboard"
      Option          "XkbRules" "xfree86"
      Option          "XbkModel" "pc105"
      Option          "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier        "Mouse0"
        # Modified by mouseconfig
        Driver                "mouse"
        Option                "Device"                "/dev/psaux"
        Option                "Protocol"                "IMPS/2"
        Option                "Emulate3Buttons"        "no"
        Option                "ZAxisMapping"                "4 5"
EndSection

Section "InputDevice"
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
      Identifier      "DevInputMice"
      Driver          "mouse"
      Option          "Protocol" "PS/2"
      Option          "Device" "/dev/input/mice"
      Option          "ZAxisMapping" "4 5"
      Option          "Emulate3Buttons" "no"
EndSection

Section "Monitor"
      Identifier      "Monitor0"
      VendorName      "Monitor Vendor"
      ModelName       "Dell D825HT"
      HorizSync       31.0 - 70.0
      VertRefresh   50.0 - 120.0
EndSection

Section "Device"
      Identifier      "Videocard0"
      Driver          "nv"
      VendorName      "Videocard vendor"
      BoardName       "NVIDIA GeForce 2 MX (generic)"
      VideoRam      65536
EndSection

Section "Screen"
      Identifier      "Screen0"
      Device          "Videocard0"
      Monitor         "Monitor0"
      DefaultDepth    24
SubSection "Display24"
Depth 24
Modes "1024x768"
EndSubSection
EndSection

上面就是我的/etc/X11/XF86Config-4文件内容,llc要改哪里呀?

12543122 发表于 2005-3-12 14:09:58

还没装显卡驱动呢……:neutral:
页: [1]
查看完整版本: 怎么设置成16BIT,我不懂用什么命令设置呀