yhlfh 发表于 2006-8-3 21:53:48

[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
      VertRefresh50.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
cube游戏没试过,想想也会死机,可能DRM模块有问题,我一驱动就死。
后面已经加了,看到了没有。
我现在不管cube卡不卡,我只要普通用户能驱动3d就高兴了。 :cry:

tanhitzq 发表于 2006-8-3 22:18:58

[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
      VertRefresh50.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
cube游戏没试过,想想也会死机,可能DRM模块有问题,我一驱动就死。
后面已经加了,看到了没有。
我现在不管cube卡不卡,我只要普通用户能驱动3d就高兴了。 :cry:


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

yhlfh 发表于 2006-8-3 22:23:00

是有问题才不玩的,没问题我早就玩了。我不玩别人要玩的。

tanhitzq 发表于 2006-8-3 22:31:08

如果是这样,可以试试使用2.6.17.6的内核来启动!(顶置有下载的)


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

yhlfh 发表于 2006-8-4 11:56:22

现在的问题是:普通用户无法驱动3d

jiangtao9999 发表于 2006-8-4 16:59:54


Section "DRI"
      Mode 0666
EndSection

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

WeiMingzhi 发表于 2006-8-4 17:28:55

jiangtao9999 发表于 2006-8-4 18:55:53


> VIA的 网页有下载阿,下S3的驱动就ok了,比兼容的快的多
我上次试着安装了一下这个,结果在 xorg 7.x 中根本不能编译。
结果只能用 DRI。

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

yhlfh 发表于 2006-8-4 18:58:11


Section "DRI"
      Mode 0666
EndSection

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

yhlfh 发表于 2006-8-4 19:02:29

> VIA的 网页有下载阿,下S3的驱动就ok了,比兼容的快的多
我上次试着安装了一下这个,结果在 xorg 7.x 中根本不能编译。
结果只能用 DRI。

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

KDE 发表于 2006-8-4 20:07:27


Section "Module"
    Load         "dbe"
    Load         "extmod"
    Load         "fbdevhw"
    Load         "glx"
    Load         "record"
    Load         "freetype"
    Load         "type1"
    Load         "dri"
    Load         "v4l"
EndSection

注意添加:Load         "dri"载入 dri 模块试试。

yhlfh 发表于 2006-8-5 08:47:57

我的xorg文件里有load   dri啊!!!

PXE2 发表于 2006-8-7 11:14:47

http://www.linuxfans.org/nuke/modules.php?name=Site_Downloads&op=geninfo&did=2215

Crossa 发表于 2006-8-7 15:28:13

http://www.linuxfans.org/nuke/modules.php?name=Site_Downloads&op=geninfo&did=2215

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

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

yhlfh 发表于 2006-8-7 17:56:49

http://www.linuxfans.org/nuke/modules.php?name=Site_Downloads&op=geninfo&did=2215

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

威盛官方的驱动,我几乎从来没有编译成功过
PXE2大哥,你不要乱搞啊。
Crossa兄,你现在的显卡怎么样啊?
页: 1 2 3 [4] 5 6
查看完整版本: VIA/S3G UniChrome Pro IGP显卡问题