Lines 1-10
Link Here
|
1 |
--- slim.conf.orig Thu Nov 16 17:59:38 2006 |
1 |
--- slim.conf.orig 2008-10-04 13:49:03.000000000 +0200 |
2 |
+++ slim.conf Thu Nov 16 18:14:31 2006 |
2 |
+++ slim.conf 2008-10-04 13:52:44.000000000 +0200 |
3 |
@@ -1,17 +1,19 @@ |
3 |
@@ -1,17 +1,19 @@ |
4 |
# Path, X server and arguments (if needed) |
4 |
# Path, X server and arguments (if needed) |
5 |
# Note: -xauth $authfile is automatically appended |
5 |
# Note: -xauth $authfile is automatically appended |
6 |
-default_path ./:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin |
6 |
-default_path ./:/bin:/usr/bin:/usr/local/bin |
7 |
-default_xserver /usr/X11R6/bin/X |
7 |
-default_xserver /usr/bin/X |
8 |
-#xserver_arguments -dpi 75 |
8 |
-#xserver_arguments -dpi 75 |
9 |
+default_path ./:/bin:/usr/bin:%%LOCALBASE%%/bin:%%LOCALBASE%%/bin |
9 |
+default_path ./:/bin:/usr/bin:%%LOCALBASE%%/bin:%%LOCALBASE%%/bin |
10 |
+default_xserver %%LOCALBASE%%/bin/X |
10 |
+default_xserver %%LOCALBASE%%/bin/X |
Lines 16-28
Link Here
|
16 |
-halt_cmd /sbin/shutdown -h now |
16 |
-halt_cmd /sbin/shutdown -h now |
17 |
+halt_cmd /sbin/shutdown -p now |
17 |
+halt_cmd /sbin/shutdown -p now |
18 |
reboot_cmd /sbin/shutdown -r now |
18 |
reboot_cmd /sbin/shutdown -r now |
19 |
-console_cmd /usr/X11R6/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/issue; exec /bin/login" |
19 |
-console_cmd /usr/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/issue; exec /bin/login" |
20 |
-#suspend_cmd /usr/sbin/suspend |
20 |
-#suspend_cmd /usr/sbin/suspend |
21 |
+console_cmd %%LOCALBASE%%/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/motd; exec /usr/bin/login" |
21 |
+console_cmd /usr/X11R6/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/issue; exec /bin/login" |
22 |
+suspend_cmd /usr/sbin/acpiconf -s 3 |
22 |
+suspend_cmd /usr/sbin/acpiconf -s 3 |
23 |
|
23 |
|
24 |
# Full path to the xauth binary |
24 |
# Full path to the xauth binary |
25 |
-xauth_path /usr/X11R6/bin/xauth |
25 |
-xauth_path /usr/bin/xauth |
26 |
+xauth_path %%LOCALBASE%%/bin/xauth |
26 |
+xauth_path %%LOCALBASE%%/bin/xauth |
27 |
|
27 |
|
28 |
# Xauth file for server |
28 |
# Xauth file for server |
Lines 38-45
Link Here
|
38 |
|
38 |
|
39 |
# Commands executed when starting and exiting a session. |
39 |
# Commands executed when starting and exiting a session. |
40 |
# They can be used for registering a X11 session with |
40 |
# They can be used for registering a X11 session with |
41 |
@@ -60,7 +62,7 @@ |
41 |
@@ -63,7 +65,7 @@ |
42 |
welcome_msg Welcome to %host |
42 |
# session_msg Session: |
43 |
|
43 |
|
44 |
# shutdown / reboot messages |
44 |
# shutdown / reboot messages |
45 |
-shutdown_msg The system is halting... |
45 |
-shutdown_msg The system is halting... |
Lines 47-53
Link Here
|
47 |
reboot_msg The system is rebooting... |
47 |
reboot_msg The system is rebooting... |
48 |
|
48 |
|
49 |
# default user, leave blank or remove this line |
49 |
# default user, leave blank or remove this line |
50 |
@@ -72,7 +74,7 @@ |
50 |
@@ -84,7 +86,7 @@ |
51 |
current_theme default |
51 |
current_theme default |
52 |
|
52 |
|
53 |
# Lock file |
53 |
# Lock file |