像素 发表于 2007-4-26 15:49:07

Attention out of range 的问题~~~~

我装的是正版fedora core 6但是还是出现了Attention out of range的问题在网上查了些资料,可是按照他们的在 命令模式下 /etc/X11/xory.conf中没Section "Monitor"这一项。我把xory.conf中所有的东西都写下来了。

Section   "server layout"
          Identifier   "Default Layout"
          Screen   0   "Screen0" 0 0
          InputDevice    "Keyboard0" "Corekeyboard"
Endsection

Section   "Input Device"
          Identifier   "Keyboard0"
          Driver         "kbd"
          Option         "XkbModel" "pc105"
          Option         "Xkblayout" "us"
Endsection

Section   "Device"
          Identifier   "Videocard0"
          Driver         "vesa"
Endsection

Section   "Screen"
          Identifier      "Screen0"
          Device          "Videocard0"
          DefaultDepth            24
          Subsection      "Display"
                     Viewport    0 0
                     Depth       24
Endsection

就这么多了,然后我把   Viewport    0 0这个改成了Viewport    1024 768 可是行频没有减少反而多了从原来的H:86.5kHz变成了 H:89.1kHz
我的显卡是集成的VIA/S3G UniChrome Pro IGP 芯片是VIA 3343h
显示器的行频是   30 - 72 KHz ,场频是   50 - 160 Hz是即插即用监视器。
还问一下我装机时,各种硬件的驱动光盘能不能在linux下面使用?
发帖之前我又检查了一遍上面的那几个Section没有输入错误!
请教该怎么设置~~~拜托~~~~拜托~~~....

月下刀客 发表于 2007-4-26 18:56:20

水平和垂直频率应该在Section "Monitor"段中用    HorizSync 和VertRefresh 进行设定。

驱动问题,如果是win的,linux下一般是无法使用的。

像素 发表于 2007-4-26 19:43:03

    先谢版主了!可是就是没有Section "Monitor"这一段.我试过添加这一段,可是就连k window 都加载不了,提示错误.望斑竹救我怎样添加这段,或是装驱动.我才刚刚接触linux.多多关照了!谢谢~~~~~

月下刀客 发表于 2007-4-26 20:30:30

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName      "PHILIPS 107T"
    HorizSync       30.0 - 71.0
    VertRefresh   50.0 - 160.0
EndSection
然后在Section "Screen" 段加上一行:
Monitor      "Monitor0"

试试看

像素 发表于 2007-4-27 13:39:16

不好意思饿版主又要麻烦你了~~貌似这一招还是不灵~
Monitor      "Monitor0"这个加在
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
Subsection "Display"
Viewport 0 0
Depth 24
Endsection
中的哪一行?我是加在Device "Videocard0" 后面的一行。
还有
Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName      "PHILIPS 107T"
    HorizSync       30.0 - 71.0
    VertRefresh   50.0 - 160.0
EndSection
插在哪个Section的中间?是在最后面 还是在Section "Screen" 的前面 还是在Section "Device" 的前面 还是在Section "Input Device" 的前面?
这几个地方我都试过了还是不行~~哎 :-( .

像素 发表于 2007-4-28 22:34:52

偶好可怜饿```没有人理我    :cry: 55```
版主饿         不要这样丢下我....

月下刀客 发表于 2007-4-28 23:12:30

建议你还是找找有没有合适你的显卡驱动吧,去它的主页找找有没有for linux的
页: [1]
查看完整版本: Attention out of range 的问题~~~~