Linux HOW-TO achieve perfect playback at 23.97 or 59.94 Hz with NVIDIA GPU hardware

  Thread Rating:
  • 15 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
TheSoundMan Offline
Junior Member
Posts: 1
Joined: Oct 2011
Reputation: 0
Post: #401
Can you only do these commands and funky stuff in the linux edition?
find quote
MdMa Offline
Junior Member
Posts: 32
Joined: Sep 2009
Reputation: 0
Post: #402
I have an ASRock ION330 (OpenELEC RC7) to a H/K AVR to a Sony SXRD.

My problem is that my TV CANNOT do 24p, only 50Hz & 60Hz. My AVR can do 24p however.

So I have been trying to get all 24p material to run @ 60Hz.

I have edited my advancedsettings.xml like so, but XBMC will still not force 24p > 60Hz (and be able to switch to 50hz for 25fps material) regardless of what I have set "adjust display refresh to match video" and/or "sync playback to display" to.

What else can I try? And for the record I am a big noob, so I would need a little more detail than most.
(This post was last modified: 2011-10-14 06:06 by MdMa.)
find quote
derekos Offline
Junior Member
Posts: 29
Joined: Dec 2009
Reputation: 0
Post: #403
I was following the instructions in the first post, but I quickly discovered that X is not writing anything to XOrg.0.log. Any idea why that might be and how I might go about getting it to output something?

I was wondering if it was a permission issue - with the user who calls X not have write permission. I did a chmod 777 but that didn't solve it.

Any ideas on why would be much appreciated.
find quote
pumkinut Offline
Posting Freak
Posts: 875
Joined: May 2006
Reputation: 9
Post: #404
Okay, not sure what's going on here. I ran the script and everything seemed to go okay, but for some reason, I just can't get my GPU to output anything other than 60Hz. It's an nVidia GF9300 integrated chipset.

Code:
xbmc@XBMC:~$ for i in 24 60; do xrandr -r $i; nvidia-settings -q RefreshRate | grep -o "[0-9][0-9].*Hz"; done
60.00 Hz
60.00 Hz
Code:
xbmc@XBMC:~$ nvidia-settings -q "refreshrate"                                                                          
  Attribute 'RefreshRate' (0:0.0; display device: DFP-1): 60.00 Hz.
    'RefreshRate' is an integer attribute.
    'RefreshRate' is a read-only attribute.
    'RefreshRate' is display device specific.
    'RefreshRate' can use the following target types: X Screen, GPU.
My modes.txt
Code:
xbmc@XBMC:~$ cat modes.txt
--- Modes in ModePool for Pioneer Electronic Corporation VSX-1020 (DFP-1) ---
"nvidia-auto-select" : 1920 x 1080 @  60.0 Hz  (from: EDID)
"1920x1080"          : 1920 x 1080 @  60.0 Hz  (from: EDID)
"1920x1080_60"       : 1920 x 1080 @  60.0 Hz  (from: EDID)
"1920x1080_60_0"     : 1920 x 1080 @ 59.94/60 Hz (CEA-861B Format 16) (from: EDID)
"1920x1080_30"       : 1920 x 1080 @ 29.97/30 Hz (CEA-861B Format 34) (from: EDID)
"1920x1080_24"       : 1920 x 1080 @ 23.97/24 Hz (CEA-861B Format 32) (from: EDID)
"1920x1080_60i"      : 1920 x 1080 @ 59.94/60 Hz (CEA-861B Format 5) (from: EDID)
"1440x480"           : 1440 x  480 @ 59.94/60 Hz (CEA-861B Format 15) (from: EDID)
"1440x480_60"        : 1440 x  480 @ 59.94/60 Hz (CEA-861B Format 15) (from: EDID)
"1280x1024"          : 1280 x 1024 @  60.0 Hz  (from: EDID)
"1280x1024_60"       : 1280 x 1024 @  60.0 Hz  (from: EDID)
"1280x720"           : 1280 x  720 @  60.0 Hz  (from: EDID)
"1280x720_60"        : 1280 x  720 @  60.0 Hz  (from: EDID)
"1280x720_60_0"      : 1280 x  720 @ 59.94/60 Hz (CEA-861B Format 4) (from: EDID)
"1024x768"           : 1024 x  768 @  60.0 Hz  (from: EDID)
"1024x768_60"        : 1024 x  768 @  60.0 Hz  (from: EDID)
"800x600"            :  800 x  600 @  60.3 Hz  (from: EDID)
"800x600_60"         :  800 x  600 @  60.3 Hz  (from: EDID)
"720x480"            :  720 x  480 @ 59.94/60 Hz (CEA-861B Format 3) (from: EDID)
"720x480_60"         :  720 x  480 @ 59.94/60 Hz (CEA-861B Format 3) (from: EDID)
"640x480"            :  640 x  480 @  60.0 Hz  (from: EDID)
"640x480_60"         :  640 x  480 @  60.0 Hz  (from: EDID)
--- End of ModePool for Pioneer Electronic Corporation VSX-1020 (DFP-1): ---
My /etc/X11/xorg.conf:
Code:
xbmc@XBMC:~$ cat /etc/X11/xorg.conf
Section "Device"
        Identifier "nvidia"
        Driver  "nvidia"
        Option  "NoLogo"              "true"
        Option  "DynamicTwinView"     "false"
        Option  "NoFlip"              "false"
        Option  "FlatPanelPropeties" "Scaling = Native"
        Option  "ModeValidation"      "NoVesaModes, NoXServerModes"
        Option  "UseDisplayDevice"    "DFP-1"
        Option  "ModeDebug"           "true"
        Option  "HWCusor"            "false"
