Re: FreeBSD 7.2 Intel i915 / Xorg issue

2009-06-22 Thread Mel Flynn
On Sunday 21 June 2009 09:11:51 Francisco Cabrita wrote:
 s/rc.cond/rc.conf :)

 On Sun, Jun 21, 2009 at 6:11 PM, Francisco Cabrita 

 francisco.cabr...@gmail.com wrote:
  Hi guys,
  I had the same problem here.
 
  Just install those ports and add them to rc.cond or rc.conf.local
 
  hal_enable=YES

and s/hal/hald/
-- 
Mel
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


FreeBSD 7.2 Intel i915 / Xorg issue

2009-06-21 Thread Shawn Badger
Hi, I've seen several posts with similar issues, but none of them have 
helped me resolve my own.  I am using 7.2-RELEASE on my laptop with an 
Intel i915 graphics card.  My problem is that Xorg refuses to start 
(most of the time) and posts an error in the log:

   drmDropMaster failed: Unknown Error -1

I have gotten X to start on occasion, but I've never been able to get 
fluxbox to start.  The command Xorg -config /etc/X11/xorg.conf -retro 
always works correctly.


xorg.conf: http://pastebin.com/f44c3bfa1
Xorg.0.log:http://pastebin.com/f22d7e99c
dmesg output:  http://pastebin.com/f7d02e787

Any help would be very much appreciated.

Thanks,
Shawn
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD 7.2 Intel i915 / Xorg issue

2009-06-21 Thread Glen Barber
On Sun, Jun 21, 2009 at 1:06 PM, Glen Barberglen.j.bar...@gmail.com wrote:
 On Sun, Jun 21, 2009 at 12:45 PM, Shawn Badgershawnbad...@gmail.com wrote:
 Hi, I've seen several posts with similar issues, but none of them have
 helped me resolve my own.  I am using 7.2-RELEASE on my laptop with an Intel
 i915 graphics card.  My problem is that Xorg refuses to start (most of the
 time) and posts an error in the log:
   drmDropMaster failed: Unknown Error -1

 I have gotten X to start on occasion, but I've never been able to get
 fluxbox to start.  The command Xorg -config /etc/X11/xorg.conf -retro
 always works correctly.

 xorg.conf:     http://pastebin.com/f44c3bfa1
 Xorg.0.log:    http://pastebin.com/f22d7e99c
 dmesg output:  http://pastebin.com/f7d02e787

 Any help would be very much appreciated.


 Try this: http://www.dev-urandom.com/user/xorg.php


I didn't realize you had 'AutoAddDevices' in ServerLayout at first..
Still, give AllowEmptyInput off a shot.


-- 
Glen Barber
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD 7.2 Intel i915 / Xorg issue

2009-06-21 Thread Glen Barber
On Sun, Jun 21, 2009 at 12:45 PM, Shawn Badgershawnbad...@gmail.com wrote:
 Hi, I've seen several posts with similar issues, but none of them have
 helped me resolve my own.  I am using 7.2-RELEASE on my laptop with an Intel
 i915 graphics card.  My problem is that Xorg refuses to start (most of the
 time) and posts an error in the log:
   drmDropMaster failed: Unknown Error -1

 I have gotten X to start on occasion, but I've never been able to get
 fluxbox to start.  The command Xorg -config /etc/X11/xorg.conf -retro
 always works correctly.

 xorg.conf:     http://pastebin.com/f44c3bfa1
 Xorg.0.log:    http://pastebin.com/f22d7e99c
 dmesg output:  http://pastebin.com/f7d02e787

 Any help would be very much appreciated.


Try this: http://www.dev-urandom.com/user/xorg.php

-- 
Glen Barber
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD 7.2 Intel i915 / Xorg issue

2009-06-21 Thread Shawn Badger

   Glen Barber wrote:

On Sun, Jun 21, 2009 at 1:06 PM, Glen Barber[1]glen.j.bar...@gmail.com wrote:


On Sun, Jun 21, 2009 at 12:45 PM, Shawn Badger[2]shawnbad...@gmail.com wrote:


Hi, I've seen several posts with similar issues, but none of them have
helped me resolve my own.  I am using 7.2-RELEASE on my laptop with an Intel
i915 graphics card.  My problem is that Xorg refuses to start (most of the
time) and posts an error in the log:
  drmDropMaster failed: Unknown Error -1

