Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. diff -up bumblebee-3.2.1/src/bbsecondary.h.xorgwrapfix bumblebee-3.2.1/src/bbsecondary.h
  2. --- bumblebee-3.2.1/src/bbsecondary.h.xorgwrapfix 2014-11-09 11:48:29.606145119 -0500
  3. +++ bumblebee-3.2.1/src/bbsecondary.h 2014-11-09 11:49:56.976481034 -0500
  4. @@ -23,10 +23,11 @@
  5. /**
  6. * OpenSUSE: /usr/bin/X -> /var/lib/X11/X -> /usr/bin/Xorg
  7. * Fedora, Arch Linux: /usr/bin/X -> /usr/bin/Xorg
  8. + * Fedora 21+: /usr/libexec/Xorg.wrap
  9. * Ubuntu: /usr/bin/X is a custom binary doing authorization and then executes
  10. * /etc/X11/X -> /usr/bin/Xorg
  11. */
  12. -#define XORG_BINARY "Xorg"
  13. +#define XORG_BINARY "/usr/libexec/Xorg.wrap"
  14.  
  15. /* PCI Bus ID of the discrete video card */
  16. struct pci_bus_id *pci_bus_id_discrete;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement