|
楼主 |
发表于 2007-1-7 12:22:46
|
显示全部楼层
有个fglrx模块,2d速度还不错
[code:1]
[root@MagicLinux ~]# lsmod
Module Size Used by
fglrx 356908 8
lp 9544 0
dm_mirror 14928 0
container 2944 0
ohci1394 28084 0
ieee1394 266040 1 ohci1394
ohci_hcd 16644 0
ehci_hcd 27656 0
ns558 3460 0
gameport 8712 2 ns558
i2c_nforce2 4992 0
i2c_core 12048 1 i2c_nforce2
shpchp 39488 0
snd_mpu401 3656 0
snd_mpu401_uart 4608 1 snd_mpu401
snd_rawmidi 16288 1 snd_mpu401_uart
snd_intel8x0 23068 1
snd_ac97_codec 70304 1 snd_intel8x0
snd_ac97_bus 1280 1 snd_ac97_codec
snd_seq_dummy 2052 0
snd_seq_oss 25216 0
snd_seq_midi_event 3712 1 snd_seq_oss
snd_seq 35216 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 5388 4 snd_rawmidi,snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 42784 0
snd_mixer_oss 14592 1 snd_pcm_oss
snd_pcm 59912 3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer 16900 2 snd_seq,snd_pcm
snd 34660 14 snd_mpu401,snd_mpu401_uart,snd_rawmidi,snd_intel8x0,snd_ac97_codec,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
snd_page_alloc 7048 2 snd_intel8x0,snd_pcm
forcedeth 18180 0
8139too 20608 0
mii 3584 1 8139too
floppy 50116 0
[/code:1]
这是我的xf86.comfig,没有生成log,我想应该没有在使用
[code:1]
# XFree86 4 configuration created by MagicInstaller.
Section "ServerLayout"
Identifier "Default Layout"
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 "keyboard"
Option "XkbRules" "xfree86"
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"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "S/M 750p"
HorizSync 30.0 - 96.0
VertRefresh 50.0 - 160.0
EndSection
Section "Device"
Identifier "Videocard0"
Driver "radeon"
VendorName "Videocard vendor"
BoardName "ATI Radeon 9500 Pro"
VideoRam 65536
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display24"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
[/code:1] |
|