So I downloaded linuxmint and tried mint4win, I can get it to open if I run it from the desktop but it doesn't see the ISO and can't download anything on its own, and running it from the mounted ISO does the same as Wubi
Any pointers?
Posted 27 January 2013 - 12:29
Posted 27 January 2013 - 12:54
Posted 03 March 2013 - 19:21
Posted 03 March 2013 - 21:16
dh_install: fglrx missing files (arch/#SRCOTHERARCH#/etc/OpenCL/vendors/*.icd), aborting make: *** [binary-arch] Error 2 dpkg-buildpackage: error: debian/rules binary gave error exit status 2 Removing temporary directory: fglrx-install.BpgTBX
Posted 04 March 2013 - 17:48
Detection, on 03 March 2013 - 21:16, said:
sudo apt-get install linux-headers-$(uname -r)
Posted 04 March 2013 - 18:28
Posted 04 March 2013 - 18:29
Posted 17 March 2013 - 00:34
sudo apt-get purge fglrx* sudo add-apt-repository ppa:andrikos/ppa sudo apt-get update sudo apt-get -y upgrade sudo apt-get --reinstall install xserver-xorg-video-intel sudo apt-get -y install fglrx-updates fglrx-amdcccle-updates sudo aticonfig --initial -fhttps://help.ubuntu..../ATI#WORKAROUND
#!/bin/sh
DRIVER=/usr/lib/fglrx/xorg/modules/drivers/fglrx_drv.so
echo "Come on AMD!"
for token in $DRIVER; do
echo "Removing AMD logo from "$token
for x in $(objdump -d $DRIVER|awk '/call/&&/EnableLogo/{print "\\x"$2"\\x"$3"\\x"$4"\\x"$5"\\x"$6}'); do
sed -i "s/$x/\x90\x90\x90\x90\x90/g" $DRIVER
done
done
echo "Reboot computer to finish"
http://askubuntu.com...-only-watermark
Posted 17 March 2013 - 00:53