Page 6 of 134 FirstFirst ... 456781656106 ... LastLast
Results 51 to 60 of 1334

Thread: HOWTO: Jaunty Intel Graphics Performance Guide

  1. #51
    Join Date
    Jul 2006
    Location
    Italy (Padova)
    Beans
    92
    Distro
    Xubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Jaunty Intel Graphics Performance Guide

    who could port this packages to the lpia arch?

  2. #52
    Join Date
    Dec 2008
    Beans
    1

    Re: HOWTO: Jaunty Intel Graphics Performance Guide

    Um, I'm taking a step back... This is a wonderful fix. Thank you for making it available! But this for a relatively standard video card, not a "vostok-omsk 3". Can/Should a "regular" user who is trying U-9.04 for the 1st time be expected to do this? Just curious.....

  3. #53
    Join Date
    Dec 2007
    Beans
    37

    Re: HOWTO: Jaunty Intel Graphics Performance Guide

    Anyone with i845 had success with these workarounds? I mean, success in making Compiz to work? 'Cause I had everything running well here when testing a Jaunty LiveUSB, except by Compiz.
    Last edited by volneilo; April 23rd, 2009 at 11:58 PM.

  4. #54
    Join Date
    Mar 2006
    Location
    Chicago USA
    Beans
    126
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Jaunty Intel Graphics Performance Guide

    Can you tell me if the Intel integtrated graphics controller 915GM/GMS/910GML is affected?
    I ran the live-CD and display was kind of a wreck, though it didn't crash. I have not upgraded. Intrepid is working so well.

    edit: on 06-01-09 I did a fresh install of Jaunty--it's flawless out of the box.

    :~$ lspci
    00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
    :~$ cat /proc/mtrr (Intrepid Ibix)
    reg00: base=0x00000000 ( 0MB), size=1024MB: write-back, count=1
    reg01: base=0x3f800000 (1016MB), size= 8MB: uncachable, count=1
    reg02: base=0xfeda0000 (4077MB), size= 128KB: write-through, count=1
    reg03: base=0xc0000000 (3072MB), size= 256MB: write-combining, count=1
    Last edited by DavidFourer; June 4th, 2009 at 02:54 AM. Reason: new info

  5. #55
    Join Date
    Oct 2005
    Location
    Milano, Italy
    Beans
    871
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Re: HOWTO: Jaunty Intel Graphics Performance Guide

    Quote Originally Posted by psyke83 View Post
    The 2.6.30-rc2 kernel gives approximately 4-5fps extra in ppracer for my 855GM chipset (the MTRR fix is necessary for maximum performance). I assume this is because there have been some bugfixes/optimizations in the DRM/i915 kernel modules.

    Other chipsets may not see the same performance gains, though it's worthwhile at least to check the newer kernel.
    This is correct for 2.6.30rc2 but on rc3 I experienced a regression with my card. Anyway I'm stay fine with 2.6.29-11 with videoram option (I forgot to mention that my box is on EXT4, but maybe is not important for video configuration/performance)
    ------------------------------------------------
    yep ”short and long URL„
    http://yep.it/
    ------------------------------------------------

  6. #56
    Join Date
    Feb 2006
    Location
    Brisbane, AU
    Beans
    113
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: HOWTO: Jaunty Intel Graphics Performance Guide

    It would be nice if someone could explain the MTRR fix in simple terms. I got a bit lost on those links. The other tweaks worked fairly well but i still get some tearing and slowness particularly with HD video. I'm using this graphics card.....
    00:02.0 VGA compatible controller: Intel Corporation 82G35 Express Integrated Graphics Controller (rev 03)

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

    Re: HOWTO: Jaunty Intel Graphics Performance Guide

    Quote Originally Posted by caish5 View Post
    It would be nice if someone could explain the MTRR fix in simple terms. I got a bit lost on those links. The other tweaks worked fairly well but i still get some tearing and slowness particularly with HD video. I'm using this graphics card.....
    You didn't give enough information to help you. What you need to do is check the check the memory regions of your graphics adaptor using "lspci -vvnn", and find the "prefetchable" memory range.

    Look at this post. In the aforementioned post, the important line in the lspci output of the "VGA compatible controller" section is as follows:
    Code:
    Region 0: Memory at e8000000 (32-bit, prefetchable) [size=128M]
    Keep in mind:
    128MB = 0x08000000
    256MB = 0x10000000

    In this example the base memory address is at 0xE8000000, and the memory size is 0x08000000. Therefore, the fixmtrr.sh script contains the line:
    Code:
    echo "base=0xE8000000 size=0x08000000 type=write-combining" >| /proc/mtrr
    All you need to do is follow the steps of that post, while remembering to write the correct base memory and size for your system.
    Last edited by psyke83; April 24th, 2009 at 06:02 AM.

  8. #58
    Join Date
    Oct 2005
    Location
    Finland
    Beans
    103
    Distro
    Ubuntu 13.04 Raring Ringtail

    Question Re: HOWTO: Jaunty Intel Graphics Performance Guide

    Does there exist a PPA that has xserver-xorg-video-intel version 2.7 64-bit for 9.04 (Jaunty)?

  9. #59
    Join Date
    Apr 2007
    Location
    /dev/random
    Beans
    3,052

    Re: HOWTO: Jaunty Intel Graphics Performance Guide

    I made a script that adds the mtrr entry, and added it to /etc/sudoers so I can perform it without needing a password. Then I just added a symlink in ~/.kde/Autostart and now it gets run even after an X restart.

    Lastly, I added that 2.4 repository to get the old driver. And damn. Now I can watch flash again.
    ...

  10. #60
    Join Date
    Apr 2007
    Location
    /dev/random
    Beans
    3,052

    Re: HOWTO: Jaunty Intel Graphics Performance Guide

    Quote Originally Posted by glaze View Post
    Does there exist a PPA that has xserver-xorg-video-intel version 2.7 64-bit for 9.04 (Jaunty)?
    https://launchpad.net/~xorg-edgers/+archive/ppa

    Drivers compiled from git semi-daily. Latest is from 22/04. If you want fresher than that, you'll have to compile them yourself (which isn't hard, though).

    All launchpad ppas compile packages for i386, amd64 and lpia.
    ...

Page 6 of 134 FirstFirst ... 456781656106 ... 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
  •