I just wanted to mention that the problem still exists. As the desktop shows like expected I guess it has something to do with the overlay settings. Any ideas how to fix this issue?

Gesendet: Montag, 03. Dezember 2012 um 17:17 Uhr
Von: "Matthias Hanke" <[email protected]>
An: [email protected]
Betreff: Re: [Openchrome-users] Fwd: Ubuntu 12.04 and CN896 chipset only in 1024x768
Forget my last email. I was able to change the desktop resolution by creating an xorg.conf file:
sudo vi /etc/X11/xorg.conf
Section "Device"
Identifier "VIA Chrome"
Driver "openchrome"
EndSection

Section "Monitor"
Identifier "Epson EMP-TW700"
Modeline "1280x720" 74.50 1280 1344 1472 1664 720 723 728 748 -hsync -vsync
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Epson EMP-TW700"
Device "VIA Chrome"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x720"
EndSubSection
EndSection
sudo reboot
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.
 My compressed xorg.log was rejected for the mailing list because of size.

Gesendet: Donnerstag, 29. November 2012 um 15:21 Uhr
Von: "Xavier Bachelot" <[email protected]>
An: [email protected]
Betreff: Re: [Openchrome-users] Fwd: Ubuntu 12.04 and CN896 chipset only in 1024x768
On 11/29/2012 12:03 AM, [email protected] wrote:
> Nevertheless I can still not chose any other resolution than 1024x768.
> xrandr throws an error:
>
> $ xrandr --output VGA1 --mode 1280x720
> warning: output VGA1 not found; ignoring
>
> $ xrandr --newmode "1280x720" 74.50 1280 1344 1472 1664 720 723 728
> 748 -hsync +vsync
> X Error of failed request: BadName (named color or font does not exist)
> Major opcode of failed request: 149 (RANDR)
> Minor opcode of failed request: 16 (RRCreateMode)
> Serial number of failed request: 23
> Current serial number in output stream: 23
>
> is this a driver issue?

My fault, sorry. the randr call should have read :
xrandr --output VGA-1 --mode 1280x720

Use plain 'xrandr' to get a list of all supported modes.
'man xrandr' for more details.

Also, it might be easier to use some desktop applet rather than the
command line to use RandR.

Regards,
Xavier
_______________________________________________
Openchrome-users mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/openchrome-users
Main page: http://www.openchrome.org
Wiki: http://www.openchrome.org/trac/wiki/TOC




_______________________________________________
Openchrome-users mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/openchrome-users
Main page: http://www.openchrome.org
Wiki: http://www.openchrome.org/trac/wiki/TOC

Reply via email to