Page 2 of 134 FirstFirst 12341252102 ... LastLast
Results 11 to 20 of 1334

Thread: HOWTO: Jaunty Intel Graphics Performance Guide

  1. #11
    Join Date
    Apr 2008
    Location
    Southern California, USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: HOWTO: Jaunty Intel Graphics Performance Guide

    Thanks for your help, but that didn't work either. It plays as though frames are missing. still choppy, or the same same speed as without the fix.

    I'm interested in that "Tiling" fis you presented. I wonder why my screen freezes? The mouse moves but nothing works.

    Everything works perfectly using the old Harty xorg.conf, EXCEPT no video movies. Screen refreshes fast I can surf the net with speed scroll through docs fine. Its just when I try and play any movies that any player crashes.

  2. #12
    Join Date
    Nov 2005
    Location
    Ireland
    Beans
    2,605
    Distro
    Ubuntu Development Release

    Re: HOWTO: Jaunty Intel Graphics Performance Guide

    Quote Originally Posted by VMC View Post
    Thanks for your help, but that didn't work either. It plays as though frames are missing. still choppy, or the same same speed as without the fix.

    I'm interested in that "Tiling" fis you presented. I wonder why my screen freezes? The mouse moves but nothing works.

    Everything works perfectly using the old Harty xorg.conf, EXCEPT no video movies. Screen refreshes fast I can surf the net with speed scroll through docs fine. Its just when I try and play any movies that any player crashes.
    I am almost 100% certain that your MTRR setup is causing slow video playback, so can you please paste the output of the fixmtrr.sh script (preferably output just after restarting Xorg)? I also recommend you disable compiz (Desktop Effects) to ensure it's not interfering.

    It's possible that UXA is incompatible with your chipset, so maybe you should revert to EXA (by removing the "AccelMethod" line from xorg.conf).

    Note that the MTRR fix is necessary regardless of the acceleration method, kernel or driver versions you're using. It affects all Intel graphics users, even with the default Jaunty drivers.

  3. #13
    Join Date
    Feb 2008
    Beans
    239

    Re: HOWTO: Jaunty Intel Graphics Performance Guide

    Did wonders for my graphics, sadly it took away my wireless drivers at the same point, so I'm going to be nosing around to find a work around for them
    Beware, of, malicious, commas!
    < Whiffle> wow k3b works so much better after ive installed it.
    Runescape and Linux / irc.swiftirc.net / #linuxrs

  4. #14
    Join Date
    Nov 2006
    Beans
    9
    Distro
    The Feisty Fawn Testing

    Re: HOWTO: Jaunty Intel Graphics Performance Guide

    Quote Originally Posted by psyke83 View Post
    Note that the MTRR fix is necessary regardless of the acceleration method, kernel or driver versions you're using. It affects all Intel graphics users, even with the default Jaunty drivers.
    Not all Intel graphics users. It's apparently unnecessary on my Dell Vostro 220 with an integrated X4500HD GPU.
    However, UXA still has stability issues, at least without the tiling fix.

    EDIT: With the tiling fix, it's worse.
    Last edited by ameyer; April 21st, 2009 at 10:54 AM.

  5. #15
    Join Date
    Feb 2007
    Location
    Sweden
    Beans
    1,142
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: HOWTO: Jaunty Intel Graphics Performance Guide

    Thanks mate! That made the little penguin race down the mountain with ~18 FPS instead of ~4

    Here is some output if good for anything (after applying the fix)

    cat /proc/mtrr
    reg00: base=0x000000000 ( 0MB), size= 1024MB, count=1: write-back
    reg01: base=0x03f800000 ( 1016MB), size= 8MB, count=1: uncachable
    cat /proc/mtrr
    00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller [8086:2592] (rev 04)
    Subsystem: ASUSTeK Computer Inc. Device [1043:82d9]
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 16
    Region 0: Memory at f7f00000 (32-bit, non-prefetchable) [size=512K]
    Region 1: I/O ports at ec00 [size=8]
    Region 2: Memory at d0000000 (32-bit, prefetchable) [size=256M]
    Region 3: Memory at f7ec0000 (32-bit, non-prefetchable) [size=256K]
    Capabilities: <access denied>
    Kernel modules: intelfb

  6. #16
    Join Date
    Nov 2005
    Location
    Ireland
    Beans
    2,605
    Distro
    Ubuntu Development Release

    Re: HOWTO: Jaunty Intel Graphics Performance Guide

    Quote Originally Posted by olskar View Post
    Thanks mate! That made the little penguin race down the mountain with ~18 FPS instead of ~4

    Here is some output if good for anything (after applying the fix)
    Judging from your output, you'll need to modify the fixmtrr.sh script:

    Code:
    #!/bin/sh
    echo "Before:"
    echo "-------"
    cat /proc/mtrr
    echo "base=0xD0000000 size=0x10000000 type=write-combining" >| /proc/mtrr
    echo ""
    echo "After:"
    echo "------"
    cat /proc/mtrr
    The part in bold has been customized for your system (graphics memory starting at 0xD0000000 with a size of 256MB, or 0x10000000).

    If you're not sure it worked, modify the script and paste the output again.

  7. #17
    Join Date
    May 2006
    Beans
    Hidden!

    Re: HOWTO: Jaunty Intel Graphics Performance Guide

    Awsome! Worked on this 82865G (8086:2572) where neither EXA or UXA would previously!!!

    Compiz performance seems restored if not superior to Hardy, and Flash video is INFINITELY faster; anything sub-HD plays perfectly smoothly now without tearing where it was laggy under Intrepid and unwatchable under Jaunty.
    Last edited by stewacide; April 21st, 2009 at 06:33 AM.

  8. #18
    Join Date
    Mar 2006
    Beans
    12

    Re: HOWTO: Jaunty Intel Graphics Performance Guide

    Would be very nice to have a ppa for 2.7.0 intel drivers + libdrm

  9. #19
    Join Date
    Dec 2004
    Beans
    374

    Re: HOWTO: Jaunty Intel Graphics Performance Guide

    Quote Originally Posted by _tom_ View Post
    Would be very nice to have a ppa for 2.7.0 intel drivers + libdrm
    I think this is an answer for the same question I have.

    I really like staying within the package manager guidelines. I'm concerned that some ad hoc additions could result in problems if something comes along later via the package manager. I suppose installing .debs is a lot safer than tarballs in this regard. But what about access to kernel upgrades?

    Are my concerns justified or is that just the price for better Intel video performance?

    thanks,
    hank

  10. #20
    Join Date
    Sep 2008
    Beans
    29

    Re: HOWTO: Jaunty Intel Graphics Performance Guide

    Forgive me if I mess up the topic...

    I tried to apply the solution posted above, and I believe it would have worked, but there seems to be a conflict between my xorg and UXA, which might result from a critical crash that occured yesterday on my Kubuntu.

    More info here - https://bugs.launchpad.net/ubuntu/+s...el/+bug/364479

    Any ideas how to force xorg to cooperate with UXA?

    Currently I operate on the recommended packages from the first post, but I had to remove the UXA entry from xorg. Otherwise I wouldn't be able to log in.

Page 2 of 134 FirstFirst 12341252102 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •