X.org / X-server HowTos

Tutorials, tips, hacks, and howtos about X.Org Server ( the X server ) and system used by Linux, *BSD, and Unix like operating systems ( rss feed ).

I‘ve ssh gateway behind my NAT firewall. So all users must first login to my gateway host from the internet and then login to other machines on the LAN. This works great for cli based apps. However, few users would like to run x apps from internal LAN hosts and tunnel X display through intermediate ssh gateway and display back output on their local system. For example, from localsystem user makes connection as follows:

ssh -X user@gateway.example.com
ssh -X user@somelan.example.com

X forwarding fails with an error:

Error: Can’t open display:

How do I fix this problem and allow users to use X apps with my intermediate Linux / BSD gateway?

{ 5 comments }

I’m not able to boot into GUI under Dell desktop system, which uses an ATI HD3750 display card. The display only works with CLI and but when I type startx and get some sort of error or a black screen. How do I fix this issue?

{ 0 comments }

I‘m CentOS Linux version 5.x user and I’d like to restrict execution of /usr/sbin/userhelper to console users only in xusers group?

{ 0 comments }

Q. I’m using Gnome under Ubuntu Linux and my numeric keypad is disabled. Pressing numlock key does not work any more. I’m not able to use numbers or special symbols from numeric keypad. Reboot does not help or using different keyboard does not help. However, numlock only works if I switch to text console by pressing CTRL+ALT+F1. Now, I’m dam sure this is related to X.org or Gnome. How do I fix this problem?

{ 28 comments }

Find out Apache Version

by on December 20, 2008 · 16 comments

Q. I have a rented dedicated LAMP server and I need to know what version of Apache I am running. How do I find out my Apache server version? How do I find out what modules loaded?

{ 16 comments }

Q. How do I copy output of command to Linux Gnome clipboard? How do I send files directly to X Windows clipboard from a shell prompt? How do I insert command line output or files contains into the clipboard?

{ 5 comments }

Q. How do I render font smoothly in Ubuntu Linux / Gnome desktop systems? How do I get look a likes of the Microsoft / Mac OS X smooth fonts for Firefox and other applications?

{ 10 comments }