Kodi Community Forum

Full Version: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553
You can start to implement VAAPI via EGL, then you get the correct colors without any RGB stretching. Concentrage your lack of patience into learning some C++ to contribute.
I'm putting my chromebox in production again but am a bit lost where to start from.

- I've followed the FP for single install with OE (I have the seabios)
- I've then used a custom OE build to test new intel drivers (from you fritsch)

Which road should I follow to start again as a OE box ?

- Booting with the reset plug pushed doesn't do anything
- Ctrl ALT F2 gives me an error, says I should boot with ctrl, but not better.

Thanks
(2015-02-06, 17:55)c0mm0n Wrote: [ -> ]I'm putting my chromebox in production again but am a bit lost where to start from.

- I've followed the FP for single install with OE (I have the seabios)
- I've then used a custom OE build to test new intel drivers (from you fritsch)

Which road should I follow to start again as a OE box ?

- Booting with the reset plug pushed doesn't do anything
- Ctrl ALT F2 gives me an error, says I should boot with ctrl, but not better.

Thanks

If you already have followed the standalone configuration instructions, all you should need to do is insert a USB drive with your custom OE image loaded onto it and boot. You should get a menu asking you whether to boot from USB or SATA.
(2015-02-06, 15:07)bhampton Wrote: [ -> ]Soli,

Does this result in Vaapi hardware acceleration or something else like DVXA or ...??... Could you check if you don't mind? Just look under the acceleration tab in video playback expert settings.

I have Kodi running on 3 very different computers... A PC, a Mac, and a Chromebox... but the OpenElec using Vaapi hardware acceleration is giving me problems I would rather not have.

edit - Never heard of RGB FIX option.... I do rely on the the Broadcast RGB Full flag.

-Brian

Isn't DXVA some Windows thingie? I use Vaapi and everything plays fine. Can you point me to a troublesome vc1 file?
The RGB FIX is equivalent to the Broadcast RGB Full flag when using OE. But since Kodibuntu is a full blown distro, the xrandr stuff needs to run as an display manager init script. That way it works both when booting into Kodi or the Desktop.
(2015-02-06, 18:08)naloj Wrote: [ -> ]
(2015-02-06, 17:55)c0mm0n Wrote: [ -> ]I'm putting my chromebox in production again but am a bit lost where to start from.

- I've followed the FP for single install with OE (I have the seabios)
- I've then used a custom OE build to test new intel drivers (from you fritsch)

Which road should I follow to start again as a OE box ?

- Booting with the reset plug pushed doesn't do anything
- Ctrl ALT F2 gives me an error, says I should boot with ctrl, but not better.

Thanks

If you already have followed the standalone configuration instructions, all you should need to do is insert a USB drive with your custom OE image loaded onto it and boot. You should get a menu asking you whether to boot from USB or SATA.

Thanks found that, issue was my projector not showing boot screen, now fixed by using a standard screen.
(2015-02-06, 17:55)c0mm0n Wrote: [ -> ]I'm putting my chromebox in production again but am a bit lost where to start from.

- I've followed the FP for single install with OE (I have the seabios)
- I've then used a custom OE build to test new intel drivers (from you fritsch)

Which road should I follow to start again as a OE box ?

- Booting with the reset plug pushed doesn't do anything
- Ctrl ALT F2 gives me an error, says I should boot with ctrl, but not better.

Thanks

Where did you download the custom Openelec build? interested in trying it out
Matt did it, but everything seems now in the current release. (VAAPI-MCDI)
(2015-02-06, 18:45)c0mm0n Wrote: [ -> ]Matt did it, but everything seems now in the current release. (VAAPI-MCDI)

Thank you appreciate the input.
(2015-02-06, 18:14)Soli Wrote: [ -> ]
(2015-02-06, 15:07)bhampton Wrote: [ -> ]Soli,

Does this result in Vaapi hardware acceleration or something else like DVXA or ...??... Could you check if you don't mind? Just look under the acceleration tab in video playback expert settings.

I have Kodi running on 3 very different computers... A PC, a Mac, and a Chromebox... but the OpenElec using Vaapi hardware acceleration is giving me problems I would rather not have.

