SteveMaddison / cabrio

Free open source emulator front end for arcade cabinets.
GNU General Public License v2.0
41 stars 19 forks source link

Problem with 1600x900 #19

Open sergiobenrocha2 opened 9 years ago

sergiobenrocha2 commented 9 years ago

I changed the background and I noticed that Cabrio does not work properly with 1600x900 resolution. Even with a picture with the exact size of the screen, it does not work. Take a look at the picture.

In config.xml:

< cabrio-config > < interface > < theme > default < / theme > < full-screen > true < /full-screen > < background > < image-file > /home/sergio/Games/Cabrio/background/test_1600x900.jpg < / image-file > < rotation > 0 < / rotation > < transparency > 20% < /transparency > < /background > < full-screen > true < /full-screen > < frame-rate > 60 < /frame-rate > < video-loop > true < /video-loop > < screen > < width > 1600 < /width > < height > 900 < /height > < rotation > 0 < /rotation > < flip-horizontal > 0 < / flip-horizontal > < flip-vertical > 0 < /flip-vertical > < /screen >

screenshot - 23112014 - 14 08 10

sergiobenrocha2 commented 9 years ago

I forgot to say, I'm using fred fork.