Latest i810 driver

Wu, Nian nian.wu at intel.com
Sun Jan 21 16:57:08 PST 2007


Wang Zhenyu wrote:
> On 2007.01.19 23:29:20 +0000, Lukas Hejtmanek wrote:
>> Hello,
>> 
>> just tried:
>> current:xserver, app, lib, proto, drm, mesa from git (default branch)
>> current:xf86-video-intel - modesetting branch.
>> 
>> Observations:
>> EXA - no more image corruption, good. On the other hand, x11perf
>>       -shmput500 is about FIVE times slower than XAA.
> 
> good to know render result is right, XAA has no hw render accel, our
> EXA accel still hasn't been tuned for this, as I know.
> 
>> 
>> RANDR - if an application changes resolution and crashes, xrandr -s
>> 	0 results in screen corruption. xrandr -s 1 && xrandr -s 0 fixes
>> the corruption. 
>> 
>> CLONE - works (If I specify MonitorLayout "CRT,LFP") good. It even
MonitorLayout is deprecated. Now the new config file like:
Section "Device"
        Identifier      "Intel Corporation 945G Integrated Graphics
Controller"
        Driver          "i810"
        BusID           "PCI:0:2:0"
        VideoRam        64000
        Option          "monitor-VGA" "foo"
        Option          "monitor-LVDS" "bar"
        Option          "DRI" "true"
EndSection
Section "Monitor"
        Identifier      "foo"
        Option          "Position" "0 0"
#       Option          "DPMS"
EndSection

Section "Monitor"
        Identifier      "bar"
        Option          "Position" "1024 0"
#       Option          "DPMS"
EndSection

> _______________________________________________
> xorg mailing list
> xorg at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/xorg



More information about the xorg mailing list