On Mon, May 14, 2012 at 11:03:34AM -0700, Amit Uttamchandani wrote: [snip]
> Anyways, so at this point in order to get a higher resolution, I tried > using xrandr scaling: > > xrandr --output LVDS-2 --fb 1300x740 --scale 1.62x1.54 > > But got the following error: > > xrandr: Configure crtc 0 failed > Looked at the code under kms_branch/via_driver.c and the error comes from: via_xf86crtc_resize() Specifically, during the call to: xf86SetDesiredModes(scrn) The output of the above xrandr call with verbose mode turned on: xrandr: Configure crtc 0 failed crtc 0: disable crtc 1: disable screen 0: revert crtc 0: revert crtc 1: revert Thanks, Amit _______________________________________________ openchrome-users mailing list [email protected] http://wiki.openchrome.org/mailman/listinfo/openchrome-users Main page: http://www.openchrome.org Wiki: http://wiki.openchrome.org User Forum: http://wiki.openchrome.org/tikiwiki/tiki-view_forum.php?forumId=1
