How can I start the desktop without having to "startx"?
- by gtldsp
I dont want to start every time startx is there any way to get GUI Direct login screen.
my files are
root@ubuntu:~# locate org.conf
/usr/share/X11/xorg.conf.d
/usr/share/X11/xorg.conf.d/10-evdev.conf
/usr/share/X11/xorg.conf.d/11-evdev-quirks.conf
/usr/share/X11/xorg.conf.d/11-evdev-trackpoint.conf
/usr/share/X11/xorg.conf.d/50-synaptics.conf
/usr/share/X11/xorg.conf.d/50-vmmouse.conf
/usr/share/X11/xorg.conf.d/50-wacom.conf
/usr/share/X11/xorg.conf.d/51-synaptics-quirks.conf
/usr/share/man/man5/xorg.conf.5.gz
/usr/share/man/man5/xorg.conf.d.5.gz
root@ubuntu:~# cd /usr/share/X11/xorg.conf.d
root@ubuntu:/usr/share/X11/xorg.conf.d# ll
total 36
drwxr-xr-x 2 root root 4096 Apr 23 04:38 ./
drwxr-xr-x 5 root root 4096 Apr 23 04:38 ../
-rw-r--r-- 1 root root 1099 Apr 4 17:04 10-evdev.conf
-rw-r--r-- 1 root root 590 Mar 15 08:52 11-evdev-quirks.conf
-rw-r--r-- 1 root root 364 Mar 15 08:52 11-evdev-trackpoint.conf
-rw-r--r-- 1 root root 956 Apr 13 06:00 50-synaptics.conf
-rw-r--r-- 1 root root 115 Mar 22 09:54 50-vmmouse.conf
-rw-r--r-- 1 root root 842 Mar 30 03:13 50-wacom.conf
-rw-r--r-- 1 root root 590 Apr 13 05:59 51-synaptics-quirks.conf
root@ubuntu:/usr/share/X11/xorg.conf.d#
Please provide me step by step details.