my xorg.conf loks like this:
----------------------------------------------------------------------------------------
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" "CorePointer"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
Option "LeftEdge" "120"
Option "RightEdge" "830"
Option "TopEdge" "120"
Option "BottomEdge" "650"
Option "FingerLow" "14"
Option "FingerHigh" "15"
Option "MaxTapMove" "110"
Option "VertScrollDelta" "20"
Option "HorizScrollDelta" "20"
Option "MinSpeed" "0.3"
Option "MaxSpeed" "0.75"
EndSection
Section "Monitor"
### Comment all HorizSync and VertSync values to use DDC:
Identifier "Monitor0"
ModelName "LCD Panel 1280x800"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 31.5 - 90.0
VertRefresh 59.9 - 60.1
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "i810"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x800" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
----------------------------------------------------------------------------------------
I think that I am using the right driver for my video card which is Intel Mobile 915GM/GMS/910GML Express Graphic Controller.
---
But running top in my terminal gives me something strange because my cpu usage keeps jumping around from 5% to 50%, and I am not running anything heavy, atleast nothing I know of.
The processes when running top have mostly 0% cpu usage just few have 2,5,7 maybe sometims 10%
For some reason it recognizes my ram to only 503800k (i should have 512000k), not so weird as about 489000k being in use.
Then there is my swap file which is 1015800k total and 124k in use.
---
I think that some programs are running that dont need to, and are stealing

my ram, maybe i could move some programs that dont need to be in ram to swap memory.
!i!i THANX FOR UR HELP SO FAR !i!i