forked from arnauddupuis/bumblebee
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add bumblebee-startkde4 : a script to start KDE4 with hardware
acceleration from the NVidia card - Add bumblebee-kde4 : a desktop file to configure (k|g|x)dm to start KDE4 with NVidia Optimus support
- Loading branch information
Arnaud Dupuis
committed
May 16, 2011
1 parent
31b0fd6
commit 679fc02
Showing
2 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[Desktop Entry] | ||
Encoding=UTF-8 | ||
Type=XSession | ||
Exec=/usr/local/bin/bumblebee-startkde4 | ||
TryExec=/usr/local/bin/bumblebee-startkde4 | ||
Name=KDE NVidia Optimus | ||
Comment=The desktop made by KDE with NVidia Optimus support from the Bumblebee project | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/bash | ||
/usr/local/bin/optirun64 /usr/bin/startkde | ||
|