Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

18
votes
3answers
16k views

iPad VGA Connector - Mirror screen in own Application?

Is it possible to mirror the Screen over the VGA Connector? Can't find anything about this.
9
votes
2answers
202 views

What is The Memory Address of Character Table In DOS? [closed]

What is the address of character table in DOS where we can create new fonts and symbols by manipulating the pixels of the each character? I know to change it with BIOS interrupts, but I only need the ...
5
votes
2answers
600 views

Where is the textmode video buffer if it isn't at 0xB8000?

About 15 years ago, I used to amuse myself and annoy my CS teacher by writing bad code that would directly modify the text on the monitor. This was/is easily done by accessing video memory at 0xB8000 ...
4
votes
6answers
9k views

Using UIScreen to drive a VGA display - doesn't seem to show the UIWindow?

HI there, I'm trying to use UIScreen to drive a separate screen with the VGA dongle on my iPad. Here's what I've got in my root view controller's viewDidLoad: //Code to detect if an external ...
4
votes
1answer
491 views

will linux emit event when monitor connect with D-sub connector?

I want to write a software, when monitor connect with D-sub connector, this software will pop-up, and ask user to mirror monitor or extend monitor. but i doesn't find any event emit when d-sub ...
3
votes
2answers
430 views

Handling an external screen on the iPad

Ok, I think its possible I've misunderstood the correct way to implement an external screen on the iPad and it is causing me a lot of headaches. Since this is a long post, what I'm trying to do is ...
3
votes
1answer
58 views

Exist on .NET any way to detect if a Monitor with VGA plug is still plugged-in?

That's all, I want to know if someone unplug the monitor and take several actions, any idea? Thank you
2
votes
2answers
238 views

Help on VGA and putpixel intel x86 asm AT&T syntax

I want to draw a colored line in asm. I have to use AT&T syntax, on an x86 intel linux unit. I got pretty far already, but I'd like to know how to enter VGA-mode, or Mode-X, and how to put a ...
2
votes
0answers
69 views

Check if display is powered on

Is there a way to check if display is powered on in linux. I tried xrandr and xset but none of these two give me if any information about monitor power. using xrandr we can identify if the vga cable ...
2
votes
2answers
956 views

mirroring iPad screen to VGA

I tried mirroring the screen of a simple new TabBarApplication with iphoneos-screen-mirroring for iPad: http://code.google.com/p/iphoneos-screen-mirroring/ Everytime (also without including the ...
1
vote
1answer
26 views

how to read an image file like jpg and display it on screen pixel by pixel?

I am doing my own OS(from scratch) which is not based on any pre-existing kernels or OS. So i know screen is divided into 80*25 and i know that usually it is like 0xB8000 can hold a attributes of ...
1
vote
1answer
183 views

Connect a Spartan3E board onto laptop via VGA port [closed]

I'm trying to connect a Spartan3E board to my laptop's monitor via the VGA port of the laptop. The FPGA on my board processes my input and returns an image through its VGA port. Is it possible to ...
1
vote
2answers
720 views

iphone, ipad VGA External Display - tvOutManager

i used all the examples and source code out there for displaying application content to external VGA display. while playing video in inside of the application am getting bellow thing in external ...
1
vote
1answer
734 views

How to output video on external display with controls on ipad?

Currently when outputting video to an external display from the iPad, it moves the controls and all to the external display. This is not useful because you cannot control the movie while the controls ...
1
vote
2answers
111 views

Tapping into VGA output of a PC

Is it possible to tap into the VGA output of a (different) computer? The computer in question will be running a driving simulator (which is at full screen). I would like to feed this video to another ...
1
vote
7answers
2k views

I need an ARM 9 Development Board

Does anyone know an ARM 9 development board that has Ethernet, USB and a VGA or TV out?
1
vote
2answers
1k views

Detect a VGA monitor on windows, using DDC?

Does windows provide any api calls to detect if a monitor is presently connected on the VGA port by using DDC I or DCC 2? I am trying to figure out a way to know if a monitor is connected and turned ...
1
vote
2answers
1k views

VGA standard for Graphics Controller

I'm attempting to create a generic graphics controller for VGA monitors with an Altera FPGA via a VGA connector, but I cannot find any good online resources explaining the standard specification which ...
0
votes
0answers
37 views

Dell display port doesn't work with graphics card

I have a Dell desktop Optiplex 790. I recently started having a problem with dual monitor viewing. The problem is as follows: I have a graphics card (nVidia) as well as a built in display port and VGA ...
0
votes
0answers
170 views

VGA programming without using interrupt (only registers)

I want to develop a VGA graphics driver (for Linux(Ubuntu)) with support for the basic primitives such as putpixel, drawline, fillrect and bitblt. I want to do it in protected mode. I´ve been ...
0
votes
1answer
95 views

When and how does Linux to save VGA memroy to RAM? Is it in pm-suspend script? or in kernel after echo mem > /sys/power/state

