please choosego to mobile | Continue to access the PC version
View: 5599|Reply: 6

challenge 1680x1050 display

[Copy link]

6

threads

26

posts

466

credits

Intermediate member

Rank: 3Rank: 3

credits
466
Published in 2017-7-14 20:48:26 | Show all floors |Read mode
I want to use 1680x1050 display lenovo D221.
https://github.com/igorpecovnik/ ... l-video-modes.patch

I copy this patch to packages/linux/patches and build.
But KERNEL and SYSTEM doesn't help.
ofcourse by (screen0_output_mode = 36)'s script.bin I do fex2bin.

D221 is fine for windows.

I tried armbian.
armbian dmesg says thing sounds like ok.
but D221 says no signal.

openelec dmesg says can't set mode.


I can't recognize what is important.
So I don't know what should I do next.



6

threads

26

posts

466

credits

Intermediate member

Rank: 3Rank: 3

credits
466
 Author| Published in 2017-7-15 21:21:07 | Show all floors
uboot-h3-video-helper(by jernej!)
+armbian image

I think 1024x768 is not good.but I am grad to see something displayed.

monitor information
windows application Monitor asset manager says
  1. Monitor
  2.   Model name............... LEN D221 Wide
  3.   Windows description...... Gneral purpose PnP monitor
  4.   Manufacturer............. Lenovo
  5.   Plug and Play ID......... LEN19DE
  6.   Serial number............ V1N3488
  7.   Manufacture date......... 2008, ISO week 34
  8.   Filter driver............ None
  9.   -------------------------
  10.   EDID revision............ 1.3
  11.   Input signal type........ Digital
  12.   Color bit depth.......... Undefined
  13.   Display type............. RGB color
  14.   Screen size.............. 470 x 300 mm (22.0 in)
  15.   Power management......... Active off/sleep
  16.   Extension blocs.......... None
  17.   -------------------------
  18.   DDC/CI................... n/a

  19. Color characteristics
  20.   Default color space...... Non-sRGB
  21.   Display gamma............ 2.20
  22.   Red chromaticity......... Rx 0.644 - Ry 0.332
  23.   Green chromaticity....... Gx 0.285 - Gy 0.604
  24.   Blue chromaticity........ Bx 0.151 - By 0.075
  25.   White point (default).... Wx 0.313 - Wy 0.328
  26.   Additional descriptors... None

  27. Timing characteristics
  28.   Horizontal scan range.... 30-83kHz
  29.   Vertical scan range...... 50-76Hz
  30.   Video bandwidth.......... 150MHz
  31.   CVT standard............. Not supported
  32.   GTF standard............. Not supported
  33.   Additional descriptors... None
  34.   Preferred timing......... Yes
  35.   Native/preferred timing.. 1680x1050p at 60Hz (16:10)
  36.     Modeline............... "1680x1050" 119.000 1680 1728 1760 1840 1050 1053 1059 1080 +hsync +vsync

  37. Standard timings supported
  38.      720 x  400p at  70Hz - IBM VGA
  39.      640 x  480p at  60Hz - IBM VGA
  40.      640 x  480p at  72Hz - VESA
  41.      640 x  480p at  75Hz - VESA
  42.      800 x  600p at  56Hz - VESA
  43.      800 x  600p at  60Hz - VESA
  44.      800 x  600p at  75Hz - VESA
  45.      832 x  624p at  75Hz - Apple Mac II
  46.     1024 x  768p at  60Hz - VESA
  47.     1024 x  768p at  70Hz - VESA
  48.     1024 x  768p at  75Hz - VESA
  49.     1280 x 1024p at  75Hz - VESA
  50.     1152 x  864p at  75Hz - VESA STD
  51.     1280 x 1024p at  60Hz - VESA STD
  52.     1280 x 1024p at  70Hz - VESA STD
  53.     1280 x 1024p at  76Hz - VESA STD
  54.     1680 x 1050p at  60Hz - VESA STD

  55. Report information
  56.   Date generated........... 2017/07/15
  57.   Software revision........ 2.90.0.1020
  58.   Data source.............. Registry
  59.   Operating system......... 6.1.7600.2

  60. Raw data
  61.   00,FF,FF,FF,FF,FF,FF,00,30,AE,DE,19,01,01,01,01,22,12,01,03,80,2F,1E,78,2A,C3,D0,A4,55,49,9A,26,
  62.   13,50,54,AF,6F,00,71,4F,81,80,81,8A,81,90,B3,00,01,01,01,01,01,01,7C,2E,90,A0,60,1A,1E,40,30,20,
  63.   36,00,D9,28,11,00,00,1E,00,00,00,FF,00,56,31,4E,33,34,38,38,0A,20,20,20,20,20,00,00,00,FD,00,32,
  64.   4C,1E,53,0F,00,0A,20,20,20,20,20,20,00,00,00,FC,00,4C,45,4E,20,44,32,32,31,20,57,69,64,65,00,87
