Hi all!
I'm having a few problems with my ATI Radeon 9600pro and the configuration for X.
To start the ATI driver (version: 8.23.7) only worked after second install (?)
#1 sh ati-driver-installer-8.23.7-i386.run
#2 sh ati-driver-installer-8.23.7-i386.run

weird...
Screen resolution is always on 1280x1024 no matter what I put on /etc/X11/xorg.conf
actual is:
Code:
Identifier "Screen 1"
Device "VESA Framebuffer"
Monitor "My Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "1024x768" "800x600" "640x480"
EndSubSection
glxgears works perfectly only on 1280x1024 (arround 3000 fps), if I change it to 1024x768 on KDE glxgears only gives about 200, 300 fps
Trying to fix this up (just trying...) I've made a backup copy of xorg.conf to /root and ran xorgconfig. Rebooted and... nothing. So went on cheking some logs and found that X is using the backuped up xorg.conf
Code:
(==) Using config file: "/root/xorg.conf"
Well, besides some other errors on Xorg.0.log that seems not to be doing anything wrong (looks stable) I guess this is it... my headheach.
Can anyone help out on this or just give its opinion?
Thanks, Hyakutake.