Comment 32 for bug 325289

Revision history for this message
In , Ling-ma (ling-ma) wrote :

hi joss
Sorry please ignore comment #28.
I found VGA was set two times,
the first mode line is Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
the last mode line is Modeline "(null)"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
Could you please try the below mode line for vga under evironment of comment #27.

1) $xrandr --newmode 1280x1024x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
2)$xrandr --addmode VGA 1280x1024x75.0
3)$xrandr --output VGA --mode 1280x1024x75.0

Thanks
Ma Ling