Start XBMC on right screen
#1
I've setup a dual screen with Nvidia X Server Settings, it called 'TwinView'

It works great. My left monitor (1280x1024) is the primary for the X Screen, then i've got the right screen (1920x1080).

When i start the XBMC i've only the resolutions: 3200x1080 and Windowed.

How can i start XBMC full screen on the right screen by default.

I've already put the 'sync to this display device' on the right screen.
Reply
#2
disable twinview. use xinerama. the twinview crap presents your screens as one to apps.
Reply
#3
Okej, i've done that...but when i start Nvidia i get the message?

Quote:Xlib: extension "RANDR" missing on display ":0.0".

ERROR: Invalid display device DFP-0 specified on line 46 of configuration file
'/home/pascal/.nvidia-settings-rc' (the currently enabled display
devices are CRT-0 on Tower:0.0).


ERROR: Invalid display device DFP-0 specified on line 48 of configuration file
'/home/pascal/.nvidia-settings-rc' (the currently enabled display
devices are CRT-0 on Tower:0.0).

pascal@Tower:~$ sudo nvidia-settings
Xlib: extension "RANDR" missing on display ":0.0".

In XBMC i can only select Windowed or 0x0
Reply
#4
This is my config file, is any thing wrong with it?

Quote:# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildd@palmer) Sun Feb 1 20:21:04 UTC 2009

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection

Section "ServerFlags"
Option "Xinerama" "1"
EndSection

Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "NCI NEC CI VT700"
HorizSync 31.0 - 80.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection

Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor1"
VendorName "Unknown"
ModelName "Samsung SyncMaster"
HorizSync 30.0 - 81.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 6200 LE"
BusID "PCI:2:0:0"
Screen 0
EndSection

Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 6200 LE"
BusID "PCI:2:0:0"
Screen 1
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "CRT: nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "DFP-0"
Option "metamodes" "DFP: nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Reply

Logout Mark Read Team Forum Stats Members Help
Start XBMC on right screen0