[Bug 252094] Re: Poor graphics performance and rendering errors on Intel GM965 system, Ubuntu 8.10

2008-11-30 Thread pierrestz
I think the performance regression of intel driver is due to the lost of
the 'INTEL_BATCH' variable.

This variable can be set in Hardy to get a huge performance boost in 3D (can be 
seen in glxgears, but also openarena, compizeffects...)
for example in Hardy, compare the output of :
glxgears
and
INTEL_BATCH=1 glxgears
i have +100% fps on i915 (1024*600 16bpp) : result 1480fps

This variable is not set by default on a Hardy install, but it is set
when i launch compiz from a console.

The problem : this variable is no more used in intel driver (deprecated)
so Intrepid can't benefit fom it. From what i understand (being far from
an expert ;) ) we have to wait for GEM/TTM to get the same performance
in the future...

If someone can recompile the intel driver sources used in Hardy, to make
it work under intrepid, maybe we can get better results ?

see my previous bug on this subject :
https://bugs.launchpad.net/bugs/284082

-- 
Poor graphics performance and rendering errors on Intel GM965 system, Ubuntu 
8.10
https://bugs.launchpad.net/bugs/252094
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 284082] Re: INTEL_BATCH=1 not implemented in Intrepid ?

2008-10-19 Thread pierrestz

** Attachment added: xorg.conf_hardy.txt
   http://launchpadlibrarian.net/18683213/xorg.conf_hardy.txt

-- 
INTEL_BATCH=1 not implemented in Intrepid ?
https://bugs.launchpad.net/bugs/284082
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 284082] Re: INTEL_BATCH=1 not implemented in Intrepid ?

2008-10-19 Thread pierrestz

** Attachment added: Xorg.0.log_hardy.txt
   http://launchpadlibrarian.net/18683220/Xorg.0.log_hardy.txt

-- 
INTEL_BATCH=1 not implemented in Intrepid ?
https://bugs.launchpad.net/bugs/284082
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 284082] Re: INTEL_BATCH=1 not implemented in Intrepid ?

2008-10-19 Thread pierrestz

** Attachment added: xorg.conf_intrepid.txt
   http://launchpadlibrarian.net/18683223/xorg.conf_intrepid.txt

-- 
INTEL_BATCH=1 not implemented in Intrepid ?
https://bugs.launchpad.net/bugs/284082
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 284082] Re: INTEL_BATCH=1 not implemented in Intrepid ?

2008-10-19 Thread pierrestz

** Attachment added: Xorg.0.log_intrepid.txt
   http://launchpadlibrarian.net/18683230/Xorg.0.log_intrepid.txt

-- 
INTEL_BATCH=1 not implemented in Intrepid ?
https://bugs.launchpad.net/bugs/284082
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 284082] Re: INTEL_BATCH=1 not implemented in Intrepid ?

2008-10-19 Thread pierrestz

** Attachment added: lspci-vvnn_intrepid.txt
   http://launchpadlibrarian.net/18683256/lspci-vvnn_intrepid.txt

-- 
INTEL_BATCH=1 not implemented in Intrepid ?
https://bugs.launchpad.net/bugs/284082
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 284082] Re: INTEL_BATCH=1 not implemented in Intrepid ?

2008-10-19 Thread pierrestz

** Attachment added: lspci-vvnn_hardy.txt
   http://launchpadlibrarian.net/18683248/lspci-vvnn_hardy.txt

-- 
INTEL_BATCH=1 not implemented in Intrepid ?
https://bugs.launchpad.net/bugs/284082
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 284082] [NEW] INTEL_BATCH=1 not implemented in Intrepid ?

2008-10-15 Thread pierrestz
Public bug reported:

Binary package hint: xserver-xorg-video-intel

The INTEL_BATCH=1 environment variable doesn't seem to work in Intrepid.

This option is used by many users to improve 3D performance in compiz, games, 
etc... on intel chipsets (i915, i945...)
For example, without this option, i only get 550fps in glxgears on my eeepc 
900A, whereas i can get 1300fps when i enable this option (in hardy)
I know there were some remarks about some stability problems with screensavers 
(see bug #195843) and it was decided that this option won't be set to default.
But it think it is very important (if possible) to give users the choice to set 
it or not, as it really makes a big difference in many applications.

thx !

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New

-- 
INTEL_BATCH=1 not implemented in Intrepid ?
https://bugs.launchpad.net/bugs/284082
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 177492] Re: EXA is balls-achingly slow

2008-03-02 Thread pierrestz
With Hardy alpha5 : 
On my laptop (i915GM) it seems that MigrationHeuristic=greedy is not enabled 
by default.

i changed xorg.conf to put the lines
Option MigrationHeuristic greedy
Option ExaNoComposite false

and the results (glxgears fps)  were the same as before : no performance
increase.

i also have the same performance with xaa instead of exa

(i got a +33% boost in performance with the INTEL_BATCH thing)

