Thanks guys!
Okay I have some relies for the sulutions I tried that you guys provided me.. I have 3 different ssectins of replies/questions. Ill divide them so it'll make it easier to follow...
--------------Touchpad pointer device-----------
I added that option line ("SHMConfig" "1") for the input device... What does that change? what else did you customize? One wierd thing that happens is alot when im browing the web, and I'll move my pointer (mouse) using the touchpad up very fast towards the top menu and it'll go back to the previous page, or a few pages back.. or sometimes it goes somewhere... What could be causing this?
---------CPU - Laptop being too hot.. ---------------
My CPU fan does come on... but it still seems to me that windows XP didn't heat my laptop as much...
I checked the "/sys/devices/system/cpu/cpu0" directory and I didn't have a "cpufreq" directory there...
I also didn't see the module called powernow-k7 or powernow-k8 when typing "lsmod" in the terminal..
Anyway I can install or enable that?
-------------- Video Card drivers?------------------
Another question.. I dont think my video card is installed properly, I believe i have a Radeon IGP 320M. I found some forum with people that said they got 3d acceleration installed and working, however I'm still a newbie and cant follow what they discussed...
anything I should change in my xorg config file?
This is my xorg config file:
Code:
# Xorg configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
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 "SHMConfig" "1"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "radeon"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Thanks guys! I really appreciate your help!