Hi, I'd like to use my mini210s with my computer screen as I have no TV. I use a HDMI/DVI converter but no image displays (I have tested all HDMI résolutions with both linux Qtopia and Android 4). I assume it is because my screen does not support HD résolutions (Nec MultiSync LCD 2070NX, resolution 1600x1200). I would like to know if I can make the mini210 output a resolution which can be supported by the screen. I tried to modify the resolution of an HDMI entry in mini210-lcds.c file, but the trick was not so simple as it didn't work. Quicly reading the µC datasheet make me think it may be impossible. Any ideas? Thanks
Resolution change on HDMI output
in the android tv menu, there is an option for dvi I believe but no option for changing the resolution to a 4:3 one, it's mentioned in the manual for the s5pv210 chip but it doesn't mention the available resolutions. I would really like to know how to do this too.
Thanks Reggie for your answer. I've tried this option already but nothing worked. I hoped there was a possibility to change this in the kernel, so I could use a PC screen with linux. I do not investigate a lot on Android side for the moment. I'll do a deeper search.
One of the first problems I encountered when wanting to install Android on Mini2440 was that distributors of the device had not compiled the kernel to support my LCD (running an 800x480 LCD A70), so I had no choice but googling a couple of nights I was free to solve my problem. Luckily help was elusive and I found the solution, but not in a very. As I mentioned earlier the Android distribution that provided the company to install it on the Mini2440 was not set with my type of screen (A70) ie the kernel was not compiled for this screen. Now to compile the kernel to work with this type of screen you just have to perform the following steps /*type these commands in u r terminal */ cd /home/Downloads/ tar -zxvf android-kernel_20090825.tgz cd kernel/ geany arch/arm/mach-s3c2440/mach-mini2440.c This file contains the screen fonts and settings so you will need to change to fit the resolution of your screen. On line 169 of the document will see that there are some resolutions for the T35 screen which is 240*320. In lines 99 and 100 of the paper we will make the following changes: