Changeset 43963 in vbox
- Timestamp:
- Nov 26, 2012 3:21:34 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_AdvancedTopics.xml
r43576 r43963 252 252 guest logons on platforms which support this framework. Virtually all 253 253 modern Linux/Unix distributions rely on PAM.</para> 254 255 <para>For automated logons on Ubuntu (or Ubuntu-derived) distributions 256 using LightDM as the display manager, please see 257 <xref linkend="autologon_unix_lightdm" />.</para> 254 258 255 259 <para>The <computeroutput>pam_vbox.so</computeroutput> module itself … … 406 410 <computeroutput>debug</computeroutput> option.</para> 407 411 </note></para> 412 413 <sect3 id="autologon_unix_lightdm"> 414 <title>VirtualBox Greeter for Ubuntu / LightDM</title> 415 416 <para>Starting with version 4.2.6, VirtualBox comes with an own greeter 417 module named vbox-greeter which can be used with LightDM 1.0.1 or later. 418 LightDM is the default display manager since Ubuntu 10.11 and therefore 419 also can be used for automated guest logons.</para> 420 421 <para>vbox-greeter does not need the pam_vbox module described above 422 in order to function -- it comes with its own authentication mechanism 423 provided by LightDM. However, to provide maximum of flexibility both 424 modules can be used together on the same guest.</para> 425 426 <para>As for the pam_vbox module, vbox-greeter is shipped as part of 427 the Guest Additions but it is not installed and/or activated on the 428 guest OS by default. In order to install it, the 429 <computeroutput>vbox-greeter.desktop</computeroutput> 430 file has to be copied from 431 <computeroutput>/opt/VBoxGuestAdditions-<version></computeroutput> 432 to the <computeroutput>xgreeters</computeroutput> directory, usually 433 <computeroutput>/usr/share/xgreeters/</computeroutput>. 434 Please refer to your guest OS documentation for the correct LightDM 435 greeter directory.</para> 436 437 <para>The vbox-greeter module itself already was installed by the 438 VirtualBox Guest Additions installer and resides in 439 <computeroutput>/usr/sbin/</computeroutput>. To enable vbox-greeter as 440 the standard greeter module, the file 441 <computeroutput>/etc/lightdm/lightdm.conf</computeroutput> needs to be 442 edited:</para> 443 444 <para><screen> 445 [SeatDefaults] 446 greeter-session=vbox-greeter</screen></para> 447 448 <note><para>The LightDM server needs to be fully restarted in order to 449 get vbox-greeter used as the default greeter. As root, do a 450 <computeroutput>service lightdm --full-restart</computeroutput> on 451 Ubuntu, or simply restart the guest.</para></note> 452 453 <note><para>vbox-greeter is independent of the graphical session chosen 454 by the user (like Gnome, KDE, Unity etc). However it requires FLTK 1.3 455 for representing its user interface.</para></note> 456 457 <para>In addition to the guest property values of the 458 pam_vbox module listed above, vbox-greeter has the following guest 459 properties for further customizing its user interface, residing all in 460 <computeroutput>/VirtualBox/GuestAdd/Greeter/</computeroutput>:</para> 461 462 <orderedlist> 463 <listitem> 464 <para><computeroutput>HideRestart</computeroutput>: Set to "1" if 465 vbox-greeter should hide the button to restart the guest. This 466 property must be set read-only for the guest 467 (<computeroutput>RDONLYGUEST</computeroutput>).</para> 468 </listitem> 469 470 <listitem> 471 <para><computeroutput>HideShutdown</computeroutput>: Set to "1" if 472 vbox-greeter should hide the button to shutdown the guest. This 473 property must be set read-only for the guest 474 (<computeroutput>RDONLYGUEST</computeroutput>).</para> 475 </listitem> 476 477 <listitem> 478 <para><computeroutput>BannerPath</computeroutput>: Path to a .PNG 479 file for using it as a banner on the top. The image size must be 480 460 x 90 pixels, any bit depth. This property must be 481 set read-only for the guest 482 (<computeroutput>RDONLYGUEST</computeroutput>).</para> 483 </listitem> 484 485 <listitem> 486 <para><computeroutput>UseTheming</computeroutput>: Set to "1" for 487 turning on the following theming options. This property must be 488 set read-only for the guest 489 (<computeroutput>RDONLYGUEST</computeroutput>).</para> 490 </listitem> 491 492 <listitem> 493 <para><computeroutput>Theme/BackgroundColor</computeroutput>: 494 Hexadecimal RRGGBB color for the background. This property must be 495 set read-only for the guest 496 (<computeroutput>RDONLYGUEST</computeroutput>).</para> 497 </listitem> 498 499 <listitem> 500 <para><computeroutput>Theme/LogonDialog/HeaderColor</computeroutput>: 501 Hexadecimal RRGGBB foreground color for the header text. This 502 property must be set read-only for the guest 503 (<computeroutput>RDONLYGUEST</computeroutput>).</para> 504 </listitem> 505 506 <listitem> 507 <para><computeroutput>Theme/LogonDialog/BackgroundColor</computeroutput>: 508 Hexadecimal RRGGBB color for the logon dialog background. This 509 property must be set read-only for the guest 510 (<computeroutput>RDONLYGUEST</computeroutput>).</para> 511 </listitem> 512 513 <listitem> 514 <para><computeroutput>Theme/LogonDialog/ButtonColor</computeroutput>: 515 Hexadecimal RRGGBB background color for the logon dialog button. This 516 property must be set read-only for the guest 517 (<computeroutput>RDONLYGUEST</computeroutput>).</para> 518 </listitem> 519 </orderedlist> 520 521 <note><para>The same restrictions for the guest properties above apply 522 as for the ones specified in the pam_vbox section.</para></note> 523 </sect3> 408 524 </sect2> 409 525 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.