LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 3026|回复: 40

Intel 845D主板的显示属性的设置问题[求助]

[复制链接]
发表于 2002-8-25 02:12:44 | 显示全部楼层 |阅读模式
介绍一下俺的系统,大家帮忙诊断一下:
主板芯片组是Intel 845GL的,(集成显卡声卡),显示器是Philips 107T的.
其它: P4 1.7G/128DDR(想等内存便宜后再扩充^_^)
装的是RedHat 7.3的,内核是2.4.18的

1.显卡与显示器的问题:
  a. 用7.3的vesa驱动显卡,自定义显示器的行频(30-70)和场频(50-160)可以进入KDE了.但是呢: 在命令行与图形界面切换时图形界面就进不去了.
  b. 小弟刚用linux不知道如何调整分辨率.看了几篇文章.但是没有摸到敲门:
一般介绍都是用xvidtune.但我这里进都进不去,我想也许是显示器的不识别问题.因为提示是Vendor:Unknown Driver: Unknown,然后是就返回命令行了.

2. 声卡不能设置:
   芯片也是集成的.Avance AC97.


请各位大虾指点迷津,参考哪些设置.可以用哪些命令.
在此先行谢过.
发表于 2002-8-25 02:25:22 | 显示全部楼层
把XF86config-4发上来。在/etc/X11这个目录下。。。
 楼主| 发表于 2002-8-25 02:27:10 | 显示全部楼层
谢谢你这么快.

原来从国内某个网上下的ISO有问题,安装会报错.
这是我前天从redhat那里拖回来的.这是它说的版本.
我基本上都装了.

2.4.18 kernel
gcc 2.96-RH
glibc 2.2.4
XFree86 4.2.0
Mozilla 0.9.9
OpenMotif 2.1.30
Perl 5.6.1
Apache 1.3.23-9
发表于 2002-8-25 02:31:23 | 显示全部楼层
这个没有问题,其实显示最重要的是在我上面说的那个文件里。要把XF86config-4发上来,咱们才能研究。其它的与显示关系不大。。
 楼主| 发表于 2002-8-25 02:31:55 | 显示全部楼层
收到,我立即切换到linux中.
发表于 2002-8-25 02:35:50 | 显示全部楼层

用这个软件。。。就能在WIN下看了。。

 楼主| 发表于 2002-8-25 02:41:03 | 显示全部楼层
谢谢,我已经运行在linux系统中了.你说的程序我会头在看.
以下是XF86Config-4的全文:

# XFree86 4.2.0 configuration generated by Xconfigurator 4.10.7

Section "ServerLayout"
        Identifier "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

# Red Hat Linux 6.0 and later use the xfs font server for improved
# interactive performance

Section "Files"
        FontPath "unix/:7100"
EndSection

# Module loading section

Section "Module"
        Load  "dbe"                # Double-buffering
        Load  "GLcore"                # OpenGL support
        Load  "dri"                # Direct rendering infrastructure
        Load  "glx"                # OpenGL X protocol interface
        Load  "extmod"                # Misc. required extensions
        Load  "v4l"                # Video4Linux
        # Load  "record"        # X event recorder
        # You only need the following two modules if you do not use xfs.
        # Load  "freetype"         # TrueType font handler
        # Load  "type1"                # Adobe Type 1 font handler
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "XkbLayout"        "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Device" "/dev/mouse"
        Option      "rotocol" "S/2"
        Option      "Emulate3Buttons" "off"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
        Identifier "CustomConfiguration"
        VendorName "Unknown"
        ModelName  "Unknown"
        HorizSync 30-70
        VertRefresh 50-160
        Option "dpms"
EndSection

Section "Device"
        Identifier "VESA driver (generic)"
        Driver "vesa"
        BoardName "Unknown"
EndSection

Section "Device"
        Identifier "Linux Frame Buffer"
        Driver "fbdev"
        BoardName "Unknown"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device "VESA driver (generic)"
        Monitor "CustomConfiguration"
        DefaultDepth 16
        Subsection "Display"
                Depth 16
                Modes "1024x768" "800x600"
        EndSubSection
EndSection

Section "DRI"
        Mode 0666
EndSection
 楼主| 发表于 2002-8-25 02:45:47 | 显示全部楼层
谢谢.已经切换过来了.
这里的显示很有问题: 刷新是一个方面,另外动画和表格显示太差了.(Konqueror)
下面是XF86Config-4的全文.
请您过目.
(刚才我已经回复了,怎么又不见了)
# XFree86 4.2.0 configuration generated by Xconfigurator 4.10.7

Section "ServerLayout"
        Identifier "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

# Red Hat Linux 6.0 and later use the xfs font server for improved
# interactive performance

Section "Files"
        FontPath "unix/:7100"
EndSection

# Module loading section

Section "Module"
        Load  "dbe"                # Double-buffering
        Load  "GLcore"                # OpenGL support
        Load  "dri"                # Direct rendering infrastructure
        Load  "glx"                # OpenGL X protocol interface
        Load  "extmod"                # Misc. required extensions
        Load  "v4l"                # Video4Linux
        # Load  "record"        # X event recorder
        # You only need the following two modules if you do not use xfs.
        # Load  "freetype"         # TrueType font handler
        # Load  "type1"                # Adobe Type 1 font handler
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "XkbLayout"        "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Device" "/dev/mouse"
        Option      "rotocol" "S/2"
        Option      "Emulate3Buttons" "off"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
        Identifier "CustomConfiguration"
        VendorName "Unknown"
        ModelName  "Unknown"
        HorizSync 30-70
        VertRefresh 50-160
        Option "dpms"
EndSection

Section "Device"
        Identifier "VESA driver (generic)"
        Driver "vesa"
        BoardName "Unknown"
EndSection

Section "Device"
        Identifier "Linux Frame Buffer"
        Driver "fbdev"
        BoardName "Unknown"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device "VESA driver (generic)"
        Monitor "CustomConfiguration"
        DefaultDepth 16
        Subsection "Display"
                Depth 16
                Modes "1024x768" "800x600"
        EndSubSection
EndSection

Section "DRI"
        Mode 0666
EndSection
发表于 2002-8-25 02:50:15 | 显示全部楼层
Section "Monitor"
Identifier "CustomConfiguration"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30-70
VertRefresh 50-160
Option "dpms"
EndSection

上面这段中,改成如下的。
Section "Monitor"
Identifier "CustomConfiguration"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30-71
VertRefresh 50-160
#Option "dpms"
EndSection

其实就是把
HorizSync 30-70
改成
HorizSync 30-71
在Option "dpms",前面加个#号。

这个操作必须在linux下进行。
 楼主| 发表于 2002-8-25 02:51:41 | 显示全部楼层
哇,回到windows中,Konqueror显示是不是有问题?我明明回复了.却看不见.

赶紧装个您说的软件试试.
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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