EndSection

Section "Screen"
        Identifier      "screen"
        Device          "nvidia"
        SubSection      "Display"
                Modes "1920x1080_60_0" "1920x1080_24"
        EndSubSection
EndSection

Section "Extensions"
        Option  "Composite"           "false"
EndSection
If I enable "Adjust display refresh rate to match video" I get XBMC reporting 23.97 fps. If I also enable "Sync playback to display" I get XBMC reporting 23.97 fps but a 60Hz refresh rate. The whole time, my TV (LG LED LCD) is reporting 60Hz refresh rate even though it's capable of 24p.

I'm not sure what I'm doing wrong here.

Edit:
Just checked the manual for my TV (LG 47LE5400 120Hz) and found the following:
Code:
1920x1080p
Horizontal Frequency(Hz)       Vertical Frequency(Hz)
26.97                                  23.976
27.00                                  24.00
33.71                                  29.97
33.75                                  30.00
67.432                                59.94
67.50                                  60.00
Quote:24p Real Cinema (5:5/2:2 Pulldown)
Supported

1080p Source Input
HDMI 60p/30p/24p
That suggests that it should support 24p material just fine.
(This post was last modified: 2011-10-26 03:08 by pumkinut.)
find quote
pumkinut Offline
Posting Freak
Posts: 875
Joined: May 2006
Reputation: 9
Post: #405
I'm not sure if I found something or not, but here goes. Upon looking at /var/log/Xorg.0.log I noticed the following:
Code:
[    17.055] (--) NVIDIA(0): Detailed Timings:
[    17.055] (--) NVIDIA(0):   1920 x 1080 @ 60 Hz
[    17.055] (--) NVIDIA(0):     Pixel Clock      : 148.50 MHz
[    17.055] (--) NVIDIA(0):     HRes, HSyncStart : 1920, 2008
[    17.055] (--) NVIDIA(0):     HSyncEnd, HTotal : 2052, 2200
[    17.055] (--) NVIDIA(0):     VRes, VSyncStart : 1080, 1084
[    17.055] (--) NVIDIA(0):     VSyncEnd, VTotal : 1089, 1125
[    17.055] (--) NVIDIA(0):     H/V Polarity     : +/+
[    17.055] (--) NVIDIA(0): CEA-861B Timings:
[    17.055] (--) NVIDIA(0):   1920 x 1080 @ 60 Hz
[    17.055] (--) NVIDIA(0):     Pixel Clock      : 148.35 MHz
[    17.056] (--) NVIDIA(0):     HRes, HSyncStart : 1920, 2008
[    17.056] (--) NVIDIA(0):     HSyncEnd, HTotal : 2052, 2200
[    17.056] (--) NVIDIA(0):     VRes, VSyncStart : 1080, 1084
[    17.056] (--) NVIDIA(0):     VSyncEnd, VTotal : 1089, 1125
[    17.056] (--) NVIDIA(0):     H/V Polarity     : +/+
[    17.056] (--) NVIDIA(0):     CEA Format       : 16
[    17.056] (--) NVIDIA(0):   1920 x 1080 @ 30 Hz
[    17.056] (--) NVIDIA(0):     Pixel Clock      : 89.01 MHz
[    17.056] (--) NVIDIA(0):     HRes, HSyncStart : 1920, 2448
[    17.056] (--) NVIDIA(0):     HSyncEnd, HTotal : 2492, 2640
[    17.056] (--) NVIDIA(0):     VRes, VSyncStart : 1080, 1084
[    17.056] (--) NVIDIA(0):     VSyncEnd, VTotal : 1089, 1125
[    17.056] (--) NVIDIA(0):     H/V Polarity     : +/+
[    17.056] (--) NVIDIA(0):     CEA Format       : 34
[    17.056] (--) NVIDIA(0):   1920 x 1080 @ 24 Hz
[    17.056] (--) NVIDIA(0):     Pixel Clock      : 74.16 MHz
[    17.056] (--) NVIDIA(0):     HRes, HSyncStart : 1920, 2558
[    17.056] (--) NVIDIA(0):     HSyncEnd, HTotal : 2602, 2750
[    17.056] (--) NVIDIA(0):     VRes, VSyncStart : 1080, 1084
[    17.056] (--) NVIDIA(0):     VSyncEnd, VTotal : 1089, 1125
[    17.056] (--) NVIDIA(0):     H/V Polarity     : +/+
[    17.056] (--) NVIDIA(0):     CEA Format       : 32

====Mode Validation====

[    17.058] (II) NVIDIA(0):   Validating Mode "1920x1080":
[    17.058] (II) NVIDIA(0):     1920 x 1080 @ 30 Hz
[    17.058] (II) NVIDIA(0):     For use as DFP backend.
[    17.058] (II) NVIDIA(0):     Mode Source: EDID
[    17.058] (II) NVIDIA(0):       Pixel Clock      : 89.01 MHz
[    17.058] (II) NVIDIA(0):       HRes, HSyncStart : 1920, 2448
[    17.058] (II) NVIDIA(0):       HSyncEnd, HTotal : 2492, 2640
[    17.058] (II) NVIDIA(0):       VRes, VSyncStart : 1080, 1084
[    17.058] (II) NVIDIA(0):       VSyncEnd, VTotal : 1089, 1125
[    17.059] (II) NVIDIA(0):       H/V Polarity     : +/+
[    17.059] (WW) NVIDIA(0): The EDID for Pioneer Electronic Corporation VSX-1020 (DFP-1)
[    17.059] (WW) NVIDIA(0):     contradicts itself: mode "1920x1080" is specified in the
[    17.059] (WW) NVIDIA(0):     EDID; however, the EDID's valid VertRefresh range
[    17.059] (WW) NVIDIA(0):     (57.000-63.000 Hz) would exclude this mode's VertRefresh
[    17.059] (WW) NVIDIA(0):     (30.0 Hz); ignoring VertRefresh check for mode
[    17.059] (WW) NVIDIA(0):     "1920x1080".
[    17.059] (II) NVIDIA(0):     Mode is valid.
[    17.059] (II) NVIDIA(0):

[    17.059] (II) NVIDIA(0):   Validating Mode "1920x1080":
[    17.059] (II) NVIDIA(0):     1920 x 1080 @ 24 Hz
[    17.059] (II) NVIDIA(0):     For use as DFP backend.
[    17.059] (II) NVIDIA(0):     Mode Source: EDID
[    17.059] (II) NVIDIA(0):       Pixel Clock      : 74.16 MHz
[    17.059] (II) NVIDIA(0):       HRes, HSyncStart : 1920, 2558
[    17.059] (II) NVIDIA(0):       HSyncEnd, HTotal : 2602, 2750
[    17.059] (II) NVIDIA(0):       VRes, VSyncStart : 1080, 1084
[    17.059] (II) NVIDIA(0):       VSyncEnd, VTotal : 1089, 1125
[    17.059] (II) NVIDIA(0):       H/V Polarity     : +/+
[    17.059] (WW) NVIDIA(0): The EDID for Pioneer Electronic Corporation VSX-1020 (DFP-1)
[    17.059] (WW) NVIDIA(0):     contradicts itself: mode "1920x1080" is specified in the
[    17.059] (WW) NVIDIA(0):     EDID; however, the EDID's valid HorizSync range
[    17.059] (WW) NVIDIA(0):     (31.000-82.000 kHz) would exclude this mode's HorizSync
[    17.059] (WW) NVIDIA(0):     (27.0 kHz); ignoring HorizSync check for mode
[    17.059] (WW) NVIDIA(0):     "1920x1080".
[    17.059] (WW) NVIDIA(0): The EDID for Pioneer Electronic Corporation VSX-1020 (DFP-1)
[    17.059] (WW) NVIDIA(0):     contradicts itself: mode "1920x1080" is specified in the
[    17.059] (WW) NVIDIA(0):     EDID; however, the EDID's valid VertRefresh range
[    17.059] (WW) NVIDIA(0):     (57.000-63.000 Hz) would exclude this mode's VertRefresh
[    17.059] (WW) NVIDIA(0):     (24.0 Hz); ignoring VertRefresh check for mode
[    17.059] (WW) NVIDIA(0):     "1920x1080".
[    17.059] (II) NVIDIA(0):     Mode is valid.
[    17.059] (II) NVIDIA(0):


