LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-12-2008, 05:25 PM   #1
taurusx5
Member
 
Registered: Jan 2008
Posts: 424

Rep: Reputation: 30
How Can I Improve Performance Of My Video Card?


Here's output from lspci. I got ubuntu 8.04 and I want to know how I can improve my video card's performance. Please let me know and thanks, guys.

x@xx:~$ lspci
00:00.0 Host bridge: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller (rev 02)
00:00.1 System peripheral: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller (rev 02)
00:00.3 System peripheral: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller (rev 02)
00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)
00:02.1 Display controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 83)
00:1f.0 ISA bridge: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801DBM (ICH4-M) IDE Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller (rev 03)
00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 03)
00:1f.6 Modem: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller (rev 03)
02:07.0 CardBus bridge: Texas Instruments PCIxx21/x515 Cardbus Controller
02:07.2 FireWire (IEEE 1394): Texas Instruments OHCI Compliant IEEE 1394 Host Controller
02:07.3 Mass storage controller: Texas Instruments PCIxx21 Integrated FlashMedia Controller
02:08.0 Ethernet controller: Broadcom Corporation BCM4401 100Base-T (rev 01)
02:09.0 Network controller: Intel Corporation PRO/Wireless 2200BG Network Connection (rev 05)


.
 
Old 09-12-2008, 05:46 PM   #2
darthaxul
Member
 
Registered: Aug 2008
Distribution: Devuan; Gentoo; FreeBSD
Posts: 236

Rep: Reputation: 19
get a real VGA

looks like all u got is an integrated VGA card. disable the integrated one in the bios and buy a real one?
 
Old 09-12-2008, 06:30 PM   #3
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
Quote:
Originally Posted by darthaxul View Post
looks like all u got is an integrated VGA card. disable the integrated one in the bios and buy a real one?
Intel cards are not in par with nVidia or ATi ones, but they offer 3d acceleration, and their drivers are open sourced, unlike these of the other two competitors.

All you need is to setup them, which is a distro dependent thing sometimes. I can't help with intel cards because I never used one, but there's no reason to substitute hardware that is perfectly fine.
 
Old 09-12-2008, 08:02 PM   #4
darthaxul
Member
 
Registered: Aug 2008
Distribution: Devuan; Gentoo; FreeBSD
Posts: 236

Rep: Reputation: 19
If the guy is worried about preformance there is no reason he should be sticking with integrated video. and plus, he could have 128mb ram for all we kno, just add some ram.
 
Old 09-12-2008, 08:07 PM   #5
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
Yes the Intel Drivers are open source.. they are included as part of X in all distros and should be installed automatically.
Code:
p   xserver-xorg-video-intel - X.Org X server -- Intel i8xx, i9xx display driver
If what he has isn't cutting it performance wise, then the only real option is to upgrade to a decent nVidia or ATI card and disable the on-board video.

If all you are doing is offie type applications (word processing, spreadsheet, web browsing) then integrated video is fine. if you are doing any type of 3D gaming then a decent graphics card is a must.

Last edited by farslayer; 09-12-2008 at 08:08 PM.
 
Old 09-12-2008, 11:24 PM   #6
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
Quote:
Originally Posted by farslayer View Post
If what he has isn't cutting it performance wise, then the only real option is to upgrade to a decent nVidia or ATI card and disable the on-board video.
I guess so. However (slight off-topic) there's no need to disable it, you can as well run a dual head setup and use the intel card on a second monitor if you have one. X can use many cards without so much problems and you can run your games on the new card and use your intel card to display another desktop at the same time.
 
Old 09-13-2008, 02:29 AM   #7
taurusx5
Member
 
Registered: Jan 2008
Posts: 424

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by farslayer View Post
Yes the Intel Drivers are open source.. they are included as part of X in all distros and should be installed automatically.
Code:
p   xserver-xorg-video-intel - X.Org X server -- Intel i8xx, i9xx display driver
If what he has isn't cutting it performance wise, then the only real option is to upgrade to a decent nVidia or ATI card and disable the on-board video.

If all you are doing is offie type applications (word processing, spreadsheet, web browsing) then integrated video is fine. if you are doing any type of 3D gaming then a decent graphics card is a must.
Thanks farslayer for the reply, as well as to the other fellas. Farslayer, I am doing basic but important stuff on my computer, mostly, video and word processing. Again, keep in mind that what I'm doing requires precision and detail - this is no joke!

For example, I need to improve video performance for studying video in precise detail. Also, openoffice writer is slow in scrolling. I need to improve my video to accelerate my scrolling on writer. It's very important. I've never had a problem like this under XP. What do you recommend at this point?

.
 
Old 09-13-2008, 04:01 AM   #8
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Are you using compiz?
 
Old 09-13-2008, 04:30 AM   #9
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Use the intel display driver. You say you're using Ubuntu, doesn't it have some type of GUI for doing this ? If not go and edit your '/etc/X11/xorg.conf', and change the driver to 'intel' if it's currently 'vesa'. You'll probably need to make other changes.
 
Old 09-13-2008, 02:49 PM   #10
taurusx5
Member
 
Registered: Jan 2008
Posts: 424

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by H_TeXMeX_H View Post
Use the intel display driver. You say you're using Ubuntu, doesn't it have some type of GUI for doing this ? If not go and edit your '/etc/X11/xorg.conf', and change the driver to 'intel' if it's currently 'vesa'. You'll probably need to make other changes.
Hi, texmex. thanks for replyikng. actually, in my /etc/X11/xorg.conf file, it says 'intel'. do you recommend that i change it to 'vesa' just to experiment?

.
 
Old 09-13-2008, 04:00 PM   #11
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Try running this in a console:
Code:
glxinfo | grep direct
It should say:
Code:
direct rendering: Yes
If you want you can try vesa, but the intel drivers support hardware acceleration unlike vesa.
 
Old 09-13-2008, 06:23 PM   #12
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
Vesa is not going to perform better.

If you have the intel driver working, most likely you have all the acceleration that your card can get. So, indeed, it seems you need a better card.
 
Old 09-13-2008, 08:05 PM   #13
taurusx5
Member
 
Registered: Jan 2008
Posts: 424

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by H_TeXMeX_H View Post
Try running this in a console:
Code:
glxinfo | grep direct
It should say:
Code:
direct rendering: Yes
If you want you can try vesa, but the intel drivers support hardware acceleration unlike vesa.

Hi, texmex. I did what you asked and I got this:

x@xx:~$ glxinfo | grep direct
direct rendering: No (LIBGL_ALWAYS_INDIRECT set)


WHat would be the next steps?

.
 
Old 09-14-2008, 06:56 AM   #14
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Post your /etc/X11/xorg.conf, so we can see if you have the appropriate modules/extension enabled
 
Old 09-14-2008, 12:58 PM   #15
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
From the intel linux graphics install guide..
http://www.intellinuxgraphics.org/install.html
Quote:
5.3 Enable DRI

DRI (Direct Rendering Infrastructure) is a framework for allowing direct access to graphics hardware under the X Window System in a safe and efficient manner. You need enable DRI in xorg.conf.

Firstly, make sure the GLX and DRI modules are being loaded:

Section "Module"

# ...

Load "glx"

Load "dri"

# ...

EndSection

Then, set the permissions for DRI appropriately. To allow anyone to use DRI, do:

Section "DRI"

Mode 0666

EndSection

After restart X server, you can check whether direct rendering is enabled by running glxinfo, the output of glxinfo should show:

direct rendering: Yes
 
  


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
Improving Video Card Performance litlkeck Linux - Hardware 8 05-12-2005 07:00 AM
Optimizing the performance of a Via S3 ProSavage8 Video Card Adrohak Linux - Hardware 0 11-02-2004 06:08 PM
How to Improve performance of PC Imran Aziz Linux - Software 3 06-03-2004 02:10 PM
how to test video card performance mashenka Linux - Hardware 3 12-30-2003 09:12 PM
ways to improve performance flipboi Linux - Newbie 6 10-25-2003 11:22 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:28 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