cedc [Solved] HP Envy 3D Xorg -configure fails - The FreeBSD Forums
The FreeBSD Forums  

Go Back   The FreeBSD Forums > Desktop Usage > Mobile Computing

Mobile Computing This forum discusses issues related to running FreeBSD on notebooks, laptops, and other mobile equipment.

Reply
 
Thread Tools Display Modes
  #1  
Old July 20th, 2011, 01:08
tomdean tomdean is offline
Junior Member
 
Join Date: Jun 2009
Posts: 24
Thanks: 0
Thanked 2 Times in 1 Post
Default HP Envy 3D Xorg -configure fails

I have an HP Envy 3D laptop with FreeBSD 8.2-Release and Xort 7.5 from the AMD64 DVD.

I cannot start X - I get a core dump.

Any ideas?

tomdean

As root:

Code:
> Xorg -configure

X.Org X Server 1.7.5
Release Date: 2010-02-16
X Protocol Version 11, Revision 0
Build Operating System: FreeBSD 8.0-RELEASE-p2 amd64 
Current Operating System: FreeBSD envy.tddhome 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011
     root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
Build Date: 20 January 2011  04:12:15PM
 
Current version of pixman: 0.18.4
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Jul 20 05:02:48 2011
List of video drivers:
	ati
	radeon
	intel
	mach64
	nv
	openchrome
	r128
	radeonhd
	fbdev
	vesa
(++) Using config file: "/root/xorg.conf.new"
(EE) LoadModule: Module fbdevhw does not have a fbdevhwModuleData data object.
(EE) Failed to load module "fbdevhw" (invalid module, 0)
Number of created screens does not match number of detected devices.
  Configuration failed.
But, xorg.conf.new was created.

Code:
> Xorg -config xorg.conf.new
X.Org X Server 1.7.5
Release Date: 2010-02-16
X Protocol Version 11, Revision 0
Build Operating System: FreeBSD 8.0-RELEASE-p2 amd64 
Current Operating System: FreeBSD envy.tddhome 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011
     root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
Build Date: 20 January 2011  04:12:15PM
 
Current version of pixman: 0.18.4
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Jul 20 05:01:29 2011
(++) Using config file: "xorg.conf.new"
(EE) LoadModule: Module fbdevhw does not have a fbdevhwModuleData data object.
(EE) Failed to load module "fbdevhw" (invalid module, 0)
  XRANDR name: DVI-0
  Connector: DVI-I
  CRT1: INTERNAL_KLDSCP_DAC1
  DFP1: INTERNAL_KLDSCP_TMDS1
  DDC reg: 0x64
Unhandled monitor type 0
finished output detect: 0
(EE) RADEON(0): No connected devices found!
finished all detect
(EE) RADEON(0): Using CRT default
failed to set mtrr: No space left on device
Segmentation fault: 11 at address 0x0

Fatal server error:
Caught signal 11 (Segmentation fault: 11). Server aborting


Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
Please also check the log file at "/var/log/Xorg.0.log" for additional information.

Abort (core dumped)

Last edited by DutchDaemon; July 20th, 2011 at 01:28. Reason: proper formatting: http://forums.freebsd.org/showthread.php?t=8816
Reply With Quote
  #2  
Old July 20th, 2011, 01:35
wblock@'s Avatar
wblock@ wblock@ is offline
Moderator
 
Join Date: Sep 2009
Location: Milky Way galaxy
Posts: 7,724
Thanks: 432
Thanked 1,762 Times in 1,459 Posts
Default

We just had another similar thread yesterday.

Code:
failed to set mtrr: No space left on device
Check your disk space.
Reply With Quote
  #3  
Old July 20th, 2011, 02:29
adamk adamk is offline
Senior Member
 
Join Date: Nov 2008
Posts: 1,605
Thanks: 6
Thanked 262 Times in 243 Posts
Default

My googling seems to suggest that this is a laptop with switchable graphics. If it has an integrated intel GPU and a radeon GPU (as I suspect), you may be forced to use the vesa driver until the intel driver is capable of driving it. If it has an integrated intel GPU and an nvidia GPU, you may be able to get away with the nvidia driver, but only if you can disable the intel GPU.
Reply With Quote
  #4  
Old July 20th, 2011, 19:12
tomdean tomdean is offline
Junior Member
 
Join Date: Jun 2009
Posts: 24
Thanks: 0
Thanked 2 Times in 1 Post
Default

Solved.

The trick is to use the vesa driver.

I generated a config with Xorg --configure.

Then, edited xorg.conf.new to change the driver to vesa. Use BusID for the Radeon chip.
Reply With Quote
  #5  
Old May 5th, 2012, 14:51
ashank ashank is offline
Junior Member
 
Join Date: May 2012
Posts: 4
Thanks: 2
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by tomdean View Post
Solved.

The trick is to use the vesa driver.

I generated a config with Xorg --configure.

Then, edited xorg.conf.new to change the driver to vesa. Use BusID for the Radeon chip.
How did you do that exactly? I am facing similar issues with my Lenovo Y570 model.

Last edited by DutchDaemon; May 6th, 2012 at 00:49.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Xorg -configure --> crash danny X.Org 9 May 6th, 2011 15:45
[Solved] How to configure xorg.conf for my 16:9 monitor? jinlxz X.Org 6 January 9th, 2011 09:42
[Solved] Keyboard issue after Xorg configure bsdme2 X.Org 6 October 10th, 2010 05:53
How to configure Xorg on my laptop... pip Mobile Computing 2 August 16th, 2010 16:46
[Solved] rrdtool fails at configure Ghirai Installation and Maintenance of FreeBSD Ports or Packages 5 August 3rd, 2010 07:43


All times are GMT +1. The time now is 14:42.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
The mark FreeBSD is a registered trademark of The FreeBSD Foundation and is used by The FreeBSD Project with the permission of The FreeBSD Foundation.
Web protection and acceleration provided by CloudFlare
0