Page 9 of 134 FirstFirst ... 78910111959109 ... LastLast
Results 81 to 90 of 1334

Thread: HOWTO: Jaunty Intel Graphics Performance Guide

  1. #81
    Join Date
    Apr 2009
    Beans
    12

    Re: HOWTO: Jaunty Intel Graphics Performance Guide

    Quote Originally Posted by ElSlunko View Post
    Thanks psyke83!
    Indeed. Thanks for the effort you're putting into this.

  2. #82
    Join Date
    Sep 2006
    Beans
    77
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: HOWTO: Jaunty Intel Graphics Performance Guide

    I finally found a way to run compiz with:
    Code:
    00:02.0 VGA compatible controller [0300]: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device [8086:2562] (rev 03)
    all you have to do is using "Indirect Rendering" option.
    And now my old PC is back to life again (it's even faster than it was with Hardy).

  3. #83
    Join Date
    Jun 2008
    Location
    Arnold, Nottingham, UK
    Beans
    5
    Distro
    Ubuntu Development Release

    Re: HOWTO: Jaunty Intel Graphics Performance Guide

    just to say the bit that says alter the xorg.conf file:
    Code:
    Section "Device"
    	Identifier	"Configured Video Device"
    	Option		"AccelMethod"			"uxa"
    	Option		"EXAOptimizeMigration"		"true"
    	Option		"MigrationHeuristic"		"greedy"
    	Option		"Tiling"			"false" [b]#may break 3D rendering if enabled
    EndSection
    should not have the [b] before the # so should read
    Code:
    	Option		"Tiling"			"false" #may break 3D rendering if enabled
    Though I'd killed my system when it wouldn't run X until i spotted that

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

    Re: HOWTO: Jaunty Intel Graphics Performance Guide

    Quote Originally Posted by hebeallrusty View Post
    just to say the bit that says alter the xorg.conf file:
    Code:
    Section "Device"
    	Identifier	"Configured Video Device"
    	Option		"AccelMethod"			"uxa"
    	Option		"EXAOptimizeMigration"		"true"
    	Option		"MigrationHeuristic"		"greedy"
    	Option		"Tiling"			"false" [b]#may break 3D rendering if enabled
    EndSection
    should not have the [b] before the # so should read
    Code:
    	Option		"Tiling"			"false" #may break 3D rendering if enabled
    Though I'd killed my system when it wouldn't run X until i spotted that
    Fixed, thanks!

  5. #85
    Join Date
    Nov 2006
    Beans
    14

    Re: HOWTO: Jaunty Intel Graphics Performance Guide

    Following the instructions, when I get to the apt-get update step, I get this:

    W: GPG error: http://ppa.launchpad.net jaunty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 4F191A5A8844C542
    W: You may want to run apt-get update to correct these problems

    Any ideas?

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

    Re: HOWTO: Jaunty Intel Graphics Performance Guide

    Quote Originally Posted by noobaholic View Post
    Following the instructions, when I get to the apt-get update step, I get this:

    W: GPG error: http://ppa.launchpad.net jaunty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 4F191A5A8844C542
    W: You may want to run apt-get update to correct these problems

    Any ideas?
    The guide was fetching a different key than I intended, sorry. I've updated the guide with the proper key - follow that step again.

  7. #87
    Join Date
    Nov 2006
    Beans
    14

    Re: HOWTO: Jaunty Intel Graphics Performance Guide

    Works now. Thanks!

  8. #88
    Join Date
    Nov 2006
    Beans
    14

    Re: HOWTO: Jaunty Intel Graphics Performance Guide

    OK, so I followed the rest of the instructions. My machine boots to an error message:

    "Ubuntu is running in low-graphics mode

    ...

    (EE) intel(0) Cannot support DRI with framebuffer width > 2048."

    Then I get a few more error messages and my video out no longer works (using a macbook with a DVI piping video to an external monitor).

    EDIT:

    Seems to be related to this bug:

    https://bugs.launchpad.net/ubuntu/+s...el/+bug/146859

    EDIT:

    So I toned down my virtual display to 1900x1280 to workaround the DRI bug and... wow, my machine is really fubared... Now it seems if I boot at all with my external monitor attached, the OS locks up as soon as X starts.
    Last edited by noobaholic; April 25th, 2009 at 01:12 PM.

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

    Re: HOWTO: Jaunty Intel Graphics Performance Guide

    I've inserted a different HowTo for Intel video on Jaunty
    http://ubuntuforums.org/showthread.php?t=1136738
    I hope psyke83 put the link in the 1st post
    ------------------------------------------------
    yep ”short and long URL„
    http://yep.it/
    ------------------------------------------------

  10. #90
    Join Date
    Nov 2006
    Beans
    14

    Re: HOWTO: Jaunty Intel Graphics Performance Guide

    Maybe my configs weren't quite right when the machine was freezing, because now, with a display size of 1900x1280, I can use my external fine. Of course, the new kernel breaks my sound and my wifi :-/ but a functional video card is more important.

    dentaku65, what's the rationale behind your method? Maybe I'll try it out later today.

Page 9 of 134 FirstFirst ... 78910111959109 ... 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
  •