|
|
- # modprobe fglrx
- WARNING: Error inserting agpgart (/lib/modules/2.6.16-gentoo-r3/kernel/drivers/char/agp/agpgart.ko): Invalid module format
- FATAL: Error inserting fglrx (/lib/modules/2.6.16-gentoo-r3/video/fglrx.ko): Unknown symbol in module, or unknown parameter (see dmesg)
复制代码
- # glxinfo |grep direct
- direct rendering: No
- OpenGL renderer string: Mesa GLX Indirect
复制代码
- # xvinfo
- X-Video Extension version 2.2
- screen #0
- Adaptor #0: "ATI Radeon Video Overlay"
- number of ports: 1
- port base: 59
- operations supported: PutImage
- supported visuals:
- depth 24, visualID 0x23
- depth 24, visualID 0x24
- depth 24, visualID 0x25
- depth 24, visualID 0x26
- depth 24, visualID 0x27
- depth 24, visualID 0x28
- depth 24, visualID 0x29
- depth 24, visualID 0x2a
- number of attributes: 12
- "XV_SET_DEFAULTS" (range 0 to 1)
- client settable attribute
- "XV_AUTOPAINT_COLORKEY" (range 0 to 1)
- client settable attribute
- client gettable attribute (current value is 1)
- "XV_COLORKEY" (range 0 to -1)
- client settable attribute
- client gettable attribute (current value is 30)
- "XV_DOUBLE_BUFFER" (range 0 to 1)
- client settable attribute
- client gettable attribute (current value is 1)
- "XV_BRIGHTNESS" (range -1000 to 1000)
- client settable attribute
- client gettable attribute (current value is 0)
- "XV_CONTRAST" (range -1000 to 1000)
- client settable attribute
- client gettable attribute (current value is 0)
- "XV_SATURATION" (range -1000 to 1000)
- client settable attribute
- client gettable attribute (current value is 0)
- "XV_COLOR" (range -1000 to 1000)
- client settable attribute
- client gettable attribute (current value is 0)
- "XV_HUE" (range -1000 to 1000)
- client settable attribute
- client gettable attribute (current value is 0)
- "XV_RED_INTENSITY" (range -1000 to 1000)
- client settable attribute
- client gettable attribute (current value is 0)
- "XV_GREEN_INTENSITY" (range -1000 to 1000)
- client settable attribute
- client gettable attribute (current value is 0)
- "XV_BLUE_INTENSITY" (range -1000 to 1000)
- client settable attribute
- client gettable attribute (current value is 0)
- maximum XvImage size: 2048 x 2048
- Number of image formats: 4
- id: 0x32595559 (YUY2)
- guid: 59555932-0000-0010-8000-00aa00389b71
- bits per pixel: 16
- number of planes: 1
- type: YUV (packed)
- id: 0x59565955 (UYVY)
- guid: 55595659-0000-0010-8000-00aa00389b71
- bits per pixel: 16
- number of planes: 1
- type: YUV (packed)
- id: 0x32315659 (YV12)
- guid: 59563132-0000-0010-8000-00aa00389b71
- bits per pixel: 12
- number of planes: 3
- type: YUV (planar)
- id: 0x30323449 (I420)
- guid: 49343230-0000-0010-8000-00aa00389b71
- bits per pixel: 12
- number of planes: 3
- type: YUV (planar)
复制代码
- # grep -e EE -e WW /var/log/Xorg.0.log
- Current Operating System: Linux Newy 2.6.16-gentoo-r3 #5 PREEMPT Tue Aug 1 13:59:00 Local time zone must be set--see z i686
- (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
- (WW) Open APM failed (/dev/apm_bios) (No such file or directory)
- (II) Loading extension MIT-SCREEN-SAVER
- (WW) fglrx(0): Failed to open DRM connection
- (WW) fglrx(0): board is an unknown third party board, chipset is supported
- (EE) fglrx(0): DRIScreenInit failed!
- (WW) fglrx(0): ***********************************************
- (WW) fglrx(0): * DRI initialization failed! *
- (WW) fglrx(0): * (maybe driver kernel module missing or bad) *
- (WW) fglrx(0): * 2D acceleraton available (MMIO) *
- (WW) fglrx(0): * no 3D acceleration available *
- (WW) fglrx(0): ********************************************* *
- (WW) fglrx(0): Option "VendorName" is not used
- (WW) fglrx(0): Option "ModelName" is not used
复制代码
我是按照下面的文章做的:
http://gentoo-wiki.com/HOWTO_ATI_Drivers
大家帮忙看看,谢谢了~~~~ |
|