ubuntu-x-swat team mailing list archive
-
ubuntu-x-swat team
-
Mailing list archive
-
Message #99897
[Bug 678192] Re: monitor resolution not found with intel driver
Hi Peter,
Thanks for attaching the logs. I note this in your dmesg:
[ 263.278247] mtrr: no MTRR for d0000000,7b0000 found
[ 1016.285214] [drm] Module unloaded
[ 1029.589888] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 1029.589904] i915 0000:00:02.0: setting latency timer to 64
[ 1029.648906] [drm] set up 7M of stolen space
[ 1029.649278] [drm:init_ring_common] *ERROR* render ring head not reset to zero ctl ffffffff head ffffffff tail ffffffff start ffffffff
[ 1029.649353] [drm:init_ring_common] *ERROR* render ring head forced to zero ctl ffffffff head ffffffff tail ffffffff start ffffffff
[ 1029.649415] [drm:init_ring_common] *ERROR* render ring initialization failed ctl ffffffff head ffffffff tail ffffffff start ffffffff
[ 1029.649598] [drm:i915_driver_load] *ERROR* failed to init modeset
So it seems that for some reason the drm driver in the kernel (which is
where monitor resolution logic resides nowadays) is failing to load
properly. Without that in place, X can't load up.
There's been bugfixes to the -intel driver between maverick and natty,
so I think you probably should test against natty. I think you can do
sufficient testing by just booting one of the natty daily cd's.
** Description changed:
Binary package hint: ubuntu-docs
- I have Ubuntu 10.10 installed on a foxconn motherboard with intel built-in graphics; I have an IIyama Prolite 2250MTS touchscreen attached, and the touch function work flawlessly (kudos for that!). I only have a problem with the monitor resolution: I can't get the native resolution of 1920x1080 to work. I think it's a problem with the intel driver:
- - when I startup gdm, X crashes with an error message in /var/log/Xorg.0.log:
- [248211.694] (EE) open /dev/fb0: No such file or directory
- [248211.702] (EE) intel(0): No kernel modesetting driver detected.
- [248211.702] (II) UnloadModule: "intel"
- [248211.702] (EE) Screen(s) found, but none have a usable configuration.
- [248211.702]
+ I have Ubuntu 10.10 installed on a foxconn motherboard with intel built-in graphics; I have an IIyama Prolite 2250MTS touchscreen attached, and the touch function work flawlessly (kudos for that!). I only have a problem with the monitor resolution: I can't get the native resolution of 1920x1080 to work. I think it's a problem with the intel driver:
+ - when I startup gdm, X crashes with an error message in /var/log/Xorg.0.log:
+
+ [248685.933] (II) VESA: driver for VESA chipsets: vesa
+ [248685.934] (II) FBDEV: driver for framebuffer: fbdev
+ [248685.934] (--) using VT number 8
+
+ [248685.941] (WW) Falling back to old probe method for vesa
+ [248685.941] (WW) Falling back to old probe method for fbdev
+ [248685.941] (II) Loading sub module "fbdevhw"
+ [248685.941] (II) LoadModule: "fbdevhw"
+ [248685.942] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
+ [248685.943] (II) Module fbdevhw: vendor="X.Org Foundation"
+ [248685.943] compiled for 1.9.0, module version = 0.0.2
+ [248685.943] ABI class: X.Org Video Driver, version 8.0
+ [248685.944] (EE) open /dev/fb0: No such file or directory
+ [248685.952] (EE) intel(0): No kernel modesetting driver detected.
+ [248685.952] (II) UnloadModule: "intel"
+ [248685.952] (EE) Screen(s) found, but none have a usable configuration.
+ [248685.952]
Fatal server error:
- [248211.702] no screens found
+ [248685.952] no screens found
+ [248685.952]
+
+
The only way to start up is to make a basic xorg.conf with the lines:
Section "Device"
- Identifier "Configured Video Device"
- Driver "vesa" # Change this to the driver you want
+ Identifier "Configured Video Device"
+ Driver "vesa" # Change this to the driver you want
EndSection
Section "Monitor"
- Identifier "Configured Monitor"
+ Identifier "Configured Monitor"
EndSection
Section "Screen"
- Identifier "Default Screen"
- Monitor "Configured Monitor"
- Device "Configured Video Device"
+ Identifier "Default Screen"
+ Monitor "Configured Monitor"
+ Device "Configured Video Device"
EndSection
This was X starts up, with resolutions up to 1600x1200, but not with the native resolution of 1920x1080.
- ---
+ ---
Architecture: amd64
DistroRelease: Ubuntu 10.10
MachineType: O.E.M O.E.M
Package: xserver-xorg-video-intel 2:2.12.0-1ubuntu5.1
PackageArchitecture: amd64
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-22-generic root=UUID=3fe298b8-bc6e-43a3-8b0d-ab1451a492dc ro quiet splash
ProcEnviron:
- LANG=en_US.UTF-8
- SHELL=/bin/bash
+ LANG=en_US.UTF-8
+ SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4
Tags: maverick maverick
Uname: Linux 2.6.35-22-generic x86_64
UserGroups: adm admin cdrom dialout
dmi.bios.date: 11/28/2008
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 080014
dmi.board.name: 45CS/45CSX
dmi.board.vendor: FOXCONN
dmi.board.version: 1.0
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr080014:bd11/28/2008:svnO.E.M:pnO.E.M:pvr:rvnFOXCONN:rn45CS/45CSX:rvr1.0:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: O.E.M
dmi.sys.vendor: O.E.M
system:
- distro: Ubuntu
- codename: maverick
- architecture: x86_64
- kernel: 2.6.35-22-generic
+ distro: Ubuntu
+ codename: maverick
+ architecture: x86_64
+ kernel: 2.6.35-22-generic
xkbcomp:
- Error: command ['xkbcomp', ':0', '-w0', '-'] failed with exit code 1: Invalid MIT-MAGIC-COOKIE-1 keyError: Cannot open display ":0"
- Exiting
+ Error: command ['xkbcomp', ':0', '-w0', '-'] failed with exit code 1: Invalid MIT-MAGIC-COOKIE-1 keyError: Cannot open display ":0"
+ Exiting
** Package changed: xserver-xorg-video-intel (Ubuntu) => linux (Ubuntu)
** Changed in: linux (Ubuntu)
Status: Incomplete => Triaged
--
monitor resolution not found with intel driver
https://bugs.launchpad.net/bugs/678192
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in ubuntu.