I have gotten X to start on occasion, but I've never been able to get
fluxbox to start.  The command Xorg -config /etc/X11/xorg.conf -retro
always works correctly.

xorg.conf: [3]http://pastebin.com/f44c3bfa1
Xorg.0.log:[4]http://pastebin.com/f22d7e99c
dmesg output:  [5]http://pastebin.com/f7d02e787

Any help would be very much appreciated.



Try this: [6]http://www.dev-urandom.com/user/xorg.php



I didn't realize you had 'AutoAddDevices' in ServerLayout at first..
Still, give AllowEmptyInput off a shot.




   Thanks for the quick responses:
   @Glen:
   I went ahead and gave it a try - to no avail.  Ironically, I have
   never had any of the mouse/keyboard issues that people have complained
   about.  My issue is that I just can't get X to start - it appears the
   drm driver is failing on me.
   @Francisco:
   I already have both hald and dbus loading in rc.conf.  All of my
   packages have been compiled from ports.

References

   1. mailto:glen.j.bar...@gmail.com
   2. mailto:shawnbad...@gmail.com
   3. http://pastebin.com/f44c3bfa1
   4. http://pastebin.com/f22d7e99c
   5. http://pastebin.com/f7d02e787
   6. http://www.dev-urandom.com/user/xorg.php
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD 7.2 Intel i915 / Xorg issue

2009-06-21 Thread Francisco Cabrita
Hi guys,
I had the same problem here.

Just install those ports and add them to rc.cond or rc.conf.local

hal_enable=YES
dbus_enable=YES

regards,
Francisco

On Sun, Jun 21, 2009 at 6:07 PM, Glen Barber glen.j.bar...@gmail.comwrote:

 On Sun, Jun 21, 2009 at 1:06 PM, Glen Barberglen.j.bar...@gmail.com
 wrote:
  On Sun, Jun 21, 2009 at 12:45 PM, Shawn Badgershawnbad...@gmail.com
 wrote:
  Hi, I've seen several posts with similar issues, but none of them have
  helped me resolve my own.  I am using 7.2-RELEASE on my laptop with an
 Intel
  i915 graphics card.  My problem is that Xorg refuses to start (most of
 the
  time) and posts an error in the log:
drmDropMaster failed: Unknown Error -1
 
  I have gotten X to start on occasion, but I've never been able to get
  fluxbox to start.  The command Xorg -config /etc/X11/xorg.conf -retro
  always works correctly.
 
  xorg.conf: http://pastebin.com/f44c3bfa1
  Xorg.0.log:http://pastebin.com/f22d7e99c
  dmesg output:  http://pastebin.com/f7d02e787
 
  Any help would be very much appreciated.
 
 
  Try this: http://www.dev-urandom.com/user/xorg.php
 

 I didn't realize you had 'AutoAddDevices' in ServerLayout at first..
 Still, give AllowEmptyInput off a shot.


 --
 Glen Barber
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org




-- 
blog: http://sufixo.com/raw
http://www.linkedin.com/in/franciscocabrita
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD 7.2 Intel i915 / Xorg issue

2009-06-21 Thread Francisco Cabrita
s/rc.cond/rc.conf :)

On Sun, Jun 21, 2009 at 6:11 PM, Francisco Cabrita 
francisco.cabr...@gmail.com wrote:

 Hi guys,
 I had the same problem here.

 Just install those ports and add them to rc.cond or rc.conf.local

 hal_enable=YES
 dbus_enable=YES

 regards,
 Francisco


 On Sun, Jun 21, 2009 at 6:07 PM, Glen Barber glen.j.bar...@gmail.comwrote:

 On Sun, Jun 21, 2009 at 1:06 PM, Glen Barberglen.j.bar...@gmail.com
 wrote:
  On Sun, Jun 21, 2009 at 12:45 PM, Shawn Badgershawnbad...@gmail.com
 wrote:
  Hi, I've seen several posts with similar issues, but none of them have
  helped me resolve my own.  I am using 7.2-RELEASE on my laptop with an
 Intel
  i915 graphics card.  My problem is that Xorg refuses to start (most of
 the
  time) and posts an error in the log:
