You are not logged in.
Pages: 1
Bonjour,
i am using : Debian Sqeeze, AMD64, Xfce4.6.2.
i want to change my display from 4/3 to 3/4.
With « xfce4-display-settings », i have omly one choice: « normal ».
How can i change it ?
Merci
Offline
Do you want to rotate your Monitor by 90°?
Please type xrandr in your nearest terminal and post the results.
Offline
$xrandr :
{xrandr: Failed to get size of gamma for output default
Screen 0: minimum 640 x 400, current 1280 x 1024, maximum 1280 x 1024
default connected 1280x1024+0+0 0mm x 0mm
1280x1024 0.0*
1152x864 0.0
1024x768 0.0
800x600 0.0
640x480 0.0
720x400 0.0 }
my graphics card:
{ Model: "ATI RS690 [Radeon X1200 Series]"
Vendor: pci 0x1002 "ATI Technologies Inc"
Device: pci 0x791e "RS690 [Radeon X1200 Series]"
SubVendor: pci 0x1043 "ASUSTeK Computer Inc.}
seems to be not yet supported by xrandr
Offline
Try this line:
xrandr --output default --rotate right
Offline
Merci pour votre réponse
command :
$ xrandr --output default --rotate right
result :
xrandr: output default cannot use rotation "right" reflection "none"
Offline
I've found this:
http://wiki.debian.org/XStrikeForce/HowToRandR12
« The RandR 1.2 extension first appeared in Xserver 1.3 (i.e DebianTesting, since 2007-08-21). It provides automatic discovery of modes (resolutions, refresh rates, ...) together with the ability to configure outputs dynamically (resize, rotate, move, ...).
As of today, the following drivers/boards support RandR 1.2:
* the Intel driver on all boards (since 1.9.91),
* the NV driver on G80 and higher boards (since 2.0.95),
* the ATI driver on r200/r300/r400/r500/r600 boards (since 6.7.191) where RandR 1.2 replaces MergedFB,
* the MGA driver on all boards (since 1.9.99)
* the RadeonHD driver on r500/r600 boards (since 1.1)
Other drivers still use the old/hard/non-standard way to configure modes. »
I don't know about « old/hard/non-standard way to configure modes. »
Offline
# As of 2020, the spell to cast in terminal is:
xrandr -o right
# hope this helps?
Offline
Moderator Note: Thread closed because of its age. If you wish to continue the discussion, feel free to create another thread and link to this one.
Moderator Note: Thread re-opened.
Last edited by ToZ (2020-01-28 14:37:14)
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Pages: 1
[ Generated in 0.009 seconds, 7 queries executed - Memory usage: 541.9 KiB (Peak: 543.18 KiB) ]