Find the answer to your Linux question:
Results 1 to 8 of 8
Ok i need to have debian installed before Jan 4 lol. I have been messing with linux for a while not to new to it. well i tried to install ...
  1. #1
    Just Joined! MonkeySniper>'s Avatar
    Join Date
    Dec 2005
    Location
    Texas
    Posts
    24

    Problem with install just weird.

    Ok i need to have debian installed before Jan 4 lol. I have been messing with linux for a while not to new to it. well i tried to install i got far in the install it went all the way and told me to log in. But i was in the command line doing this was werid so i then had to install the x-window which i did, then i did startx screen went black and came back to the command line i did this 6 times same crap the last time i did it it gave me a error which was this

    XIO : fatal IO error 104 (connection reset by peer ) on X server ":0.0" after 0 requests (0 known processed ) with 0 events remaining.

    So im stuck here what do i do ?

  2. #2
    Linux Newbie
    Join Date
    Nov 2004
    Posts
    239
    sounds like you need to configure you x-windows server...

    I am sure there is a program / script to do this...although I cant remember the name...

    You may want to check /etc/X11/xorg.conf and see that everything seems ok. Maybe its the refresh rates?

    Try to post the error message

  3. #3
    Linux User St. Joe's Avatar
    Join Date
    Jun 2005
    Location
    USA
    Posts
    271
    What version of Debian are you installing?
    You won't have an xorg.conf if it is Sarge.
    It may be that your sole purpose in life is simply to serve as a warning to others.

  4. #4
    Just Joined!
    Join Date
    Jul 2005
    Location
    Colorado
    Posts
    84
    what does startx do?

  5. #5
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    Quote Originally Posted by MonkeySniper>
    Ok i need to have debian installed before Jan 4 lol. I have been messing with linux for a while not to new to it. well i tried to install i got far in the install it went all the way and told me to log in. But i was in the command line doing this was werid so i then had to install the x-window which i did, then i did startx screen went black and came back to the command line i did this 6 times same crap the last time i did it it gave me a error which was this

    XIO : fatal IO error 104 (connection reset by peer ) on X server ":0.0" after 0 requests (0 known processed ) with 0 events remaining.

    So im stuck here what do i do ?
    Try reconfiguring X as dark_lord_kodd said. Do this by running
    Code:
    dpkg-reconfigure xserver-xfree86
    It will ask you questions about your mouse, moniter, and video card.

    Quote Originally Posted by theguy0000
    what does startx do?
    It starts x (the gui)
    Brilliant Mediocrity - Making Failure Look Good

  6. #6
    Just Joined! MonkeySniper>'s Avatar
    Join Date
    Dec 2005
    Location
    Texas
    Posts
    24
    thanks guys but i found the main problem i did - cat /var/log/xfree86.0.log | more. and that gaave me a list of all the stuff and at the end i found the proble it was the mouse it was not set up right which im still having a problem with i have a usb mouse that connects toa adaptor to connect to the ps/2 port. But i dont know which to pick the first i picked was that /dev/input/mouse or something liek that but i dont know which to pick to make it work right.

  7. #7
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    try installing mdetect (aka apt-get install mdetect). Then run it (as root). It should find your mouse.
    Brilliant Mediocrity - Making Failure Look Good

  8. #8
    Just Joined! MonkeySniper>'s Avatar
    Join Date
    Dec 2005
    Location
    Texas
    Posts
    24
    thanks it worked.

Posting Permissions

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