drmDropMaster failed: Unknown Error -1
 
  I have gotten X to start on occasion, but I've never been able to get
  fluxbox to start.  The command Xorg -config /etc/X11/xorg.conf -retro
  always works correctly.
 
  xorg.conf: http://pastebin.com/f44c3bfa1
  Xorg.0.log:http://pastebin.com/f22d7e99c
  dmesg output:  http://pastebin.com/f7d02e787
 
  Any help would be very much appreciated.
 
 
  Try this: http://www.dev-urandom.com/user/xorg.php
 

 I didn't realize you had 'AutoAddDevices' in ServerLayout at first..
 Still, give AllowEmptyInput off a shot.


 --
 Glen Barber
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org




 --
 blog: http://sufixo.com/raw
 http://www.linkedin.com/in/franciscocabrita




-- 
blog: http://sufixo.com/raw
http://www.linkedin.com/in/franciscocabrita
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD 7.2 Intel i915 / Xorg issue

2009-06-21 Thread Francisco Cabrita
Hi Shawn

I would first try to figure why is this error in the logs.

(EE) XKB: No components provided for device Virtual core keyboard

I think only errors stop the X to start. The one you show are warnings.

Regards,
Francisco

On Sun, Jun 21, 2009 at 6:12 PM, Shawn Badger shawnbad...@gmail.com wrote:

   Glen Barber wrote:

 On Sun, Jun 21, 2009 at 1:06 PM, Glen Barber[1]glen.j.bar...@gmail.com 
 wrote:


 On Sun, Jun 21, 2009 at 12:45 PM, Shawn Badger[2]shawnbad...@gmail.com 
 wrote:


 Hi, I've seen several posts with similar issues, but none of them have
 helped me resolve my own.  I am using 7.2-RELEASE on my laptop with an Intel
 i915 graphics card.  My problem is that Xorg refuses to start (most of the
 time) and posts an error in the log:
  drmDropMaster failed: Unknown Error -1

 I have gotten X to start on occasion, but I've never been able to get
 fluxbox to start.  The command Xorg -config /etc/X11/xorg.conf -retro
 always works correctly.

 xorg.conf:     [3]http://pastebin.com/f44c3bfa1
 Xorg.0.log:    [4]http://pastebin.com/f22d7e99c
 dmesg output:  [5]http://pastebin.com/f7d02e787

 Any help would be very much appreciated.



 Try this: [6]http://www.dev-urandom.com/user/xorg.php



 I didn't realize you had 'AutoAddDevices' in ServerLayout at first..
 Still, give AllowEmptyInput off a shot.




   Thanks for the quick responses:
   @Glen:
   I went ahead and gave it a try - to no avail.  Ironically, I have
   never had any of the mouse/keyboard issues that people have complained
   about.  My issue is that I just can't get X to start - it appears the
   drm driver is failing on me.
   @Francisco:
   I already have both hald and dbus loading in rc.conf.  All of my
   packages have been compiled from ports.

 References

   1. mailto:glen.j.bar...@gmail.com
   2. mailto:shawnbad...@gmail.com
   3. http://pastebin.com/f44c3bfa1
   4. http://pastebin.com/f22d7e99c
   5. http://pastebin.com/f7d02e787
   6. http://www.dev-urandom.com/user/xorg.php
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org



--
blog: http://sufixo.com/raw
http://www.linkedin.com/in/franciscocabrita
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD 7.2 Intel i915 / Xorg issue

2009-06-21 Thread Shawn Badger

   Francisco Cabrita wrote:

Hi Shawn

I would first try to figure why is this error in the logs.

(EE) XKB: No components provided for device Virtual core keyboard

I think only errors stop the X to start. The one you show are warnings.

Regards,
Francisco
  

   Thanks Francisco, I hadn't noticed this.  When I use the options
   Option AutoAddDevices False
   Option AllowEmptyInput False
   and have hald running, I then get the following errors:
   (II) config/hal: Adding input device AT Keyboard
   (EE) config/hal: NewInputDeviceRequest failed (8)
   (II) config/hal: Adding input device PS/2 Mouse
   (EE) config/hal: NewInputDeviceRequest failed (8)
   (II) UnloadModule: mouse
   (II) UnloadModule: kbd
   When looking at my running processes, there are 3 hal-related
   processes:
   hald-runner
   hald-addon-mouse-sysmouse: /dev/psm0
   hald-addon-storage: /dev/acd0
   So now I have both dbus  hald running, and I am using the two X
   options stated above.  Am I missing something?
   Thanks,
   Shawn

On Sun, Jun 21, 2009 at 6:12 PM, Shawn Badger [1]shawnbad...@gmail.com wrote:


  Glen Barber wrote:

