fe38031168
* Bump bumblebee to 3.2.1 * Remove config.patch - options it added can be passed to ./configure now * Remove the provided xorg.conf Provided xorg.conf was causing problems for some users, and Bumblebee provides its own default configuration anyway. * Make secondary X11 log to /var/log/X.bumblebee.log * Add a module for bumblebee
12 lines
398 B
Diff
12 lines
398 B
Diff
--- bumblebee-3.0/src/bbsecondary.c.orig 2012-02-05 00:03:06.003439638 +0100
|
|
+++ bumblebee-3.0/src/bbsecondary.c 2012-02-05 00:46:38.017382619 +0100
|
|
@@ -149,6 +149,8 @@
|
|
"-sharevts",
|
|
"-nolisten", "tcp",
|
|
"-noreset",
|
|
+ "-xkbdir", getenv("XKB_DIR"),
|
|
+ "-logfile", "/var/log/X.bumblebee.log",
|
|
"-verbose", "3",
|
|
"-isolateDevice", pci_id,
|
|
"-modulepath",
|