Changes between Version 7 and Version 8 of OpenCL_Memo


Ignore:
Timestamp:
Feb 8, 2010 6:05:54 PM (15 years ago)
Author:
nakasato
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenCL_Memo

    v7 v8  
    1 == How to change the grub setting in Ubuntu 9.10? == 
    2 Edit /etc/default/grub and execute update-grub. I add "nopat" to GRUB_CMDLINE_LINUX_DEFAULT for Catalyst 10.1. 
    3  
    4 The configuration file for the grub is at /boot/grub/grub.cfg. 
    5 This file is automatically generated by update-grub command. 
    6  
    71== Standard Compute Layer Library == 
    82http://www.browndeertechnology.com/stdcl.html 
     
    2418}}} 
    2519 
     20 
     21== Catalyst 10.1 with Ubuntu 9.10 workarounds == 
     22=== Change the grub setting === 
     23Edit "/etc/default/grub" and execute update-grub. I add "nopat" to GRUB_CMDLINE_LINUX_DEFAULT for Catalyst 10.1. 
     24 
     25The configuration file for the grub is at /boot/grub/grub.cfg. 
     26This file is automatically generated by update-grub command. 
     27 
     28=== X server setting === 
     29The default login manager gdm is difficult to properly configure, I install xdm instead of gdm. 
     30The configuration file for xdm is at /etc/X11/xdm directory. 
     31 
     32Edit "Xservers" file as 
     33{{{ 
     34:0 local /usr/bin/X :0 vt7 -nolisten tcp -ac 
     35}}} 
     36This "-ac" option enable remote applications to access the local X server.