Skip to content

Commit

Permalink
asus-switcheroo: Fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
  • Loading branch information
awilliam committed Apr 20, 2011
1 parent 8b5fa56 commit 340c452
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README
@@ -1,6 +1,6 @@
These drivers are for Asus laptops with integrated Intel These drivers are for Asus laptops with integrated Intel
graphics and discrete Nvidia graphics. To see if this graphics and discrete Nvidia graphics. To see if this
might work only your laptop, disassemble your DSDT and might work on your laptop, disassemble your DSDT and
look for a _DSM method similar to this: look for a _DSM method similar to this:


Method (_DSM, 4, NotSerialized) Method (_DSM, 4, NotSerialized)
Expand Down Expand Up @@ -62,8 +62,8 @@ the initramfs.


Using it: Using it:


For simply disabling the discrete graphics, the only other thing For simply disabling the discrete graphics to save power, the
you need to do is: only other thing you need to do is:


# echo OFF > /sys/kernel/debug/vgaswitcheroo/switch # echo OFF > /sys/kernel/debug/vgaswitcheroo/switch


Expand All @@ -72,8 +72,8 @@ If debugfs isn't automatically mounted for you, add this to your


debugfs /sys/kernel/debug debugfs defaults 0 0 debugfs /sys/kernel/debug debugfs defaults 0 0


See the suspend resume script for a description of an issue See the suspend/resume script for a description of an issue
and workaround for suspend resume and powering off the other and workaround for suspend/resume and powering off the other
device. device.


If you want to run with nouveau graphics, echo DIS to the If you want to run with nouveau graphics, echo DIS to the
Expand All @@ -82,9 +82,9 @@ already running. You can run DDIS to the switch file for
a delayed switch when X restarts. a delayed switch when X restarts.


The asus-switcheroo module now includes a workaround for older The asus-switcheroo module now includes a workaround for older
kernels where nouveau does not reprobe devices whe we kernels where nouveau does not reprobe devices when we
switch to it. This fixes the black screen issue when using switch to it. This fixes the black screen issue when using
the discrete gfx with the nouveau driver we had previosly. the discrete gfx with the nouveau driver we had previously.


The i915-jprobe module also comes into play when the Intel The i915-jprobe module also comes into play when the Intel
gfx is turned off. This module dynamically fixes a bug in gfx is turned off. This module dynamically fixes a bug in
Expand Down
2 changes: 1 addition & 1 deletion asus-switcheroo.conf-dracut
@@ -1 +1 @@
add_drivers_l="$add_drivers_l asus-switcheroo i915-jprobe" add_drivers+="asus-switcheroo i915-jprobe"

0 comments on commit 340c452

Please sign in to comment.