Re: X won start anymore

2007-02-18 Thread Bob McIsaac
On Sunday 18 February 2007 06:21, Dino Vliet wrote:
> This time, it is X which is causing troubles and I didn do
> anything. It worked for the last months without any problems and
> the last actions I did were:
>
> 1) portsnap fetch update and then a portupgrade -aRr
> 2) changed my BIOS to enable S.M.A.R.T. on my harddisk
> 3) changed my BIOS to enable some sort of virus protection
> ...using config file: etc/X11/xorg.conf
> (EE) No devices detected

Either your hardware is broken or your configuration has changed.  Try 
again the X setup procedure as root.  It creates a configuration file 
in the root directory which you can test without upsetting anything.
-Bob-

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: X won start anymore

2007-02-18 Thread Dino Vliet
I am running a securelevel (3 in my case) but have been doing it since months...
What's really odd, is that after I dual booted Ubuntu just now, and restarting 
and opting for freebsd I first got this rare message about the kernel that 
couldn't be booted. Then I did a ctrl-alt-del and restarted and opted for 
freebsd again and voila.I could get back into X!!!
I don't know what was happening, I am suspecting maybe bad hardware and started 
backing things up.

Thanks in advanced though, I am working with GDM right now and I just don't 
know what happened!!


- Original Message 
From: Christian Walther <[EMAIL PROTECTED]>
To: Dino Vliet <[EMAIL PROTECTED]>
Cc: freebsd-questions@freebsd.org
Sent: Sunday, February 18, 2007 1:56:48 PM
Subject: Re: X won start anymore

On 18/02/07, Dino Vliet <[EMAIL PROTECTED]> wrote:
[...]
> (WW) xf86EnableIO: Failed to open /dev/io for extended I/O(EE) No devices 
> detected.
>
> Fatal server error:
> no screens found
[...]

You're sure you didn't set securelevel to something > 0?
X can't work without having access to /dev/io, so having a kernel in
secure mode and X running isn't possible.





 

No need to miss a message. Get email on-the-go 
with Yahoo! Mail for Mobile. Get started.
http://mobile.yahoo.com/mail
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: X won start anymore

2007-02-18 Thread Christian Walther

On 18/02/07, Dino Vliet <[EMAIL PROTECTED]> wrote:
[...]

(WW) xf86EnableIO: Failed to open /dev/io for extended I/O(EE) No devices 
detected.

Fatal server error:
no screens found

[...]

You're sure you didn't set securelevel to something > 0?
X can't work without having access to /dev/io, so having a kernel in
secure mode and X running isn't possible.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


X won start anymore

2007-02-18 Thread Dino Vliet
Hi folks,

here I am again:-(
This time, it is X which is causing troubles and I didn do anything. It worked 
for the last months without any problems and the last actions I did were:

1) portsnap fetch update and then a portupgrade -aRr
2) changed my BIOS to enable S.M.A.R.T. on my harddisk
3) changed my BIOS to enable some sort of virus protection

After I rebooted I saw the following error at my console:

..zouk gdm[873]: gdm_slave_xioerror_handler: Fatal X error - Restarting : 0
This repeated 3 times and it said something about Failed to start X server 
several times in a short time period; disabling display :0

I was then trown at the command line (Yippee:-)

So, I went to the /etc/X11/ directory and looked at my xorg.conf file. Didn see 
anything strange in it (mind you, I haven changed it lately and it has been 
running for months without a problem)

Then I did the startx command and saw this error message:

...using config file: etc/X11/xorg.conf 
(EE) No devices detected

Fatal server error:
no screens found

My xorg.conf looks like this:
Section "ServerLayout"
Identifier "X.org Configured"
Screen  0  "Screen0" 0 0
InputDevice"Mouse0" "CorePointer"
InputDevice"Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath  "/usr/X11R6/lib/X11/rgb"
ModulePath   "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/local/share/ghostscript/fonts/"
EndSection

Section "Module"
Load  "extmod"
Load  "glx"
Load  "dri"
Load  "dbe"
Load  "record"
Load  "xtrap"
Load  "type1"
Load  "freetype"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver  "kbd"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver  "mouse"
Option  "Protocol" "auto"
Option  "Device" "/dev/sysmouse"
EndSection

Section "Monitor"
#DisplaySize  340   270 # mm
Identifier   "Monitor0"
VendorName   "HWP"
ModelName"hp L1720"
 ### Uncomment if you don't want to default to DDC:
HorizSync31.0 - 80.0
VertRefresh  56.0 - 75.0
Option  "DPMS"
EndSection

Section "Device"
### Available Driver options are:-
### Values: : integer, : float, : "True"/"False",
### : "String", : " Hz/kHz/MHz"
### [arg]: arg optional
#Option "SWcursor"  # []
#Option "HWcursor"  # []
#Option "NoAccel"   # []
#Option "ShadowFB"  # []
#Option "UseFBDev"  # []
#Option "Rotate"# []
#Option "VideoKey"  # 
#Option "FlatPanel" # []
#Option "FPDither"  # []
#Option "CrtcNumber"# 
#Option "FPScale"   # []
#Option "FPTweak"   # 
Identifier  "Card0"
Driver  "vesa"
#VendorName  "nVidia Corporation"
BoardName   "Unknown Board"
BusID   "PCI:5:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor"Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport   0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport   0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport   0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport   0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport   0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport   0 0
Depth 24
Modes   "1280x1024" "1024x768"
EndSubSection
EndSection

and the var/log/Xorg.0.log file looks like:

X Window System Version 6.9.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 6.9
Build Operating System: FreeBSD 6.1 amd64 [ELF] 
Current Operating System: FreeBSD zouk.tiscali.nl 6.1-RELEASE-p11 FreeBSD 
6.1-RELEASE-p11 #12: Wed Jan 17 21:06:43 CET 2007 [EMAIL 
PROTECTED]:/usr/obj/usr/src/sys/MYKERNEL amd64
Build Date: 29 January 2007
Before reporting problems, check http://wiki.X.Org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file