-- 
EXA is balls-achingly slow
https://bugs.launchpad.net/bugs/177492
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 195843] Re: INTEL_BATCH=1 should be enabled per default for Intel graphic hardware

2008-03-01 Thread pierrestz
I tried the INTEL_BATCH=1 on my laptop (i915GM, pentium-M 1000MHz ULV) and it 
improves my performance.
I have the same measures with EXA or XAA for acceleration.

glxgears :
+33% (655fps-871fps)

openarena benchmark :
+32% in 640x480 (22.8fps-30.2fps)
+18% in 1024x768 (14.9fps-17.6fps)

-- 
INTEL_BATCH=1 should be enabled per default for Intel graphic hardware
https://bugs.launchpad.net/bugs/195843
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 155985] Re: [gutsy] performance regression with i915 xorg driver (glxgears in liveCD or after HD install)

2007-11-29 Thread pierrestz
by tweaking a bit some config files, i managed to get accidentally the
'550+' fps in glxgears (and a smooth compiz) !

when i boot without configuring the network (a RT2500 pcmcia wifi card) the 
performance is good
then when i manually configure the network (iwconfig, ifconfig and route) i get 
the following messages in the log, and performance are reduced.
So the problem seems to be about IRQ20.
I continue my investigations... (i'm a beginner !)

[ 5028.636000] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 5043.24] irq 20: nobody cared (try booting with the irqpoll option)
[ 5043.24]  [c015b594] __report_bad_irq+0x24/0x80
[ 5043.24]  [c015b852] note_interrupt+0x262/0x2a0
[ 5043.24]  [c015aab0] handle_IRQ_event+0x30/0x60
[ 5043.24]  [c015c23b] handle_fasteoi_irq+0xbb/0xf0
[ 5043.24]  [c0106b1b] do_IRQ+0x3b/0x70
[ 5043.24]  [c0105223] common_interrupt+0x23/0x30
[ 5043.24]  [c013007b] sys_capset+0x12b/0x2e0
[ 5043.24]  [e005099a] acpi_processor_idle+0x24f/0x425 [processor]
[ 5043.24]  [e005074b] acpi_processor_idle+0x0/0x425 [processor]
[ 5043.24]  [c0102413] cpu_idle+0x53/0xe0
[ 5043.24]  [c03e3a85] start_kernel+0x325/0x3b0
[ 5043.24]  [c03e31f0] unknown_bootoption+0x0/0x260
[ 5043.24]  ===
[ 5043.24] handlers:
[ 5043.24] [e00866a0] (usb_hcd_irq+0x0/0x60 [usbcore])
[ 5043.24] [e04aa4a0] (i915_driver_irq_handler+0x0/0x200 [i915])
[ 5043.24] Disabling IRQ #20

-- 
[gutsy] performance regression with i915 xorg driver (glxgears in liveCD or 
after HD install) 
https://bugs.launchpad.net/bugs/155985
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 155985] Re: [gutsy] performance regression with i915 xorg driver (glxgears in liveCD or after HD install)

2007-11-29 Thread pierrestz
Solved !
I changed the boot options to : pnpbios=off irqpoll
and it solved the IRQ conflict
Looks like it was a hardware problem, not related to the 
xserver-xorg-video-intel package

Thanks Peter anyway,
keep up the good work !

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Incomplete = Fix Committed

-- 
[gutsy] performance regression with i915 xorg driver (glxgears in liveCD or 
after HD install) 
https://bugs.launchpad.net/bugs/155985
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 146695] Re: Drastic Framerate drop in Gutsy Beta Compared to Feisty in glxgears [i865]

2007-11-29 Thread pierrestz
I saw a terrible fps drop between feisty and gutsy, it was due to a irq 
conflict (see bug n°155985)
I solved this by booting with options pnpbios=off irqpoll
maybe it could help ?

-- 
Drastic Framerate drop in Gutsy Beta Compared to Feisty in glxgears [i865]
https://bugs.launchpad.net/bugs/146695
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 155985] Re: [gutsy] performance regression with i915 xorg driver (glxgears in liveCD or after HD install)

2007-10-26 Thread pierrestz
Here's the xdpyinfo output, for gutsy liveCD (bad fps) and feisty liveCD (good 
fps)
I don't have the knowledge to explain this, but i hope you can...
thx

$ diff xdpyinfo-feisty-liveCD.txt xdpyinfo-gutsy-liveCD
.txt
4,5c4,5
 vendor release number:70101000
 X.Org version: 7.1.1
---
 vendor release number:1030
 X.Org version: 1.3.0
20,21c20,21
 focus:  window 0x1e7, revert to PointerRoot
 number of extensions:29
---
 focus:  window 0x1c7, revert to PointerRoot
 number of extensions:33
24a25
 DOUBLE-BUFFER
31a33
 RECORD
38a41
 XAccessControlExtension
46a50
 XINERAMA