On Sun, Jun 21, 2009 at 1:06 PM, Glen Barber[1][2]glen.j.bar...@gmail.com wro
te:


On Sun, Jun 21, 2009 at 12:45 PM, Shawn Badger[2][3]shawnbad...@gmail.com wro
te:


Hi, I've seen several posts with similar issues, but none of them have
helped me resolve my own.  I am using 7.2-RELEASE on my laptop with an Intel
i915 graphics card.  My problem is that Xorg refuses to start (most of the
time) and posts an error in the log:
 drmDropMaster failed: Unknown Error -1

I have gotten X to start on occasion, but I've never been able to get
fluxbox to start.  The command Xorg -config /etc/X11/xorg.conf -retro
always works correctly.

xorg.conf: [3][4]http://pastebin.com/f44c3bfa1
Xorg.0.log:[4][5]http://pastebin.com/f22d7e99c
dmesg output:  [5][6]http://pastebin.com/f7d02e787

Any help would be very much appreciated.



Try this: [6][7]http://www.dev-urandom.com/user/xorg.php



I didn't realize you had 'AutoAddDevices' in ServerLayout at first..
Still, give AllowEmptyInput off a shot.




  Thanks for the quick responses:
  @Glen:
  I went ahead and gave it a try - to no avail.  Ironically, I have
  never had any of the mouse/keyboard issues that people have complained
  about.  My issue is that I just can't get X to start - it appears the
  drm driver is failing on me.
  @Francisco:
  I already have both hald and dbus loading in rc.conf.  All of my
  packages have been compiled from ports.

References

  1. [8]mailto:glen.j.bar...@gmail.com
  2. [9]mailto:shawnbad...@gmail.com
  3. [10]http://pastebin.com/f44c3bfa1
  4. [11]http://pastebin.com/f22d7e99c
  5. [12]http://pastebin.com/f7d02e787
  6. [13]http://www.dev-urandom.com/user/xorg.php
___
[14]freebsd-questi...@freebsd.org mailing list
[15]http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [16]freebsd-questions-unsubscr...@freebsd.org





--
blog: [17]http://sufixo.com/raw
[18]http://www.linkedin.com/in/franciscocabrita

References

   1. mailto:shawnbad...@gmail.com
   2. mailto:glen.j.bar...@gmail.com
   3. mailto:shawnbad...@gmail.com
   4. http://pastebin.com/f44c3bfa1
   5. http://pastebin.com/f22d7e99c
   6. http://pastebin.com/f7d02e787
   7. http://www.dev-urandom.com/user/xorg.php
   8. mailto:glen.j.bar...@gmail.com
   9. mailto:shawnbad...@gmail.com
  10. http://pastebin.com/f44c3bfa1
  11. http://pastebin.com/f22d7e99c
  12. http://pastebin.com/f7d02e787
  13. http://www.dev-urandom.com/user/xorg.php
  14. mailto:freebsd-questions@freebsd.org
  15. http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  16. mailto:freebsd-questions-unsubscr...@freebsd.org
  17. http://sufixo.com/raw
  18. http://www.linkedin.com/in/franciscocabrita
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD 7.2 Intel i915 / Xorg issue

2009-06-21 Thread Shawn Badger

   Shawn Badger wrote:

   Francisco Cabrita wrote:

Hi Shawn

I would first try to figure why is this error in the logs.

(EE) XKB: No components provided for device Virtual core keyboard

I think only errors stop the X to start. The one you show are warnings.

Regards,
Francisco
  

   Thanks Francisco, I hadn't noticed this.  When I use the options
   Option AutoAddDevices False
   Option AllowEmptyInput False
   and have hald running, I then get the following errors:
   (II) config/hal: Adding input device AT Keyboard
   (EE) config/hal: NewInputDeviceRequest failed (8)
   (II) config/hal: Adding input device PS/2 Mouse
   (EE) config/hal: NewInputDeviceRequest failed (8)
   (II) UnloadModule: mouse
   (II) UnloadModule: kbd
   When looking at my running processes, there are 3 hal-related
   processes:
   hald-runner
   hald-addon-mouse-sysmouse: /dev/psm0
   hald-addon-storage: /dev/acd0
   oops, /usr/local/sbin/hald is also running.  :)

 So now I have both dbus  hald running, and I am using the two X
 options stated above.  Am I missing something?
 Thanks,
 Shawn

