LinuxSir.cn,穿越时空的Linuxsir!

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

三个问题,一直没解决。

[复制链接]
发表于 2007-12-30 18:49:43 | 显示全部楼层
Post by 狱卒;1801399
帮忙看下,关键是这个xorg.conf在多个发行版(debian,fedora,gentoo,arch)下的gnome和xfce4工作很正常,从来没有任何问题,在kde就开始报错了,所以我搞不清楚哪个地方有问题。

  1. Section "ServerLayout"
  2.         Identifier        "Default Layout"
  3.         Screen        0        "Screen0" 0 0
  4.         InputDevice        "Mouse0" "CorePointer"
  5.         InputDevice        "Keyboard0" "CoreKeyboard"
  6. EndSection

  7. Section "Files"
  8.         RgbPath                "/usr/share/X11/rgb"
  9.         ModulePath        "/usr/lib/xorg/modules"
  10.         FontPath        "/usr/share/fonts/microsoft"
  11.         FontPath        "/usr/share/fonts/misc"
  12.         FontPath        "/usr/share/fonts/100dpi"
  13.         FontPath        "/usr/share/fonts/Type1"
  14.         FontPath        "/usr/share/fonts/cyrillic"
  15.         FontPath        "/usr/share/fonts/encodings"
  16.         FontPath        "/usr/share/fonts/util"
  17. EndSection

  18. Section "Module"
  19.         Load        "i2c"
  20.         Load        "bitmap"
  21.         Load        "ddc"
  22.         Load        "extmod"
  23.         Load        "freetype"
  24.         Load        "glx"
  25.         Load        "int10"
  26.         Load        "vbe"
  27.         Load        "dbe"
  28.         Load        "record"
  29.         #Load        "dri"       
  30.         #Load        "GLCore"
  31.         #Load        "fbdevhw"
  32.         #Load        "type1"
  33.         #Load        "speedo"       
  34. EndSection

  35. Section "InputDevice"
  36.         Identifier        "Mouse0"
  37.         Driver                "mouse"
  38.         Option                "CorePointer"
  39.         Option                "SendCoreEvents" "true"
  40.         Option                "Device"        "/dev/input/mice"
  41.         Option                "Protocol"        "ImPS/2"       
  42.         Option                "ZAxisMapping"        "4 5"
  43.         Option                "Emulate3Buttons" "true"
  44. EndSection

  45. Section "InputDevice"
  46.         Identifier        "Keyboard0"
  47.         Driver                "kbd"
  48.         Option                "CoreKeyboard"
  49.         Option                "XkbRules"        "xorg"
  50.         Option                "XkbModel"        "pc105"
  51.         Option                "XkbLayout"        "us"
  52. EndSection

  53. Section "Device"
  54.         Identifier        "Videocard0"
  55.         Driver                "nvidia"
  56.         BusID                "PCI:1:0:0"       
  57.         VendorName        "NVIDIA Corporation"
  58.         BoardName        "GeForce4 MX 440 AGP 8X"
  59.         Option                "NoLogo"
  60.         Option                "AGPMode" "4"
  61.         Option                "AGPFastWrite" "True"
  62.         Option                "EnablePageFlip" "True"
  63.         Option                "VertRefresh" "85"       
  64.         Option                "TripleBuffer" "True"
  65.         Option                "AddARGBGLXVisuals" "True"
  66.         Option                "AllowGLXWithComposite" "True"
  67.         Option                "RenderAccel" "True"
  68.         #Option                "DisableGLXRootClipping" "True"
  69. EndSection

  70. Section "Monitor"
  71.         Identifier        "Monitor0"
  72.         VendorName        "Samsung"
  73.         ModelName        "Samsung SyncMaster 753DF(X)/703DF(X)/783DF(X)/CD173A(T)"
  74.         DisplaySize        321        241        #1024x768 @ 81dpi
  75.         HorizSync        30.0-71.0
  76.         VertRefresh        50.0-160.0
  77.         Option                "DPMS"
  78. EndSection

  79. Section "Extensions"
  80.         Option        "Composite"        "Enable"
  81.         Option        "RENDER"        "Enable"
  82. EndSection

  83. Section "Screen"
  84.                 Identifier "Screen0"
  85.                 Device     "Videocard0"
  86.                 Monitor    "Monitor0"
  87.                 DefaultDepth     24
  88.         SubSection  "Display"
  89.                 Viewport    0 0
  90.                 Depth       16
  91.                 Modes      "1024x768" "800x600" "640x480"
  92.         EndSubSection
  93.            SubSection  "Display"
  94.                 Viewport    0 0
  95.                 Depth       24
  96.                 Modes      "1024x768" "800x600" "640x480"
  97.         EndSubSection
  98. EndSection
复制代码



我以前直接把debian的配置搬过来也有这个错误
后来发现里面有一些莫名其妙的硬件(我没有)设置,删掉就好了
但是你这个貌似没问题阿
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-12-30 19:08:47 | 显示全部楼层
Post by struq;1801470
我以前直接把debian的配置搬过来也有这个错误
后来发现里面有一些莫名其妙的硬件(我没有)设置,删掉就好了
但是你这个貌似没问题阿

还有更神奇的...kubuntu,默认设置,我连nv显卡驱动都还没装的时候就遇到,汗。

感觉是KDE的某个包或KDE依赖的某个包导致的。
回复 支持 反对

使用道具 举报

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

本版积分规则

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