Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

i915 Google Earth braucht LIBGL_ALWAYS_SOFTWARE=1, sonst nur kleiner Ausschnitt sichtbar

1 view
Skip to first unread message

Marco Moock

unread,
Feb 1, 2023, 2:33:52 PM2/1/23
to
Hallo zusammen,

damit ich bei Google Earth das komplette Bild und nicht nur nen
Ausschnitt sehe, muss ich folgende Variable setzen:
LIBGL_ALWAYS_SOFTWARE=1

Habt ihr das auch beim i915-Treiber?
Ist das ein Bug in Google Earth oder im i915/X11?

Problem ist im Zusammenhang mit nouveau bekannt:
https://support.google.com/maps/forum/AAAAQuUrST8IHTPNCzW4EA/?hl=en&gpf=%23!topic%2Fmaps%2FIHTPNCzW4EA%3Bcontext-place%3Dtopicsearchin%2Fmaps%2Fcategory%243Aissues-and-troubleshooting

Lustigerweise lief es bei mir mit nouveau problemlos.

--
Gruß
Marco

Marco Moock

unread,
Feb 8, 2023, 3:17:48 PM2/8/23
to
Am 01.02.2023 um 20:33:50 Uhr schrieb Marco Moock:

> damit ich bei Google Earth das komplette Bild und nicht nur nen
> Ausschnitt sehe, muss ich folgende Variable setzen:
> LIBGL_ALWAYS_SOFTWARE=1

Lösung gefunden.
Beim i915 mit der Intel UHD 600 ist DRI3 nicht aktiv.
Prüfen kann man das mit

m@ryz:~$ xdpyinfo |grep -i 'dri'
DRI2
DRI3
m@ryz:~$

Dann eine xorg-Config erstellen:
/etc/X11/xorg.conf.d/20-intel.conf

Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "uxa" #ggf hier optional
#und nicht relevant!
Option "DRI" "3"
EndSection

Jedenfalls funktioniert es hier wunderbar und ist flott.

0 new messages