[    17.091] (II) NVIDIA(0): --- Modes in ModePool for Pioneer Electronic Corporation VSX-1020 (DFP-1) ---
[    17.091] (II) NVIDIA(0): "nvidia-auto-select" : 1920 x 1080 @  60.0 Hz  (from: EDID)
[    17.091] (II) NVIDIA(0): "1920x1080"          : 1920 x 1080 @  60.0 Hz  (from: EDID)
[    17.091] (II) NVIDIA(0): "1920x1080_60"       : 1920 x 1080 @  60.0 Hz  (from: EDID)
[    17.091] (II) NVIDIA(0): "1920x1080_60_0"     : 1920 x 1080 @ 59.94/60 Hz (CEA-861B Format 16) (from: EDID)
[    17.091] (II) NVIDIA(0): "1920x1080_30"       : 1920 x 1080 @ 29.97/30 Hz (CEA-861B Format 34) (from: EDID)
[    17.091] (II) NVIDIA(0): "1920x1080_24"       : 1920 x 1080 @ 23.97/24 Hz (CEA-861B Format 32) (from: EDID)
[    17.091] (II) NVIDIA(0): "1920x1080_60i"      : 1920 x 1080 @ 59.94/60 Hz (CEA-861B Format 5) (from: EDID)
[    17.091] (II) NVIDIA(0): "1440x480"           : 1440 x  480 @ 59.94/60 Hz (CEA-861B Format 15) (from: EDID)
[    17.091] (II) NVIDIA(0): "1440x480_60"        : 1440 x  480 @ 59.94/60 Hz (CEA-861B Format 15) (from: EDID)
[    17.091] (II) NVIDIA(0): "1280x1024"          : 1280 x 1024 @  60.0 Hz  (from: EDID)
[    17.091] (II) NVIDIA(0): "1280x1024_60"       : 1280 x 1024 @  60.0 Hz  (from: EDID)
[    17.091] (II) NVIDIA(0): "1280x720"           : 1280 x  720 @  60.0 Hz  (from: EDID)
[    17.091] (II) NVIDIA(0): "1280x720_60"        : 1280 x  720 @  60.0 Hz  (from: EDID)
[    17.091] (II) NVIDIA(0): "1280x720_60_0"      : 1280 x  720 @ 59.94/60 Hz (CEA-861B Format 4) (from: EDID)
[    17.091] (II) NVIDIA(0): "1024x768"           : 1024 x  768 @  60.0 Hz  (from: EDID)
[    17.091] (II) NVIDIA(0): "1024x768_60"        : 1024 x  768 @  60.0 Hz  (from: EDID)
[    17.091] (II) NVIDIA(0): "800x600"            :  800 x  600 @  60.3 Hz  (from: EDID)
[    17.091] (II) NVIDIA(0): "800x600_60"         :  800 x  600 @  60.3 Hz  (from: EDID)
[    17.091] (II) NVIDIA(0): "720x480"            :  720 x  480 @ 59.94/60 Hz (CEA-861B Format 3) (from: EDID)
[    17.091] (II) NVIDIA(0): "720x480_60"         :  720 x  480 @ 59.94/60 Hz (CEA-861B Format 3) (from: EDID)
[    17.091] (II) NVIDIA(0): "640x480"            :  640 x  480 @  60.0 Hz  (from: EDID)
[    17.091] (II) NVIDIA(0): "640x480_60"         :  640 x  480 @  60.0 Hz  (from: EDID)
[    17.091] (II) NVIDIA(0): --- End of ModePool for Pioneer Electronic Corporation VSX-1020 (DFP-1): ---
[    17.091] (II) NVIDIA(0):
[    17.091] (II) NVIDIA(0): Assigned Display Device: DFP-1
[    17.091] (II) NVIDIA(0): Validated modes:
[    17.091] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[    17.091] (II) NVIDIA(0):
[    17.091] (II) NVIDIA(0): Implicitly adding the following modes to X Screen 0 (these
[    17.091] (II) NVIDIA(0):     will be available via XRandR and XF86VidMode):
[    17.091] (II) NVIDIA(0):
[    17.091] (II) NVIDIA(0): "nvidia-auto-select" : 1920 x 1080 @  60.0 Hz
[    17.091] (II) NVIDIA(0): "1920x1080_30"       : 1920 x 1080 @ 29.97/30 Hz (CEA-861B Format 34)
[    17.091] (II) NVIDIA(0): "1920x1080_60i"      : 1920 x 1080 @ 59.94/60 Hz (CEA-861B Format 5)
[    17.091] (II) NVIDIA(0): "1440x480"           : 1440 x  480 @ 59.94/60 Hz (CEA-861B Format 15)
[    17.091] (II) NVIDIA(0): "1280x1024"          : 1280 x 1024 @  60.0 Hz
[    17.091] (II) NVIDIA(0): "1280x720"           : 1280 x  720 @  60.0 Hz
[    17.091] (II) NVIDIA(0): "1280x720_60_0"      : 1280 x  720 @ 59.94/60 Hz (CEA-861B Format 4)
[    17.091] (II) NVIDIA(0): "1024x768"           : 1024 x  768 @  60.0 Hz
[    17.091] (II) NVIDIA(0): "800x600"            :  800 x  600 @  60.3 Hz
[    17.091] (II) NVIDIA(0): "720x480"            :  720 x  480 @ 59.94/60 Hz (CEA-861B Format 3)
[    17.091] (II) NVIDIA(0): "640x480"            :  640 x  480 @  60.0 Hz
[    17.091] (II) NVIDIA(0):

