OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

83 lines
2.3 KiB

  1. # -*- perl -*- (for emacs syntax coloring)
  2. #
  3. # Mac-on-Linux video configuration
  4. #
  5. # ----------------------------------------------------------------------
  6. # Startup Resolution (this is used as a hint only)
  7. # ----------------------------------------------------------------------
  8. #
  9. resolution: 640/480/75 # width/height/Hz
  10. depth: 32
  11. # ----------------------------------------------------------------------
  12. # X11 Settings
  13. # ----------------------------------------------------------------------
  14. #
  15. # Some config options:
  16. #
  17. # xdisplay: remote.host:0.0
  18. # use_backing_store: yes/no
  19. #
  20. # Backing store is primarily useful if the X-connection is remote.
  21. # Note: X11-video is not as fast as full-screen video.
  22. enable_xvideo: yes
  23. # ----------------------------------------------------------------------
  24. # Fullscreen (Console/fbdev) Settings
  25. # ----------------------------------------------------------------------
  26. #
  27. # The tool 'molvconfig' is used to configure the fullscreen mode.
  28. #
  29. # Some config options:
  30. #
  31. # vt: 9 # VT-number to use
  32. # gamma: 1.0 # gamma (parameter between 0.1 and 1.0)
  33. # gamma: 1.0 1.0 1.0 # gamma (r,g,b)
  34. #
  35. # Ctrl-Cmd-Space switches back to the orignal VT
  36. enable_console_video: yes
  37. start_on_console: no # switch to console initially
  38. autoswitch_console: yes # allow automatic switching to console
  39. #fb_modes: /etc/fb.modes # extra video modes for molvconfig
  40. # ----------------------------------------------------------------------
  41. # XDGA (X11 fullscreen) Settings
  42. # ----------------------------------------------------------------------
  43. #
  44. # At startup, all available XDGA modes are listed. Unfortunately,
  45. # some of the modes might be broken (depending on the video card
  46. # and the XFree86 version).
  47. #
  48. # By default, MOL uses just a single mode with high
  49. # probability of working. However, it is possible to manually
  50. # specify multiple modes. For instance
  51. #
  52. # xdga_modes: 3 5 9
  53. #
  54. # instructs MOL to use mode 3, 5 and 9.
  55. #
  56. # Cntrl-Cmd-Space leaves XDGA mode and switches back to X
  57. enable_xdga_video: no
  58. # ----------------------------------------------------------------------
  59. # VNC Settings
  60. # ----------------------------------------------------------------------
  61. #
  62. # For VNC information, visit http://www.uk.research.att.com/vnc/
  63. #
  64. enable_vncvideo: no # Enable the VNC server
  65. vnc_port: 5900 # port to use for VNC