After upgrading my Ubuntu to 10.10, I got the same error as explained in http://sonalsantan.blogspot.com/2010/10/eclipse-adt-plugin-on-ubuntu-1010-after.html
"I found that my Eclipse Android Development Toolkit plugin stopped working. The Eclipse Help>Installation Details Menu would list ADT under Installed Software Tab. However, neither the Features Tab nor the Plug-ins Tab would list ADT."
Also, the installation of gef would fail due to the lack of some packages, solution found here http://ubuntuforums.org/showthread.php?t=1305691
Finally, in order to get Eclipse working with ADT plugin in Ubuntu 10.10, I did the following steps:
1. Exit eclipse if running
2. Delete ~/.eclipse/org.eclipse.platform_(your platform)
3. Start eclipse
4. Open Help > Install New Software
5. Add this sites:
5.1 http://download.eclipse.org/datatools/updates
5.2 http://download.eclipse.org/webtools/updates
5.3 http://download.eclipse.org/modeling/emf/updates
6. Install GEF Plugin (previously add the site http://download.eclipse.org/tools/gef/updates/releases)
7. Install ADT Plugin (previously add the site https://dl-ssl.google.com/android.eclipse
Showing posts with label Linux. Show all posts
Showing posts with label Linux. Show all posts
Tuesday, October 19, 2010
Friday, April 9, 2010
Installing nvidia 320M (Sony VAIO CW) on Linux
As usual, new laptop means having some trouble with nvidia-linux graphics.
Here's a howto, which will allow you to install nvidia drivers for nvidia geforce 320M (attention: you need to have windows installed!). This may be a little tricky because there are no official nvidia drivers released for 320M yet.
Here's a howto, which will allow you to install nvidia drivers for nvidia geforce 320M (attention: you need to have windows installed!). This may be a little tricky because there are no official nvidia drivers released for 320M yet.
I'd recommend to start from a fresh instalation (without graphics) of a debian sid netinstall.
1st. Installing a minimum X server (if you don't have one) and fluxbox
# aptitude install --without-recommends xinit xserver-xorg-video-intel xserver-xorg-input-synaptics xserver-xorg-input-kbd xserver-xorg-input-mouse xfonts-base xfonts-100dpi ttf-mscorefonts-installer x11-utils x11-server-utils xterm fluxbox
2nd. Installing nvidia drivers:
# aptitude install module-assistant nvidia-kernel-common build-essential
# m-a clean nvidia-kernel-source
# m-a prepare
# aptitude install --without-recommends nvidia-kernel-source
# m-a a-i nvidia-kernel-source
3rd. Installing glx libraries
# aptitude install nvidia-glx nvidia-settings nxidia-xconfig
4th. Execute nvidia-xconfig (this will create a file in /etc/X11/ named XF86Config)
5th. Restart with Windows and download softMCCS to get the EDID file of your nvidia card.
Download and install softMCCS, which you can get here: http://www.entechtaiwan.com/files/softmccs.exe.
Find your EDID file and save it to a flash drive.
Restart with Linux.
6th. Copy your EDID file and add it to the XF86Config
Mount the flash drive and copy the edid file in /etc/X11 (in my case my edid file is edid.bin)
# mount -t vfat /dev/sdX /media/usb (replace X for the place where the flash drive is)
# cp /media/usb/edid.bin /etc/X11/
# nano /etc/X11/XF86Config
---add at the last line of section Device0 or Device:
Option "ConnectedMonitor" "DFP-0"
Option "CustomEDID" "DFP-0:/etc/X11/edid.bin"
7th. Start X
# startx
+ info: http://ubuntuforums.org/showthread.php?t=1393940&page=3
+ info: http://wiki.debian.org/NvidiaGraphicsDrivers
Hope it helps!
Sunday, November 22, 2009
Sé que voy tarde, pero.. (Programa Padre en Linux con Citrix)
Pasos a seguir para la instalación del programa Padre en Linux a través del cliente Citrix (sin wine) con Debian Sid (Unstable).
- Nos bajamos el cliente de Citrix para Linux: AQUÍ (yo uso el tar.gz)
- Descomprimimos el fichero: #tar czvf linuxx86-11.0.140395.tar.gz
- Sin cambiar de directorio, ejecutamos #./setupwcfg
- Seleccionamos 1 (Install Citrix Receiver)
- Escribimos el directorio de instalación /usr/lib/ICAClient
- Escribimos Y (proceder con la instalación)
- Seleccionamos 1 (Aceptar la licencia)
- Seleccionamos 3 (Salir del programa de instalación de Citrix).
- Instalamos libXm.so.3:
- Instalamos libmotif: #sudo aptitude install libmotif3
- Enlace simbólico: #ln -s /usr/lib/libXm.so.3 /usr/lib/libXm.so.4
- Ejecutamos el cliente: #cd /usr/lib/ICAClient/ y luego #./wfcmgr
- Configuramos Citrix:
- Pestaña: Tools>Settings>Preferences>DriveMapping:
- Bajamos hasta la letra z y seleccionamos el botón de Enable (entre el cuadro de texto y las gafas)
- Luego Modify y escribimos el directorio donde guardar las declaraciones (Ej: /home/carl/declaraciones).
- Seleccionamos Enable Drive Mapping, Apply y Ok.
- Pestaña: Connections>Exit
- Abrimos el programa: #iceweasel https://aeat.es/prentai.ica
Subscribe to:
Posts (Atom)