So it looks like X is seeing 24p, 30p, and 60p as valid modes, but, it looks like, from the last portion of the log, it's not using 1920x1080_24 as an option. I'm not quite sure if this means what I think it does or not, although I'm still not getting 24p output to my television.
find quote
pumkinut Offline
Posting Freak
Posts: 875
Joined: May 2006
Reputation: 9
Post: #406
Okay, not sure what was wrong, but I ran the script again, and everything's working as it should this time.....odd.
find quote
DaveInBracknell Offline
Junior Member
Posts: 6
Joined: Oct 2011
Reputation: 0
Post: #407
Hi,

Just wanted to say thank you for this script and other pieces, all of my HD blu-ray's full rips work now as do my old dvd collexction Big Grin


This should be placed front and centre on the stick page for XBMC Linux.. It would have saved me an age til 2am most mornings getting it working

Again thank you Smile
find quote
Cadriel Offline
Junior Member
Posts: 11
Joined: Dec 2009
Reputation: 0
Location: Auckland, NZ
Question  Done it - but.. :D Post: #408
Ok, so I don't know if this is an issue or not;

I have a Sony X series TV - a few years old now, but in any case it does support 24p beautifully. I've had Win 7 and XBMC running on it well - but recently moved to OpenElec via an ION2 box.

Anyway. It's hooked up via HDMI to an Onkyo 607 - and then to the TV.

I've added the modes manually as suggested by the OP. XBMC runs well. Movies and TV look sweet. No tearing.

BUT

Bluray rips flick to 24p. When I go back to the menu, the TV goes back to 1080. If I watch an SD tv episode, TV flips back to 24p. If I watch a high res tv episode, TV flips back to 24p.

So it would appear that all of my content now wants to run at 24p. It looks good, but is this right?

My modes are;
Modes "1920x1080_60_0" "1920x1080_24" "1280x720_60_0"

Is this normal? Should XBMC really be thinking 24p is the best playback resolution in all cases? Big Grin

