Commit e7718f6
committed
ci(audience): drop redundant xvfb -screen flag from server-args
The previous xvfb-run line passed -screen 0 320x240x24 in --server-args
intending to shrink the virtual desktop to cut llvmpipe fragment-fill
work. The player log on PR #764 (the deep profile capture) shows the
xvfb desktop is 1280x1024 anyway: xvfb-run with -a auto-picks a display
number and its own default screen geometry, and the supplied -screen
override does not always take effect.
The flag did not change behaviour. Unity opens its own GL context at
-screen-width by -screen-height (320 by 240, set on the editor command
line below), so per-frame fragment fill is already at that resolution
regardless of the xvfb desktop size.
Drops the redundant -screen flag while keeping the X11 extension flags
that do matter (-ac, +extension GLX, +render, -noreset). Updates the
adjacent comment block to credit Unity's own -screen-width/-screen-height
as the actual fill-rate control.1 parent 799ae23 commit e7718f6
1 file changed
Lines changed: 12 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
540 | 540 | | |
541 | 541 | | |
542 | 542 | | |
543 | | - | |
544 | | - | |
545 | | - | |
546 | | - | |
547 | | - | |
548 | | - | |
549 | | - | |
550 | | - | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
551 | 554 | | |
552 | 555 | | |
553 | 556 | | |
554 | 557 | | |
555 | 558 | | |
556 | 559 | | |
557 | | - | |
| 560 | + | |
558 | 561 | | |
559 | 562 | | |
560 | 563 | | |
| |||
0 commit comments