Linux second screen disable
#1
Photo 
Hi i install xbmcbuntu 12.1 after upgrade. Everythink works fine but one think not.

I log to xbmcbuntu session - go to monitors configure - disable build in lcd screen (this is laptop - but work as media center on tv) , and ubuntu disable screen Smile.

But when i log to session - xbmc have mirrors screen and both work.

So where i can setup xbmc monitors setup - xbmc session dont use xbmcubuntu session config ...

thanks for any help.
Reply
#2
You could try using the command

xrandr
Reply
#3
or i run it but still have problem.

add :

EXTERNAL_OUTPUT="VGA1"
INTERNAL_OUTPUT="LVDS1"

xrandr |grep $EXTERNAL_OUTPUT | grep " connected "
if [ $? -eq 0 ]; then
xrandr --output $INTERNAL_OUTPUT --off --output $EXTERNAL_OUTPUT --auto
else
xrandr --output $INTERNAL_OUTPUT --auto --output $EXTERNAL_OUTPUT --off
fi

to 45xcustom_xrandr-settings.

- monitor is turned off but.

in xbmc session - always have out of range i tv. (its old 32" tv)

i setup in other tv - 800x600 in 60 Hz still, out of rage in xbmc mode.

when i change boot to xbmcbuntu mode - i see desktop on tv - even in 120x768 screen.

Where i can have problem ? how to resolve it ?

very thanks for help

i have new info -
here is xrandr when xbmcbuntu runing - tv wok ok

janusz@janusz-N150:~$ env DISPLAY=":0.0" xrandr
Screen 0: minimum 320 x 200, current 800 x 600, maximum 4096 x 4096
LVDS1 connected (normal left inverted right x axis y axis)
1024x600 60.0 +
800x600 60.3 56.2
640x480 59.9
VGA1 connected 800x600+0+0 (normal left inverted right x axis y axis) 365mm x 292mm
1280x1024 85.0 + 75.0 60.0
1280x960 85.0 60.0
1280x800 84.9 74.9 59.8
1152x864 75.0
1280x768 84.8 74.9 59.9
1024x768 85.0 75.1 70.1 60.0 43.5
1024x576 60.0
832x624 74.6
800x600 85.1 72.2 75.0 60.3* 56.2
848x480 60.0
640x480 85.0 72.8 75.0 66.7 60.0
720x400 85.0 70.1
640x400 85.1
640x350 85.1



here is when i run xbmc session - tv is out of range (i log from other computer to ssh )

janusz@janusz-N150:~$ env DISPLAY=":0.0" xrandr
Screen 0: minimum 320 x 200, current 800 x 600, maximum 4096 x 4096
LVDS1 connected (normal left inverted right x axis y axis)
1024x600 60.0 +
800x600 60.3 56.2
640x480 59.9
VGA1 connected 800x600+0+0 (normal left inverted right x axis y axis) 365mm x 292mm
1280x1024 85.0 + 75.0 60.0
1280x960 85.0 60.0
1280x800 84.9 74.9 59.8
1152x864 75.0
1280x768 84.8 74.9 59.9
1024x768 85.0 75.1 70.1 60.0 43.5
1024x576 60.0
832x624 74.6
800x600 85.1* 72.2 75.0 60.3 56.2
848x480 60.0
640x480 85.0 72.8 75.0 66.7 60.0
720x400 85.0 70.1
640x400 85.1
640x350 85.1
Reply
#4
if i undestand correct - in first i have active - 60 Hz ,in second 85,
but in xbmc i setup 60 Hz (i Connect Computer to fullhd screen and change settings inside xbmc -settings/ system / screen)
but still have like you see.

Very thanks for help
Reply
#5
Looks like its a refresh rate issue. Maybe its possible to set the refresh rate via xrandr? Ive never tried. Or a custom xorg.conf with modelines to suit your monitor?
Reply
#6
but how to do it ?
Reply
#7
Have you googled 'xrandr refresh rate' ?
Reply

Logout Mark Read Team Forum Stats Members Help
second screen disable0