Changes between Version 51 and Version 52 of OpenCL_Memo
- Timestamp:
- Dec 26, 2011 12:32:53 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenCL_Memo
v51 v52 58 58 59 59 == Using AMD APP on Scientific Linux == 60 # Install required packages... 61 # Install "X Window System" group and xdm 60 I have tested Scientific Linux 6.1 x86_64. 61 62 1. Install required packages... 63 2. Install "X Window System" group and xdm 62 64 {{{ 63 65 sudo yum groupinstall "X Window System" 64 66 sudo yum install xdm 65 67 }}} 66 #Edit /etc/inittab to change the default runlevel 567 #Edit /etc/X11/xdm/Xservers to add "-ac" option to the command argument for Xserver68 #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. 70 72 71 73 = Random notes =