xinjiemail11 发表于 2005-11-20 19:58:30

谁装过显卡驱动,并正确配置的,发个xorg.conf

ML2.0的
或者发个XFConfig 4 给我看看也可以阿!
我的GLXGEARS失效了

diyself 发表于 2005-11-20 20:27:04

$ cat /etc/X11/xorg.conf

# 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"
      Driver          "mouse"
      Option          "Protocol" "IMPS/2"
      Option          "Device" "/dev/input/mice"
      Option          "ZAxisMapping" "4 5"
      Option          "Emulate3Buttons" "no"
EndSection

Section "Monitor"
      Identifier      "Monitor0"
      VendorName      "Monitor Vendor"
      ModelName       "PHILIPS 107F"
      HorizSync       30.0 - 71.0
      VertRefresh   50.0 - 160.0
EndSection

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

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

xinjiemail11 发表于 2005-11-20 20:41:59

谢谢,问题已经解决,呵呵
页: [1]
查看完整版本: 谁装过显卡驱动,并正确配置的,发个xorg.conf