Re: [opensuse-kde] Configure indirect rendering for X under leap 42.1
Thanks Fabian! But we use the displaymanager KDM and i can't find the right location to configure this. I tried to configure in /etc/X11/xorg.conf : Section "ServerFlags" Option "AllowIndirectGLX" "on" or "True" and Option "AllowIndirectGLXProtocol" "on" or "True" EndSection in /etc/X11/xdm/Xservers : :0 local /usr/bin/X -nolisten tcp +iglx -br vt7 in /usr/share/kde4/config/kgm/kdmrc : ServerArgsLocal=-nolisten tcp +iglx But nothing had the effect that the option "+iglx" is adoptd to the commandline. Marianne Frerichs ------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------ Forschungszentrum Juelich GmbH 52425 Juelich Sitz der Gesellschaft: Juelich Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498 Vorsitzender des Aufsichtsrats: MinDir Dr. Karl Eugen Huthmacher Geschaeftsfuehrung: Prof. Dr.-Ing. Wolfgang Marquardt (Vorsitzender), Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt, Prof. Dr. Sebastian M. Schmidt ------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------ -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde+owner@opensuse.org
Am Montag, 6. Februar 2017, 09:05:32 schrieb m.frerichs:
I tried to configure in
/etc/X11/xorg.conf : Section "ServerFlags" Option "AllowIndirectGLX" "on" or "True" and Option "AllowIndirectGLXProtocol" "on" or "True" EndSection
Well, I suppose that option only configures whether indirect GLX is *allowed* or not, according to the name. I can't find anything about this option in "man xorg.conf" though.
in /etc/X11/xdm/Xservers : :0 local /usr/bin/X -nolisten tcp +iglx -br vt7
That's probably only respected by xdm.
in /usr/share/kde4/config/kgm/kdmrc : ServerArgsLocal=-nolisten tcp +iglx
openSUSE's kdm ignores that option in kdmrc I think. It is patched to take some options (including this one) from /etc/sysconfig/displaymanager instead. Try to set DISPLAYMANAGER_KDM_LOCALARGS="+iglx" (or whatever) in /etc/sysconfig/displaymanager. Kind Regards, Wolfgang -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde+owner@opensuse.org
participants (2)
-
m.frerichs
-
Wolfgang Bauer