Find the answer to your Linux question:
Results 1 to 5 of 5
I have been trying to make x-server work on my virtual machine (vmware) running Debian, but I keep getting this error: http://img136.imageshack.us/my.php?i...dmerrorok8.jpg Any ideas on how to fix this? Thanks ...
  1. #1
    Just Joined!
    Join Date
    Jul 2006
    Posts
    17

    xdm error

    I have been trying to make x-server work on my virtual machine (vmware) running Debian, but I keep getting this error:
    http://img136.imageshack.us/my.php?i...dmerrorok8.jpg
    Any ideas on how to fix this? Thanks in advance.

  2. #2
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    Try, as root :
    Code:
    apt-get -f install
    Then, if it still doesn't work :
    Code:
    dpkg --configure xdm
    (like suggested in your screenshot).

    If you have problem with "x-window-system" then install "x-window-system-core" instead, and then the login manager of your choice : gdm, xdm, kdm, etc.
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

  3. #3
    Just Joined!
    Join Date
    Jul 2006
    Posts
    17
    Ok it still didn't work. apt-get is at the top and dpkg is lower down.
    http://img143.imageshack.us/my.php?image=errorfe0.jpg
    In the original image, I was trying to install x-window-system-core, not x-window-system, but both produce the exact same results. Installing xdm does, too.

  4. #4
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    So you are using Woody? You should think about an upgrade to Sarge (at least).

    It seems your /etc/apt/sources.list file is not in good order, thus the dependencies issues.

    Did you try what is suggested in the screenshot?
    Code:
    dpkg --configure kdm
    And what about
    Code:
    apt-get -f install
    ? Did it do anything?
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

  5. #5
    Just Joined!
    Join Date
    Jul 2006
    Posts
    17
    Ok, I upgraded to Sarge and it worked without me even doing anything special. I picked a very small resolution for my monitor, however. How do I change that? I'm using gnome.
    BTW, Sarge is SO much better than Woody!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •