LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 03-06-2007, 07:08 PM   #1
AVD_ZM
Member
 
Registered: Oct 2004
Location: HELLAS aka Greece
Distribution: K/Ubuntu Knoppel
Posts: 114

Rep: Reputation: 15
how to make 915gm perform better?


hey all,

i installed kubuntu,
and it's still fresh.

I notice that the graphics isn't performing as well as it did on windows.
the resolution is fine.

so i tried using intel driver but i get this error:

make -C /lib/modules/2.6.17-11-generic/build SUBDIRS=/home/avd/Download/dripkg/agpgart-2.0 modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.17-11-generic'
CC [M] /home/avd/Download/dripkg/agpgart-2.0/backend.o
/home/avd/Download/dripkg/agpgart-2.0/backend.c:69: error: conflicting types for ‘agp_backend_acquire’
include/linux/agp_backend.h:105: error: previous declaration of ‘agp_backend_acquire’ was here
/home/avd/Download/dripkg/agpgart-2.0/backend.c:77: error: conflicting types for ‘agp_backend_acquire’
include/linux/agp_backend.h:105: error: previous declaration of ‘agp_backend_acquire’ was here
/home/avd/Download/dripkg/agpgart-2.0/backend.c:89: error: conflicting types for ‘agp_backend_release’
include/linux/agp_backend.h:106: error: previous declaration of ‘agp_backend_release’ was here
/home/avd/Download/dripkg/agpgart-2.0/backend.c:93: error: conflicting types for ‘agp_backend_release’
include/linux/agp_backend.h:106: error: previous declaration of ‘agp_backend_release’ was here
/home/avd/Download/dripkg/agpgart-2.0/backend.c:220: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘drm_agp’
/home/avd/Download/dripkg/agpgart-2.0/backend.c: In function ‘agp_add_bridge’:
/home/avd/Download/dripkg/agpgart-2.0/backend.c:281: warning: ‘inter_module_register’ is deprecated (declared at include/linux/module.h:562)
/home/avd/Download/dripkg/agpgart-2.0/backend.c:281: error: ‘drm_agp’ undeclared (first use in this function)
/home/avd/Download/dripkg/agpgart-2.0/backend.c:281: error: (Each undeclared identifier is reported only once
/home/avd/Download/dripkg/agpgart-2.0/backend.c:281: error: for each function it appears in.)
/home/avd/Download/dripkg/agpgart-2.0/backend.c: In function ‘agp_remove_bridge’:
/home/avd/Download/dripkg/agpgart-2.0/backend.c:301: warning: ‘inter_module_unregister’ is deprecated (declared at include/linux/module.h:563)
make[2]: *** [/home/avd/Download/dripkg/agpgart-2.0/backend.o] Error 1
make[1]: *** [_module_/home/avd/Download/dripkg/agpgart-2.0] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.17-11-generic'
make: *** [default] Error 2
make -f Makefile.linux DRM_MODULES=gdg.ko modules
make[1]: Entering directory `/home/avd/Download/dripkg/drm'
+ ln -s Makefile.linux Makefile
make -C /lib/modules/2.6.17-11-generic/build SUBDIRS=`pwd` DRMSRCDIR=`pwd` modules
make[2]: Entering directory `/usr/src/linux-headers-2.6.17-11-generic'
rm: cannot remove `/home/avd/Download/dripkg/drm/.tmp_versions/CVS': Is a directory
make[2]: *** [crmodverdir] Error 1
make[2]: Leaving directory `/usr/src/linux-headers-2.6.17-11-generic'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/home/avd/Download/dripkg/drm'
make: *** [gdg.ko] Error 2


anyone has any ideas? or what i can do?

any help will be appreciated

avdzm
 
Old 03-06-2007, 11:46 PM   #2
binary_y2k2
Member
 
Registered: Jul 2005
Location: England, UK
Distribution: Ubuntu 8.04 Server, Kubuntu 12.04
Posts: 698
Blog Entries: 1

Rep: Reputation: 31
Video Memory

the intel module is already installed in ubuntu, and being used if you have an intel chip.
If you want to make it preform better assign it more memory (from the RAM) in /etc/X11/xorg.conf
Here's an example from mine:
Code:
Section "Device"
        Identifier      "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
        Driver          "i810"
        BusID           "PCI:0:2:0"
        VideoRam        98304
        Option          "CacheLines"            "1980"
        Option          "XAANoOffscreenPixmaps"
EndSection
It's the VideoRam part that assigns more RAM to it, in mine it's set to 96 MB (98304 KB), but you may prefer 65536 for 64 MB
The default assigned is 32 MB, that may not be enough for you though
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 915GM idgeitman Linux - Laptop and Netbook 2 04-18-2006 06:05 AM
What changes can I make to sysctl.conf to make the server perform better? abefroman Linux - Security 2 12-10-2005 06:52 PM
OpenGL support with Intel 915GM ? phen Linux - Hardware 4 05-31-2005 01:06 AM
What do i change to make my Lt WinModem perform in Open Source like it in MS Win98SE? t3gah Programming 1 05-07-2005 03:13 PM
what can i do make suse 9.0 perform better on an old pc {O_o} SUSE / openSUSE 7 10-27-2004 04:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 07:24 AM.

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