Questions tagged [dvi]

17 questions
6
votes
1 answer

How can I access a DDC/CI Display Dependent Device from a Windows application?

I am modifying a monitor controller for a prototype. It would be convenient to send commands to the prototype using DDC/CI. In Windows, I can't find an obvious way to send a DDC/CI command to a "display dependent device". The Monitor Configuration…
joshuanapoli
  • 2,509
  • 3
  • 25
  • 34
4
votes
1 answer

Control external screen from Android app

I need some help where to look for api or code example on how to control an external screen from an Android app. My Android app will most of the time run on devices which have no built in screen, instead you connect an external screen with hdmi or…
Robert
  • 2,357
  • 4
  • 25
  • 46
4
votes
3 answers

Convert DVI to SVG with dvisvgm issue

I try to use below steps to get a SVG file but it seems the output SVG file not displayed correctly. Use latex to compile latex code test.tex to dvi file. \documentclass{standalone} \usepackage{tikz} \begin{document} \begin{tikzpicture} …
lucky1928
  • 8,708
  • 10
  • 43
  • 92
2
votes
1 answer

Windows API error 2 compiling latex pdf on Hmisc describe

I'm getting a message from Windows saying a .dvi file is missing and that my latex pdf cannot be compiled - see below. The procedure I'm trying to output as a latex table is very simple library(Hmisc) latex(describe(wine)) MiKTeX Problem…
yojan2001
  • 21
  • 3
2
votes
1 answer

Is there anything I can do at the software level against HDCP?

I connected my android tablet (mini-HMDI) to my monitor (DVI) and I get: weird colors mis-aligned image error message http://postimage.org/image/5tdvmb5pz/ I tested the tablet on a new fancy tv with hdmi port at the local electonics store, it…
user1358
  • 623
  • 2
  • 8
  • 13
2
votes
0 answers

Outputting to DVI port

I am attempting to program a frame sequential 3D signal to an eMagin z800 HMD. This unit communicates via a VGA serial port however I am using a NVidia Quadro FX 3450/4000 SDI graphics card which has only DVI ports. Therefore I have connected it via…
2
votes
1 answer

It is possible to easily convert ycbcr to rgb before sending to hdmi output in android/linux?

MK802 android mini pc screen has pink tint/doesnt work, when using with DVI monitor through HDMI-DVI cable, probably because it is outputing YCbCr HDMI signal, altrough DVI supports only RGB. My question is if it is possible to convert this signal…
2
votes
0 answers

Switch between DVI and VGA

Is there a way of switching the monitor's input from VGA to DVI programmatically in C# ? I've found an article on how to switch it on or off here. Any suggestions ?
Lescai Ionel
  • 4,216
  • 3
  • 30
  • 48
1
vote
0 answers

Drawing SVG Glyphs in Golang to Convert Latex DVI to SVG

I am looking to render a piece of Latex code via Golang using the StarTex Library. One particular package is used to write the DeVice Independent (DVI) file into a PNG. Unfortunately, a raster image is inadequate for my purposes, so I wished to…
Talmsmen
  • 183
  • 1
  • 7
1
vote
0 answers

Failing to annotate text in parallel because of tex error "RuntimeError: Failed to process string with tex because dvipng could not be found"

I have this script to plot a lot of figures in parallel. When I run it in ipython to test it, it runs fine, but when I submit a job script to run in parallel it fails when trying annotate some text. The section where it fails is below: time_string =…
Reggicide
  • 21
  • 5
1
vote
1 answer

Is there a way to get the raw data from a DVI port?

I have nopt seeing anyone else trying to do this. It is completely possible I am apperoaching this the wrong way. Basically, I have a computer with a DVI input. If nothing is attached to the DVI input, then a program on the computer loads some…
Scott Simontis
  • 748
  • 1
  • 10
  • 24
0
votes
0 answers

Convert dvi to odt filetype

Is there a software or a linux command to convert .dvi filetype to a .odt filetype? As I understand, the .dvi file is a machine readable file format which is used to render a document. I am using MXLinux 5.16.0.
Ginko-Mitten
  • 304
  • 1
  • 11
0
votes
1 answer

Not visible/refreshed objects or part of screen

Do You know the situation when on screen in application you have not fully refreshed view? You need to hover the mouse on the object to make it visible/refreshed? Or You need to open close page/screen to refresh all objects? I have PC-box with…
0
votes
0 answers

Strange crash after saving many colormeshplots using matplotlib

I am using matplotlib(with LaTex enabled and agg backend) in order to display hydrodynamical simulations using the pcolormesh function. System: Ubuntu 16.04 Python: Python 2.7.12 Matplotlib: 1.5.1-1ubuntu1 Im am also adding additional axis using…
F. Klein
  • 1
  • 1
0
votes
1 answer

can't connect panda-es to HDMI/DVI display

I am getting the following pop up message on my monitor while connecting HDMI cable to panda to view console on my HDMI display. The current input timing is not supported by the monitor display. Please change your timing to 1920x1080@60Hz or any…
zappy
  • 1,864
  • 3
  • 18
  • 36
1
2