|
|
我的显卡信息
00:00.0 Host bridge: Intel Corporation P965/G965 Memory Controller Hub (rev 02)
00:01.0 PCI bridge: Intel Corporation P965/G965 PCI Express Root Port (rev 02)
00:02.0 VGA compatible controller: Intel Corporation G965 Integrated Graphics Controller (rev 02)
00:02.1 Display controller: Intel Corporation G965 Integrated Graphics Controller (rev 02)
我的系统信息
Linux:~# uname -a
Linux Linux 2.6.18-4-amd64 #1 SMP Wed Feb 21 14:29:38 UTC 2007 x86_64 GNU/Linux
我的Xorg.0.log中的显示:
(II) I810(0): initializing int10
(WW) I810(0): Bad V_BIOS checksum
(II) I810(0): Primary V_BIOS segment is: 0xc000
(II) I810(0): VESA BIOS detected
(II) I810(0): VESA VBE Version 3.0
(II) I810(0): VESA VBE Total Mem: 7616 kB
(II) I810(0): VESA VBE OEM: Intel(r)Broadwater-G Graphics Chip Accelerated VGA BIOS
(II) I810(0): VESA VBE OEM Software Rev: 1.0
(II) I810(0): VESA VBE OEM Vendor: Intel Corporation
(II) I810(0): VESA VBE OEM Product: Intel(r)Broadwater-G Graphics Controller
(II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) I810(0): Integrated Graphics Chipset: Intel(R) 965G
(--) I810(0): Chipset: "965G"
(--) I810(0): Linear framebuffer at 0xC0000000
(--) I810(0): IO registers at addr 0xDFE00000
(II) I810(0): 2 display pipes available.
(II) I810(0): detected 7676 kB stolen memory.
(EE) GARTInit: Unable to open /dev/agpgart (No such file or directory)
(WW) I810(0): /dev/agpgart is either not available, or no memory is available
for allocation. Using pre-allocated memory only.
(--) I810(0): Pre-allocated VideoRAM: 7676 kByte
(--) I810(0): VideoRAM: 7676 kByte
(==) I810(0): video overlay key set to 0x101fe
(**) I810(0): page flipping disabled
(==) I810(0): Using gamma correction (1.0, 1.0, 1.0)
(II) I810(0): BIOS Build: 1345
(==) I810(0): Device Presence: disabled.
(==) I810(0): Display Info: enabled.
(II) I810(0): Broken BIOSes cause the system to hang here.
If you encounter this problem please add
Option "DisplayInfo" "FALSE"
to the Device section of your XF86Config file.
(WW) I810(0): Extended BIOS function 0x5f64 not supported.
(WW) I810(0): Extended BIOS function 0x5f64 not supported.
(WW) I810(0): Extended BIOS function 0x5f64 not supported.
(WW) I810(0): Extended BIOS function 0x5f64 not supported.
(WW) I810(0): Extended BIOS function 0x5f64 not supported.
(WW) I810(0): Extended BIOS function 0x5f64 not supported.
(WW) I810(0): Extended BIOS function 0x5f64 not supported.
(WW) I810(0): Extended BIOS function 0x5f64 not supported.
(II) I810(0): Currently active displays on Pipe A:
(II) I810(0): CRT
(II) I810(0): No active displays on Pipe B.
(==) I810(0): Display is using Pipe A
(--) I810(0): Maximum frambuffer space: 7508 kByte
问题一:以前安装时好象inte-agp和agpgart自动就安装了,现在的情况是
intel-agp没有自动安装,agpgart在模块中找不到!
Linux:~# modprobe -l | grep agp
/lib/modules/2.6.18-4-amd64/kernel/drivers/char/agp/sis-agp.ko
/lib/modules/2.6.18-4-amd64/kernel/drivers/char/agp/via-agp.ko
/lib/modules/2.6.18-4-amd64/kernel/drivers/char/agp/intel-agp.ko
Linux:~#
没有显示agpgart模块!
问题二:显示分辨率只能上到1024x768@75 (Dell的液晶显示器)
无法上到1280x1024@75
问题三:glxgear的输出正常吗?
Linux:~# glxgears -printfps
1370 frames in 5.3 seconds = 258.703 FPS
1320 frames in 5.3 seconds = 250.750 FPS
1320 frames in 5.3 seconds = 250.801 FPS |
|