Oh - this is on the latest pre-eden OpenElec build.
find quote
MdMa Offline
Junior Member
Posts: 32
Joined: Sep 2009
Reputation: 0
Post: #409
Cadriel Wrote:Ok, so I don't know if this is an issue or not;

I have a Sony X series TV - a few years old now, but in any case it does support 24p beautifully. I've had Win 7 and XBMC running on it well - but recently moved to OpenElec via an ION2 box.

Anyway. It's hooked up via HDMI to an Onkyo 607 - and then to the TV.

I've added the modes manually as suggested by the OP. XBMC runs well. Movies and TV look sweet. No tearing.

BUT

Bluray rips flick to 24p. When I go back to the menu, the TV goes back to 1080. If I watch an SD tv episode, TV flips back to 24p. If I watch a high res tv episode, TV flips back to 24p.

You can check the fps of any video with a program called

So it would appear that all of my content now wants to run at 24p. It looks good, but is this right?

My modes are;
Modes "1920x1080_60_0" "1920x1080_24" "1280x720_60_0"

Is this normal? Should XBMC really be thinking 24p is the best playback resolution in all cases? Big Grin

Oh - this is on the latest pre-eden OpenElec build.

Firstly 24p is a refresh rate, not a resolution like 1080p (1920 x 1080).

All Blu-ray rips should be 24p (23.97 fps).
Tv Shows are mostly 24p as well.

I would hazard a guess and say that you have your XBMC menu set at 60Hz, if so this is why you get the "flicking" from the menu to BD rip/tv and vice versa. Basically the TV is adjusting it's refresh rate.

On a PC you can check the fps of any video with a program called Media Info
find quote
robo989 Offline
Senior Member
Posts: 171
Joined: Apr 2010
Reputation: 2
Post: #410
I've used this script countless times on Lucid\Karmic, I've got 10.10 Maverick x64 minimal, then unstable 01\11\11 build installed and this happens when doing the "automatic" steps in the OP

Quote:rob@XBMC-Bedroom:~$ 1/6 Backing up settings
-bash: 1/6: No such file or directory
rob@XBMC-Bedroom:~$ cp: cannot stat `/home/rob/.xbmc/userdata/guisettings.xml': No such file or directory
> 2/6 Applying Xorg settings
> 3/6 Restarting Xorg to find available modes
> stop: Unknown instance:
> xbmc-live start/running, process 1716
> sed: can't read /var/log/Xorg.0.log: No such file or directory
> 4/6 Adding 23.97Hz and 59.94Hz to xorg.conf
> sed: can't read /var/log/Xorg.0.log: No such file or directory
> stop: Unknown instance:
> xbmc-live start/running, process 1779
> 5/6 Applying NVIDIA settings
>
> Attribute 'SyncToVBlank' (XBMC-Bedroom:0.0) assigned value 1.
>
> Attribute 'AllowFlipping' (XBMC-Bedroom:0.0) assigned value 1.
>
> Attribute 'FSAAAppControlled' (XBMC-Bedroom:0.0) assigned value 1.
>
> Attribute 'OpenGLImageSettings' (XBMC-Bedroom:0.0) assigned value 3.
>
> Attribute 'LogAniso' (XBMC-Bedroom:0.0) assigned value 0.
>
> Attribute 'GPUScaling' (XBMC-Bedroom:0.0, display device: DFP-1) assigned
> value 1,1.
>
> 6/6 Applying XBMC settings
> sed: can't read /home/rob/.xbmc/userdata/guisettings.xml: No such file or directory
> sed: can't read /home/rob/.xbmc/userdata/guisettings.xml: No such file or directory
> sed: can't read /home/rob/.xbmc/userdata/guisettings.xml: No such file or directory
> sed: can't read /home/rob/.xbmc/userdata/guisettings.xml: No such file or directory
> sed: can't read /home/rob/.xbmc/userdata/guisettings.xml: No such file or directory
> sed: can't read /home/rob/.xbmc/userdata/guisettings.xml: No such file or directory
> --- All done

Any ideas?

Thanks Smile

edit - this was under my account, tried logging in to the XBMC created account and it seems to work still get the bolded error, can't quite remember if that is normal though, it may well be?
(This post was last modified: 2011-11-03 03:06 by robo989.)
find quote
Post Reply