Re: Xorg will not start no matter what I do

2007-01-20 Thread Wayne Topa
Ken Heard([EMAIL PROTECTED]) is reported to have said:
 I recently installed Etch RC1 in a P3 box.  The smoke test succeeded up 
 to the point where Xorg was to be loaded -- it would not load.  I ran 
 dpkg-reconfigure xserver-xorg several times.  Each the time process was 
 able to configure automatically the keyboard, mouse, video card and 
 monitor settings without my intervention.
 
   I checked the log file and xorg.conf but could find nothing amiss.  
   Can anyone suggest what to do now?

Ken

  To troubleshoot your problem more information would help.

  What is the output of

  dpkg -l xserver-xorg* |grep ^i

Wayne

-- 
Any programming language is at its best before it is implemented and
used.
___


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Re: Xorg will not start no matter what I do

2007-01-20 Thread Angelo Bertolli

 On Fri, Jan 19, 2007 at 11:12:55PM -0500, Ken Heard wrote:
   
 (II) LoadModule: kbd
 (WW) Warning, couldn't open module kbd
 (II) UnloadModule: kbd
 (EE) Failed to load module kbd (module does not exist, 0)
 (II) LoadModule: mouse
 (WW) Warning, couldn't open module mouse
 (II) UnloadModule: mouse
 (EE) Failed to load module mouse (module does not exist, 0)
 
 (EE) No devices detected.

 Fatal server error:
 no screens found
 

This happened to me when I used the DAILY SNAPSHOT to install Debian a
month ago.
And this is what fixed it:


Douglas Allan Tutty wrote:
 What packages do you have installed related to xorg.  You will need at
 least xserver-xorg-input-kbd and xserver-xorg-input-mouse,

 xserver-xorg depends on some or all of xserver-xorg-input-*

 These are needed to provide the modules that your log shows do not
 exist.
   

I also needed to install my xserver-xorg-video-driver package.

Angelo


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Xorg will not start no matter what I do

2007-01-19 Thread Kent West
Ken Heard wrote:
 I recently installed Etch RC1 in a P3 box.  The smoke test succeeded
 up to the point where Xorg was to be loaded -- it would not load.  I
 ran dpkg-reconfigure xserver-xorg several times.  Each the time
 process was able to configure automatically the keyboard, mouse, video
 card and monitor settings without my intervention.

 I checked the log file and xorg.conf but could find nothing
 amiss.  Can anyone suggest what to do now?

 Here is the xorg installation log file.
 
snip
 (II) LoadModule: kbd
 (WW) Warning, couldn't open module kbd
 (II) UnloadModule: kbd
 (EE) Failed to load module kbd (module does not exist, 0)
 (II) LoadModule: mouse
 (WW) Warning, couldn't open module mouse
 (II) UnloadModule: mouse
 (EE) Failed to load module mouse (module does not exist, 0)
 (II) APM: driver for the Alliance chipsets: AP6422, AT24, AT3D
 (II) Primary Device is: PCI 01:00:0
 (EE) No devices detected.


This is where I'd start; I'd see if I could fix the kbd and mouse issue.
Google returned a hit at

http://forums.debian.net/viewtopic.php?t=8510sid=2796a3ae02b988a9a8ef71fee66b3906

which suggested (between the lines) modprobe mouse for the mouse problem.

Another hit I found indicated a problem with udev (not being installed).

Try cat /dev/mousedevice, where mousedevice is the device file for
your mouse connection, such as /dev/input/mice, etc and then move your
mouse around. You should see a lot of ASCII garbage show up on the
screen. (Ctrl-C to stop the cat.) This will verify if your mouse is
being seen by the system.

Also, does lspci report your video card to be on 1:0:0?

-- 
Kent West
Westing Peacefully http://kentwest.blogspot.com


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Xorg will not start no matter what I do

2007-01-19 Thread [EMAIL PROTECTED]

On 1/19/07, Ken Heard [EMAIL PROTECTED] wrote:

I recently installed Etch RC1 in a P3 box.  The smoke test succeeded up
to the point where Xorg was to be loaded -- it would not load.  I ran
dpkg-reconfigure xserver-xorg several times.  Each the time process was
able to configure automatically the keyboard, mouse, video card and
monitor settings without my intervention.

I checked the log file and xorg.conf but could find nothing amiss.  Can
anyone suggest what to do now?

Here is the xorg installation log file.
...
(EE) Failed to load module kbd (module does not exist, 0)
(II) LoadModule: mouse
(WW) Warning, couldn't open module mouse
(II) UnloadModule: mouse
(EE) Failed to load module mouse (module does not exist, 0)
(II) APM: driver for the Alliance chipsets: AP6422, AT24, AT3D
(II) Primary Device is: PCI 01:00:0
(EE) No devices detected.

Fatal server error:
no screens found


Well, you can see there are three errors right there.  If you look in
the config file, you see...


Here is the xorg.conf file:
...
Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  CoreKeyboard
Option  XkbRules  xorg
Option  XkbModel  pc104
Option  XkbLayout us
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
Option  CorePointer
Option  Device/dev/psaux
Option  Protocol  PS/2
EndSection


Notice the kdb and mouse drivers.  On my system, the config file
has keyboard instead of kbd, and I don't know about mouse, but I
use evdev (lets you use more buttons, etc).  Try switching to
keyboard and evdev and see if that helps.  (Should probably
comment out the Protocol PS/2 line too.)


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Xorg will not start no matter what I do

2007-01-19 Thread Douglas Allan Tutty
On Fri, Jan 19, 2007 at 11:12:55PM -0500, Ken Heard wrote:
 I recently installed Etch RC1 in a P3 box.  The smoke test succeeded up 
 to the point where Xorg was to be loaded -- it would not load.  I ran 
 dpkg-reconfigure xserver-xorg several times.  Each the time process was 
 able to configure automatically the keyboard, mouse, video card and 
 monitor settings without my intervention.
 
   I checked the log file and xorg.conf but could find nothing amiss.  
   Can anyone suggest what to do now?
 
 Here is the xorg installation log file.
 
[snip]
 (II) LoadModule: kbd
 (WW) Warning, couldn't open module kbd
 (II) UnloadModule: kbd
 (EE) Failed to load module kbd (module does not exist, 0)
 (II) LoadModule: mouse
 (WW) Warning, couldn't open module mouse
 (II) UnloadModule: mouse
 (EE) Failed to load module mouse (module does not exist, 0)

 (EE) No devices detected.
 
 Fatal server error:
 no screens found
 
What packages do you have installed related to xorg.  You will need at
least xserver-xorg-input-kbd and xserver-xorg-input-mouse,

xserver-xorg depends on some or all of xserver-xorg-input-*

These are needed to provide the modules that your log shows do not
exist.

Good luck.

Doug.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]