trevordick wrote:
Ken
You need to either login as a Super User in a Terminal (shell)
su
password
of use the Root Terminal (you will only need to enter your root password when you start the Root terminal).
I will make sure that this is clearly explained for Linux noob's in the next version of the Installation guide.
Trevor
Hi Ken
If you want to give it another shot in the meantime here are the exact steps.
1. Do a clean boot and login to the MintPPC desktop
2. Print out these steps
3. Open a terminal window and type
press return and then enter your
root password and press return again.
4. Type
and press return key. This should stop the X Window environment and leave you in a black console screen at the login prompt.
5. At black console screen login as user
and press return key and the enter your
root password and press return again.
6. Type
and check to see if
xorg.conf.d exists. If it does skip to step 8; if not continue to step 7.
7. Type
and press the Return key.
8. Type
Code: Select all
nano /etc/X11/xorg.conf.d/10-vsync.conf
and press return key and enter the following text
Code: Select all
Section "Device"
Identifier "Radeon HD 4650"
Option "SwapbuffersWait" "False"
EndSection
Double check that what you have entered is correct.
Hold down the
CTRL key and press
X key. Now let both keys go and then click
Y to save the file.
9.Type
and press return key and enter the following text.
Code: Select all
# export LIBGL_DRIVERS_PATH=/usr/lib/xorg/modules/dri_g/
# export R600_ENABLE_S3TC=1
export vblank_mode=0
export CLUTTER_VBLANK=none
Double check that what you have entered is correct.
Hold down the
CTRL key and press
X key. Now let both keys go and then click
Y to save the file.
10. Type
and press the return key.
11. Make sure to boot MintPPC again with the vmlinux39 kernel.
12. Open a terminal window after rebooting and logging in and type
You should hopefully see frame rates in the 1700 fps range
Pat