cf4e
![]() |
|
|
|
|
|||||||
| Mobile Computing This forum discusses issues related to running FreeBSD on notebooks, laptops, and other mobile equipment. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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.
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 |
|
#2
|
||||
|
||||
|
We just had another similar thread yesterday.
Code:
failed to set mtrr: No space left on device |
|
#3
|
|||
|
|||
|
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.
|
|
#4
|
|||
|
|||
|
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. |
|
#5
|
|||
|
|||
|
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. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
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 |