Results 1 to 1 of 1

Thread: ATI video card - cpu runs about 100% with basic games

  1. #1
    Join Date
    Jun 2007
    Location
    Colorado, USA
    Beans
    892
    Distro
    Lubuntu 20.04 Focal Fossa

    ATI video card - cpu runs about 100% with basic games

    Ubuntu 8.04

    I have an ATI video card (listed in my signature) and am using the fglrx driver available from the repos - no desktop effects enabled

    when running a basic opengl game (such as Scorched3D) in a 800x600 window my cpu runs at about 100% and gets to the point of overheating

    I think there are some additional settings that could be put in my xorg.conf but am unsure what to try (Load "dri" perhaps?)

    here's the relevent sections of my xorg.conf (I just left out keyboard, mouse, and touchpad sections)
    Code:
    Section "Device"
    	Identifier	"Configured Video Device"
    	Driver		"fglrx"
            Option		"VideoOverlay"	"on"
    	Option		"OpenGLOverlay"	"off"
    EndSection
    
    Section "Monitor"
    	Identifier	"Configured Monitor"
    EndSection
    
    Section "Screen"
    	Identifier	"Default Screen"
    	Monitor		"Configured Monitor"
    	Device		"Configured Video Device"
    	Defaultdepth	24
    EndSection
    
    Section "ServerLayout"
    	Identifier	"Default Layout"
      screen "Default Screen"
    	Inputdevice	"Synaptics Touchpad"
    EndSection
    Section "Module"
    	Load		"glx"
    EndSection
    I inserted the "Option "VideoOverlay" "on" & Option "OpenGLOverlay" "off" - options from the Unofficial Wiki for the ATI Linux Driver guide but I didn't notice any difference.

    I really didn't have this problem (so much) with Feisty (the last Ubuntu version that worked really well for me) so I would think I'd be able to make it a little better,

    anyone have any ideas? - thanks
    Last edited by erfahren; August 1st, 2008 at 12:35 AM.
    HP G71 Notebook - 2.20 GHz Intel Core2Duo T6600 - 4GB DDR2 - Intel GMA 4500MHD - Atheros AR9285 802.11b/g/n WiFi Adapter
    Be aware of what you enter into the terminal. Ask for clarification if you are unsure what a command does.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •