Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Image flipping to solve space issue  (Read 1386 times)

0 Members and 1 Guest are viewing this topic.

VinceVega

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 19
  • Last login:June 18, 2011, 12:29:51 am
Image flipping to solve space issue
« on: April 18, 2010, 12:19:54 am »
Hey all,

I hit a major milestone today with my first cocktail cabinet - I got the thing standing. I was too excited to stop so I popped the monitor in it just to see how it fit, and..... I found little room for error. So little room in fact that the bottom of the monitor is going to get in the way of my coin door and coin buttons.

In this picture you can see what happened. I didn't want to decase the monitor so I have it sitting on its back on a shelf inside. To get the screen centered, it needs to be placed pretty close to the front.



Now, I discovered that if I rotate it 180 degrees, so it's upside-down relative to the front, there's plenty of room. But now I have to find a way to flip the screen image vertically. Can this be done with software? As you can see by the design of the cab, it also needs to be able to work in "vertical mode" with a 90 degree flip. What do you guys use to specify how you want the screen image oriented?

garwil

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 99
  • Last login:August 10, 2022, 12:52:30 pm
Re: Image flipping to solve space issue
« Reply #1 on: April 18, 2010, 04:06:38 am »
Depending on your graphics card you should be able to do this in the driver settings. I know you can do it on my crappy Intel onboard as well as with nVidia cards. Hope that helps!

javeryh

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7961
  • Last login:Yesterday at 10:06:09 am
Re: Image flipping to solve space issue
« Reply #2 on: April 18, 2010, 08:06:11 am »
You can flip the image in MAME too using -flipx and -flipy or something.  This should not be a problem for you to fix!   :cheers:

leapinlew

  • Some questionable things going on in this room with cheetos
  • Trade Count: (+4)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7919
  • Last login:July 27, 2025, 11:06:50 am
Re: Image flipping to solve space issue
« Reply #3 on: April 18, 2010, 08:51:12 am »
Flipping the image is a super easy fix. It can be done in MAME and in most frontends. I wouldn't let it stop you from building.

eds1275

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2165
  • Last login:July 21, 2025, 05:34:15 pm
  • Rock and Roll!
Re: Image flipping to solve space issue
« Reply #4 on: April 18, 2010, 11:47:59 am »
Shoulda used an LCD  :laugh2: j/k. It's pretty awesome looking! I'm glad this won't set you back at all.

Silas (son of Silas)

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 524
  • Last login:July 04, 2024, 06:28:39 am
Re: Image flipping to solve space issue
« Reply #5 on: April 18, 2010, 02:45:59 pm »
If you used a linux distro like Ubuntu you could simply use the command
Quote
xrandr -o inverted
and the whole desktop would flip.
" ਜਿਹੜਾ ਲਾਓ ਜਰਦਾ ਉਹ ਸੌ ਸਾਲ ਨੰਈ ਮਰਦਾ " (he who chews tobacco would live to be a hundred )

My Project MAME clone
Who is Silas?

VinceVega

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 19
  • Last login:June 18, 2011, 12:29:51 am
Re: Image flipping to solve space issue
« Reply #6 on: April 18, 2010, 11:01:37 pm »
Thanks guys, that's awesome news! I had a feeling it could be done pretty simply, looks like I have a few options.