<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>X11 on Michael’s Domain</title><link>https://jeltsch.org/en/tags/x11/</link><description>Recent content in X11 on Michael’s Domain</description><generator>Hugo</generator><language>en-us</language><copyright>Copyright © 2002 - 2026 Michael Jeltsch.</copyright><lastBuildDate>Fri, 24 Jul 2026 00:18:18 +0300</lastBuildDate><atom:link href="https://jeltsch.org/en/tags/x11/index.xml" rel="self" type="application/rss+xml"/><item><title>Tunneling of remote X11 output to a local machine behind a firewall (ssh, X11, ForwardX11)</title><link>https://jeltsch.org/en/tunneling_of_remote_x11_output_to_a_local_machine_behind_a_firewall_ssh_x11_forwardx11/</link><pubDate>Wed, 04 Apr 2007 00:00:00 +0000</pubDate><guid>https://jeltsch.org/en/tunneling_of_remote_x11_output_to_a_local_machine_behind_a_firewall_ssh_x11_forwardx11/</guid><description>&lt;p&gt;If X11 forwarding is globally disallowed in your local machine, you need to override this by editing ~/.ssh/config: &lt;code&gt;Host hostname.domain.org ForwardX11 yes&lt;/code&gt; Then you just ssh into the remote machine hostname.domain.org: &lt;code&gt;ssh -X username@hostname.domain.org&lt;/code&gt; And execute some program that outputs to X11, e.g.: &lt;code&gt;xclock &amp;amp;&lt;/code&gt;&lt;/p&gt;</description></item><item><title>Wheel Mouse trouble with Suse Linux 9.2 (SaX2, xorg.conf, explorerps/2, ZAxisMapping)</title><link>https://jeltsch.org/en/wheel_mouse_trouble_with_suse_linux_9_2_sax2_xorg_conf_explorerps_2_zaxismapping/</link><pubDate>Wed, 04 Apr 2007 00:00:00 +0000</pubDate><guid>https://jeltsch.org/en/wheel_mouse_trouble_with_suse_linux_9_2_sax2_xorg_conf_explorerps_2_zaxismapping/</guid><description>&lt;p&gt;I wanted to activate the wheen of my USB mouse, but everytime I went to Yast2 &amp;gt; Hardware &amp;gt; Mouse the X server crashed and threw me into a text console. Also using SaX2 didn&amp;rsquo;t work (there is a button under Input devices &amp;gt; Properties &amp;gt; Activate mouse wheel). Funnily the wheel usind to work in 9.1. Finally I modified /etc/X11/xorg.conf: &lt;code&gt;diff xorg.conf xorg.old Option &amp;quot;Name&amp;quot; &amp;quot;USB-Mouse;PS/2 on USB&amp;quot; &amp;gt; Option &amp;quot;Protocol&amp;quot; &amp;quot;PS/2&amp;quot;&lt;/code&gt; The important line &lt;code&gt;Option &amp;quot;ZAxisMapping&amp;quot; &amp;quot;4 5&amp;quot;&lt;/code&gt; was already present. If isn&amp;rsquo;t you need to add it to activate the wheel.&lt;/p&gt;</description></item></channel></rss>