Does anyone know when Linux save VGA memory to RAM? Is it in pm-suspend script before echo mem to /sys/power/state? Is it in kernel after echo -n "mem" > /sys/power/state? or both? I have looked at ...
0
votes
0answers
187 views

how to display my iPad app on a projector with iPad 1

I saw that youtube is able to display video through the VGA connector to an external projector. Does this mean that it is possible to use a specific api or framework in order to display my custom app ...
0
votes
1answer
190 views

Simple OCR of Analog Video (VGA) Signal

Does anybody know about a product or an open source project that would do OCR (Optical Character Recognition) of a VGA stream? The VGA screens are very simple, numbers and strings in fixed locations. ...
0
votes
2answers
442 views

Displaying Image on VGA and/or Television through ARM Micro controllers(in C)(SD Card)

I worked on 8051 micro controllers, a few months before, and found it quite interesting. Had a few projects, enjoyed while programming. I picked a project with the above title as my final project this ...
0
votes
1answer
316 views

iphone / ipad VGA, External device Display

In my app it has lots of videos and animation to present a view. Am implemented External display by using TVOutManager sample app. Every thing works fine except video part. inside my application ...
0
votes
2answers
360 views

Iphone,ipad VGA compatible application

how to create a iphone/ipad application in VGA compatible. Any source code / Tutorial would be appreciated. Also set existing application to VGA compatible.
0
votes
0answers
148 views

iPhone VGA using methods

I'm trying to use VGA feature to transfer everything from iPhone screen to VGA screen. Here is my approach: - (void) _refresh{ UIGraphicsBeginImageContext(_appWindow.bounds.size); ...
0
votes
1answer
202 views

How is Visual Studio 2008 Windows Forms Designer both QVGA and VGA Compatible?

In Visual Studio 2008 when working with a Smart Device project, if I use the Window Forms Designer to add controls to a form, then the controls will be displayed in the correct place when the program ...
0
votes
0answers
244 views

Android - Strange behavior with different screen resolutions

I'm having some problem with screen resolutions in Android. I found the problem when I first ran my application on a VGA AVD and the application's images did not occupy the % of the screen I was ...
0
votes
1answer
432 views

What's WQVGA for screen size?

QVGA is 240 x 320, then WQVGA is 240 x 400, or 240+ x 400?
0
votes
0answers
195 views

UIWebView and VGA support

I am outputting a UIWebView on an external screen using the VGA connector and am able to display web pages. The problem arises when a video is embedded in the page. What happens is that the video is ...
0
votes
1answer
359 views

iPad VGA output - how to remove the extra UIScreen

I have the need to display a specific view on a separate screen, similar to how Keynotes handles presentation mode. I've managed this successfully by checking how many screens are available, and then ...
0
votes
1answer
693 views

iPad/iPhone duplicate view and resize?

I'm working on an app that is similar to a Presentation application (Keynote/Powerpoint) for the iPad, that will use the VGA adapter to present on screen. However, if the presenter is using the ...
0
votes
1answer
60 views

svgalib : cant see anything

I had compiled some examples from svgalib, the console show : Using EGA driver svglib 1.4.3 Nothing more, its like its drawing somewhere but I cannot see it. This could be a ver very noob question ...
0
votes
3answers
464 views

VGA Video using an ARM7

I need to put out a VGA signal from an AT91SAM7SE512. How can I do this without using an extra controller? I saw stuff on the web, but it needs to be able to modify the specific pixels.
0
votes
2answers
621 views

How To Print ASCII Extended Characters Using a Const Char*?

I have a function to print characters on the screen that is like this: void print(int colour, int y, int x, const char *string) { volatile char *video=(volatile char*)0xB8000 + y*160 + x*2; ...
0
votes
1answer
791 views

VGA 15 pin port data read and write using Matlab

I am using compaq presario cq40 laptop with windows seven ultimate(32-bit OS). I would like to access the 15 pin VGA port using Matlab (preferrably using the Data Acquisition Toolbox). Do I require ...
0
votes
1answer
82 views

HTMLControl on WM 6.1 - VGA

I am facing trouble enabling "High Resolution" mode in WM6 Professional. I am using a HTMLView.dll to embed an HTMLControl in our application. By default the "HTML" Shown is not in "High Resolution" ...
0
votes
1answer
217 views

Programmatically detect and set up an external screen?

Is it possible in Java (or any other language) to detect if there's an available external screen (on VGA or DVI), start the screen, and send graphics (text and stuff) to it? An example: in ...
-1
votes
1answer
4k views

VGA graphics driver for dell inspiron n5010( windows 7 ) 32bit [closed]

I need VGA graphics driver for dell inspiron n5010(Windows 7) 32 bit. I have searched everywhere on net,cant seem to find it.Is there anymore information required here? Can anyone please give me a ...
-6
votes
1answer
137 views

Anyone written Haskell program that accessed the PC VGA port? [closed]

Has anyone out there written a Haskell program that accesses the VGA port of a PC?