unixwz0r

illumos-gate d7 loader system - x11 packages needed

Oct 14th, 2016
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. package you need to get x11 working on d7 loader illumos system
  2. ================================================================
  3. twm
  4. xcompmgr
  5. mesa
  6. terminus
  7. build-essential
  8. fuse
  9. geany
  10. gvim
  11. gtk2-engines-murrine
  12. urxvt
  13. xrandr
  14. xorg-video
  15. font-util
  16. make sure you have all the x11 header package install:
  17. compositeproto
  18. damageproto
  19. dmxproto
  20. dri2proto
  21. dri3proto
  22. fixesproto
  23. fontcacheproto
  24. glproto
  25. inputproto
  26. kbproto
  27. renderproto
  28. ========================
  29. keyboard:
  30. setxkbmap
  31. xkb-utilities
  32. xkbcomp
  33. xkbprint
  34. xkbutils
  35. data-xkb
  36. libxkbcommon
  37. ==========================
  38. xorg-video-vmware
  39. xorg-input-mouse
  40. xorg-input-vmmouse
  41. xorg
  42. xserver-common
  43. xclock
  44. xterm
  45. xorg-input-keyboard
  46. xvfb
  47. xsvc
  48. xauth
  49. xinit
  50. x11-server-utilities
  51. xcalc
  52. xclip
  53. xclipboard
  54. xconsole
  55. xfontsel
  56. xmessage
  57. xmodmap
  58. xprop
  59. xset
  60. ================================================
  61. Mate Desktop packages
  62. mate_install (if this process is rejected install these packages at the bottom)
  63. engrampa
  64. caja
  65. caja-extensions
  66. mate/control-center
  67. marco
  68. mate/mate-applet
  69. mate/mate-background
  70. mate-calc
  71. mate-dictionary
  72. mate-disk-usage-analyzer
  73. mate-icon-theme
  74. mate-media
  75. mate-notification-daemon
  76. mate-panel
  77. mate-screenshot
  78. mate-search-tool
  79. mate-system-log
  80. mate-themes
  81. mate-user-user-guide
  82. atril
  83. mate-system-monitor
  84. mozo
  85. pluma
  86. eom
  87. libmatekbd
  88. libmatemixer
  89. mate-common
  90. mate-desktop
  91. mate-menus
  92. mate-terminal
  93. ===============================================
  94. sample .xinitrc (make sure you startx in user)
  95.  
  96. gary@openindiana:/home/gary$cat .xinitrc
  97. xset led 3 &
  98. xrandr -s 1920x1080 &
  99. exec twm
  100.  
  101. ==
  102.  
  103. put your own screen size and startx should load up xorg with twm.
Add Comment
Please, Sign In to add comment