X Window Server

I’m running Suse Linux Enterprise 11

How can I check the status of the X Window server?

Does it have to be manually configured?

Hi,
after the successful installation of SLES 11 the x is configured and lets say normal running.
You may…

  1. haven´t intalled with X
  2. spezial hardware… drivers missing
  3. stared without x …

you can try login and start x with
#>startx

You also can try to connect via ssh with -X option.

#>ssh -X 192.18…Server IP
After successful login in try
#>xclock

After that you can find logfiles in /var/log/Xorg.0.log

*T

[QUOTE=tbrinkmann;10198]Hi,
after the successful installation of SLES 11 the x is configured and lets say normal running.
You may…

  1. haven´t intalled with X
  2. spezial hardware… drivers missing
  3. stared without x …

you can try login and start x with
#>startx

You also can try to connect via ssh with -X option.

#>ssh -X 192.18…Server IP
After successful login in try
#>xclock

After that you can find logfiles in /var/log/Xorg.0.log

*T[/QUOTE]

T,

The directory /var/log/Xorg does not exist in my log directory.

Hi
And don’t forget to check the runlevel, needs to be at 5 (graphical);

who -r

or

/sbin/runlevel


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 12.2 (x86_64) Kernel 3.4.11-2.16-desktop
up 4 days 12:36, 4 users, load average: 0.11, 0.07, 0.06
CPU Intel i5 CPU M520@2.40GHz | Intel Arrandale GPU

re,
sorry a file not files :-/

/var/log/Xorg.0.log
->Xorg.0.log

pr0tocoldan wrote:
[color=blue]

The directory /var/log/Xorg does not exist in my log directory.[/color]

Xorg.0.log is a file in the /var/log directory.


Kevin Boyle - Knowledge Partner
If you find this post helpful and are using the web interface,
show your appreciation and click on the star below…

What if this directory is not in my machine? Does that mean that it’s not configured?