LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
12
返回列表 发新帖
楼主: myaries

求助debian显卡问题,nvidia

[复制链接]
发表于 2005-5-22 18:38:01 | 显示全部楼层
我的XF86Config-4。我的是液晶显示器,分辨率调得高,你自己改改吧。
  1. # XF86Config-4 (XFree86 X Window System server configuration file)
  2. #
  3. # This file was generated by dexconf, the Debian X Configuration tool, using
  4. # values from the debconf database.
  5. #
  6. # Edit this file with caution, and see the XF86Config-4 manual page.
  7. # (Type "man XF86Config-4" at the shell prompt.)
  8. #
  9. # This file is automatically updated on xserver-xfree86 package upgrades *only*
  10. # if it has not been modified since the last upgrade of the xserver-xfree86
  11. # package.
  12. #
  13. # If you have edited this file but would like it to be automatically updated
  14. # again, run the following commands as root:
  15. #
  16. #   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
  17. #   md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
  18. #   dpkg-reconfigure xserver-xfree86

  19. Section "Files"
  20.         FontPath        "unix/:7100"                        # local font server
  21.         # if the local font server has problems, we can fall back on these
  22.         FontPath        "/usr/lib/X11/fonts/misc"
  23.         FontPath        "/usr/lib/X11/fonts/cyrillic"
  24.         FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
  25.         FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
  26.         FontPath        "/usr/lib/X11/fonts/Type1"
  27.         FontPath        "/usr/lib/X11/fonts/CID"
  28.         FontPath        "/usr/lib/X11/fonts/Speedo"
  29.         FontPath        "/usr/lib/X11/fonts/100dpi"
  30.         FontPath        "/usr/lib/X11/fonts/75dpi"
  31. EndSection

  32. Section "Module"
  33.         # Load        "GLcore"
  34.         Load        "bitmap"
  35.         Load        "dbe"
  36.         Load        "ddc"
  37.         # Load        "dri"
  38.         Load        "extmod"
  39.         Load        "freetype"
  40.         Load        "glx"
  41.         Load        "int10"
  42.         Load        "record"
  43.         Load        "speedo"
  44.         Load        "type1"
  45.         Load        "vbe"
  46. EndSection

  47. Section "InputDevice"
  48.         Identifier        "Generic Keyboard"
  49.         Driver                "keyboard"
  50.         Option                "CoreKeyboard"
  51.         Option                "XkbRules"        "xfree86"
  52.         Option                "XkbModel"        "pc104"
  53.         Option                "XkbLayout"        "us"
  54. EndSection

  55. Section "InputDevice"
  56.         Identifier        "Configured Mouse"
  57.         Driver                "mouse"
  58.         Option                "CorePointer"
  59.         Option                "Device"                "/dev/psaux"
  60.         Option                "Protocol"                "ImPS/2"
  61.         Option                "Emulate3Buttons"        "true"
  62.         Option                "ZAxisMapping"                "4 5"
  63. EndSection
  64. Section "InputDevice"
  65.         Identifier        "Generic Mouse"
  66.         Driver                "mouse"
  67.         Option                "SendCoreEvents"        "true"
  68.         Option                "Device"                "/dev/input/mice"
  69.         Option                "Protocol"                "ImPS/2"
  70.         Option                "Emulate3Buttons"        "true"
  71.         Option                "ZAxisMapping"                "4 5"
  72. EndSection

  73. Section "Device"
  74.         Identifier        "Generic Video Card"
  75.         Driver                "nvidia"
  76. EndSection

  77. Section "Monitor"
  78.         Identifier        "Generic Monitor"
  79.         HorizSync        30-65
  80.         VertRefresh        50-75
  81.         Option                "DPMS"
  82. EndSection

  83. Section "Screen"
  84.         Identifier        "Default Screen"
  85.         Device                "Generic Video Card"
  86.         Monitor                "Generic Monitor"
  87.         DefaultDepth        24
  88.         SubSection "Display"
  89.                 Depth                1
  90.                 Modes                "1280x1024" "800x600" "640x480"
  91.         EndSubSection
  92.         SubSection "Display"
  93.                 Depth                4
  94.                 Modes                "1280x1024" "800x600" "640x480"
  95.         EndSubSection
  96.         SubSection "Display"
  97.                 Depth                8
  98.                 Modes                "1280x1024" "800x600" "640x480"
  99.         EndSubSection
  100.         SubSection "Display"
  101.                 Depth                15
  102.                 Modes                "1280x1024" "800x600" "640x480"
  103.         EndSubSection
  104.         SubSection "Display"
  105.                 Depth                16
  106.                 Modes                "1280x1024" "800x600" "640x480"
  107.         EndSubSection
  108.         SubSection "Display"
  109.                 Depth                24
  110.                 Modes                "1280x1024" "800x600" "640x480"
  111.         EndSubSection
  112. EndSection

  113. Section "ServerLayout"
  114.         Identifier        "Default Layout"
  115.         Screen                "Default Screen"
  116.         InputDevice        "Generic Keyboard"
  117.         InputDevice        "Configured Mouse"
  118.         InputDevice        "Generic Mouse"
  119. EndSection

  120. Section "DRI"
  121.         Mode        0666
  122. EndSection
复制代码
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-5-23 16:34:50 | 显示全部楼层
我看到这些文件了
可是怎么显示他的内容并且编辑阿
我第一次用linux
回复 支持 反对

使用道具 举报

发表于 2005-5-24 10:59:55 | 显示全部楼层
回复 支持 反对

使用道具 举报

发表于 2005-5-24 23:38:38 | 显示全部楼层
如果你使用的Debian,那用nano这个编辑器吧,这个和dos下的edit有点像。
回复 支持 反对

使用道具 举报

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

本版积分规则

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