Copy code
Modeline............... "1680x1050" 119.000 1680 1728 1760 1840 1050 1053 1059 1080 +hsync +vsync
this modeline let me rewrite a part of z-0003-add-additional-video-mode.patch
+{HDMI1680_1050,0, 119000000,0,1680,1050,1840,80,48,32,1080,21,3,6,1,1,0,0,0}

I try screen0_output_mode=36
both patched kernel and unpached kernel  to be said

*[    2.830044] [DISP] disp_device_attached_and_enable,line:159:attched ok, mgr0<
*-->device0, type=4, mode=36
*[    2.830067] [HDMI WRN] file:drivers/video/sunxi/disp2/hdmi/drv_hdmi.c,line:35
*0:    unsupported video mode 36 when set display mode
*[    2.830085] [DISP] disp_hdmi_enable,line:224:video info is null

did not be patched?
para_tab ptbl data is important and nessesary?
I don't know how to get













This thread contains more resources

You need to Log in to download or view,No account?    Register

x

6

threads

26

posts

466

credits

Intermediate member

Rank: 3Rank: 3

credits
466
 Author| Published in 2017-7-18 23:03:35 | Show all floors
I have build completely to insert next attach linux-020-add_display_mode.patch to projects/H3/patches/linux .



But D221 says no signal.
I wonder signal is weak?
need thing like as repeater or booster?
if so no problem.
but not easy to test normally.

This thread contains more resources

You need to Log in to download or view,No account?    Register

x

6

threads

26

posts

466

credits

Intermediate member

Rank: 3Rank: 3

credits
466
 Author| Published in 2017-8-6 18:37:31 | Show all floors
I have two monitor 1024x768 and 1680x1050.
My 1050 monitor never recognize orange pi hdmi signal
(except for the frame buffer at boot).
and now I see 480P on 768 monitor(this is supported normally and enough).

It seems that only resolution entry does'nt work.
I give up 1050 monitor.

