You are not logged in.

#1 2009-02-15 23:46:23

sp219
Member
Registered: 2009-02-15
Posts: 22

Intel 915 Integrated Graphics - Sluggish behavior in general

I'm running Arch on an old Dell Laptop (Inspiron B130, to be exact)

Includes a 1.5 GHz single-core Celeron, 1 GB RAM, and Intel Integrated 915 graphics.

What would be the recommended configuration for optimal performance? Right now, I'm using the intel driver and the Xfce desktop environment. Some sites in Firefox (such as Facebook) seem to scroll rather slowly.

Is there anything I can do to get things running a little smoother? (Would the i810 driver provide better performance, or anything else for that matter?)

Thanks in advance.

* Edit: glxgears seems to be getting poor FPS:

[sp219@lap ~]$ glxgears
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
2206 frames in 5.0 seconds = 441.136 FPS
2214 frames in 5.0 seconds = 442.613 FPS
2242 frames in 5.0 seconds = 448.335 FPS
2202 frames in 5.0 seconds = 440.333 FPS
[sp219@lap ~]$ glxinfo | grep direct
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
direct rendering: Yes

xorg.conf:

Section "ServerLayout"
    Identifier     "x"
    Screen      0  "Screen0" 0 0
    InputDevice    "Synaptics Touchpad" "AlwaysCore"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/100dpi:unscaled"
    FontPath     "/usr/share/fonts/75dpi:unscaled"
    FontPath     "/usr/share/fonts/TTF"
    FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
    Load  "xtrap"
    Load  "dri"
    Load  "extmod"
    Load  "dbe"
    Load  "glx"
    Load  "freetype"
    Load  "synaptics"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

Section "InputDevice"
  Driver      "synaptics"
  Identifier  "Synaptics Touchpad"
  Option      "Protocol"     "auto-dev"
  Option      "SHMConfig"    "on"
EndSection
Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "AUO"
    ModelName    "2174"
EndSection

Section "Device"
    Identifier  "Card0"
    Driver      "intel"
    VendorName  "Intel Corporation"
    BoardName   "Mobile 915GM/GMS/910GML Express Graphics Controller"
    BusID       "PCI:0:2:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "ServerFlags"
    Option "AutoAddDevices" "False"
EndSection

Any ideas? It almost seems like the window borders "come up" slower than the windows themselves... that doesn't seem right. Stuff in general just seems slow.

Offline

#2 2009-02-16 03:05:45

sp219
Member
Registered: 2009-02-15
Posts: 22

Re: Intel 915 Integrated Graphics - Sluggish behavior in general

Also, I'm only getting ~400 fps with glxgears on arch, whereas ~1000 on an older ubuntu installation on the same machine

Offline

#3 2009-02-16 04:16:59

benob
Member
Registered: 2008-11-11
Posts: 187

Re: Intel 915 Integrated Graphics - Sluggish behavior in general

There are plenty of posts around about that. This is a known problem. Check for GEM, UXA and others. I tried to compile myself the latest drivers and got disappointed by the lack of stability. Gotta wait some more...

Offline

#4 2009-02-16 04:24:44

Ronin-Sage
Member
Registered: 2008-10-24
Posts: 153
Website

Re: Intel 915 Integrated Graphics - Sluggish behavior in general

^benob, what version of xorg-server did you compile(I'm assuming you used the pkgbuilds from the "i965 with kernel..." or some such topic)? I always get an error concerning rrctrc

Offline

#5 2009-02-16 05:12:44

sp219
Member
Registered: 2009-02-15
Posts: 22

Re: Intel 915 Integrated Graphics - Sluggish behavior in general

Bah. Guess I'll have to live with it for now, then? Or are there some other (updated) drivers I can try?

Cheers.

Offline

#6 2009-02-16 05:17:28

Xyne
Administrator/PM
Registered: 2008-08-03
Posts: 6,963
Website

Re: Intel 915 Integrated Graphics - Sluggish behavior in general

http://bbs.archlinux.org/viewtopic.php?id=65460
Seriously, posting identical threads in two different areas is pointless. Not only do you litter the forum, you also split up replies which means that anyone looking for a solution to the same problem will have less of a chance of finding it quickly.

Last edited by Xyne (2009-02-16 05:26:23)


My Arch Linux StuffForum EtiquetteCommunity Ethos - Arch is not for everyone

Offline

#7 2009-02-16 06:22:04

sp219
Member
Registered: 2009-02-15
Posts: 22

Re: Intel 915 Integrated Graphics - Sluggish behavior in general

Xyne wrote:

http://bbs.archlinux.org/viewtopic.php?id=65460
Seriously, posting identical threads in two different areas is pointless. Not only do you litter the forum, you also split up replies which means that anyone looking for a solution to the same problem will have less of a chance of finding it quickly.

Yeah, sorry about that. Was going to ask a mod or admin to have the thread you mentioned moved here, because it seemed like a more fitting section. Oops.

Offline

Board footer

Powered by FluxBB