On Sun, Jun 21, 2009 at 6:12 PM, Shawn Badger [1]shawnbad...@gmail.com wrote:


  Glen Barber wrote:

On Sun, Jun 21, 2009 at 1:06 PM, Glen Barber[1][2]glen.j.bar...@gmail.com wro
te:


On Sun, Jun 21, 2009 at 12:45 PM, Shawn Badger[2][3]shawnbad...@gmail.com wro
te:


Hi, I've seen several posts with similar issues, but none of them have
helped me resolve my own.  I am using 7.2-RELEASE on my laptop with an Intel
i915 graphics card.  My problem is that Xorg refuses to start (most of the
time) and posts an error in the log:
 drmDropMaster failed: Unknown Error -1

I have gotten X to start on occasion, but I've never been able to get
fluxbox to start.  The command Xorg -config /etc/X11/xorg.conf -retro
always works correctly.

xorg.conf: [3][4]http://pastebin.com/f44c3bfa1
Xorg.0.log:[4][5]http://pastebin.com/f22d7e99c
dmesg output:  [5][6]http://pastebin.com/f7d02e787

Any help would be very much appreciated.



Try this: [6][7]http://www.dev-urandom.com/user/xorg.php



I didn't realize you had 'AutoAddDevices' in ServerLayout at first..
Still, give AllowEmptyInput off a shot.




  Thanks for the quick responses:
  @Glen:
  I went ahead and gave it a try - to no avail.  Ironically, I have
  never had any of the mouse/keyboard issues that people have complained
  about.  My issue is that I just can't get X to start - it appears the
  drm driver is failing on me.
  @Francisco:
  I already have both hald and dbus loading in rc.conf.  All of my
  packages have been compiled from ports.

References

  1. [8]mailto:glen.j.bar...@gmail.com
  2. [9]mailto:shawnbad...@gmail.com
  3. [10]http://pastebin.com/f44c3bfa1
  4. [11]http://pastebin.com/f22d7e99c
  5. [12]http://pastebin.com/f7d02e787
  6. [13]http://www.dev-urandom.com/user/xorg.php
___
[14]freebsd-questi...@freebsd.org mailing list
[15]http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [16]freebsd-questions-unsubscr...@freebsd.org





--
blog: [17]http://sufixo.com/raw
[18]http://www.linkedin.com/in/franciscocabrita

References

   1. mailto:shawnbad...@gmail.com
   2. mailto:glen.j.bar...@gmail.com
   3. mailto:shawnbad...@gmail.com
   4. http://pastebin.com/f44c3bfa1
   5. http://pastebin.com/f22d7e99c
   6. http://pastebin.com/f7d02e787
   7. http://www.dev-urandom.com/user/xorg.php
   8. mailto:glen.j.bar...@gmail.com
   9. mailto:shawnbad...@gmail.com
  10. http://pastebin.com/f44c3bfa1
  11. http://pastebin.com/f22d7e99c
  12. http://pastebin.com/f7d02e787
  13. http://www.dev-urandom.com/user/xorg.php
  14. mailto:freebsd-questions@freebsd.org
  15. http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  16. mailto:freebsd-questions-unsubscr...@freebsd.org
  17. http://sufixo.com/raw
  18. http://www.linkedin.com/in/franciscocabrita
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD 7.2 Intel i915 / Xorg issue

2009-06-21 Thread Jimmie James
Hi, I've seen several posts with similar issues, but none of them have 
helped me resolve my own.  I am using 7.2-RELEASE on my laptop with an 
Intel i915 graphics card.  My problem is that Xorg refuses to start 
(most of the time) and posts an error in the log:

   drmDropMaster failed: Unknown Error -1


I have gotten X to start on occasion, but I've never been able to get 
fluxbox to start.  The command Xorg -config /etc/X11/xorg.conf -retro 
always works correctly.



xorg.conf: http://pastebin.com/f44c3bfa1
Xorg.0.log:http://pastebin.com/f22d7e99c
dmesg output:  http://pastebin.com/f7d02e787



Any help would be very much appreciated.



Thanks,
Shawn


I have the 82915G/GV/GL, 82910GL card.
http://pastebin.com/mc88b390
My xorg.conf grep'd dmesg, Xorg log and full Xorg.log file.

Have you tried running X without a conf file?  The newest server doesn't 
need one, it should autodetect everything.


HTH.


--
Over the years I've come to regard you as people I've met.
I may be schizophrenic, but at least I have each other, and when I am 
alone I am together.


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