NavigationUser loginSpam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
ATI Radeon 4350: Cannot execute Xorg -configureHi, My nickname is nfidia, which is derived from Nvidia because my graphics card in my old machine was made by Nvidia, but now I have a new machine, and this machine has another graphics card, an ATI Radeon 4350. So I better should change my nick here to rådeon ;-) Problem: I cannot execute the command # Xorg -configure (X is not running while I enter this command). The output of this command is: --------- 0: Xorg(xf86SiHandler+0x7e) [] Caught signal 11: Server aborting. Aborted. --------- I installed Debian Lenny on my new machine: :/etc# cat debian_version This is my kernel: :/etc# uname -a I installed this driver from AMD: ati-driver-installer-9-6-x86.x86_64.run I would like to reconfigure Xorg because I can only use a refresh rate of 60 Mhz, and I cannot change the size (resolution) of the screen, it is fixed to 1920 x 1440, which is too small for my eyes ;-) Does anybody have an idea what to do next? This seems to be a bug, am I right? Best regards, rådeon ;-) |
Re: ATI Radeon 4350: Cannot execute Xorg -configure
Maybe not a bug, just a feature!
You can configure X directly by editing /etc/X11/xorg.conf . As I understand it, X will use the highest possible colour depth and resolution from those listed in xorg.conf , so if you edit out the 1920x1440 entry, the next-highest resolution will be used.
Try it and see.
$world=~s/war/peace/g;
Re: ATI Radeon 4350: Cannot execute Xorg -configure
Hi tongro,
no, I do not think this is a feature ...
You are of course right with saying to edit the xorg.conf file manually to define other screen resolutions. But this is only one point that I hoped to solve by applying "Xorg -configure", the other points are:
- better refresh rate. Currently only 60 Hz is possible, the screen is quite flickering
- certain parameters in the xorg.conf file that enable typical features of my Radeon 4350 card. I am not familiar with these parameters yet, and I hope that "Xorg -configure" offers a pre-set of parameters and values for my new graphics card.
This is the content of my current xorg.conf file, it is very basic:
-------------
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
EndSection
--------------
Of course you could say, c'mon, just manually write your xorg.conf file, but I do not want to do this, I could ruin my graphics card and/or monitor.
Any other suggestions maybe?