Lines 1-10
Link Here
|
1 |
--- slim.conf.orig Sun Sep 11 18:50:36 2005 |
1 |
--- slim.conf.orig Thu Nov 16 17:59:38 2006 |
2 |
+++ slim.conf Sun Jan 8 14:32:02 2006 |
2 |
+++ slim.conf Thu Nov 16 18:14:31 2006 |
3 |
@@ -1,13 +1,15 @@ |
3 |
@@ -1,17 +1,19 @@ |
4 |
# Path, X server and arguments (if needed) |
4 |
# Path, X server and arguments (if needed) |
5 |
default_path ./:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin |
5 |
# Note: -xauth $authfile is automatically appended |
6 |
default_xserver /usr/X11R6/bin/X |
6 |
-default_path ./:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin |
|
|
7 |
-default_xserver /usr/X11R6/bin/X |
7 |
-#xserver_arguments -dpi 75 |
8 |
-#xserver_arguments -dpi 75 |
|
|
9 |
+default_path ./:/bin:/usr/bin:%%LOCALBASE%%/bin:%%X11BASE%%/bin |
10 |
+default_xserver %%X11BASE%%/bin/X |
8 |
+# The X server needs to be started on an unused virtual terminal, |
11 |
+# The X server needs to be started on an unused virtual terminal, |
9 |
+# for FreeBSD in a default configuration, the first one of those is #09 |
12 |
+# for FreeBSD in a default configuration, the first one of those is #09 |
10 |
+xserver_arguments vt09 |
13 |
+xserver_arguments vt09 |
Lines 15-26
Link Here
|
15 |
reboot_cmd /sbin/shutdown -r now |
18 |
reboot_cmd /sbin/shutdown -r now |
16 |
-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/X11R6/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/issue; exec /bin/login" |
17 |
-#suspend_cmd /usr/sbin/suspend |
20 |
-#suspend_cmd /usr/sbin/suspend |
18 |
+console_cmd /usr/X11R6/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 %%X11BASE%%/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/motd; exec /usr/bin/login" |
19 |
+suspend_cmd /usr/sbin/acpiconf -s 3 |
22 |
+suspend_cmd /usr/sbin/acpiconf -s 3 |
20 |
|
23 |
|
21 |
# This command is executed after a succesful login. |
24 |
# Full path to the xauth binary |
22 |
# you can place the %session and %theme variables |
25 |
-xauth_path /usr/X11R6/bin/xauth |
23 |
@@ -17,8 +19,8 @@ |
26 |
+xauth_path %%X11BASE%%/bin/xauth |
|
|
27 |
|
28 |
# Xauth file for server |
29 |
authfile /var/run/slim.auth |
30 |
@@ -32,8 +34,8 @@ |
24 |
# NOTE: if your system does not have bash you need |
31 |
# NOTE: if your system does not have bash you need |
25 |
# to adjust the command according to your preferred shell, |
32 |
# to adjust the command according to your preferred shell, |
26 |
# i.e. for freebsd use: |
33 |
# i.e. for freebsd use: |
Lines 29-37
Link Here
|
29 |
+login_cmd exec /bin/sh - ~/.xinitrc %session |
36 |
+login_cmd exec /bin/sh - ~/.xinitrc %session |
30 |
+#login_cmd exec /bin/bash -login ~/.xinitrc %session |
37 |
+#login_cmd exec /bin/bash -login ~/.xinitrc %session |
31 |
|
38 |
|
32 |
# Available sessions (first one is the default). |
39 |
# Commands executed when starting and exiting a session. |
33 |
# The current chosen session name is replaced in the login_cmd |
40 |
# They can be used for registering a X11 session with |
34 |
@@ -33,7 +35,7 @@ |
41 |
@@ -60,7 +62,7 @@ |
35 |
welcome_msg Welcome to %host |
42 |
welcome_msg Welcome to %host |
36 |
|
43 |
|
37 |
# shutdown / reboot messages |
44 |
# shutdown / reboot messages |
Lines 40-46
Link Here
|
40 |
reboot_msg The system is rebooting... |
47 |
reboot_msg The system is rebooting... |
41 |
|
48 |
|
42 |
# default user, leave blank or remove this line |
49 |
# default user, leave blank or remove this line |
43 |
@@ -45,7 +47,7 @@ |
50 |
@@ -72,7 +74,7 @@ |
44 |
current_theme default |
51 |
current_theme default |
45 |
|
52 |
|
46 |
# Lock file |
53 |
# Lock file |