X11 Vidmode and/or RandR?

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
dearingj
Posts: 7
Joined: Sun Dec 30, 2007 5:43 am
Contact:

X11 Vidmode and/or RandR?

Post by dearingj »

so I'm running Ubuntu, and I've got both the VidMode and RandR X11 extensions installed. Is there any significant difference between the two? Should I compile Irrlicht with only VidMode, only RandR, or both?
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

If you use both there's a broader support of systems for your app, because any of the two extensions would be enouhg for fullscreen support. However, xvidmode has only limited support for screen changes, and seems to become deprecated. So unless you want to support even very old systems xrandr should be enough.
Post Reply