LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 10-06-2010, 02:57 PM   #1
codeman1234
Member
 
Registered: Jul 2009
Posts: 206

Rep: Reputation: 27
Problem with Intel Display Driver


Hello,

I have Ubuntu 10.10 maverick and I am having problems with my video card, drivers are installed and everything but, when I put glxgears the FPS is very small as you can see:

alpha@alpha-laptop:~$ glxgears
Running synchronized to the vertical refresh. The framerate should be
approximately the same as the monitor refresh rate.
185 frames in 5.0 seconds = 36.945 FPS
136 frames in 5.0 seconds = 27.199 FPS
134 frames in 5.0 seconds = 26.762 FPS
148 frames in 5.0 seconds = 29.561 FPS
251 frames in 5.0 seconds = 50.094 FPS
275 frames in 5.0 seconds = 54.973 FPS
160 frames in 5.0 seconds = 31.961 FPS
113 frames in 5.0 seconds = 22.569 FPS
117 frames in 5.0 seconds = 23.341 FPS



my video card is the following:

alpha@alpha-laptop:~$ lspci -v -k | grep Display
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)


and drivers are suppously installed:

alpha@alpha-laptop:~$ glxinfo | grep render
direct rendering: Yes
OpenGL renderer string: Mesa DRI Intel(R) 945GM GEM 20100330 DEVELOPMENT x86/MMX/SSE2


and here is my xorg.conf

Code:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

# commented out by update-manager, HAL is now used and auto-detects devices
# Keyboard settings are now read from /etc/default/console-setup
#Section "InputDevice"
#    Identifier    "Generic Keyboard"
#    Driver        "kbd"
#    Option        "XkbRules"    "xorg"
#    Option        "XkbModel"    "pc105"
#    Option        "XkbLayout"    "es"
#EndSection

# commented out by update-manager, HAL is now used and auto-detects devices
# Keyboard settings are now read from /etc/default/console-setup
#Section "InputDevice"
#    Identifier    "Configured Mouse"
#    Driver        "mouse"
#    Option        "CorePointer"
#EndSection

# commented out by update-manager, HAL is now used and auto-detects devices
# Keyboard settings are now read from /etc/default/console-setup
#Section "InputDevice"
#    Identifier    "Synaptics Touchpad"
#    Driver        "synaptics"
#    Option        "SendCoreEvents"    "true"
#    Option        "Device"        "/dev/psaux"
#    Option        "Protocol"        "auto-dev"
#    Option        "HorizEdgeScroll"    "0"
#EndSection

Section "Device"
    Identifier     "Configured Video Device"
    Driver         "intel"
    Option         "AccelMethod" "UXA"
    VideoRam 261376
EndSection

Section "Monitor"
    Identifier    "Configured Monitor"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Monitor        "Configured Monitor"
    Device        "Configured Video Device"
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen"
# commented out by update-manager, HAL is now used and auto-detects devices
# Keyboard settings are now read from /etc/default/console-setup
#    InputDevice    "Synaptics Touchpad"
EndSection
So, how can I fix this?

Regards
 
Old 10-07-2010, 07:52 AM   #2
Joe of Loath
Member
 
Registered: Dec 2009
Location: Bristol, UK
Distribution: Ubuntu, Debian, Arch.
Posts: 152

Rep: Reputation: 28
That's the best performance you'll get with that card. The 945GM isn't the best integrated chip, and I would imagien glxgears needs a reasonable amount of grunt.
 
Old 10-07-2010, 11:06 AM   #3
codeman1234
Member
 
Registered: Jul 2009
Posts: 206

Original Poster
Rep: Reputation: 27
Quote:
Originally Posted by Joe of Loath View Post
That's the best performance you'll get with that card. The 945GM isn't the best integrated chip, and I would imagien glxgears needs a reasonable amount of grunt.
Are you sure about that because I had Debian before and I think I had a better perfomance thank this one.

Regards
 
Old 10-08-2010, 05:56 AM   #4
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
glxgears framerate is meaningless. Test a real 3D application.

Adam
 
Old 10-08-2010, 07:22 AM   #5
codeman1234
Member
 
Registered: Jul 2009
Posts: 206

Original Poster
Rep: Reputation: 27
Quote:
Originally Posted by adamk75 View Post
glxgears framerate is meaningless. Test a real 3D application.

Adam
Hey Adam,

how can I test it?

cheers!!
 
Old 10-08-2010, 07:33 AM   #6
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
http://dri.freedesktop.org/wiki/Benchmarking
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
intel display and wireless driver for debian lenny peeths003 Linux - Software 17 11-17-2009 05:20 AM
display driver for Intel G31 for RH9 hexapath Linux - Newbie 3 01-03-2009 04:27 PM
ALSA driver problem: Intel HDA card driver Digital Watches Linux - Hardware 8 04-11-2008 07:02 AM
Intel 915 display driver, using backtrack 2??? JCasper Linux - Hardware 1 03-26-2007 11:22 PM
Suse 10.1 and Intel Display driver hyapadi SUSE / openSUSE 1 05-26-2006 09:14 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 03:55 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration