post #1 of 1
Thread Starter 
Hi

Several days I am trying to set resolution 1440x900 on debian for ATI RADEON X1700

but can not

$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Mobility Radeon X1700
OpenGL version string: 2.1.7170 Release

$ aticonfig --resolution=0,1440x900
error at set screen resolution : screen0 does not exist
aticonfig: parsing the command-line failed.

in Catalyst Control Center 1152x864 - maximum possible resolution.

xorg.conf

....
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
...
Section "Device"
Identifier "Generic Video Card"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
...
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
...
SubSection "Display"
Depth 24
Modes "1440x900"
EndSubSection
EndSection

Any ideas?
Thanks in advance