Port-xen archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Intel X11 driver doesn't load on zen current



Following up my previous post.  Below is a diff of the Xorg.log from
current and zen/current:

Without zen:
- during boot the kernel flips the screen into 720p
- X successfully loads the intel driver and switches to 720p
with zen:
- the screen starts in 1024x768 and stays in that mode

I'm guessing that the inability to open the device /dev/dri/card0
et.al. eventually leads to the intel driver failing to start
the laptop has HD 3000 builtin graphics.

the plot thickens

--- trunk.Xorg.log.cut  2014-11-21 10:59:47.000000000 -0500
+++ xen.trunk.Xorg.log.cut      2014-11-21 11:00:08.000000000 -0500
@@ -3,7 +3,7 @@
  2011-07-08
 X Protocol Version 11, Revision 0
 Build Operating System: NetBSD/amd64  -
-Current Operating System: NetBSD morgan 7.99.1 NetBSD 7.99.1
(GENERIC) #17: Fri Nov 21 00:19:50 EST 2014
root@morgan:/home/netbsd/
trunk/sys/arch/amd64/compile/obj/GENERIC
amd64
+Current Operating System: NetBSD morgan 7.99.1 NetBSD 7.99.1
(XEN3_DOM0) #4: Fri Nov 21 00:25:46 EST 2014
root@morgan:/home/netbsd/trunk/sys/arch/amd64/compile/obj/XEN3_DOM0
amd64
 Build Date: 01 August 2011  01:01:00AM

 Current version of pixman: 0.32.6
@@ -12,7 +12,7 @@
 Markers: (--) probed, (**) from config file, (==) default setting,
 mmand line, (!!) notice, (II) informational,
 , (EE) error, (NI) not implemented, (??) unknown.
-(==) Log file: "/var/log/Xorg.0.log", Time: Fri Nov 21 08:21:45 2014
+(==) Log file: "/var/log/Xorg.0.log", Time: Fri Nov 21 08:20:10 2014
 (==) Using config file: "/etc/X11/xorg.conf"
 (==) ServerLayout "Builtin Default Layout"
 (**) |-->Screen "Builtin Default intel Screen 0" (0)
@@ -131,113 +131,1879 @@
 (--) using VT number 5

 drmOpenDevice: node name is /dev/dri/card0
-drmOpenDevice: open result is 10, (OK)
+drmOpenDevice: open result is -1, (Device not configured)
+drmOpenDevice: open result is -1, (Device not configured)
+drmOpenDevice: Open failed
 drmOpenByBusid: Searching for BusID pci:0000:00:02.0
 drmOpenDevice: node name is /dev/dri/card0
-drmOpenDevice: open result is 10, (OK)
-drmOpenByBusid: drmOpenMinor returns 10
-drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
-drmOpenDevice: node name is /dev/dri/card0
-drmOpenDevice: open result is 10, (OK)
-drmOpenByBusid: Searching for BusID pci:0000:00:02.0
-drmOpenDevice: node name is /dev/dri/card0
-drmOpenDevice: open result is 10, (OK)
-drmOpenByBusid: drmOpenMinor returns 10
-drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
-(II) Loading /usr/X11R7/lib/modules/drivers/intel_drv.so
-(WW) Falling back to old probe method for vesa
+drmOpenDevice: open result is -1, (Device not configured)
+drmOpenDevice: open result is -1, (Device not configured)


Home | Main Index | Thread Index | Old Index