55,56c59,60
   dimensions:1024x768 pixels (347x260 millimeters)
   resolution:75x75 dots per inch
---
   dimensions:1024x768 pixels (270x203 millimeters)
   resolution:96x96 dots per inch
58c62
   root window id:0x5d
---
   root window id:0x64
186c190
 visual id:0x5b
---
 visual id:0x62

** Attachment added: xdpyinfo-gutsy-liveCD.txt
   http://launchpadlibrarian.net/10177478/xdpyinfo-gutsy-liveCD.txt

-- 
[gutsy] performance regression with i915 xorg driver (glxgears in liveCD or 
after HD install) 
https://bugs.launchpad.net/bugs/155985
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 155985] Re: [gutsy] performance regression with i915 xorg driver (glxgears in liveCD or after HD install)

2007-10-26 Thread pierrestz

** Attachment added: xdpyinfo-feisty-liveCD.txt
   http://launchpadlibrarian.net/10177482/xdpyinfo-feisty-liveCD.txt

-- 
[gutsy] performance regression with i915 xorg driver (glxgears in liveCD or 
after HD install) 
https://bugs.launchpad.net/bugs/155985
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 155985] Re: [gutsy] performance regression with i915 xorg driver (glxgears in liveCD or after HD install)

2007-10-23 Thread pierrestz
The performance regression is seen without enabling compiz.
All the files i sent (xorg.conf Xorg.0.log lspci and now glxinfo) come from a 
liveCD session when not using compiz and i have the exact same poor performance 
after HD install with or without compiz

thank you for looking at this bug, i can post more info if you want


** Attachment added: glxinfo_gutsy_liveCD
   http://launchpadlibrarian.net/10129916/glxinfo_gutsy_liveCD.txt

-- 
[gutsy] performance regression with i915 xorg driver (glxgears in liveCD or 
after HD install) 
https://bugs.launchpad.net/bugs/155985
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 155985] [gutsy] performance regression with i915 xorg driver (glxgears in liveCD or after HD install)

2007-10-22 Thread pierrestz
Public bug reported:

Hello,
i used to have 550fps in glxgears with feisty liveCD (i810 driver)
now i have only 125fps with gutsy (intel driver) liveCD
(in both case glxinfo says direct rendering: Yes)

i tried to load the i810 driver in my gutsy xorg.conf, after HD install
and i have the same poor performance (125fps)

i choose to write about glxgears fps because it is easy to check on
another laptopm but the performance regression easy to see in any GL-
based screensaver and in compiz...

I Don t know if it helps, but the latest Sabayon 3.4mini works fine
(glxgears 550fps)

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Status: New

-- 
[gutsy] performance regression with i915 xorg driver (glxgears in liveCD or 
after HD install) 
https://bugs.launchpad.net/bugs/155985
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 155985] Re: [gutsy] performance regression with i915 xorg driver (glxgears in liveCD or after HD install)

2007-10-22 Thread pierrestz

** Attachment added: xorg.conf liveCD
   http://launchpadlibrarian.net/10124231/xorg.conf-gutsy

-- 
[gutsy] performance regression with i915 xorg driver (glxgears in liveCD or 
after HD install) 
https://bugs.launchpad.net/bugs/155985
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 155985] Re: [gutsy] performance regression with i915 xorg driver (glxgears in liveCD or after HD install)

2007-10-22 Thread pierrestz

** Attachment added: Xorg.0.log liveCD
   http://launchpadlibrarian.net/10124232/Xorg.0.log-gutsy

-- 
[gutsy] performance regression with i915 xorg driver (glxgears in liveCD or 
after HD install) 
https://bugs.launchpad.net/bugs/155985
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 155985] Re: [gutsy] performance regression with i915 xorg driver (glxgears in liveCD or after HD install)

2007-10-22 Thread pierrestz

** Attachment added: old xorg.conf (feisty liveCD)
   http://launchpadlibrarian.net/10124240/xorg.conf-feisty

-- 
[gutsy] performance regression with i915 xorg driver (glxgears in liveCD or 
after HD install) 
https://bugs.launchpad.net/bugs/155985
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 155985] Re: [gutsy] performance regression with i915 xorg driver (glxgears in liveCD or after HD install)

2007-10-22 Thread pierrestz

** Attachment added: old Xorg.0.log (feisty liveCD)
   http://launchpadlibrarian.net/10124294/Xorg.0.log-feisty

-- 
[gutsy] performance regression with i915 xorg driver (glxgears in liveCD or 
after HD install) 
https://bugs.launchpad.net/bugs/155985
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 155985] Re: [gutsy] performance regression with i915 xorg driver (glxgears in liveCD or after HD install)

2007-10-22 Thread pierrestz

** Attachment added: lspci -vvnn
   http://launchpadlibrarian.net/10124343/lspci-vvnn.txt

-- 
[gutsy] performance regression with i915 xorg driver (glxgears in liveCD or 
after HD install) 
https://bugs.launchpad.net/bugs/155985
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs