X problem..

Hi..

1 week ago, because of some guy's help, I refreshed my nand..
and I installed angstrom in my SD.

But I can't run the X window.
After type the just X in console, just met the below message

Fatal server
error:
Server is already active for display
0
        If this server is no longer running, remove /tmp/.X0-
lock
        and start again.

Actually, I can see the doggy, in booting time..
but after boot, I can't see anything..

below is my xdpyinfo..
and resolution of my lcd is 1366x768.
Thanks

root@beagleboard:/#
xdpyinfo
name of display: :
0.0
version number:
11.0
vendor string: The X.Org
Foundation
vendor release number:
10503000
X.Org version:
1.5.3
maximum request size: 16777212
bytes
motion buffer size:
256
bitmap unit, bit order, padding: 32, LSBFirst,
32
image byte order:
LSBFirst
number of supported pixmap formats:
7
supported pixmap
formats:
    depth 1, bits_per_pixel 1, scanline_pad
32
    depth 4, bits_per_pixel 8, scanline_pad
32
    depth 8, bits_per_pixel 8, scanline_pad
32
    depth 15, bits_per_pixel 16, scanline_pad
32
    depth 16, bits_per_pixel 16, scanline_pad
32
    depth 24, bits_per_pixel 32, scanline_pad
32
    depth 32, bits_per_pixel 32, scanline_pad
32
keycode range: minimum 8, maximum
255
focus:
PointerRoot
number of extensions:
25
    BIG-
REQUESTS

Composite

DAMAGE
    DOUBLE-
BUFFER

DPMS
    Extended-Visual-
Information
    MIT-SCREEN-
SAVER
    MIT-
SHM
    MIT-SUNDRY-
NONSTANDARD

RANDR

RENDER

SHAPE

SYNC
    TOG-
CUP
    X-
Resource
    XC-
MISC

XFIXES
    XFree86-
DGA
    XFree86-
Misc
    XFree86-
VidModeExtension

XINERAMA

XInputExtension

XKEYBOARD

XTEST

XVideo
default screen number:
0
number of screens:
1

screen
#0:
  print screen:
no
  dimensions: 1366x768 pixels (361x203
millimeters)
  resolution: 96x96 dots per
inch
  depths (7): 16, 1, 4, 8, 15, 24,
32
  root window id:
0x3d
  depth of root window: 16
planes
  number of colormaps: minimum 1, maximum
1
  default colormap:
0x20
  default number of colormap cells:
64
  preallocated pixels: black 0, white
65535
  options: backing-store NO, save-unders
NO
  largest cursor:
1366x768
  current input event mask:
0x400003
    KeyPressMask KeyReleaseMask
PropertyChangeMask
  number of visuals:
2
  default visual id:
0x21

visual:
    visual id:
0x21
    class:
TrueColor
    depth: 16
planes
    available colormap entries: 64 per
subfield
    red, green, blue masks: 0xf800, 0x7e0,
0x1f
    significant bits in color specification: 6
bits

visual:
    visual id:
0x3b
    class:
TrueColor
    depth: 32
planes
    available colormap entries: 256 per
subfield
    red, green, blue masks: 0xff0000, 0xff00,
0xff
    significant bits in color specification: 8 bits

Best first verify whether X is running or not.

ps ax | grep X

it might also be that your screen settings is not appropriate for your monitor.

FM