PlayOnLinux Explained: Display Settings

Status
Not open for further replies.

booman

Grand High Exalted Mystic Emperor of Linux Gaming
Staff member
Configure how Wine interacts with 3D software in the virtual drive. Most games run with specific settings and other games can run with everything on default.

Launch PlayOnLinux
Click Configure
pol_configure.png


Click Display Tab
pol_conf_display.png


GLSL Support:
OpenGL Shading Language
  • default - Enable is the defaults setting
  • enable - Most games will require GLSL to be enabled
  • disable - For troubleshooting only, can cause extreme artifacts and affects lighting
glsl_support.png




Direct Draw Renderer:
Selects which ddraw the backend should use
  • default - OpenGL is the default setting
  • gdi - Used for legacy reasons or if bugs exist in the OpenGL renderer
  • opengl - Tells the backend to use OpenGL
direct_draw_renderer.png




Video Memory Size:
Sets the amount of reported video memory (RAM) on your video card
  • default - Simple auto-detection based on card type guessed from OpenGL capabilities
  • typical sizes: 512 768 1024 2048
video_mem_size.png




Offscreen rendering mode:
Avoids the depth buffer copy between offscreen and onscreen targets. Introduces fallbacks in some drivers and exposes bugs in others.
  • default - fbo is the default setting
  • fbo - Use framebuffer objects for offscreen rendering
  • backbuffer - Render offscreen render targets in the backbuffer
  • pbuffer - hardware accelerated rendering to an off-screen buffer, possibly with pixel formats which aren't normally supported by the X display
offscreen_rendering_mode.png




Render target mode lock:
Selects which mode is used for onscreen render targets
  • default - Readtex is the default setting
  • disable - Disables render target locking
  • readdraw - Uses glReadPixels for reading and writing
  • readtex - Reads by glReadPixels, writes by drawing a textured quad
rendert_target_mode.png




Multisampling:
Can prevent applications from using Wine's multi-sampling support. Mostly used for legacy options. It it no longer necessary to use any of the options.

multisampling.png




Strict Draw Ordering:
Ensures any pending drawing operations are sent to the drivers at the cost of performance (frames per second)

strict_draw_ordering.png
 
Status
Not open for further replies.
Back
Top