| 20 | |
| 21 | == Catalyst 10.1 with Ubuntu 9.10 workarounds == |
| 22 | === Change the grub setting === |
| 23 | Edit "/etc/default/grub" and execute update-grub. I add "nopat" to GRUB_CMDLINE_LINUX_DEFAULT for Catalyst 10.1. |
| 24 | |
| 25 | The configuration file for the grub is at /boot/grub/grub.cfg. |
| 26 | This file is automatically generated by update-grub command. |
| 27 | |
| 28 | === X server setting === |
| 29 | The default login manager gdm is difficult to properly configure, I install xdm instead of gdm. |
| 30 | The configuration file for xdm is at /etc/X11/xdm directory. |
| 31 | |
| 32 | Edit "Xservers" file as |
| 33 | {{{ |
| 34 | :0 local /usr/bin/X :0 vt7 -nolisten tcp -ac |
| 35 | }}} |
| 36 | This "-ac" option enable remote applications to access the local X server. |