Re: Cannot start X

2005-12-24 Thread Teilhard Knight

Teilhard Knight wrote:


Hi:

I just installed FreeBSD 6.0 on a P4 HT, and I cannot start X. Actually I
want to start KDE; the .xinitrc is in place, but I couldn't start it 
before
I wrote it, either. As I cannot copy and paste, I do not give you my 
xorg.conf
file, but I need the i810 driver for a Realtek A'67 integrated sound 
device

whose chip apparently is Intel.



Hrm, isn't i810 the integrated video?



Oh, yes, I am sorry. Don't know how I could mess things.



Upon startx, I get in the end:

(==) Using config file /etc/X11/xorg.conf
[drm] failed to load kernel module i915
(EE) I810(0): [dri] DRIScreenInit failed. Disabling DRI.
start: not found.



This looks suspiciously like a misconfiguration.  Is the word
start by itself in your .xinitrc, by chance?



Yes, I didn't know it couldn't be used. I replaced my .xinitrc file to 
contain 'exec startkde', and all is well now.


Thanks so much for your feedback.

Teilhard. 


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


Cannot start X

2005-12-23 Thread Teilhard Knight

Hi:

I just installed FreeBSD 6.0 on a P4 HT, and I cannot start X. Actually I 
want to start KDE; the .xinitrc is in place, but I couldn't start it before 
I wrote it, either. As I cannot copy and paste, I do not give you my 
xorg.conf file, but I need the i810 driver for a Realtek A'67 integrated 
sound device whose chip apparently is Intel.


Upon startx, I get in the end:

(==) Using config file /etc/X11/xorg.conf
[drm] failed to load kernel module i915
(EE) I810(0): [dri] DRIScreenInit failed. Disabling DRI.
start: not found.

I have checked the xorg.conf file and it has no mention of module i915. I 
have tried with the config files made by xorgcfg -textmode, but none of 
the options for the driver i810 works. The check: Xorg -config 
xorg.conf.new, after making Xorg -configure and changing the resolution 
to 1280x1024, works all right, though.


I would appreciate if you could give me a hint of what to do. I'll be happy 
to provide any additional information.


Teilhard. 


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


Re: Cannot start X

2005-12-23 Thread Eric Kjeldergaard
On Saturday 24 December 2005 03:58, Teilhard Knight wrote:
 Hi:

 I just installed FreeBSD 6.0 on a P4 HT, and I cannot start X. Actually I
 want to start KDE; the .xinitrc is in place, but I couldn't start it before
 I wrote it, either. As I cannot copy and paste, I do not give you my
 xorg.conf file, but I need the i810 driver for a Realtek A'67 integrated
 sound device whose chip apparently is Intel.

 Upon startx, I get in the end:

 (==) Using config file /etc/X11/xorg.conf
 [drm] failed to load kernel module i915
 (EE) I810(0): [dri] DRIScreenInit failed. Disabling DRI.
 start: not found.

This last line indicates that you are trying to run a program called start.  
Likely this is in your .xinitrc.  Is it possible that you have something 
othere than the following in your .xinitrc:

exec startkde

 I have checked the xorg.conf file and it has no mention of module i915. I
 have tried with the config files made by xorgcfg -textmode, but none of
 the options for the driver i810 works. The check: Xorg -config
 xorg.conf.new, after making Xorg -configure and changing the resolution
 to 1280x1024, works all right, though.

 I would appreciate if you could give me a hint of what to do. I'll be happy
 to provide any additional information.

Hope that helps.


pgpM337mRvaI2.pgp
Description: PGP signature


Re: Cannot start X

2005-12-23 Thread Kevin Kinsey

Teilhard Knight wrote:


Hi:

I just installed FreeBSD 6.0 on a P4 HT, and I cannot start X. Actually I
want to start KDE; the .xinitrc is in place, but I couldn't start it 
before
I wrote it, either. As I cannot copy and paste, I do not give you my 
xorg.conf
file, but I need the i810 driver for a Realtek A'67 integrated sound 
device

whose chip apparently is Intel.



Hrm, isn't i810 the integrated video?


Upon startx, I get in the end:

(==) Using config file /etc/X11/xorg.conf
[drm] failed to load kernel module i915
(EE) I810(0): [dri] DRIScreenInit failed. Disabling DRI.
start: not found.



This looks suspiciously like a misconfiguration.  Is the word
start by itself in your .xinitrc, by chance?


I have checked the xorg.conf file and it has no mention of
module i915. I have tried with the config files made by xorgcfg 
-textmode,

but none of the options for the driver i810 works. The check:
Xorg -config xorg.conf.new, after making Xorg -configure and
changing the resolution to 1280x1024, works all right, though.

I would appreciate if you could give me a hint of what to do.
I'll be happy to provide any additional information.

Teilhard.
___



I'd be kind of interested myself; had a similar issue with
an older box (810 chipset) the other day, which I worked around
by switching to the VESA driver in xorg.conf 

HTH,

Kevin Kinsey


There are no great men, only great challenges that
ordinary men are forced by circumstances to meet.
-- Admiral William Halsey


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


Re: Cannot start X

2005-12-23 Thread Teilhard Knight

On Saturday 24 December 2005 03:58, Teilhard Knight wrote:

Hi:

I just installed FreeBSD 6.0 on a P4 HT, and I cannot start X. Actually I
want to start KDE; the .xinitrc is in place, but I couldn't start it
before
I wrote it, either. As I cannot copy and paste, I do not give you my
xorg.conf file, but I need the i810 driver for a Realtek A'67 integrated
sound device whose chip apparently is Intel.

Upon startx, I get in the end:

(==) Using config file /etc/X11/xorg.conf
[drm] failed to load kernel module i915
(EE) I810(0): [dri] DRIScreenInit failed. Disabling DRI.
start: not found.


This last line indicates that you are trying to run a program called start.
Likely this is in your .xinitrc.  Is it possible that you have something
othere than the following in your .xinitrc:

exec startkde


I have checked the xorg.conf file and it has no mention of module i915. I
have tried with the config files made by xorgcfg -textmode, but none of
the options for the driver i810 works. The check: Xorg -config
xorg.conf.new, after making Xorg -configure and changing the resolution
to 1280x1024, works all right, though.

I would appreciate if you could give me a hint of what to do. I'll be
happy
to provide any additional information.


Hope that helps.

It helped all right. I am in now, thanks a lot.

Teilhard. 


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