<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div><div>Forget my last email. I was able to change the desktop resolution by creating an xorg.conf file:<br/></div><div></div><div>sudo vi /etc/X11/xorg.conf<br/></div><div></div><div>Section "Device"<br/>Identifier "VIA Chrome"<br/>Driver "openchrome"<br/>EndSection<br/><br/>Section "Monitor"<br/>Identifier "Epson EMP-TW700"<br/>Modeline "1280x720" 74.50 1280 1344 1472 1664 720 723 728 748 -hsync -vsync<br/>EndSection<br/><br/>Section "Screen"<br/>Identifier "Default Screen"<br/>Monitor "Epson EMP-TW700"<br/>Device "VIA Chrome"<br/>DefaultDepth 24<br/>SubSection "Display"<br/>Depth 24<br/>Modes "1280x720"<br/>EndSubSection<br/>EndSection<br/></div><div></div><div>sudo reboot<br/></div><div></div><div>Unfortunately when I now maximize my video player when it plays 16:9 videos left and right side are cropped (screenshot attached). Unfortunately the screenshot does not work properly either but you can guess what I mean because the section where the video image should be is slightly brighter.<br/> My compressed xorg.log was rejected for the mailing list because of size.<br/></div><div></div><div name="quote" style="margin:10px 5px 5px 10px; padding: 10px 0 10px 10px; border-left:2px solid #C3D9E5; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div name="quoted-content"><div style="font-family: Verdana;font-size: 12.0px;"><div><br/></div><div style="margin: 10.0px 5.0px 5.0px 10.0px;padding: 10.0px 0 10.0px 10.0px;border-left: 2.0px solid rgb(195,217,229);">
    <div style="margin: 0 0 10.0px 0;">
        <b>Gesendet:</b> Donnerstag, 29. November 2012 um 15:21 Uhr<br/>
        <b>Von:</b> "Xavier Bachelot" <xavier@bachelot.org><br/>
        <b>An:</b> openchrome-users@lists.freedesktop.org<br/>
        
        <b>Betreff:</b> Re: [Openchrome-users] Fwd: Ubuntu 12.04 and CN896 chipset only in 1024x768
    </div>
    <div>
        On 11/29/2012 12:03 AM, xxlray@web.de wrote:<br/>
> Nevertheless I can still not chose any other resolution than 1024x768.<br/>
> xrandr throws an error:<br/>
><br/>
> $ xrandr --output VGA1 --mode 1280x720<br/>
> warning: output VGA1 not found; ignoring<br/>
><br/>
> $ xrandr --newmode "1280x720" 74.50  1280 1344 1472 1664  720 723 728<br/>
> 748 -hsync +vsync<br/>
> X Error of failed request:  BadName (named color or font does not exist)<br/>
>    Major opcode of failed request:  149 (RANDR)<br/>
>    Minor opcode of failed request:  16 (RRCreateMode)<br/>
>    Serial number of failed request:  23<br/>
>    Current serial number in output stream:  23<br/>
><br/>
> is this a driver issue?<br/>
<br/>
My fault, sorry. the randr call should have read :<br/>
xrandr --output VGA-1 --mode 1280x720<br/>
<br/>
Use plain 'xrandr' to get a list of all supported modes.<br/>
'man xrandr' for more details.<br/>
<br/>
Also, it might be easier to use some desktop applet rather than the <br/>
command line to use RandR.<br/>
<br/>
Regards,<br/>
Xavier<br/>
_______________________________________________<br/>
Openchrome-users mailing list<br/>
Openchrome-users@lists.freedesktop.org<br/>
<a href="http://lists.freedesktop.org/mailman/listinfo/openchrome-users" target="_blank">http://lists.freedesktop.org/mailman/listinfo/openchrome-users</a><br/>
Main page: <a href="http://www.openchrome.org" target="_blank">http://www.openchrome.org</a><br/>
Wiki: <a href="http://www.openchrome.org/trac/wiki/TOC" target="_blank">http://www.openchrome.org/trac/wiki/TOC</a><br/>

    </div>
</div><div><br/><br/></div></div>
    </div>
</div>
<br/></div><div></div></div></body></html>