Page 108 of 134 FirstFirst ... 85898106107108109110118 ... LastLast
Results 1,071 to 1,080 of 1334

Thread: HOWTO: Jaunty Intel Graphics Performance Guide

  1. #1071
    Join Date
    Oct 2008
    Location
    Cambrils (Tarragona)
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: HOWTO: Jaunty Intel Graphics Performance Guide

    yeah, sure it is. I have an Intel x3100 (the 965 chipset) and compiz is working fine.

    just do the following:

    Code:
    cd
    touch .config/compiz/compiz-manager
    echo "SKIP_CHECKS=yes" > .config/compiz/compiz-manager
    Then go and try to activate compiz again.
    Busques ajuda? Comença pel wiki de l'equip català!

  2. #1072
    Join Date
    May 2009
    Location
    Amsterdam
    Beans
    33

    Re: HOWTO: Jaunty Intel Graphics Performance Guide

    Hello again. Still no answers since May. The guide didn't help me.

    Now I updated to 9.10, and I have the following kernel & drivers:
    Code:
    Linux oleg-laptop 2.6.31-6-generic #25-Ubuntu SMP Fri Aug 14 16:25:04 UTC 2009 i686 GNU/Linux
    Code:
    oleg@oleg-laptop:~$ dpkg -l |grep intel
    ii  libdrm-intel1                        2.4.12-1ubuntu1                            Userspace interface to intel-specific kernel
    ii  xserver-xorg-video-intel             2:2.8.0-0ubuntu2                           X.Org X server -- Intel i8xx, i9xx display d
    /proc/mtrr:
    Code:
    oleg@oleg-laptop:~$ cat /proc/mtrr
    reg00: base=0x000000000 (    0MB), size=32768MB, count=1: write-back
    reg01: base=0x0e0000000 ( 3584MB), size=  512MB, count=1: uncachable
    reg02: base=0x0ddc00000 ( 3548MB), size=    4MB, count=1: uncachable
    reg03: base=0x0de000000 ( 3552MB), size=   32MB, count=1: uncachable
    And again, when I try to run fixmtrr.sh, nothing changes.

    fixmtrr.sh:
    Code:
    #!/bin/sh
    echo "Extracing base address and memory size from lspci -v"
    
    # extract the base address for the video memory
    address=`lspci -v \
        | grep -A 7 VGA\
        | grep -F " prefetchable"\
        | awk 'BEGIN{OFS="";ORS=""}
              {print $3
              i = length($3)
              while(i<8){
                      print 0
                       i++
               }}'`
    
    # we extract the memory size as a decimal number from lspci from the correct
    # line, we then convert it to hexadecimal and fill it up with the correct
    # number of zeroes
    
    hsize=`lspci -v \
        | grep -A 7 VGA \
        | grep -F " prefetchable" \
        | awk '{print $6}' \
        | sed 's/[^0-9]//g' \
        | awk 'BEGIN {OFS = "";ORS=""}
               { printf "%x" , $1
             i = length($1)
             while (i<8) {
                 print 0
                 i++
             } }'`
    
    echo $address
    echo $hsize
    echo
    
    # check if the mtrr range has already been set and, if it hasn't, set it up
    echo 1
    echo "Supplying corrected MTRR ranges to /proc/mtrr"
    echo "base=0x$address size=0x$hsize type=write-combining"
    
    echo "base=0x$address size=0x$hsize type=write-combining" > /proc/mtrr
    
    echo 2
    cat /proc/mtrr
    Code:
    oleg@oleg-laptop:~$ sudo ./fixmtrr.sh 
    Extracing base address and memory size from lspci -v
    e0000000
    10000000
    
    1
    Supplying corrected MTRR ranges to /proc/mtrr
    base=0xe0000000 size=0x10000000 type=write-combining
    2
    reg00: base=0x000000000 (    0MB), size=32768MB, count=1: write-back
    reg01: base=0x0e0000000 ( 3584MB), size=  512MB, count=1: uncachable
    reg02: base=0x0ddc00000 ( 3548MB), size=    4MB, count=1: uncachable
    reg03: base=0x0de000000 ( 3552MB), size=   32MB, count=1: uncachable
    oleg@oleg-laptop:~$

    lspci -v
    Code:
    00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
        Subsystem: Dell Device 024f
        Flags: bus master, fast devsel, latency 0, IRQ 29
        Memory at f6c00000 (64-bit, non-prefetchable) [size=4M]
        Memory at e0000000 (64-bit, prefetchable) [size=256M]
        I/O ports at ef98 [size=8]
        Capabilities: [90] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+
        Capabilities: [d0] Power Management version 3
        Kernel driver in use: i915
        Kernel modules: i915
    
    00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
        Subsystem: Dell Device 024f
        Flags: bus master, fast devsel, latency 0
        Memory at f6b00000 (64-bit, non-prefetchable) [size=1M]
        Capabilities: [d0] Power Management version 3
    Help me please!!! I really love Ubuntu, it works great on my second laptop and on office workstation, but it really bothers me with my Dell laptop...

  3. #1073
    Join Date
    Apr 2009
    Beans
    57
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Jaunty Intel Graphics Performance Guide

    I have not found one but there might be one, 845 is the only one on the list now.
    ECS Nforce 939, AMD Athlon 4400+ X2, Geforce 7300LE, Nokia 447Xav, ATA ST3500630AS, ATA ST3160023AS, Optiarc AD-7170S, 2GB RAM.

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

    Re: HOWTO: Jaunty Intel Graphics Performance Guide

    Quote Originally Posted by relgames View Post
    Hello again. Still no answers since May. The guide didn't help me.
    See: http://ubuntuforums.org/showthread.p...up#post7776678

  5. #1075
    Join Date
    Apr 2007
    Location
    Southwest Louisiana
    Beans
    165
    Distro
    Ubuntu 10.04 Lucid Lynx

    Exclamation Re: HOWTO: Jaunty Intel Graphics Performance Guide

    I reverted to the 2.4 intel driver to play in ubuntu. This has helped me alot. I only use the windows partition to use my printer or connect to my Blackberry.
    E1505 Core 2 Duo T7200 2gb 667 mhz Ram Intel 945gm chipset

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

    Re: HOWTO: Jaunty Intel Graphics Performance Guide

    Quote Originally Posted by Mr_bleu View Post
    I reverted to the 2.4 intel driver to play in ubuntu. This has helped me alot. I only use the windows partition to use my printer or connect to my Blackberry.
    According to your stats, you have a 945G chip. I have read success from others. I have to use 2.4 driver, since I have i865 chip. Have you followed this guide completely? Also, what's wrong with your printer? Most work without problems.

  7. #1077
    Join Date
    May 2009
    Location
    Amsterdam
    Beans
    33

    Re: HOWTO: Jaunty Intel Graphics Performance Guide

    Quote Originally Posted by psyke83 View Post
    I updated my BIOS to the latest one from Dell website (A13)

    Then I tried to boot with enable_mtrr_cleanup option, but there were no any changes, and the next messages were in log files:
    Code:
    Aug 21 20:01:16 oleg-laptop kernel: [    0.000000] mtrr_cleanup: can not find optimal value
    Aug 21 20:01:16 oleg-laptop kernel: [    0.000000] please specify mtrr_gran_size/mtrr_chunk_size
    Next I tried mtrr-uncover, and now my /proc/mtrr looks like:
    Code:
    reg00: base=0x000000000 (    0MB), size= 2048MB, count=1: write-back
    reg01: base=0x080000000 ( 2048MB), size= 1024MB, count=1: write-back
    reg02: base=0x0ddc00000 ( 3548MB), size=    4MB, count=1: uncachable
    reg03: base=0x0de000000 ( 3552MB), size=   32MB, count=1: uncachable
    reg04: base=0x0c0000000 ( 3072MB), size=  512MB, count=1: write-back
    reg05: base=0x100000000 ( 4096MB), size= 4096MB, count=1: write-back
    reg06: base=0x200000000 ( 8192MB), size= 8192MB, count=1: write-back
    But I don't see video memory here.. According to my lspci -v it should be "e0000000"
    Code:
    00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
        Subsystem: Dell Device 024f
        Flags: bus master, fast devsel, latency 0, IRQ 29
        Memory at f6c00000 (64-bit, non-prefetchable) [size=4M]
        Memory at e0000000 (64-bit, prefetchable) [size=256M]
        I/O ports at ef98 [size=8]
        Capabilities: <access denied>
        Kernel driver in use: i915
        Kernel modules: i915
    And fullscreen flash video still goes ugly...

  8. #1078
    Join Date
    Apr 2006
    Beans
    4

    Re: HOWTO: Jaunty Intel Graphics Performance Guide

    Quote Originally Posted by psyke83 View Post
    Optimal* Configuration
    • This configuration is identical to "Safe", but includes the 2.6.30 kernel. Using this kernel will improve 3D performance for many users, but you will lose access to restricted kernel drivers. This configuration yields the best results for my system (an 855GM chipset), but of course, your experience may differ.
    A week ago I installed 9.04. I am really enjoying using Ubuntu fulltime on one of my computers. In a way it is freeing not having to rely on Microsoft software.

    I wanted to say Thank You for this article. I followed the Optimal Config, and my major issue was resolved.

    FYI, the major issue was fullscreen video playback of Flash based video. Specifically, Hulu.com. I followed all the steps for Optimal, rebooted after the kernel install, booted into the 2.6.30xxx kernel, ran Hulu.com, fullscreen LOST S01E01 and w00t! No choppy video.

    FYI, 3D performance wasn't my goal as my laptop (Dell Inspiron 6000) isn't that great. Just fullscreen flash video.

    THANKS!!!!!!!

  9. #1079
    Join Date
    Aug 2006
    Location
    Hong Kong or Northern NM
    Beans
    322
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: HOWTO: Jaunty Intel Graphics Performance Guide

    I've just ordered a new laptop with an Intel 4500MHD. Does anyone have any experience with this chipset? I'm curious to know which configuration works best with the 4500MHD.

    thanks.

  10. #1080
    Join Date
    Aug 2006
    Location
    Hong Kong or Northern NM
    Beans
    322
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: HOWTO: Jaunty Intel Graphics Performance Guide

    I've just ordered a new laptop with an Intel 4500MHD. Does anyone have any experience with this chipset? I'm curious to know which configuration works best with the 4500MHD.

    thanks.

Page 108 of 134 FirstFirst ... 85898106107108109110118 ... 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
  •