layout: post title: "Driving Multiple Monitors on an Optimus Laptop" modified: categories: articles excerpt: tags: [linux, optimus, prime, xrandr, vgaswitcheroo] image: feature: date: 2014-11-03T21:38:00-00:00
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
R.logger.log = R.logger._log = R.logger.error = R.logger.warn = R.logger.verbosity = function() {} |
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
jQuery.each(R.player.queue._collection.models, function(index, track) { | |
R.enhancer.current_playlist.model.add(track.get('source')); | |
}); |
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
mkdir empty_dir | |
robocopy empty_dir the_dir_to_delete /s /mir | |
rmdir empty_dir | |
rmdir the_dir_to_delete |
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
# Compiled Object files | |
*.slo | |
*.lo | |
*.o | |
*.obj | |
# Precompiled Headers | |
*.gch | |
*.pch |
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
18:16:14: Running steps for project UE4... | |
18:16:14: Starting: "/usr/bin/make" MyProject3Editor-Linux-DebugGame | |
Using clang version '3.5.1' (string), 3 (major), 5 (minor), 1 (patch) | |
Errors detected while compiling /home/danr/Games/UnrealEngine/Engine/Intermediate/Build/BuildRules/-project=_EditorRecompileModuleRules.dll: | |
(0,0) : error : Unhandled Exception: | |
(0,0) : error : System.IO.FileLoadException: I/O Error | |
(0,0) : error : at IKVM.Reflection.AssemblyName..ctor (System.String assemblyName) [0x00000] in <filename unknown>:0 | |
(0,0) : error : at Mono.CSharp.AssemblyDefinition.CreateAssemblyName () [0x00000] in <filename unknown>:0 | |
(0,0) : error : at Mono.CSharp.AssemblyDefinitionStatic.Create (IKVM.Reflection.Universe domain) [0x00000] in <filename unknown>:0 | |
(0,0) : error : at Mono.CSharp.Driver.Compile () [0x00000] in <filename unknown>:0 |
NewerOlder