You are not logged in.

#1 2008-05-19 21:40:46

lynnevan
Member
Registered: 2008-02-12
Posts: 15

Graphics overload CPU

BTW, running Gnome, mostly....................

I was going to include some screenshots of 'top' and 'System Monitor', but couldn't figure out how.

Running System Monitor rails the CPU.  It sometimes crashes XFCE.  Scrolling 'man' pages is jerky.  Sometimes I don't get a login window - I get about 4 very colorful vertical bars and then a blank screen.  But this also happened once w/ Ubuntu.  In Ubuntu, when running System Monitor the CPU runs around 25%-30%.  In Archy it's 100%.   /var/log/Xorg.0.log looks normal.  .xsession-errors has errors, but the only thing relating to video is this:

** (nautilus:3893): WARNING **: Unable to add monitor: Not supported

What/where/when does nautilus evaluate my monitor?

Here's my xorg.conf.

Section "Module"
#  Load         "glx" --loaded by default
#  Load         "type1"  --default
#    SubSection  "extmod" --default
#      Option    "omit xfree86-dga"   # don't initialise the DGA extension
#    EndSubSection
#  Load         "dbe" --default
#  Load         "freetype" --default
#  Load        "record"  --default
#  Load        "dri" --default
EndSection

Section "Files"
#    FontPath   "/usr/share/fonts/misc" --loaded by default
#    FontPath   "/usr/share/fonts/100dpi:unscaled" --default
#    FontPath   "/usr/share/fonts/75dpi:unscaled" --default
    FontPath   "/usr/share/fonts/speedo"
# The module search path.  The default path is shown here.
#    ModulePath "/usr/lib/modules"
EndSection

Section "InputDevice"
    Identifier    "Keyboard[1]"
    Driver    "kbd"
    Option "XkbRules"    "xorg"
    Option "XkbModel"    "pc104"
    Option "XkbLayout"    "us,pt"
#    Option "XkbVariant" ""
    Option "XkbOptions"    "grp:alt_shift_toggle,eurosign:e"
EndSection

Section "InputDevice"
  Identifier   "Mouse[1]"
  Driver       "mouse"
  Option       "Buttons" "9"
  Option       "Device" "/dev/input/mice"
  Option       "Name" "ImExPS/2 Logitech Wheel Mouse"
  Option       "Protocol" "explorerps/2"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "4 5"
EndSection

Section "Device"
Identifier   "Device[0]"
  Driver        "intel"
  VendorName    "Intel Corporation"
  BoardName     "i845"
  BusID         "0:2:0"
#  Option        "monitor-VGA" "Monitor[0]"
  Screen         0
EndSection

Section "Monitor"
  Identifier   "Monitor[0]"
  DisplaySize  304 228
  HorizSync    30-60
  VertRefresh  56-75
  VendorName   "SAMSUNG"
  ModelName    "SyncMaster 151s"
  Option       "DPMS"
EndSection

Section "Screen"
  DefaultDepth 16
  Device       "Device[0]"
  Identifier   "Screen[0]"
  Monitor      "Monitor[0]"
  SubSection "Display"
    Depth      15
    Modes      "1024x768" "1024x600" "800x600" "768x576" "640x480"
  EndSubSection
  SubSection "Display"
    Depth      16
    Modes      "1024x768" "1024x600" "800x600" "768x576" "640x480"
  EndSubSection
  SubSection "Display"
    Depth      24
    Modes      "1024x768" "1024x600" "800x600" "768x576" "640x480"
  EndSubSection
EndSection

Section "ServerLayout"
  Identifier   "Layout[1]"
  InputDevice  "Keyboard[1]" "CoreKeyboard"
  InputDevice  "Mouse[1]" "CorePointer"
  Option       "Clone" "off"
  Option       "Xinerama" "off"
  Screen       "Screen[0]"
EndSection

Section "DRI"
    Group      "video"
    Mode       0660
EndSection

Section "Extensions"
EndSection

The computer is an old Dell Inspiron 2.4GHz, probably w/ minimal graphics memory.  But I got 1,256MB of ram, and it only uses 160MB.

from 'lspci':

00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 01)

Have to use the 'intel' driver because the 'i810' only gives me 800x600 resolution.

Is a 'memory leak possible?  How would I detect it?

Am I missing some program that I need to download, or have I downloaded too many?

At this point I'm totally clueless.  Hope somebody has some ideas.  It would be greatly appreciated.

Thanks in advance,

lynnevan

Offline

Board footer

Powered by FluxBB