[root@localhost]# xrandr --prop
Screen 0: minimum 320 x 200, current 1024 x 600, maximum 4096 x 4096
LVDS1 connected 1024x600+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
BACKLIGHT: 9 (0x00000009) range: (0,15)
Backlight: 9 (0x00000009) range: (0,15)
scaling mode: Full aspect
supported: None Full Center Full aspect
1024x600 59.5*+
800x600 60.3 56.2
640x480 59.9
VGA1 disconnected (normal left inverted right x axis y axis)
TV1 disconnected (normal left inverted right x axis y axis)
bottom margin: 37 (0x00000025) range: (0,100)
right margin: 46 (0x0000002e) range: (0,100)
top margin: 36 (0x00000024) range: (0,100)
left margin: 54 (0x00000036) range: (0,100)
mode: NTSC-M
supported: NTSC-M NTSC-443 NTSC-J PAL-M
PAL-N PAL 480p@59.94Hz 480p@60Hz
576p 720p@60Hz 720p@59.94Hz 720p@50Hz
1080i@50Hz 1080i@60Hz 1080i@59.94H
[root@localhost]# xrandr --output "LVDS1" --set "scaling mode" "full"
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 150 (RANDR)
Minor opcode of failed request: 13 (RRChangeOutputProperty)
Value in failed request: 0x41
Serial number of failed request: 31
Current serial number in output stream: 32
[root@localhost]#
Hi,
My scaling mode is stuck in full aspect, really need it in full. My xrandr command results
in a failed request. Hopefully just a syntax problem. Any ideas.
THX
FF
EDIT : correct syntax exactly req'd is, and must be exact,
xrandr --output LVDS1 --set "scaling mode" Full
Unfortunately the change that takes affect has no effect on the problem,
getting DosBox full in the screen, not full aspect. Still searching then.