DomiStyle / docker-idrac6

iDRAC 6 web interface and VNC proxy
https://hub.docker.com/r/domistyle/idrac6/
MIT License
756 stars 135 forks source link

Full Screen mode does not work #45

Closed arne-cl closed 2 years ago

arne-cl commented 2 years ago

Dear @DomiStyle,

thank you so much for providing this tool! It works nicely with my old servers. The only thing I can't get working (neither via the web interface nor via VNC) is full screen mode.

Whenever I click on View -> Full Screen, I only get this error: idrac6-full-screen-error

The resolution of the server is 1,280x1,024.

The resolution of the desktop is 801x621.

The resolution of the client desktop must be greater than the resolution
of the server desktop for the Full Screen mode to be operational.
KamilKobylarek commented 2 years ago

Hi, same here.

DomiStyle commented 2 years ago

I can't reproduce this on my machine but you can try setting these environment variables:

DISPLAY_WIDTH=1920
DISPLAY_HEIGHT=1080

Fullscreening most likely won't do anything though since the application is already running in fullscreen.

arne-cl commented 2 years ago

Thank you @DomiStyle, this works nicely!

For reference, the usage example for full screen mode looks like this:

docker run -d \
  -p 5800:5800 \
  -p 5900:5900 \
  -e IDRAC_HOST=idrac1.example.org \
  -e IDRAC_USER=root \
  -e IDRAC_PASSWORD=1234 \
  -e DISPLAY_WIDTH=1920 \
  -e DISPLAY_HEIGHT=1080 \
  domistyle/idrac6