Tagged Questions
0
votes
0answers
467 views
Can I set up dual monitors with Intel HD4000 as one display for XBMC?
I just need confirmation that this works before I go through the expense and trouble of trying to set this up.
I have an i3 3225 with HD4000 graphics. My motherboard has booth HDMI and DVI outputs. I ...
3
votes
2answers
2k views
How do you run XBMC on nvidia dual screen and stop it from taking over the keyboard and mouse?
I have set up dual screen under Ubuntu 12.04. I have a GeForce 8500 GT and have used the nVidia control panel to set up dual screen in "Separate screen mode". Here's the resulting xorg.conf:
# ...
2
votes
1answer
474 views
Why DISPLAY variable constantly changing, and how can I determine what's the right value?
I use this script to launch XBMC:
#! /bin/bash
# Launch XBMC in windowed mode, then use wmctrl to remove the titlebar
DISPLAY=:0.0
# Start XBMC without blocking this script
xbmc &
# Wait for ...
0
votes
1answer
1k views
How can I run XBMC as another user?
It's a little bit complicated as other "how can I run" questions, firstly, because I use this script to run on second screen (TV) full size:
1 #! /bin/bash
2 # Launch XBMC in windowed mode, ...