You are not logged in.
Ok so back in January 2009 when I first got my Eeepc and installed arch with 2.6.28, I could actually play touhou 7. I cannot remember exactly but I believe that glxgears would give me around 800fps. Subsequent kernels and intel driver upgrades later and gettinig 250fps.
That was until 2.6.34.
Now glxgears is giving me 20 fps. This is just wrong!
Am I missing something here? I know that the intel drivers are somewhere between slow and sluggish but 800fps is pretty slow compared to my desktop box that gets 15000fps
here is my xorg.conf
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0"
EndSection
Section "ServerFlags"
Option "DontZap" "false"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/local"
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 "drm"
Load "dri"
Load "glx"
Load "extmod"
Load "record"
Load "dbe"
Load "dri2"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
Identifier "IntelCard"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Mobile 945GME Express Integrated Graphics Controller"
BusID "PCI:0:2:0"
Option "AccelMethod" "UXA"
#Option "AccelMethod" "exa"
#Option "AccelMethod" "XAA"
#Option "XAANoOffScreenPixmaps" "true"
#Option "MigrationHeuristic" "greedy"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "ASUS"
ModelName "eeePC 1000ha"
Modeline "1024x600" 48.86 1024 1064 1168 1312 600 601 604 622 -Hsync +Vsync
EndSection
Section "Screen"
Identifier "Screen0"
Device "IntelCard"
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
$ glxinfo | grep -i opengl
OpenGL vendor string: Tungsten Graphics, Inc
OpenGL renderer string: Mesa DRI Intel(R) 945GME GEM 20100328 2010Q1 x86/MMX/SSE2
OpenGL version string: 1.4 Mesa 7.8.1
OpenGL extensions:
Offline
1. Try not using an xorg.conf (that means: create a backup and delete this one)
2. Please, post your /var/log/Xorg.0.log here
Offline
1. Removing xorg.conf had no effect
2. Here is the log (withou an xorg.conf)
[ 64.959]
X.Org X Server 1.8.1
Release Date: 2010-05-11
[ 64.960] X Protocol Version 11, Revision 0
[ 64.960] Build Operating System: Linux 2.6.33-ARCH i686
[ 64.960] Current Operating System: Linux C-o-r-Eee 2.6.34-ARCH #1 SMP PREEMPT Sat Jun 19 13:06:16 CEST 2010 i686
[ 64.960] Kernel command line: root=/dev/disk/by-uuid/fd22fddd-a3eb-46a7-970a-6789026a4320 ro i915.modeset=1
[ 64.961] Build Date: 26 May 2010 07:44:31PM
[ 64.961]
[ 64.971] Current version of pixman: 0.18.2
[ 64.972] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 64.972] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 64.973] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jun 20 21:18:51 2010
[ 65.000] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 65.040] (==) No Layout section. Using the first Screen section.
[ 65.040] (==) No screen section available. Using defaults.
[ 65.040] (**) |-->Screen "Default Screen Section" (0)
[ 65.041] (**) | |-->Monitor "<default monitor>"
[ 65.041] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 65.041] (==) Automatically adding devices
[ 65.041] (==) Automatically enabling devices
[ 65.112] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 65.112] Entry deleted from font path.
[ 65.159] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/
[ 65.159] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 65.160] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 65.160] (II) Loader magic: 0x81e8ba0
[ 65.160] (II) Module ABI versions:
[ 65.160] X.Org ANSI C Emulation: 0.4
[ 65.160] X.Org Video Driver: 7.0
[ 65.160] X.Org XInput driver : 9.0
[ 65.160] X.Org Server Extension : 3.0
[ 65.187] (--) PCI:*(0:0:2:0) 8086:27ae:1043:8340 Intel Corporation Mobile 945GME Express Integrated Graphics Controller rev 3, Mem @ 0xf7f00000/524288, 0xd0000000/268435456, 0xf7ec0000/262144, I/O @ 0x0000dc00/8
[ 65.187] (--) PCI: (0:0:2:1) 8086:27a6:1043:8340 Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xf7f80000/524288
[ 65.188] (II) Open ACPI successful (/var/run/acpid.socket)
[ 65.188] (II) LoadModule: "extmod"
[ 65.238] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 65.254] (II) Module extmod: vendor="X.Org Foundation"
[ 65.254] compiled for 1.8.1, module version = 1.0.0
[ 65.254] Module class: X.Org Server Extension
[ 65.254] ABI class: X.Org Server Extension, version 3.0
[ 65.255] (II) Loading extension MIT-SCREEN-SAVER
[ 65.255] (II) Loading extension XFree86-VidModeExtension
[ 65.255] (II) Loading extension XFree86-DGA
[ 65.255] (II) Loading extension DPMS
[ 65.255] (II) Loading extension XVideo
[ 65.255] (II) Loading extension XVideo-MotionCompensation
[ 65.255] (II) Loading extension X-Resource
[ 65.255] (II) LoadModule: "dbe"
[ 65.273] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 65.277] (II) Module dbe: vendor="X.Org Foundation"
[ 65.277] compiled for 1.8.1, module version = 1.0.0
[ 65.277] Module class: X.Org Server Extension
[ 65.277] ABI class: X.Org Server Extension, version 3.0
[ 65.277] (II) Loading extension DOUBLE-BUFFER
[ 65.277] (II) LoadModule: "glx"
[ 65.278] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 65.286] (II) Module glx: vendor="X.Org Foundation"
[ 65.286] compiled for 1.8.1, module version = 1.0.0
[ 65.286] ABI class: X.Org Server Extension, version 3.0
[ 65.288] (==) AIGLX enabled
[ 65.288] (II) Loading extension GLX
[ 65.288] (II) LoadModule: "record"
[ 65.289] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 65.290] (II) Module record: vendor="X.Org Foundation"
[ 65.290] compiled for 1.8.1, module version = 1.13.0
[ 65.291] Module class: X.Org Server Extension
[ 65.291] ABI class: X.Org Server Extension, version 3.0
[ 65.291] (II) Loading extension RECORD
[ 65.291] (II) LoadModule: "dri"
[ 65.291] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 65.325] (II) Module dri: vendor="X.Org Foundation"
[ 65.325] compiled for 1.8.1, module version = 1.0.0
[ 65.325] ABI class: X.Org Server Extension, version 3.0
[ 65.325] (II) Loading extension XFree86-DRI
[ 65.325] (II) LoadModule: "dri2"
[ 65.326] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 65.327] (II) Module dri2: vendor="X.Org Foundation"
[ 65.327] compiled for 1.8.1, module version = 1.2.0
[ 65.327] ABI class: X.Org Server Extension, version 3.0
[ 65.327] (II) Loading extension DRI2
[ 65.327] (==) Matched intel as autoconfigured driver 0
[ 65.328] (==) Matched vesa as autoconfigured driver 1
[ 65.328] (==) Matched fbdev as autoconfigured driver 2
[ 65.328] (==) Assigned the driver to the xf86ConfigLayout
[ 65.328] (II) LoadModule: "intel"
[ 65.335] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 65.357] (II) Module intel: vendor="X.Org Foundation"
[ 65.357] compiled for 1.8.1, module version = 2.11.0
[ 65.357] Module class: X.Org Video Driver
[ 65.357] ABI class: X.Org Video Driver, version 7.0
[ 65.357] (II) LoadModule: "vesa"
[ 65.359] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 65.361] (II) Module vesa: vendor="X.Org Foundation"
[ 65.361] compiled for 1.8.0, module version = 2.3.0
[ 65.361] Module class: X.Org Video Driver
[ 65.361] ABI class: X.Org Video Driver, version 7.0
[ 65.361] (II) LoadModule: "fbdev"
[ 65.363] (WW) Warning, couldn't open module fbdev
[ 65.363] (II) UnloadModule: "fbdev"
[ 65.363] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 65.363] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
4 Series, G45/G43, Q45/Q43, G41, B43, Clarkdale, Arrandale
[ 65.364] (II) VESA: driver for VESA chipsets: vesa
[ 65.364] (--) using VT number 7
[ 65.372] (II) Primary Device is: PCI 00@00:02:0
[ 65.372] (WW) Falling back to old probe method for vesa
[ 65.375] drmOpenDevice: node name is /dev/dri/card0
[ 65.375] drmOpenDevice: open result is 9, (OK)
[ 65.400] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[ 65.400] drmOpenDevice: node name is /dev/dri/card0
[ 65.400] drmOpenDevice: open result is 9, (OK)
[ 65.400] drmOpenByBusid: drmOpenMinor returns 9
[ 65.400] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 65.400] (II) intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 65.400] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 65.400] (==) intel(0): RGB weight 888
[ 65.400] (==) intel(0): Default visual is TrueColor
[ 65.401] (II) intel(0): Integrated Graphics Chipset: Intel(R) 945GME
[ 65.401] (--) intel(0): Chipset: "945GME"
[ 65.401] (==) intel(0): video overlay key set to 0x101fe
[ 65.426] (II) intel(0): Output VGA1 has no monitor section
[ 65.529] (II) intel(0): Output LVDS1 has no monitor section
[ 65.529] (II) intel(0): found backlight control interface /sys/class/backlight/eeepc
[ 65.556] (II) intel(0): EDID for output VGA1
[ 65.659] (II) intel(0): EDID for output LVDS1
[ 65.659] (II) intel(0): Manufacturer: HSD Model: 3e9 Serial#: 92370
[ 65.659] (II) intel(0): Year: 2008 Week: 46
[ 65.659] (II) intel(0): EDID Version: 1.3
[ 65.660] (II) intel(0): Digital Display Input
[ 65.660] (II) intel(0): Max Image Size [cm]: horiz.: 22 vert.: 13
[ 65.660] (II) intel(0): Gamma: 2.20
[ 65.660] (II) intel(0): No DPMS capabilities specified
[ 65.660] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 65.660] (II) intel(0): First detailed timing is preferred mode
[ 65.660] (II) intel(0): redX: 0.580 redY: 0.340 greenX: 0.317 greenY: 0.564
[ 65.660] (II) intel(0): blueX: 0.152 blueY: 0.131 whiteX: 0.310 whiteY: 0.330
[ 65.660] (II) intel(0): Manufacturer's mask: 0
[ 65.660] (II) intel(0): Supported detailed timing:
[ 65.660] (II) intel(0): clock: 45.0 MHz Image Size: 220 x 129 mm
[ 65.660] (II) intel(0): h_active: 1024 h_sync: 1077 h_sync_end 1112 h_blank_end 1200 h_border: 0
[ 65.660] (II) intel(0): v_active: 600 v_sync: 604 v_sync_end 609 v_blanking: 625 v_border: 0
[ 65.660] (II) intel(0): Supported detailed timing:
[ 65.660] (II) intel(0): clock: 51.4 MHz Image Size: 220 x 129 mm
[ 65.660] (II) intel(0): h_active: 1024 h_sync: 1117 h_sync_end 1152 h_blank_end 1240 h_border: 0
[ 65.660] (II) intel(0): v_active: 600 v_sync: 617 v_sync_end 622 v_blanking: 638 v_border: 0
[ 65.661] (II) intel(0):
[ 65.661] (II) intel(0):
[ 65.661] (II) intel(0): EDID (in hex):
[ 65.661] (II) intel(0): 00ffffffffffff002264e903d2680100
[ 65.661] (II) intel(0): 2e12010380160d780a86269457519027
[ 65.661] (II) intel(0): 214f5400000001010101010101010101
[ 65.661] (II) intel(0): 010101010101941100b0405819203523
[ 65.661] (II) intel(0): 4500dc8100000019161400d840582620
[ 65.661] (II) intel(0): 5d231504dc8100000000000000fe0000
[ 65.661] (II) intel(0): 000000000000000000000000000000fe
[ 65.661] (II) intel(0): 00000000000000000001000000000071
[ 65.661] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[ 65.661] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 65.661] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 65.661] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[ 65.662] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[ 65.662] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[ 65.662] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[ 65.662] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[ 65.662] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[ 65.662] (II) intel(0): Printing probed modes for output LVDS1
[ 65.662] (II) intel(0): Modeline "1024x600"x60.0 45.00 1024 1077 1112 1200 600 604 609 625 -hsync -vsync (37.5 kHz)
[ 65.662] (II) intel(0): Modeline "1024x600"x65.0 51.42 1024 1117 1152 1240 600 601 606 638 -hsync -vsync (41.5 kHz)
[ 65.662] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 65.662] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 65.662] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 65.662] (II) intel(0): Output VGA1 disconnected
[ 65.662] (II) intel(0): Output LVDS1 connected
[ 65.662] (II) intel(0): Using exact sizes for initial modes
[ 65.662] (II) intel(0): Output LVDS1 using initial mode 1024x600
[ 65.662] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 65.662] (II) intel(0): Pageflipping enabled in kernel, but disabled in X
[ 65.662] (II) intel(0): Don't panic: https://bugzilla.redhat.com/588421
[ 65.662] (==) intel(0): DPI set to (96, 96)
[ 65.662] (II) Loading sub module "fb"
[ 65.662] (II) LoadModule: "fb"
[ 65.663] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 65.676] (II) Module fb: vendor="X.Org Foundation"
[ 65.677] compiled for 1.8.1, module version = 1.0.0
[ 65.677] ABI class: X.Org ANSI C Emulation, version 0.4
[ 65.677] (II) UnloadModule: "vesa"
[ 65.677] (II) Unloading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 65.677] (==) Depth 24 pixmap format is 32 bpp
[ 65.677] (II) intel(0): [DRI2] Setup complete
[ 65.677] (II) intel(0): [DRI2] DRI driver: i915
[ 65.677] (**) intel(0): Tiling enabled
[ 65.677] (**) intel(0): SwapBuffers wait enabled
[ 65.677] (==) intel(0): VideoRam: 262144 KB
[ 65.677] (II) intel(0): Attempting memory allocation with tiled buffers.
[ 65.677] (II) intel(0): Tiled allocation successful.
[ 65.693] (II) UXA(0): Driver registered support for the following operations:
[ 65.693] (II) solid
[ 65.693] (II) copy
[ 65.693] (II) composite (RENDER acceleration)
[ 65.693] (II) put_image
[ 65.705] (==) intel(0): Backing store disabled
[ 65.705] (==) intel(0): Silken mouse enabled
[ 65.706] (II) intel(0): Initializing HW Cursor
[ 65.737] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 65.743] (==) intel(0): DPMS enabled
[ 65.743] (==) intel(0): Intel XvMC decoder disabled
[ 65.743] (II) intel(0): Set up textured video
[ 65.743] (II) intel(0): Set up overlay video
[ 65.743] (II) intel(0): direct rendering: DRI2 Enabled
[ 65.743] (--) RandR disabled
[ 65.743] (II) Initializing built-in extension Generic Event Extension
[ 65.743] (II) Initializing built-in extension SHAPE
[ 65.743] (II) Initializing built-in extension MIT-SHM
[ 65.743] (II) Initializing built-in extension XInputExtension
[ 65.743] (II) Initializing built-in extension XTEST
[ 65.743] (II) Initializing built-in extension BIG-REQUESTS
[ 65.743] (II) Initializing built-in extension SYNC
[ 65.743] (II) Initializing built-in extension XKEYBOARD
[ 65.743] (II) Initializing built-in extension XC-MISC
[ 65.743] (II) Initializing built-in extension SECURITY
[ 65.744] (II) Initializing built-in extension XINERAMA
[ 65.744] (II) Initializing built-in extension XFIXES
[ 65.744] (II) Initializing built-in extension RENDER
[ 65.744] (II) Initializing built-in extension RANDR
[ 65.744] (II) Initializing built-in extension COMPOSITE
[ 65.744] (II) Initializing built-in extension DAMAGE
[ 65.834] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 65.835] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 65.835] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 65.835] (II) AIGLX: enabled GLX_SGI_make_current_read
[ 65.835] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 65.835] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i915_dri.so
[ 65.835] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 65.836] (II) intel(0): Setting screen physical size to 270 x 158
[ 66.649] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[ 66.649] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 66.649] (II) LoadModule: "evdev"
[ 66.650] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 66.663] (II) Module evdev: vendor="X.Org Foundation"
[ 66.663] compiled for 1.8.0, module version = 2.4.0
[ 66.663] Module class: X.Org XInput Driver
[ 66.663] ABI class: X.Org XInput driver, version 9.0
[ 66.663] (**) Power Button: always reports core events
[ 66.663] (**) Power Button: Device: "/dev/input/event5"
[ 66.670] (II) Power Button: Found keys
[ 66.670] (II) Power Button: Configuring as keyboard
[ 66.670] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 66.670] (**) Option "xkb_rules" "evdev"
[ 66.670] (**) Option "xkb_model" "evdev"
[ 66.670] (**) Option "xkb_layout" "us"
[ 66.772] (II) config/udev: Adding input device Video Bus (/dev/input/event1)
[ 66.772] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 66.772] (**) Video Bus: always reports core events
[ 66.772] (**) Video Bus: Device: "/dev/input/event1"
[ 66.780] (II) Video Bus: Found keys
[ 66.780] (II) Video Bus: Configuring as keyboard
[ 66.780] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[ 66.780] (**) Option "xkb_rules" "evdev"
[ 66.780] (**) Option "xkb_model" "evdev"
[ 66.780] (**) Option "xkb_layout" "us"
[ 66.784] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[ 66.784] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 66.784] (**) Power Button: always reports core events
[ 66.784] (**) Power Button: Device: "/dev/input/event4"
[ 66.793] (II) Power Button: Found keys
[ 66.793] (II) Power Button: Configuring as keyboard
[ 66.793] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 66.793] (**) Option "xkb_rules" "evdev"
[ 66.793] (**) Option "xkb_model" "evdev"
[ 66.793] (**) Option "xkb_layout" "us"
[ 66.795] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[ 66.795] (II) No input driver/identifier specified (ignoring)
[ 66.795] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[ 66.795] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 66.795] (**) Sleep Button: always reports core events
[ 66.795] (**) Sleep Button: Device: "/dev/input/event3"
[ 66.803] (II) Sleep Button: Found keys
[ 66.803] (II) Sleep Button: Configuring as keyboard
[ 66.803] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[ 66.803] (**) Option "xkb_rules" "evdev"
[ 66.803] (**) Option "xkb_model" "evdev"
[ 66.803] (**) Option "xkb_layout" "us"
[ 66.806] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
[ 66.806] (II) No input driver/identifier specified (ignoring)
[ 66.812] (II) config/udev: Adding input device CNF7129 (/dev/input/event7)
[ 66.812] (**) CNF7129: Applying InputClass "evdev keyboard catchall"
[ 66.812] (**) CNF7129: always reports core events
[ 66.812] (**) CNF7129: Device: "/dev/input/event7"
[ 66.823] (II) CNF7129: Found keys
[ 66.823] (II) CNF7129: Configuring as keyboard
[ 66.823] (II) XINPUT: Adding extended input device "CNF7129" (type: KEYBOARD)
[ 66.823] (**) Option "xkb_rules" "evdev"
[ 66.823] (**) Option "xkb_model" "evdev"
[ 66.823] (**) Option "xkb_layout" "us"
[ 66.830] (II) config/udev: Adding input device Asus EeePC extra buttons (/dev/input/event8)
[ 66.830] (**) Asus EeePC extra buttons: Applying InputClass "evdev keyboard catchall"
[ 66.830] (**) Asus EeePC extra buttons: always reports core events
[ 66.830] (**) Asus EeePC extra buttons: Device: "/dev/input/event8"
[ 66.840] (II) Asus EeePC extra buttons: Found keys
[ 66.840] (II) Asus EeePC extra buttons: Configuring as keyboard
[ 66.840] (II) XINPUT: Adding extended input device "Asus EeePC extra buttons" (type: KEYBOARD)
[ 66.840] (**) Option "xkb_rules" "evdev"
[ 66.840] (**) Option "xkb_model" "evdev"
[ 66.840] (**) Option "xkb_layout" "us"
[ 66.841] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 66.842] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 66.842] (**) AT Translated Set 2 keyboard: always reports core events
[ 66.842] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 66.856] (II) AT Translated Set 2 keyboard: Found keys
[ 66.857] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[ 66.857] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[ 66.857] (**) Option "xkb_rules" "evdev"
[ 66.857] (**) Option "xkb_model" "evdev"
[ 66.857] (**) Option "xkb_layout" "us"
[ 66.858] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event10)
[ 66.858] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
[ 66.858] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
[ 66.858] (II) LoadModule: "synaptics"
[ 66.858] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 66.861] (II) Module synaptics: vendor="X.Org Foundation"
[ 66.861] compiled for 1.8.0.902, module version = 1.2.2
[ 66.861] Module class: X.Org XInput Driver
[ 66.861] ABI class: X.Org XInput driver, version 9.0
[ 66.861] (II) Synaptics touchpad driver version 1.2.2
[ 66.861] (**) Option "Device" "/dev/input/event10"
[ 66.900] (II) ETPS/2 Elantech Touchpad: x-axis range 8 - 1144
[ 66.900] (II) ETPS/2 Elantech Touchpad: y-axis range 8 - 760
[ 66.900] (II) ETPS/2 Elantech Touchpad: device does not report pressure, will use touch data.
[ 66.900] (II) ETPS/2 Elantech Touchpad: finger width range 0 - 0
[ 66.900] (II) ETPS/2 Elantech Touchpad: buttons: left right double triple
[ 66.900] (**) Option "TapButton1" "1"
[ 66.900] (**) Option "TapButton2" "2"
[ 66.900] (**) Option "TapButton3" "3"
[ 66.930] (--) ETPS/2 Elantech Touchpad: touchpad found
[ 66.930] (**) ETPS/2 Elantech Touchpad: always reports core events
[ 66.943] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD)
[ 66.943] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
[ 66.943] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 0
[ 66.944] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[ 66.944] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[ 66.970] (--) ETPS/2 Elantech Touchpad: touchpad found
[ 66.970] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
[ 66.970] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
[ 66.971] (II) Synaptics touchpad driver version 1.2.2
[ 67.470] ETPS/2 Elantech Touchpad no synaptics event device found
[ 67.470] (**) Option "Device" "/dev/input/mouse0"
[ 67.483] (**) Option "TapButton1" "1"
[ 67.483] (**) Option "TapButton2" "2"
[ 67.483] (**) Option "TapButton3" "3"
[ 67.504] Query no Synaptics: 6003C8
[ 67.504] (--) ETPS/2 Elantech Touchpad: no supported touchpad found
[ 67.504] (EE) ETPS/2 Elantech Touchpad Unable to query/initialize Synaptics hardware.
[ 67.543] (EE) PreInit failed for input device "ETPS/2 Elantech Touchpad"
[ 67.543] (II) UnloadModule: "synaptics"
[ 67.544] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[ 67.544] (II) No input driver/identifier specified (ignoring)
Offline
Keeping in mind that http://isglxgearsabenchmark.com/ I am experiencing the same issue on i915GM with the new kernel and Xorg stack.
Xorg.0.log -> http://pastebin.ca/1887705
glxinfo -> http://pastebin.ca/1887707
Strangely enough it all looks fine. Direct rendering is on, DRI2/UXA/GLX seems okay, the only thing that draws attention is
[ 24.452] (II) intel(0): Pageflipping enabled in kernel, but disabled in X
I have no idea if it's relevant though.
World of Goo seemed to play rather smoothly, I will try a 3D game of some kind and report back.
Last edited by fijam (2010-06-21 13:42:51)
Offline
Yup, 26-32 fps in extremetuxracer at 800x600. Something is amiss.
Offline
[ 24.452] (II) intel(0): Pageflipping enabled in kernel, but disabled in X
I have no idea if it's relevant though.
This is due to a patch applied by the Arch version of the intel drivers. Without it, many systems were unstable (like mine).
I've been dealing with this problem for some time now, without any success. I have to disable pageflipping in order to have a stable system.
It should affect the performance, don't know if that much though.
My blog: blog.marcdeop.com
Jabber ID: damnshock@jabber.org
Offline
Just updated to xorg-server 1.8.1.902-1 and after a reboot (restarting X was not enough?) glxgears is vsynced and etracer performance is back to what it was before 2.6.34/1.8 (it still sucks though )
edit: One reboot later and performance is just as bad as it was before - 20fps in glxgears. I have not changed anything xorg-related, this appears to be quite random. Will look into that again later.
Last edited by fijam (2010-06-21 14:55:41)
Offline
Same problem here neither remove xorg.conf or update to latest xorg (1.8.1.902) didn't solve the problem
glxgears gives me 25-30fps in small window but when I maximalize it, it gives me 55-60fps.
Last edited by Woofie (2010-06-21 15:36:24)
Sorry for my english. It's not my native language..
Offline
I have the same problem with 945GM. The performance is horrible even just using compiz.
As a further annoyance, the screen sometimes doesn't get updated. Fx. when using the terminal, the output from a function isn't always printet before I do an extra 'enter' command.
Offline
Hate to add to the list of complaints here but yeah same issues here as well tried changing some settings in picard, the application didnt even update....and wow typing this out in chromium its lagging pretty noticeably and sometimes when I switch to a diff tab chromium doesn't even update the screen
also ran glxgears, 59fps :S
[pat@patslaptop ~]$ glxinfo | grep render
direct rendering: Yes
OpenGL renderer string: Mesa DRI Mobile Intel® GM45 Express Chipset GEM 20100328 2010Q1 x86/MMX/SSE2
Last edited by whaevr (2010-06-21 21:58:24)
Offline
Same problem with performance here on Dell with intel x3100...
I do not speak English, but I understand...
Offline
just grabbed the latest set of package upgrades
xorg-server 1.8.1.902-1
intel-dri 7.8.2-1
libgl 7.8.2-1
mesa 7.8.2-1
performance got better.... kindof.
glxgears is now giving me an average of 40fps in standard window, 60fps in fullscreen.
I know glxgears is a rough diagnostic but i dont have any other data points to compare with other than my memory of getting around 800fps around Jan 2009
Offline
Im having the same problems, just updated, now parts of the screen dont even update anymore, makes browsing really difficult as well as just generally using compiz, did not have these issues before
Offline
Having the exact same issue as whaevr and Sharpee. Switched to indirect rendering. The lags and redrawing problems are gone.
The compiz benchmark tells me around 30 fps. With direct rendering the performance is only slightly better (around 1-5 fps). Before the update to xorg 1.8 it was 60fps (vsync capped).
Offline
Yeah same problem. KWin is unusable with compositing enabled and disables itself due to being too slow.
I also just had a graphics freeze, with the following in dmesg:
[drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung
render error detected, EIR: 0x00000000
This is not good, my system has suddenly become very unstable due to a standard upgrade :-(
"Cared thou not, thou would have abstained." - Xyne
Offline
Im having problems whit intel too, don't remeber the model but ist some veeeeery old from year sausage and war.
I get something like Failed to submit bathc buffer. and then the xorg wont work anymore, mouse moves but nothing else even restarting doesent help.
and there is some kind of kernel panic thingie too in dmesg
Offline
Here's an update. I just built and installed xf86-video-intel-git and intel-dri-git from the AUR. They pulled in a few more -git packages too, such as mesa-git and libgl-git.
My 3D graphics and compositing is now back up to full speed. In fact, it feels (so far) a little faster. I guess whatever it was was fixed already in mesa, libgl, the intel driver, or somesuch, but it's not made it into the stable version yet. If anyone knows what this is, it would be good to get this into [extra] as soon as possible, since it's broken without the fix.
Cheers.
"Cared thou not, thou would have abstained." - Xyne
Offline
A further update. Although it seems to have fixed the slowness with compositing and 3d in general, I'm still getting the occasional GPU lock up. Sometimes this is accompanied by the message above, in which case a reboot is required. Sometimes there's no message, and I can just restart the X server. But in all cases, the mouse cursor keeps moving (and indeed interacting with windows, even though the effects of this are not visible), but the screen doesn't update.
This may be two separate bugs then, I guess.
Either way, it's going to cause people a lot of headache when they upgrade, I'd imagine.
"Cared thou not, thou would have abstained." - Xyne
Offline
Same problem here with intel 945GM.
Offline
I'm experiencing the same thing with my 915GM equipped eeePC 1000hd. More details can be found in my original post in the xorg 1.8 thread:
Offline
I fixed this by downgrading xf86-video-intel, libgl, intel-dri, mesa, and xorg-server. I'll attach my pacman.log with the relevant information for anything I might have forgotten.
[2010-06-22 13:08] upgraded xf86-video-intel (2.11.0-2 -> 2.10.0-1)
[2010-06-22 13:10] upgraded libgl (7.8.2-1 -> 7.7.1-1)
[2010-06-22 13:10] upgraded intel-dri (7.8.2-1 -> 7.7.1-1)
[2010-06-22 13:11] upgraded dri2proto (2.3-1 -> 2.1-2)
[2010-06-22 13:11] upgraded mesa (7.8.2-1 -> 7.7.1-1)
[2010-06-22 13:15] removed xorg-server (1.8.1.902-1)
[2010-06-22 13:17] removed xf86-video-vesa (2.3.0-2)
[2010-06-22 13:17] removed xf86-input-mouse (1.5.0-2)
[2010-06-22 13:17] removed xf86-input-keyboard (1.4.0-2)
[2010-06-22 13:17] removed xf86-input-evdev (2.4.0-1)
[2010-06-22 13:18] installed xf86-input-evdev (2.3.2-1)
[2010-06-22 13:18]
[2010-06-22 13:18] Input device handling has changed since xorg-server 1.5.
[2010-06-22 13:18] Please read http://wiki.archlinux.org/index.php/Xorg_input_hotplugging.
[2010-06-22 13:18]
[2010-06-22 13:18] installed xorg-server (1.7.6-3)
[2010-06-22 13:19] installed xf86-input-keyboard (1.4.0-1)
[2010-06-22 13:19] installed xf86-input-mouse (1.5.0-1)
[2010-06-22 13:20] installed xf86-video-vesa (2.3.0-1)
[2010-06-22 13:20] upgraded xorg-server (1.7.6-3 -> 1.7.6-3)
[2010-06-22 13:24] upgraded xf86-input-synaptics (1.2.2-2 -> 1.2.1-1)
Offline
same issue here, with a p4ge-mx board and the intel on board video. The screen freezes but the mouse keep moving...
I serched the web and seems to be an intel bug in xf86-video-inbtel driver.., give me the old intel legacy!!
http://bbs.archlinux.org/viewtopic.php?id=99566
(my post)
Offline
I don't know about the screen lock.
So far, so good, it's been a good 5 minutes since I pacman -Syu.
The only thing I know is that I got a 400 FPS drop in glxgears (even though it's not a benchmark)
Mobo is a intel d945gclf with an ICH7 bridge ; intel GMA 945.
Keep on the good work, I know that for every FPS lost, theres two that will be recovered in the next release of the driver
Offline
More updates: I've now observed a third type of lock-up. This is a hard lock up where the mouse cursor stops moving too, and the whole machine is frozen. I can't move to other VTs, or restart other than by turning off the power. So far it's happened three times, separated by about two-three hours of work.
"Cared thou not, thou would have abstained." - Xyne
Offline
I come from arch italian forum and probably my english is just a mess.
I had open a bug report to freedesktop bugzilla. Feel free to comment the report.
Offline