|
|
ATI Technologies Inc Radeon Mobility M6 LY
内核配置:
- <*> /dev/agpgart (AGP Support) │ │
- │ │ < > ALI chipset support │ │
- │ │ < > ATI chipset support │ │
- │ │ < > AMD Irongate, 761, and 762 chipset support │ │
- │ │ < > AMD Opteron/Athlon64 on-CPU GART support │ │
- │ │ <*> Intel 440LX/BX/GX, I8xx and E7x05 chipset support │ │
- │ │ < > NVIDIA nForce/nForce2 chipset support │ │
- │ │ < > SiS chipset support │ │
- │ │ < > Serverworks LE/HE chipset support │ │
- │ │ < > VIA chipset support │ │
- │ │ < > Transmeta Efficeon support │ │
- │ │ <*> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) │ │
- │ │ < > 3dfx Banshee/Voodoo3+ │ │
- │ │ < > ATI Rage 128 │ │
- │ │ <*> ATI Radeon │ │
- │ │ < > Intel I810 │ │
- │ │ <*> Intel 830M, 845G, 852GM, 855GM, 865G (i830 driver) --->
复制代码
使用了以前debian的xorg。conf
但是 glxinfo 显示不对呀
glxinfo |grep render
direct rendering: No
OpenGL renderer string: Mesa GLX Indirect
部分Xorg.0.log
- gentoo linux # cat /var/log/Xorg.0.log |grep EE
- (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
- (II) Loading extension MIT-SCREEN-SAVER
- (EE) Failed to load module "synaptics" (module does not exist, 0)
- (EE) RADEON(0): Static buffer allocation failed. Disabling DRI.
- (EE) RADEON(0): At least 9216 kB of video memory needed at this resolution and depth.
- (EE) AIGLX: Screen 0 is not DRI capable
- (EE) No Input driver matching `synaptics'
复制代码
- gentoo linux # cat /var/log/Xorg.0.log |grep WW
- (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
- (WW) The directory "/usr/share/fonts/X11/misc" does not exist.
- (WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist.
- (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
- (WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.
- (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
- (WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not exist.
- (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
- (WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi/" does not exist.
- (WW) The directory "/usr/share/fonts/X11/Type1" does not exist.
- (WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist.
- (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
- (WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist.
- (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
- (WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi" does not exist.
- (WW) FontPath is completely invalid. Using compiled-in default.
- (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
- (WW) Warning, couldn't open module synaptics
- (WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled
- (WW) RADEON(0): Mode 1440x900 is out of range.
- (WW) RADEON(0): Valid modes must be between 320x200-1024x768
- (WW) RADEON(0): Direct rendering disabled
复制代码
帮帮忙吧 谢谢了 |
|