QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

楼主: yhlfh

VIA/S3G UniChrome Pro IGP显卡问题

[复制链接]
 楼主| 发表于 2006-8-3 21:53:48 | 显示全部楼层
[code:1][root@MagicLinux yhlfh]# cat /etc/X11/xorg.conf
# Xorg configuration created by system-config-display

Section "ServerLayout"
        Identifier     "single head configuration"
        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"
        Load  "dri"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        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"

### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "LCD Panel 1280x1024"
### Comment all HorizSync and VertSync values to use DDC:
        HorizSync    31.5 - 67.0
        VertRefresh  50.0 - 75.0
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "via"
        VendorName  "Videocard vendor"
        BoardName   "VESA driver (generic)"
        VideoRam    32768
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Depth     24
                Modes    "1280x1024"
        EndSubSection
EndSection

Section "DRI"
        Mode 0666
EndSection[/code:1]
cube游戏没试过,想想也会死机,可能DRM模块有问题,我一驱动就死。
后面已经加了,看到了没有。
我现在不管cube卡不卡,我只要普通用户能驱动3d就高兴了。
回复

使用道具 举报

发表于 2006-8-3 22:18:58 | 显示全部楼层
[quote:c298be1155="yhlfh"][code:1][root@MagicLinux yhlfh]# cat /etc/X11/xorg.conf
# Xorg configuration created by system-config-display

Section "ServerLayout"
        Identifier     "single head configuration"
        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"
        Load  "dri"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        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"

### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "LCD Panel 1280x1024"
### Comment all HorizSync and VertSync values to use DDC:
        HorizSync    31.5 - 67.0
        VertRefresh  50.0 - 75.0
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "via"
        VendorName  "Videocard vendor"
        BoardName   "VESA driver (generic)"
        VideoRam    32768
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Depth     24
                Modes    "1280x1024"
        EndSubSection
EndSection

Section "DRI"
        Mode 0666
EndSection[/code:1]
cube游戏没试过,想想也会死机,可能DRM模块有问题,我一驱动就死。
后面已经加了,看到了没有。
我现在不管cube卡不卡,我只要普通用户能驱动3d就高兴了。 [/quote]


如果不是玩3d游戏,3d驱动在linux下面没有什么大作用。
回复

使用道具 举报

 楼主| 发表于 2006-8-3 22:23:00 | 显示全部楼层
是有问题才不玩的,没问题我早就玩了。我不玩别人要玩的。
回复

使用道具 举报

发表于 2006-8-3 22:31:08 | 显示全部楼层
如果是这样,可以试试使用2.6.17.6的内核来启动!(顶置有下载的)


2.6.17.6应该drm也比较新一些的。
回复

使用道具 举报

 楼主| 发表于 2006-8-4 11:56:22 | 显示全部楼层
现在的问题是:普通用户无法驱动3d
回复

使用道具 举报

发表于 2006-8-4 16:59:54 | 显示全部楼层
Section "DRI"
        Mode 0666
EndSection

这个是管普通用户使用 dri 的
回复

使用道具 举报

WeiMingzhi 该用户已被删除
发表于 2006-8-4 17:28:55 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

发表于 2006-8-4 18:55:53 | 显示全部楼层
> VIA的 网页有下载阿,下S3的驱动就ok了,比兼容的快的多
我上次试着安装了一下这个,结果在 xorg 7.x 中根本不能编译。
结果只能用 DRI。

ML 还没有用 7.x 的版本。
回复

使用道具 举报

 楼主| 发表于 2006-8-4 18:58:11 | 显示全部楼层
[quote:bc02a6994b="jiangtao9999"]
Section "DRI"
        Mode 0666
EndSection

这个是管普通用户使用 dri 的[/quote]
我已经加了啊。现在的问题就是已经加了,但普通用户还是无法驱动3d!!!
回复

使用道具 举报

 楼主| 发表于 2006-8-4 19:02:29 | 显示全部楼层
[quote:30b1cced75="WeiMingzhi"]> VIA的 网页有下载阿,下S3的驱动就ok了,比兼容的快的多
我上次试着安装了一下这个,结果在 xorg 7.x 中根本不能编译。
结果只能用 DRI。

另外最好不要用 Linux 中自带的 DRM,因为它并不经常更新 (Linux 2.6.17.6 中的也不支持我的 P4M800-CE)。最好还是用从 freedesktop CVS 上下载的版本。[/quote]
大哥,我在VIA的网页找来找去找不到驱动下载啊,我几次叫你发个具体地址过来你怎么就不发???
回复

使用道具 举报

发表于 2006-8-4 20:07:27 | 显示全部楼层
[code:1]
Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "fbdevhw"
    Load           "glx"
    Load           "record"
    Load           "freetype"
    Load           "type1"
    Load           "dri"
    Load           "v4l"
EndSection
[/code:1]
注意添加:[code:1]Load           "dri"[/code:1]载入 dri 模块试试。
回复

使用道具 举报

 楼主| 发表于 2006-8-5 08:47:57 | 显示全部楼层
我的xorg文件里load   dri啊!!!
回复

使用道具 举报

发表于 2006-8-7 11:14:47 | 显示全部楼层
http://www.linuxfans.org/nuke/modules.php?name=Site_Downloads&op=geninfo&did=2215
回复

使用道具 举报

发表于 2006-8-7 15:28:13 | 显示全部楼层
[quote:9f13d345a1="PXE2"]http://www.linuxfans.org/nuke/modules.php?name=Site_Downloads&op=geninfo&did=2215[/quote]

楼上的 你给的驱动是xfree86的,而且是2.4核心的,Magic下面用不了的

威盛官方的驱动,我几乎从来没有编译成功过
回复

使用道具 举报

 楼主| 发表于 2006-8-7 17:56:49 | 显示全部楼层
[quote:58716951d3="Crossa"][quote:58716951d3="PXE2"]http://www.linuxfans.org/nuke/modules.php?name=Site_Downloads&op=geninfo&did=2215[/quote]

楼上的 你给的驱动是xfree86的,而且是2.4核心的,Magic下面用不了的

威盛官方的驱动,我几乎从来没有编译成功过[/quote]
PXE2大哥,你不要乱搞啊。
Crossa兄,你现在的显卡怎么样啊?
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-11-24 13:57 , Processed in 0.047790 second(s), 12 queries .

© 2021 Powered by Discuz! X3.5.

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