Howto: configure ubuntu with gnome desktop
From andLinux
(Difference between revisions)
(New page: How to configure ubuntu with gnome. == XDMCP == Edit '''/etc/gdm/gdm.conf''' and enable xdmcp: change this: <pre> ... [xdmcp] Enable=false ... </pre> to this: <pre> ... [xdmcp] Enable=...) |
|||
| Line 1: | Line 1: | ||
How to configure ubuntu with gnome. | How to configure ubuntu with gnome. | ||
| + | |||
| + | == services == | ||
| + | |||
| + | You must disable the follow services: | ||
| + | * /etc/init.d/gdm | ||
| + | * /etc/init.d/powernowd | ||
| + | * /etc/init.d/hotkey-setup | ||
| + | * /etc/init.d/pcmcia | ||
| + | * /etc/init.d/vbesave | ||
| + | |||
| + | A easy way to do this: Use '''sysv-rc-conf''': | ||
| + | <pre> | ||
| + | sudo aptitude install sysv-rc-conf | ||
| + | sudo sysv-rc-conf | ||
| + | </pre> | ||
== XDMCP == | == XDMCP == | ||
| Line 22: | Line 37: | ||
You can restart GDM with '''sudo /etc/init.d/gdm restart''' | You can restart GDM with '''sudo /etc/init.d/gdm restart''' | ||
| + | |||
| + | |||
| + | == Links == | ||
| + | * http://ubuntuforums.org/showthread.php?t=81444 | ||
Current revision
How to configure ubuntu with gnome.
services
You must disable the follow services:
* /etc/init.d/gdm * /etc/init.d/powernowd * /etc/init.d/hotkey-setup * /etc/init.d/pcmcia * /etc/init.d/vbesave
A easy way to do this: Use sysv-rc-conf:
sudo aptitude install sysv-rc-conf sudo sysv-rc-conf
XDMCP
Edit /etc/gdm/gdm.conf and enable xdmcp:
change this:
... [xdmcp] Enable=false ...
to this:
... [xdmcp] Enable=true ...
You can restart GDM with sudo /etc/init.d/gdm restart
Links
* http://ubuntuforums.org/showthread.php?t=81444
