change resolution for hyperv_fb

Asked by Christopher Yeleighton

How to change screen resolution for display driver hyperv_fb? I would like the view port to be wider and my display offers only one resolution.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu xorg Edit question
Assignee:
No assignee Edit question
Solved by:
Christopher Yeleighton
Solved:
Last query:
Last reply:
Revision history for this message
Christopher Yeleighton (giecrilj) said :
#1

I performed the following steps:
{
xrandr --newmode 1440x900_60.0 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync
xrandr --addmode default 1440x900_60.0
xrandr --output default --mode 1440x900_60.0
}
Result: xrandr: Configure crtc 0 failed

Revision history for this message
Christopher Yeleighton (giecrilj) said :
#2

{ hwinfo --framebuffer; } says nothing at all.

Revision history for this message
Christopher Yeleighton (giecrilj) said :
#3

I tried telling BOOT_IMAGE to use vga=867 but it was ignored.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4

Is this the GUI install or server, please?

Revision history for this message
Christopher Yeleighton (giecrilj) said :
#5

GUI

Revision history for this message
Christopher Yeleighton (giecrilj) said :
#6

I tried telling BOOT_IMAGE to use video=default:1440x900 but it was ignored.

Revision history for this message
Christopher Yeleighton (giecrilj) said :
#7

The correct syntax is video=hyperv_fb:1440x900.

Revision history for this message
Christopher Yeleighton (giecrilj) said :
#8

The correct syntax is video=hyperv_fb:1440x900. To save, append it to variable to GRUB_CMDLINE_LINUX_DEFAULT in file /etc/default/grub.

Revision history for this message
Christopher Yeleighton (giecrilj) said :
#9

To save, append it to the variable GRUB_CMDLINE_LINUX_DEFAULT in file /etc/default/grub.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#10

Great share, hopefully this will help others

Revision history for this message
Christopher Yeleighton (giecrilj) said :
#11

My request to join Ubuntu Documentation Contributors is awaiting approval.

Revision history for this message
Doug Smythies (dsmythies) said :
#12

@Christopher : Why did you apply to the Ubuntu Doc Contributors team? I do not understand the correlation with this question? Note that we question all applications because they have been abused. Most are denied.

Revision history for this message
Christopher Yeleighton (giecrilj) said :
#13

That was a mistake, I applied to wiki editors instead.