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: Got a bit of a dumb question regarding the MESA drivers.  (Read 2903 times)

0 Members and 1 Guest are viewing this topic.

NightSprinter

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 172
  • Last login:June 17, 2018, 08:59:56 pm
Got a bit of a dumb question regarding the MESA drivers.
« on: January 23, 2013, 10:39:11 am »
I'm a bit curious, with the kernel patches, would this affect the drivers for ATI cards provided by MESA at all? I plan on a final linux build with all arcade monitor patches to be built around a Radeon 6000-series card, but just need to know if recent open-source drivers would need to be tweaked.
It doesn't matter how bad things are, it'll work out in the end.

NightSprinter

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 172
  • Last login:June 17, 2018, 08:59:56 pm
Re: Got a bit of a dumb question regarding the MESA drivers.
« Reply #1 on: January 24, 2013, 06:33:55 pm »
So, I can make a modeline that works in 15KHz for the Radeon 6670 in linux.  But when I tried running switchres with the --xrandr option for puckman, this is what I get:

Code: [Select]
Error with command line args
seth@Neo-Arcade:~$ switchres puckman --xrandr
[] "puckman" vertical 288x224@60.606 (1.286) --> 400x288@60.606 (1.389)

X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  129 (XFree86-VidModeExtension)
  Minor opcode of failed request:  10 (XF86VidModeSwitchToMode)
  Value in failed request:  0x14f
  Serial number of failed request:  135
  Current serial number in output stream:  137
seth@Neo-Arcade:~$ switchres puckman --xrandr --mo 0
[] "puckman" vertical 288x224@60.606 (1.286) --> 400x288@60.606 (1.389)

X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  129 (XFree86-VidModeExtension)
  Minor opcode of failed request:  10 (XF86VidModeSwitchToMode)
  Value in failed request:  0x14f
  Serial number of failed request:  135
  Current serial number in output stream:  137

I have to be doing something wrong.  It's pretty essential to get this working, so I can run games like Kobo Deluxe, Rom Check Fail (which has an odd alsa/pulse issue), smc, and a few others.  Calamity, ves, thoughts on what I'm doing wrong both in Ubuntu and Groovy Arcade?
It doesn't matter how bad things are, it'll work out in the end.