Satadru Pramanik, DO, MPH, MEng

Results 766 comments of Satadru Pramanik, DO, MPH, MEng

I would try each of these to see if any of them work: ```bash sommelier.elf -X --x-display=:0 --scale=1.0 --direct-scale --glamor --force-drm-device=/dev/dri/renderD128 --display=wayland-0 --xwayland-path=/usr/local/bin/Xwayland --xwayland-gl-driver-path=/usr/local/lib64/dri --peer-cmd-prefix=/usr/local/lib64/ld-linux-x86-64.so.2 --noop-driver geany ``` ```bash sommelier.elf...

Sorry those commands should have `sommelier.elf` in them.

This should be in crosh, not in VT-2... Sommelier only works in crosh.

Also the commands you want are like ``` sommelier.elf -X --x-display=:0 --scale=1.0 --direct-scale --glamor --force-drm-device=/dev/dri/renderD128 --display=wayland-0 --xwayland-path=/usr/local/bin/Xwayland --xwayland-gl-driver-path=/usr/local/lib64/dri --peer-cmd-prefix=/usr/local/lib64/ld-linux-x86-64.so.2 --noop-driver geany ```

FYI I use `CREW_LINKER_FLAGS` in https://github.com/chromebrew/chromebrew/pull/10272 to get the newer ChromeOS glibc to work for building...

Aside from not adding `gold` linker back in anywhere, I am fine with this.

Would you please just modify all the `.gsub('mold', 'gold')` and `.gsub('mold', 'ld')` lines here to `.gsub('mold', '')`?

> Would you please just modify all the `.gsub('mold', 'gold')` and `.gsub('mold', 'ld')` lines here to `.gsub('mold', '')`? Actually, you can just remove all the `.gsub('mold', ...` bits because `mold`...