and I compare 480P and 768(at 768 monitor).


  1. .dmesg

  2. ..480P

  3. [    2.840045] [DISP] disp_device_attached_and_enable,line:159:attched ok, mgr0<-->device0, type=4, mode=2

  4. ..768

  5. [    2.840051] [DISP] disp_device_attached_and_enable,line:159:attched ok, mgr0<-->device0, type=4, mode=32

  6. .kodi.log

  7. ..460P

  8. 11:05:53 T:3034968064  NOTICE: Running database version Addons20
  9. 11:05:53 T:3034968064  NOTICE: ADDONS: Using repository repository.xbmc.org
  10. 11:05:53 T:3034968064  NOTICE: ADDONS: Using repository repository.openelec.tv
  11. 11:05:53 T:3034968064  NOTICE: Initialize - Screen ID 0 is selected
  12. 11:05:53 T:3034968064  NOTICE: InitWindowSystem: Using EGL Implementation: sunxi
  13. 11:05:53 T:3034968064 WARNING: UpdateResolutions: ProbeResolutions failed. Trying safe default.
  14. 11:05:53 T:3034968064  NOTICE: Found resolution 720 x 480 for display 0 with 720 x 480 @ 60.000000 Hz
  15. 11:05:53 T:3034968064  NOTICE: Found (720x480@60.000000) at 16, setting to RES_DESKTOP at 16
  16. 11:05:53 T:3034968064  NOTICE: Checking resolution 16
  17. 11:05:54 T:3034968064  NOTICE: GL_VENDOR = ARM
  18. 11:05:54 T:3034968064  NOTICE: GL_RENDERER = Mali-400 MP
  19. 11:05:54 T:3034968064  NOTICE: GL_VERSION = OpenGL ES 2.0
  20. 11:05:54 T:3034968064  NOTICE: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 1.00
  21. 11:05:54 T:3034968064  NOTICE: GL_EXTENSIONS = GL_OES_texture_npot GL_OES_compressed_ETC1_RGB8_texture GL_OES_standard_derivatives GL_OES_EGL_image GL_OES_depth24 GL_ARM_rgba8 GL_ARM_mali_shader_binary GL_OES_depth_texture GL_OES_packed_depth_stencil GL_EXT_texture_format_BGRA8888 GL_OES_vertex_half_float GL_EXT_blend_minmax GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_rgb8_rgba8 GL_EXT_multisampled_render_to_texture GL_EXT_discard_framebuffer GL_OES_get_program_binary GL_ARM_mali_program_binary GL_EXT_shader_texture_lod GL_EXT_robustness GL_OES_depth_texture_cube_map GL_KHR_debug
  22. 11:05:55 T:3034968064  NOTICE: Register - new cec device registered on cec->Sunxi: CEC Adapter (0471:1002)
  23. 11:05:56 T:3034968064  NOTICE: Running database version Addons20
  24. 11:05:56 T:3034968064  NOTICE: Running database version ViewModes6
  25. 11:05:56 T:3034968064  NOTICE: Running database version Textures13
  26. 11:05:56 T:3034968064  NOTICE: Running database version MyMusic56
  27. 11:05:56 T:3034968064  NOTICE: Running database version MyVideos99
  28. 11:05:56 T:3034968064  NOTICE: Running database version TV29
  29. 11:05:56 T:3034968064  NOTICE: Running database version Epg11
  30. 11:05:56 T:3034968064  NOTICE: start dvd mediatype detection
  31. 11:05:56 T:3034968064 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
  32. 11:05:56 T:2977751968   ERROR: CecLogMessage - Write: sent command error !
  33. 11:05:57 T:3034968064  NOTICE: ActiveAE DSP - starting
  34. 11:05:57 T:3034968064  NOTICE: initialize done
  35. 11:05:57 T:3034968064  NOTICE: Running the application...
  36. 11:05:57 T:3034968064  NOTICE: starting zeroconf publishing
  37. 11:05:57 T:3034968064  NOTICE: WebServer: Started the webserver
  38. 11:05:57 T:3034968064  NOTICE: starting upnp client
  39. 11:05:57 T:2785891232  NOTICE: ES: Starting UDP Event server on 127.0.0.1:9777
  40. 11:05:57 T:2785891232  NOTICE: UDP: Listening on port 9777
  41. 11:05:57 T:2905600928  NOTICE: ## OpenELEC Addon ## 0.6.13
  42. 11:05:57 T:2905600928 WARNING: CSkinInfo: failed to load skin settings
  43. 11:05:58 T:2977751968   ERROR: CecLogMessage - Write: sent command error !

  44. ..768

  45. 11:22:31 T:3035643904  NOTICE: Running database version Addons20
  46. 11:22:31 T:3035643904  NOTICE: ADDONS: Using repository repository.xbmc.org
  47. 11:22:31 T:3035643904  NOTICE: ADDONS: Using repository repository.openelec.tv


Copy code

6

threads

26

posts

466

credits

Intermediate member

Rank: 3Rank: 3

