Should work with all resolutions. 16bit is only transport layer.
Dispmanx is saving snapshots to 16bit RGB (RGB565) and then VNC is setup to use RGB555. So only shifts in VNC server can be problem.
Search found 75 matches
- Fri Jul 12, 2013 12:38 pm
- Forum: Graphics programming
- Topic: Dispmanx VNC Server
- Replies: 77
- Views: 84167
- Fri Jul 12, 2013 10:03 am
- Forum: Graphics programming
- Topic: Dispmanx VNC Server
- Replies: 77
- Views: 84167
Re: Dispmanx VNC Server
And one comment. Tested only headless with TV out as display.
- Fri Jul 12, 2013 8:16 am
- Forum: Graphics programming
- Topic: Dispmanx VNC Server
- Replies: 77
- Views: 84167
Dispmanx VNC Server
Hello. I have been playing with dispmanx_snashot and using LibVNCServer and created a simple VNC server. It takes snapshots from screen via dispmanx and sends them via VNC. It can also view the 3D demos from hello_pi. The code is here: https://docs.google.com/file/d/0B0ImsXFDXpRBYkthTHMzWlRQUWc/edit...
- Thu Jul 11, 2013 6:44 pm
- Forum: Raspberry Pi OS
- Topic: When will be weston in repos
- Replies: 2
- Views: 843
When will be weston in repos
Hello
I am interested in Wayland/Weston. I am looking in raspbian repositories and can't find weston. Wayland is there, but weston not.
I know that weston now has raspberry pi backend so I want to try.
I am doing something wrong?
I am interested in Wayland/Weston. I am looking in raspbian repositories and can't find weston. Wayland is there, but weston not.
I know that weston now has raspberry pi backend so I want to try.
I am doing something wrong?
- Fri Jun 28, 2013 7:49 am
- Forum: Graphics programming
- Topic: Dispmanx snapshot vs. cat /dev/fb0
- Replies: 13
- Views: 11013
Re: Dispmanx snapshot vs. cat /dev/fb0
Hello. That was the same resolution. But on framebuffer there is overscan. So I get only 656x416 resolution and on the border is black. But when I snapshot it with dispmanx_snapshot I get the full resolution of TV and it is 720x480. The screenshot were taken in 10s distance. So first I saved dispman...
- Thu Jun 27, 2013 6:27 pm
- Forum: Graphics programming
- Topic: Dispmanx snapshot vs. cat /dev/fb0
- Replies: 13
- Views: 11013
Dispmanx snapshot vs. cat /dev/fb0
Hello. I have created utility to save snapshot of screen via dispmanx_snapshot. See thread: http://www.raspberrypi.org/phpBB3/viewtopic.php?p=376546#p376546 Now I have tested it and saved screenshots of terminal, xwin and 3d demos with it. Then I looked into pictures closer and I see that characters...
- Tue Jun 25, 2013 6:57 pm
- Forum: Advanced users
- Topic: screenshot without XWindow running?
- Replies: 11
- Views: 8739
Re: screenshot without XWindow running?
Hello. I have tried dispmanx_snapshot and it looks like it is working. Here is code (main.c) // A simple demo using dispmanx to display get screenshot #include <stdio.h> #include <stdlib.h> #include <stdarg.h> #include <assert.h> #include <unistd.h> #include <sys/time.h> #include "bcm_host.h&qu...
- Wed May 22, 2013 5:47 pm
- Forum: Graphics programming
- Topic: Combine OpenVG with OpenGLES2
- Replies: 1
- Views: 1855
Combine OpenVG with OpenGLES2
Hello.
I am planning to do some kind of window manager and I plan to combine OpenVG and OpenGLES2.
My idea is to render OpenVG commands to OpenGL texture and display this texture with EGL/dispmanx.
Does someone knows an example of this. Is this possible to do?
I am planning to do some kind of window manager and I plan to combine OpenVG and OpenGLES2.
My idea is to render OpenVG commands to OpenGL texture and display this texture with EGL/dispmanx.
Does someone knows an example of this. Is this possible to do?
- Tue Mar 12, 2013 7:13 pm
- Forum: OpenGLES
- Topic: 3D Parametric Function Plotting
- Replies: 21
- Views: 9180
Re: 3D Parametric Function Plotting
Hello.
I have got it running. Great app.
Do you have some other examples of functions?
I am not good in math.
Thanks.
I have got it running. Great app.
Do you have some other examples of functions?
I am not good in math.
Thanks.
- Wed Feb 20, 2013 6:40 pm
- Forum: General discussion
- Topic: Delete installers for installed games
- Replies: 3
- Views: 1706
Delete installers for installed games
Hello. I have installed games from PiStore (openarena, etc). Now I am running little out of space. I looked on filesystem and found that in: /var/lib/indiecity/pistore/Installers are the downloaded installers for games. And in /usr/local/bin/indiecity/InstalledApps are installed games. How I can del...
- Wed Feb 13, 2013 7:24 pm
- Forum: Graphics programming
- Topic: dispmanx manual
- Replies: 5
- Views: 7274
dispmanx manual
Hello. I just started to use dispmanx to draw content on screen. I followed hello_pi/hello_dispmanx.c So I've got my picture on screen and now I need to update that picture. I have used vc_dispmanx_resource_write_data to write picture to element. But how I can i update the element to show next frame...
- Sun Feb 10, 2013 12:38 pm
- Forum: Advanced users
- Topic: tvservice vs fbset ? Who's right ?
- Replies: 5
- Views: 8081
Re: tvservice vs fbset ? Who's right ?
I think they are both right. If you have black borders around text try disable_overscan=1 in config. Then tvservice and fbset should report the same. I think this is all about overscan.
- Wed Feb 06, 2013 2:21 pm
- Forum: Advanced users
- Topic: HDMI/ TV out and framebuffer size. Text is not crystal clear
- Replies: 7
- Views: 13539
Re: HDMI/ TV out and framebuffer size. Text is not crystal c
Hello all.
I have found a solution. It is all about using Menu on LCD monitor and turning off AV Mode.
See this: http://www.overclock.net/t/579884/samsu ... n-problems
So now I am very happy. I have crystal clear texts in console.
I have found a solution. It is all about using Menu on LCD monitor and turning off AV Mode.
See this: http://www.overclock.net/t/579884/samsu ... n-problems
So now I am very happy. I have crystal clear texts in console.
- Tue Feb 05, 2013 12:07 pm
- Forum: General discussion
- Topic: PIStore download OpenArena not working
- Replies: 6
- Views: 3423
Re: PIStore download OpenArena not working
Hello.
I have resized the SD Card. I am using the same RPi and same SD card in my work office and at home.
So now I have succesfully installed and runned OpenArena on the same SD card.
So the size of SD card was not the problem.
I have resized the SD Card. I am using the same RPi and same SD card in my work office and at home.
So now I have succesfully installed and runned OpenArena on the same SD card.
So the size of SD card was not the problem.
- Mon Feb 04, 2013 10:51 am
- Forum: General discussion
- Topic: PIStore download OpenArena not working
- Replies: 6
- Views: 3423
Re: PIStore download OpenArena not working
Hello.
Just try it on my LCD monitor with mouse and keyboard and Openarena is working !!!.
Yes. so now only to be curious why download in my work office is not working.
We have switched off all firewalls rules and then also direct connect without firewall and download was not working.
Peter.
Just try it on my LCD monitor with mouse and keyboard and Openarena is working !!!.
Yes. so now only to be curious why download in my work office is not working.
We have switched off all firewalls rules and then also direct connect without firewall and download was not working.
Peter.
- Sun Feb 03, 2013 8:09 pm
- Forum: General discussion
- Topic: PIStore download OpenArena not working
- Replies: 6
- Views: 3423
Re: PIStore download OpenArena not working
Now returned to my home computer whichone I used for registering with indiecity and tried to run PIStore. Now t magically works. (also My Libraty, profile and download) So I downloaded OpenArena succesfully on my home setup. Tommorow will see if it also runs. (as I have no monitor for RPi at my lapt...
- Fri Feb 01, 2013 3:58 pm
- Forum: General discussion
- Topic: PIStore download OpenArena not working
- Replies: 6
- Views: 3423
Re: PIStore download OpenArena not working
Now I have played with PIStore. Removed via sudo apt-get remove pistore, deleted /home/pi/indiecity and also /var/lib/indiecity. And than reinstalled pistore and now I cannot even browse My Library. Also adding games to download is not working. Is it somehow related my IP change? As I use it with la...
- Fri Feb 01, 2013 2:25 pm
- Forum: Advanced users
- Topic: HDMI/ TV out and framebuffer size. Text is not crystal clear
- Replies: 7
- Views: 13539
Re: HDMI/ TV out and framebuffer size. Text is not crystal c
Hello. There is a menu on that LCD monitor. I checked it all and it says mode is 1920x1080. I have also tried adjusting and it say Not available. Also for Auto Mode and also for manul mode. There is in that OSD menu a menuitem for left/top aligment but is says Not available. The monitor is: Samsung ...
- Fri Feb 01, 2013 11:12 am
- Forum: General discussion
- Topic: PIStore download OpenArena not working
- Replies: 6
- Views: 3423
PIStore download OpenArena not working
Hello. I have successfully installed PI Store and I want to download and install OpenArena. But I have a problem. I can succesfully login into PiStore and added OpenArena to download, but donwload is not starting. Do someone know on which TCP port download is working? I can see details, browse PiSto...
- Wed Jan 23, 2013 5:50 pm
- Forum: Advanced users
- Topic: HDMI/ TV out and framebuffer size. Text is not crystal clear
- Replies: 7
- Views: 13539
Re: HDMI/ TV out and framebuffer size. Text is not crystal c
Hello.
I am stuck. On my LCD monitor the disable_overscan=1 makes my command line moved to left and bottom and I can't see login prompt.
Can disable_overscan=0 and overscan_left be combined?
But also with disable_overscan=1 the text console is not "crystal" clear.
Any ideas?
Thanks.
I am stuck. On my LCD monitor the disable_overscan=1 makes my command line moved to left and bottom and I can't see login prompt.
Can disable_overscan=0 and overscan_left be combined?
But also with disable_overscan=1 the text console is not "crystal" clear.
Any ideas?
Thanks.
- Tue Jan 22, 2013 6:46 pm
- Forum: Advanced users
- Topic: HDMI/ TV out and framebuffer size. Text is not crystal clear
- Replies: 7
- Views: 13539
HDMI/ TV out and framebuffer size. Text is not crystal clear
Hello. I have a question about HDMI/TV resolution and default size of framebuffer width/height. My setup HDMI LCD Monitor: tvservice -s = 1920x1080, fbset reports 1824x984 TV with NTSC: tvservice -s = 720x480 fbset reports 656x416. My problem is that on HDMI LCD monitor the console text is not cryst...
- Tue Jan 15, 2013 7:25 pm
- Forum: Advanced users
- Topic: Control tty0 from crazy setup
- Replies: 7
- Views: 1679
Re: Control tty0 from crazy setup
Tried linuxvnc and it works !!!
I have now 3 windows: TV prog, putty and VNC Client
Thanks to all.
I have now 3 windows: TV prog, putty and VNC Client
Thanks to all.
- Fri Jan 11, 2013 2:02 pm
- Forum: Bare metal, Assembly language
- Topic: GPU access or how the architeture of CPU/GPU SoC looks like?
- Replies: 6
- Views: 2606
GPU access or how the architeture of CPU/GPU SoC looks like?
Hello. I have been searching on internet for overview of BCM SoC of raspberry pi but can't find something usefull. I saw that raspberry pi firmware is now open-sourced, but there is still some BLOB as closed source. And my question is where is this blob?. Also for OpenGL this libGLES is passing comm...
- Wed Jan 09, 2013 8:33 pm
- Forum: Advanced users
- Topic: Control tty0 from crazy setup
- Replies: 7
- Views: 1679
Control tty0 from crazy setup
Hello. I have some crazy setup for my RPi. I have only notebook and TV card inside notebook. I connected RPi to notebook via cross ethernet cable. I can connect to RPi via SSH. I have connected S-Video of RPi to my PC TV card. I run TV program on my notebook and perfectly see bootup and login on tty...
- Mon Jul 09, 2012 12:01 pm
- Forum: Graphics programming
- Topic: Window system on EGL
- Replies: 0
- Views: 2156
Window system on EGL
Hello. I am thinking of buying RPI, but at first I am looking on some window system on it. I know RPI has OpenGLES and EGL support. Is there some window system that can run on top of firmware's EGL and GLES? I checked wayland source code and I don't think it will run. Or can someone point me to pure...