LinuxSir.cn,穿越时空的Linuxsir!

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

问题:xfree无法通过测试,

[复制链接]
发表于 2003-2-20 03:52:36 | 显示全部楼层
Section "Monitor" Identifier "monitor1" HorizSync 50 - 61 VertRefresh 80 -90

照着seraph的说法,这里90改成85试试
 楼主| 发表于 2003-2-20 13:35:22 | 显示全部楼层
error:
Xlib:  extension "XFree86-VidModeExtension" missing on display ":0.0".
Unable to query video extension version

and :  90 --> 85 ,don't done.
please help again!
发表于 2003-2-20 16:23:59 | 显示全部楼层

  1. Section "Module"
  2.     Load        "dbe"          # Double buffer extension
  3.     SubSection  "extmod"
  4.     EndSubSection

  5.     Load       "glx"
  6.     Load       "xtt"
  7.     Load       "dri"
  8. EndSection

  9. Section "Files"
  10.     RgbPath        "/usr/X11R6/lib/X11/rgb"

  11.     FontPath   "/home/fonts/"
  12.     FontPath   "/usr/X11R6/lib/X11/fonts/local/"
  13.     FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
  14.     FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
  15.     FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
  16.     FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
  17.     FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
  18.     FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
  19.     FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"


  20. EndSection

  21. Section "ServerFlags"
  22. EndSection

  23. Section "InputDevice"

  24.     Identifier        "Keyboard1"
  25.     Driver        "Keyboard"
  26.     Option "AutoRepeat" "500 30"
  27.     Option "XkbRules"        "xfree86"
  28.     Option "XkbModel"        "pc101"
  29.     Option "XkbLayout"        "us"

  30. EndSection

  31. Section "InputDevice"

  32.     Identifier        "Mouse1"
  33.     Driver        "mouse"
  34. [color=red]    Option "Protocol"    "PS/2"
  35.     Option "Device"      "/dev/mouse"
  36.     Option "Emulate3Buttons" "no"
  37.     Option "ChordMiddle"
  38. [/color]
  39. EndSection

  40. Section "Monitor"

  41.     Identifier  "My Monitor"

  42.     HorizSync   31.5 - 64.0

  43.     VertRefresh 50-85

  44. EndSection


  45. Section "Device"
  46.     Identifier        "Standard VGA"
  47.     VendorName        "Unknown"
  48.     BoardName        "Unknown"
  49.     Driver     "vga"

  50. EndSection

  51. Section "Device"
  52.     Identifier  "* Generic VESA compatible"
  53.     Driver      "vesa"
  54. [color=red]    VideoRam    16384[/color]
  55. EndSection

  56. Section "Screen"
  57.     Identifier  "Screen 1"
  58.     Device      "* Generic VESA compatible"
  59.     Monitor     "My Monitor"
  60.     DefaultDepth 16

  61.     Subsection "Display"
  62.         Depth       8
  63.         Modes       "640x480" "800x600" "1024x768" "1280x1024"
  64.         ViewPort    0 0
  65.     EndSubsection
  66.     Subsection "Display"
  67.         Depth       16
  68.         Modes     [color=red]  "1280x1024"[/color]
  69.         ViewPort    0 0
  70.     EndSubsection
  71.     Subsection "Display"
  72.         Depth       24
  73.         Modes       "640x480" "800x600" "1024x768" "1280x1024"
  74.         ViewPort    0 0
  75.     EndSubsection
  76. EndSection

  77. Section "ServerLayout"

  78.     Identifier  "Simple Layout"

  79.     Screen "Screen 1"

  80.     InputDevice "Mouse1" "CorePointer"
  81.     InputDevice "Keyboard1" "CoreKeyboard"

  82. EndSection

复制代码


这个XF86config你试试吧,红字的地方可能因为系统不一样会该一下。
发表于 2003-2-21 07:01:47 | 显示全部楼层
grep '(--)' < /var/log/XFree86.0.log

实在不行把这个命令的结构贴上来
 楼主| 发表于 2003-2-21 12:17:28 | 显示全部楼层
bash-2.05a# grep '(--)' < /var/log/XFree86.0.log
Markers: (--) probed, (**) from config file, (==) default setting,
(--) using VT number 7
(--) PCI:*(0:1:0) Intel i810 rev 3, Mem @ 0xf8000000/26, 0xffe80000/19
(--) Assigning device section with no busID to primary device
(--) Chipset vesa found
(**) VESA(0): Depth 16, (--) framebuffer bpp 16
(--) VESA(0): Virtual size is 800x600 (pitch 800)
bash-2.05a#

bash-2.05a# grep '(--)' < /var/log/XFree86.8.log
Markers: (--) probed, (**) from config file, (==) default setting,
(--) using VT number 7
(--) PCI:*(0:1:0) Intel i810 rev 3, Mem @ 0xf8000000/26, 0xffe80000/19
(--) Chipset i810 found
(--) I810(0): Chipset: "i810"
(--) I810(0): Linear framebuffer at 0xF8000000
(--) I810(0): IO registers at addr 0xFFE80000
bash-2.05a#
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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