[AppleTv] Crystalbuntu - Resolution on other apps
#1
So on my crystalbuntu setup I am using the following xorg.conf which I modified to fit my tv

PHP Code:
Section "ServerLayout"
    
Identifier     "Layout0"
    
Screen      0  "Screen0" 0 0
    InputDevice    
"Keyboard0" "CoreKeyboard"
    
InputDevice    "Mouse0" "CorePointer"
EndSection

Section 
"Files"
    
RgbPath         "/usr/X11R6/lib/X11/rgb"
EndSection

Section 
"Module"
    
Load           "dbe"
    
Load           "extmod"
    
Load           "type1"
    
Load           "freetype"
    
Load           "glx"
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"
    
Identifier     "Monitor0"
    
VendorName     "Unknown"
    
ModelName      "Unknown"
    
HorizSync       30.0 110.0
    VertRefresh     50.0 
150.0
    Option         
"DPMS"
EndSection

Section 
"Device"
    
Identifier     "Device0"
    
Driver         "nvidia"
    
VendorName     "NVIDIA Corporation"
    
Option "RegistryDwords" "RMDisableRenderToSysmem=1"
    
Option "DynamicTwinView" "false"
    
Option "HWCursor" "false"
    
Option "ConnectedMonitor" "TV"
EndSection

Section 
"Screen"
    
Identifier     "Screen0"
    
Device         "Device0"
    
Monitor        "Monitor0"
    
Option         "UseDisplayDevice" "TV"
    
Option         "TVOutFormat" "COMPONENT"
    
Option         "TVStandard" "HD1080i"
    
Option         "TVOverScan" "0.80
    DefaultDepth    24
    Option         "
NoLogo" "True"
    SubSection     "
Display"
        Modes    "
1920x1080" "1280x720" "1024x768" "720x480" "800x600" "640x480"
        Depth       24
    EndSubSection
EndSection

Section "
Extensions"
    Option         "
Composite" "Disable"
EndSection 


So when I try to launch a plugin (such as Advanced Launcher), it launches correctly, but the window it creates doesn't display.

It goes to this primitive X display with a crosshair + in the middle of it, then after the app times out after 15 seconds or so it just jumps me back into the xbmc main window.

Do the plugin apps have a custom window sizes or anything that it is trying to use and my tv doesn't support?
Reply
#2
get rid of "type1" module
Reply
#3
Thanks so much Sam! That worked perfectly.
Reply
#4
Itry to set my output to 720p as my projection is 720p-1080i
so i set these settings :

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "RegistryDwords" "RMDisableRenderToSysmem=1"
Option "DynamicTwinView" "false"
Option "HWCursor" "false"
Option "ConnectedMonitor" "TV"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
Option "UseDisplayDevice" "TV"
Option "TVOutFormat" "HDMI"
Option "TVStandard" "HD720p"
Option "TVOverScan" "0.80
DefaultDepth 24
Option "NoLogo" "True"
SubSection "Display"
Modes "1920x1080" "1280x720" "1024x768" "720x480" "800x600" "640x480"
Depth 24
EndSubSection
EndSection

but when x windows want to start i get no singnal out !!!
Reply

Logout Mark Read Team Forum Stats Members Help
[AppleTv] Crystalbuntu - Resolution on other apps0