ScreenBlankingWithXFree86-3

From K12LTSP Wiki

Jump to: navigation, search

Open /opt/ltsp/i386/etc/rc.setupx3 in your favorite editor.

Search for the following section of code: <verbatim> Section "Device"

   Identifier "My Video Card"
   VendorName "Unknown"
   BoardName "Unknown"
   ${XVIDRAM}

EOF </verbatim> Add the following line between "~BoardName" and "${XVIDRAM}" <verbatim>

   Option "power_saver"

</verbatim> When you are finished it should look like this: <verbatim> Section "Device"

   Identifier "My Video Card"
   VendorName "Unknown"
   BoardName "Unknown"
   Option "power_saver"
   ${XVIDRAM}

EOF </verbatim> Save your changes. You can check that DPMS is being set on the terminal by running "xset -q" in a console.

Personal tools