credits
466
 Author| Published in 2017-8-6 18:41:42 | Show all floors
    .kodi_crashlog

    ..480P

       kodi Options: --standalone -fs --lircdev /run/lirc/lircd
    Arch: armv7l
    Kernel: Linux 3.4.113 #1 SMP PREEMPT Mon Jul 17 17:52:04 JST 2017
    Release: OpenELEC devel-20170718131358-r1-gc1a33f5
    ############## END SYSTEM INFO ##############

    ############### STACK TRACE #################
    =====> Core file: /storage/.cache/cores/core.!usr!lib!kodi!kodi.bin.1501673248.2444
    =========================================
    [New LWP 2444]
    [New LWP 2445]
    [New LWP 2448]
    [New LWP 2447]
    Core was generated by `/usr/lib/kodi/kodi.bin --standalone -fs --lircdev /run/lirc/lircd'.
    Program terminated with signal SIGSEGV, Segmentation fault.
    #0 0x00000000 in ?? ()
    [Current thread is 1 (LWP 2444)]

    Thread 4 (LWP 2447):
    #0 0xb6d73d48 in pthread_cond_timedwait () from /lib/libpthread.so.0
    #1 0xb04fe860 in ?? ()
    Backtrace stopped: previous frame identical to this frame (corrupt stack?)

    Thread 3 (LWP 2448):
    #0 0xb51741cc in ioctl () from /lib/libc.so.6
    #1 0xb6899b1c in ?? () from /usr/lib/libasound.so.2
    Backtrace stopped: previous frame identical to this frame (corrupt stack?)

    Thread 2 (LWP 2445):
    #0 0xb5172968 in poll () from /lib/libc.so.6
    #1 0x0080e460 in CFDEventMonitor:rocess() ()
    #2 0x009b1348 in CThread::Action() ()
    #3 0x009b1b88 in CThread::staticThread(void*) ()
    #4 0xb6d6ced0 in ?? () from /lib/libpthread.so.0
    Backtrace stopped: previous frame identical to this frame (corrupt stack?)

    Thread 1 (LWP 2444):
    #0 0x00000000 in ?? ()
    #1 0x003b54c0 in void std::_Destroy_aux<false>::__destroy<CMediaSource*>(CMediaSource*, CMediaSource*) ()
    #2 0x003b54dc in std::vector<CMediaSource, std::allocator<CMediaSource> >::clear() ()
    #3 0x003b4240 in CMediaSourceSettings::Clear() ()
    #4 0x006e8504 in CSettingsManager::OnSettingsUnloaded() ()
    #5 0x006e8d88 in CSettingsManager::Unload() ()
    #6 0x006ea6b8 in CSettingsManager::Clear() ()
    #7 0x003ab358 in CSettings::Uninitialize() ()
    #8 0x003ab698 in CSettings::~CSettings() ()
    #9 0xb50dcf1c in ?? () from /lib/libc.so.6
    #10 0xb50c5cc0 in __libc_start_main () from /lib/libc.so.6
    #11 0x003993c4 in _start ()
    Backtrace stopped: previous frame identical to this frame (corrupt stack?)
    ############# END STACK TRACE ###############

    ################# LOG FILE ##################

    ・ソ20:27:28 T:3035426816 NOTICE: special://profile/ is mapped to: special://masterprofile/
    20:27:28 T:3035426816 NOTICE: -----------------------------------------------------------------------
    20:27:28 T:3035426816 NOTICE: Starting Kodi (16.1 Git:c1c4b9e). Platform: Linux ARM 32-bit
    20:27:28 T:3035426816 NOTICE: Using Release Kodi x32 build
    20:27:28 T:3035426816 NOTICE: Kodi compiled Nov 29 2016 by GCC 5.4.0 for Linux ARM 32-bit version 3.4.113 (197745)
    20:27:28 T:3035426816 NOTICE: Running on OpenELEC (community) - Version: devel-20170718131358-r1-gc1a33f5 7.0, kernel: Linux ARM 32-bit version 3.4.113
    20:27:28 T:3035426816 NOTICE: FFmpeg version: 2.8.7
    20:27:28 T:3035426816 NOTICE: WARNING: unsupported ffmpeg version detected
    20:27:28 T:3035426816 NOTICE: Host CPU: ARMv7 Processor rev 5 (v7l), 4 cores available
    20:27:28 T:3035426816 NOTICE: ARM Features: Neon enabled
    20:27:28 T:3035426816 NOTICE: special://xbmc/ is mapped to: /usr/share/kodi
    20:27:28 T:3035426816 NOTICE: special://xbmcbin/ is mapped to: /usr/lib/kodi
    20:27:28 T:3035426816 NOTICE: special://masterprofile/ is mapped to: /storage/.kodi/userdata
    20:27:28 T:3035426816 NOTICE: special://home/ is mapped to: /storage/.kodi
    20:27:28 T:3035426816 NOTICE: special://temp/ is mapped to: /storage/.kodi/temp
    20:27:28 T:3035426816 NOTICE: The executable running is: /usr/lib/kodi/kodi.bin
    20:27:28 T:3035426816 NOTICE: Local hostname: OpenELEC
    20:27:28 T:3035426816 NOTICE: Log File is located: /storage/.kodi/temp/kodi.log
    20:27:28 T:3035426816 NOTICE: -----------------------------------------------------------------------
    20:27:28 T:3035426816 ERROR: DBus: Error org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UPower was not provided by any .service files
    20:27:28 T:3035426816 NOTICE: load settings...
    20:27:28 T:3035426816 NOTICE: Found 2 Lists of Devices
    20:27:28 T:3035426816 NOTICE: Enumerated ALSA devices:
    20:27:28 T:3035426816 NOTICE: Device 1
    20:27:28 T:3035426816 NOTICE: m_deviceName : @
    20:27:28 T:3035426816 NOTICE: m_displayName : Default (audiocodec Analog)
    20:27:28 T:3035426816 NOTICE: m_displayNameExtra:
    20:27:28 T:3035426816 NOTICE: m_deviceType : AE_DEVTYPE_PCM
    20:27:28 T:3035426816 NOTICE: m_channels : FL,FR
    20:27:28 T:3035426816 NOTICE: m_sampleRates : 8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000
    20:27:28 T:3035426816 NOTICE: m_dataFormats : AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S16LE
    20:27:28 T:3035426816 NOTICE: Device 2
    20:27:28 T:3035426816 NOTICE: m_deviceName : @:CARD=audiocodec,DEV=0
    20:27:28 T:3035426816 NOTICE: m_displayName : audiocodec
    20:27:28 T:3035426816 NOTICE: m_displayNameExtra: Analog
    20:27:28 T:3035426816 NOTICE: m_deviceType : AE_DEVTYPE_PCM
    20:27:28 T:3035426816 NOTICE: m_channels : FL,FR
    20:27:28 T:3035426816 NOTICE: m_sampleRates : 8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000
    20:27:28 T:3035426816 NOTICE: m_dataFormats : AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S16LE
    20:27:28 T:3035426816 NOTICE: Device 3
    20:27:28 T:3035426816 NOTICE: m_deviceName : hdmi:CARD=sndhdmi,DEV=0
    20:27:28 T:3035426816 NOTICE: m_displayName : sndhdmi
    20:27:28 T:3035426816 NOTICE: m_displayNameExtra: HDMI
    20:27:28 T:3035426816 NOTICE: m_deviceType : AE_DEVTYPE_HDMI
    20:27:28 T:3035426816 NOTICE: m_channels : FL,FR,BL,BR,FC,LFE,SL,SR
    20:27:28 T:3035426816 NOTICE: m_sampleRates : 8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000
    20:27:28 T:3035426816 NOTICE: m_dataFormats : AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_LPCM,AE_FMT_DTSHD,AE_FMT_TRUEHD,AE_FMT_EAC3,AE_FMT_DTS,AE_FMT_AC3,AE_FMT_AAC
    20:27:28 T:3035426816 NOTICE: Device 4
    20:27:28 T:3035426816 NOTICE: m_deviceName : rear:CARD=audiohub,DEV=0
    20:27:28 T:3035426816 NOTICE: m_displayName : audio-hub
    20:27:28 T:3035426816 NOTICE: m_displayNameExtra: Analog
    20:27:28 T:3035426816 NOTICE: m_deviceType : AE_DEVTYPE_PCM
    20:27:28 T:3035426816 NOTICE: m_channels : FL,FR
    20:27:28 T:3035426816 NOTICE: m_sampleRates : 8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000
    20:27:28 T:3035426816 NOTICE: m_dataFormats : AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S16LE
    20:27:28 T:3035426816 NOTICE: Enumerated PULSE devices:
    20:27:28 T:3035426816 NOTICE: Device 1
    20:27:28 T:3035426816 NOTICE: m_deviceName : Default
    20:27:28 T:3035426816 NOTICE: m_displayName : Default
    20:27:28 T:3035426816 NOTICE: m_displayNameExtra: Bluetooth Audio (PULSEAUDIO)
    20:27:28 T:3035426816 NOTICE: m_deviceType : AE_DEVTYPE_PCM
    20:27:28 T:3035426816 NOTICE: m_channels : FL,FR
    20:27:28 T:3035426816 NOTICE: m_sampleRates : 5512,8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000,384000
    20:27:28 T:3035426816 NOTICE: m_dataFormats : AE_FMT_U8,AE_FMT_S16NE,AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_FLOAT
    20:27:28 T:3035426816 NOTICE: Loaded settings file from special://xbmc/system/advancedsettings.xml
    20:27:28 T:3035426816 NOTICE: Contents of special://xbmc/system/advancedsettings.xml are...
    <?xml version="1.0" encoding="UTF-8" ?>
    <advancedsettings>
    <cputempcommand>echo "$(cat /sys/devices/virtual/thermal/thermal_zone0/temp)C"</cputempcommand>
    <showexitbutton>false</showexitbutton>
    <fanartres>720</fanartres>
    <imageres>540</imageres>
    <video>
    <busydialogdelayms>750</busydialogdelayms>
    </video>
    <samba>
    <clienttimeout>30</clienttimeout>
    </samba>
    <network>
    <readbufferfactor>4.0</readbufferfactor>
    </network>
    </advancedsettings>
    20:27:28 T:3035426816 NOTICE: No settings file to load (special://masterprofile/advancedsettings.xml)
    20:27:28 T:3035426816 NOTICE: Default DVD Player: dvdplayer
    20:27:28 T:3035426816 NOTICE: Default Video Player: dvdplayer
    20:27:28 T:3035426816 NOTICE: Default Audio Player: paplayer
    20:27:28 T:3035426816 NOTICE: Disabled debug logging due to GUI setting. Level 0.
    20:27:28 T:3035426816 NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
    20:27:28 T:3035426816 NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
    20:27:28 T:3035426816 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
    20:27:28 T:3035426816 NOTICE: Loaded playercorefactory configuration
    20:27:28 T:3035426816 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
    20:27:28 T:3035426816 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
    11:27:28 T:3035426816 NOTICE: Running database version Addons20
    11:27:28 T:3035426816 NOTICE: ADDONS: Using repository repository.xbmc.org
    11:27:28 T:3035426816 NOTICE: ADDONS: Using repository repository.openelec.tv
    11:27:28 T:3035426816 NOTICE: Initialize - Screen ID 0 is selected
    11:27:28 T:3035426816 NOTICE: InitWindowSystem: Using EGL Implementation: sunxi
    11:27:28 T:3035426816 ERROR: InitWindowSystem: Could not get native window
    11:27:28 T:3035426816 FATAL: CApplication::Create: Unable to init windowing system


    ..768


6

threads

26

posts

466

credits

Intermediate member

Rank: 3Rank: 3

credits
466
 Author| Published in 2017-8-6 20:45:46 | Show all floors

1024x768 monitor displays logo size


orange pi
openelec kodi
480P 768 480P 480P
768 768 768 xxxxx

This thread contains more resources

You need to Log in to download or view,No account?    Register

x

6

threads

26

posts

466

credits

Intermediate member

Rank: 3Rank: 3

credits
466
 Author| Published in 2017-8-14 20:18:14 | Show all floors
1024x768 have come to work.
I patched KODI's source.(only entry resolutions)

1680x1050 is wild.
I don't know why that it slow and delay ssh start.
I think many time kodi start failure.
I don't know why.

but I am satisfied.
You need to log in before you can reply login | Register

Points Rule

Quick reply Top Return list