Changes between Version 51 and Version 52 of OpenCL_Memo


Ignore:
Timestamp:
Dec 26, 2011 12:32:53 AM (13 years ago)
Author:
nakasato
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenCL_Memo

    v51 v52  
    5858 
    5959== Using AMD APP on Scientific Linux == 
    60  # Install required packages... 
    61  # Install "X Window System" group and xdm 
     60I have tested Scientific Linux 6.1 x86_64. 
     61 
     62 1. Install required packages... 
     63 2. Install "X Window System" group and xdm 
    6264{{{ 
    6365sudo yum groupinstall "X Window System" 
    6466sudo yum install xdm 
    6567}}} 
    66  # Edit /etc/inittab to change the default runlevel 5 
    67  # Edit /etc/X11/xdm/Xservers to add "-ac" option to the command argument for Xserver 
    68  # Edit /etc/rc.local to add "xdm" line for start-uping xdm. 
    69  # Install the driver and the SDK. 
     68 3. Edit /etc/inittab to change the default runlevel 5 
     69 4. Edit /etc/X11/xdm/Xservers to add "-ac" option to the command argument for Xserver 
     70 5. Edit /etc/rc.local to add "xdm" line for start-uping xdm. 
     71 6. Install the driver and the SDK. 
    7072 
    7173= Random notes =