edit - Never heard of RGB FIX option.... I do rely on the the Broadcast RGB Full flag.

-Brian

Isn't DXVA some Windows thingie? I use Vaapi and everything plays fine. Can you point me to a troublesome vc1 file?
The RGB FIX is equivalent to the Broadcast RGB Full flag when using OE. But since Kodibuntu is a full blown distro, the xrandr stuff needs to run as an display manager init script. That way it works both when booting into Kodi or the Desktop.
I tried the VC1 file you linked to earlier. I get artifacts as well. But come on man, why don't you just use software decoding on vc1. Seemed to work just fine. Anyways, reading the thread backwards it seems you've already got all the answers you seek.
(2015-02-06, 15:07)bhampton Wrote: [ -> ]Soli,

Does this result in Vaapi hardware acceleration or something else like DVXA or ...??... Could you check if you don't mind? Just look under the acceleration tab in video playback expert settings.

I have Kodi running on 3 very different computers... A PC, a Mac, and a Chromebox... but the OpenElec using Vaapi hardware acceleration is giving me problems I would rather not have.

edit - Never heard of RGB FIX option.... I do rely on the the Broadcast RGB Full flag.

-Brian

for hardware video decoding on Intel platforms, Linux = VAAPI, Windows = DXVA (heck if I know what OXS uses. OpenGL?). All he did was create a startup script to launch the display manager with the broadcast RGB flag, rather than setting it when Kodi launches. With OE, you have to do that latter via the autostart script.

(2015-02-06, 17:55)c0mm0n Wrote: [ -> ]I'm putting my chromebox in production again but am a bit lost where to start from.

- I've followed the FP for single install with OE (I have the seabios)
- I've then used a custom OE build to test new intel drivers (from you fritsch)

Which road should I follow to start again as a OE box ?

- Booting with the reset plug pushed doesn't do anything
- Ctrl ALT F2 gives me an error, says I should boot with ctrl, but not better.

Thanks

just reinstall from USB using the latest official OE release (currently 5.0.1). The recovery button and CTRL-ALT-F2 only exist when running the stock firmware with ChromeOS; with a standalone setup they are not valid.

(2015-02-06, 18:16)c0mm0n Wrote: [ -> ]Thanks found that, issue was my projector not showing boot screen, now fixed by using a standard screen.

May very well be fixed with an updated firmware. You can update the standalone firmware using the 'standalone fimrware updater' script in the OP.

(2015-02-06, 18:25)jskala Wrote: [ -> ]Where did you download the custom Openelec build? interested in trying it out

the ChromeBox has used the standard OE builds for a while now; custom builds are only used to test fixes for specific issues, which are then integrated into the next release. If there's ever a reason to run a custom build, it will be linked in the first post and/or wiki.
(2015-02-06, 19:02)Soli Wrote: [ -> ]I tried the VC1 file you linked to earlier. I get artifacts as well. But come on man, why don't you just use software decoding on vc1. Seemed to work just fine. Anyways, reading the thread backwards it seems you've already got all the answers you seek.

For sure... When I first found the problem I unchecked hardware acceleration for VC1 and was happy as a clown for a while. That does totally solve the problem. That's the default setting also.

But, Some VC1 titles I have can't seem to keep up with software decoding and they get choppy. If I could optimize that then I'm all set and happy as a clown again.

Two titles I noticed so far that seem to need VC1 hardware are The Dark Knight and Fast Times at Ridgemont High... maybe those are just very high bit rate. Maybe re-endoding some or just re-encoding all my VC1 titles would work... I don't really care how I find a way around the problem so long as I do.
If you could provide a clip , preferably a couple of minutes long, that the software decoder cant keep up with, i'd be willing to try it out on my setup.
The dell looks completely identical to the Asus. Is it?

(I realize the wiki says it has an AC wifi module, which is different. I was talking about the actual build, not the specs.)
Yeah but Dell is probably the best deal since you get AC wireless, but the N wireless is plenty fast already. (I think i get about 20 MB/s with my HP). You also get 2 RAM sockets so you can upgrade to 16GB RAM. But lets get real: no sane person would ever do that. So for all intents and purposes they are all the same. If you are able to, then get the version with 4GBs of ram installed, that seems to be the sweetspot.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553