个人工具

“UbuntuHelp:LightScribe”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/LightScribe}}
 
{{From|https://help.ubuntu.com/community/LightScribe}}
 
{{Languages|UbuntuHelp:LightScribe}}
 
{{Languages|UbuntuHelp:LightScribe}}
 +
<<Include(Tag/StyleCleanup)>>
 
LightScribe support for Linux.
 
LightScribe support for Linux.
 
== Introduction ==
 
== Introduction ==
第10行: 第11行:
 
== Installing ==
 
== Installing ==
 
<ol><li>Visit the LightScribe download page for Linux:  http://www.lightscribe.com/downloadSection/linux/index.aspx
 
<ol><li>Visit the LightScribe download page for Linux:  http://www.lightscribe.com/downloadSection/linux/index.aspx
</li><li>Download the [http://download.lightscribe.com/ls/lightscribe-1.14.32.1-linux-2.6-intel.deb LightScribe System Software package "deb package"] software.
+
</li><li>Download the [http://download.lightscribe.com/ls/lightscribe-1.18.8.1-linux-2.6-intel.deb LightScribe System Software package "deb package"] software.
</li><li>Download the [http://download.lightscribe.com/ls/lightscribeApplications-1.10.19.1-linux-2.6-intel.deb LightScribe Simple Application "deb package"] software.
+
</li><li>Download the [http://download.lightscribe.com/ls/lightscribeApplications-1.18.6.1-linux-2.6-intel.deb LightScribe Simple Application "deb package"] software.
</li><li>Double-click the lightscribe-1.14.32.1-linux-2.6-intel.deb file and follow the prompts to install it.
+
</li><li>Download the [http://uploads.mitechie.com/lightscribe/4l_1.0-r6_i386.deb LaCie 4L Labeler utility "deb package"] software.
</li><li>Double-click the lightscribeApplications-1.10.19.1-linux-2.6-intel.deb file and follow the prompts to install it.
+
</li><li>Double-click the lightscribe-1.18.8.1-linux-2.6-intel.deb file and follow the prompts to install it.
</li><li>Run the '''/opt/lightscribeApplications/SimpleLabeler/SimpleLabeler''' program.</li></ol>
+
</li><li>Double-click the lightscribeApplications-1.18.6.1-linux-2.6-intel.deb file and follow the prompts to install it.</li></ol>
  
 
== Installing on amd64 ==
 
== Installing on amd64 ==
第23行: 第24行:
 
Second, force installation like this:
 
Second, force installation like this:
 
<pre><nowiki>
 
<pre><nowiki>
sudo dpkg --install --force-architecture lightscribe*.deb</nowiki></pre>
+
sudo dpkg --install --force-architecture lightscribe*.deb
 +
sudo dpkg --install --force-architecture 4l*.deb</nowiki></pre>
 
This is an advanced command that can break your Ubuntu installation.  Never force install a package unless you are prepared to restore the operating system from backup.
 
This is an advanced command that can break your Ubuntu installation.  Never force install a package unless you are prepared to restore the operating system from backup.
 
If, while trying to run the Simple Labeler application, you receive a message that states, "error while loading shared libraries: liblightscribe.so.1: cannot open shared object file: No such file or directory," manually run ldconfig like this:
 
If, while trying to run the Simple Labeler application, you receive a message that states, "error while loading shared libraries: liblightscribe.so.1: cannot open shared object file: No such file or directory," manually run ldconfig like this:
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo ldconfig</nowiki></pre>
 
sudo ldconfig</nowiki></pre>
 +
== Running the Applications ==
 +
For creating simple text labels, with a variety of stock border decorations, use the SimpleLabler application:
 +
<pre><nowiki>
 +
/opt/lightscribeApplications/SimpleLabeler/SimpleLabeler</nowiki></pre>
 +
For printing full-CD custom labels that you've created (typically use .png format), use the LaCie 4L application:
 +
<pre><nowiki>
 +
sudo 4L-gui</nowiki></pre>
 +
On my system, running Ubuntu 9.10, with a MadDog LightScribe drive, it takes about 14 minutes to print a full CD at normal contrast, and 27 minutes at high contrast.
 
== Warnings ==
 
== Warnings ==
 
These packages install programs as setuid root, which means that they run with full system privileges and could be a security risk.
 
These packages install programs as setuid root, which means that they run with full system privileges and could be a security risk.
第45行: 第55行:
 
* [http://www.lightscribe.com/ Official LightScribe site]
 
* [http://www.lightscribe.com/ Official LightScribe site]
 
----
 
----
[[category:CategoryHardware]] [[category:CategoryCleanup]] [[category:CategoryHardware]]
 
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2009年11月17日 (二) 19:44的版本

<<Include(Tag/StyleCleanup)>> LightScribe support for Linux.

Introduction

La'Cie has released the first software that allows burning labels on LightScribe media using LightScribe drives under Linux.

Prerequisites

  • x86 distribution of Ubuntu 8.04 LTS (Hardy) or newer.
  • LightScribe capable CD-R or DVD-R burner.
  • LightScribe media.

Installing

  1. Visit the LightScribe download page for Linux: http://www.lightscribe.com/downloadSection/linux/index.aspx
  2. Download the LightScribe System Software package "deb package" software.
  3. Download the LightScribe Simple Application "deb package" software.
  4. Download the LaCie 4L Labeler utility "deb package" software.
  5. Double-click the lightscribe-1.18.8.1-linux-2.6-intel.deb file and follow the prompts to install it.
  6. Double-click the lightscribeApplications-1.18.6.1-linux-2.6-intel.deb file and follow the prompts to install it.

Installing on amd64

The LightScribe packages can be forcibly installed on 64-bit systems. First, install the 32-bit compatibility package:

sudo apt-get install ia32-libs

Second, force installation like this:

sudo dpkg --install --force-architecture lightscribe*.deb
sudo dpkg --install --force-architecture 4l*.deb

This is an advanced command that can break your Ubuntu installation. Never force install a package unless you are prepared to restore the operating system from backup. If, while trying to run the Simple Labeler application, you receive a message that states, "error while loading shared libraries: liblightscribe.so.1: cannot open shared object file: No such file or directory," manually run ldconfig like this:

sudo ldconfig

Running the Applications

For creating simple text labels, with a variety of stock border decorations, use the SimpleLabler application:

/opt/lightscribeApplications/SimpleLabeler/SimpleLabeler

For printing full-CD custom labels that you've created (typically use .png format), use the LaCie 4L application:

sudo 4L-gui

On my system, running Ubuntu 9.10, with a MadDog LightScribe drive, it takes about 14 minutes to print a full CD at normal contrast, and 27 minutes at high contrast.

Warnings

These packages install programs as setuid root, which means that they run with full system privileges and could be a security risk.

Enable Enhanced Contrast

Activating the higher contrast print mode will let you print higher quality labels, at the cost of a bit longer burn time.

  1. Run the Enhanced Contrast Utility for Linux
sudo /usr/lib/lightscribe/elcu.sh
  1. Enter 1 to turn on Enhanced Contrast, or 2 to disable it.

This tip is documented on the LightScribe Pre-Release Software Evaluation page.

Links