Hello everybody. This is my first post in this forum.
I actually have a problem with my ATI Mobility radeon 9700 on my ASUS A4 laptop. I'm using ubuntu 9.04 with ATI open source drivers. 3D acceleration works good (at least I don't have any particular problem till now) but fan noise is very annoying. Maybe shoul I modify something in my /etc/X11/xorg.conf file? And can you suggest to me some improvement to do in xorg file for my video card? I also attach my actual xorg.conf configuration. Thank you very much.
Code:
Section "Device"
Identifier "Configured Video Device"
VendorName "ATI Technologies Inc"
BusID "PCI:1:0:0"
Option "UseFBDev" "true"
Option "AccelMethod" "EXA"
Option "EXAVSync" "on"
Option "AGPMode" "8"
Option "DynamicClocks" "on"
Option "AGPFastWrite" "yes"
Option "ColorTiling" "on"
Option "EnablePageFlip" "true"
Option "RenderAccel" "on"
# Option "XAANoOffscreenPixmaps" "true"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "ServerFlags"
Option "DontZap" "off"
EndSection