Monthly Archives: February 2012

Error GCC installation

error: Building GCC requires GMP 4.2 , MPFR 2.3.1 and MPC 0.8.0 .Try the –with-gmp, –with-mpfr and/or –with-mpc options to specifytheir locations. Source code for these libraries can be found attheir respective hosting sites as well as at…

i found this problem when i tried to install gcc for avr development on ubuntu

when i went to download site and tried to install it by source i still got problem. i might miss some parameter when i run ./configure.

just to save my time i prefer to do installation by apt-get, fortunately these package of GMP, MPFR, and MPC

[php]
apt-get install libgmp-dev libgmp10
apt-get install libfmpr-dev
apt-get install libmpc-dev
[/php]

for avr development tools
[php]
apt-get install gcc-avr
apt-get install avr-libc
apt-get install gdb-avr
apt-get install avrdude
[/php]

Fatal Server Error: no screens found after installing fglrx

Fatal server error:
no screeen found

after i install fglrx by downloading via amd homepage i got above error on my ubuntu 11.10. apparently there are some miss-configurations after the installation process.

so as suggested by some sites, i uninstall fglrx by running

# cd /usr/share/ati
# sudo sh ./fglrx-uninstall.sh

and once again i reboot my laptop expecting i can get my normal screen, but again
i get
Fatal server error:
no screeen found

if u experience the same problem you may do this :
1. press ctrl+alt+f1 this will bring you to terminal
2. i decide to reinstall fglrx and get new configurations for my display so i run this command
[php]sudo apt-get –reinstall install fglrx[/php]
3. reboot, u should get your normal screen back 🙂

source
http://mrrichard.hubpages.com/hub/2-Ways-to-Install-FGLRX-in-Ubuntu-1110-Oneric
http://askubuntu.com/questions/25519/how-to-remove-amd-unsupported-hardware-without-reinstalling-the-driver