Dear intel-gfx group, Perhaps you can give me some assistance.
I have installed the Oracle Solaris 11 Express operating system on an Intel Atom CPU D510 that has a Pineview Integrated Graphics Controller (PineView-D). However, it seems that X doesn't detect any screens with intel's module driver. I have compiled the latest version (2.14.0) and even so it can't detect any screens. With vesa the X starts up and works fine, but displays a limited resolution of 1280x1024. I would like to know if any of you can give me any tips on how to resolve this apparently simple problem. I believe that could be something with outdated drivers or dependences (?) or even missing ones. Any help would be much appreciated. Best regards and thank you. Bellow is my xorg.conf and Xorg.0.log files: ===== BEGIN xorg.conf ===== Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" Option "AIGLX" "true" EndSection Section "Files" ModulePath "/usr/lib/xorg/modules/amd64" ModulePath "/usr/X11/lib/modules/" FontPath "catalogue:/etc/X11/fontpath.d" EndSection Section "Module" Load "ia" Load "glx" Load "dri2" Load "dri" Load "dbe" Load "extmod" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/mouse" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" Option "DPMS" Modeline "1366x768" 85.500 1366 1435 1578 1790 768 771 781 798 -hsync +vsync EndSection Section "Monitor" Identifier "Monitor1" VendorName "Monitor Vendor" ModelName "Monitor Model" DisplaySize 410 230 Option "Ignore" "True" EndSection Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "ShadowFB" # [<bool>] #Option "DefaultRefresh" # [<bool>] #Option "ModeSetClearScreen" # [<bool>] Identifier "Card0" Driver "intel" VendorName "Intel Corporation" BoardName "Pineview Integrated Graphics Controller" BusID "PCI:0:2:0" Option "ModeDebug" "True" Option "LVDS24Bit" "True" Option "monitor-VGA" "Monitor0" Option "monitor-LVDS" "Monitor1" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 24 Modes "1366x768" EndSubSection EndSection ===== END xorg.conf ===== ===== BEGIN Xorg.0.log ===== X.Org X Server 1.7.7 Release Date: 2010-05-04 X Protocol Version 11, Revision 0 Build Operating System: SunOS 5.11 i86pc Current Operating System: SunOS foo 5.11 snv_151a i86pc Build Date: 11 October 2010 01:28:24PM Solaris ABI: 64-bit Current version of pixman: 0.18.4 Before reporting problems, check http://support.oracle.com/ 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: Thu Feb 24 10:48:22 2011 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "X.org Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (**) Option "AIGLX" "true" (==) Disabling SIGIO handlers for input devices (==) Automatically adding devices (==) Automatically enabling devices (**) FontPath set to: catalogue:/etc/X11/fontpath.d, catalogue:/etc/X11/fontpath.d (**) ModulePath set to "/usr/lib/xorg/modules/amd64,/usr/X11/lib/modules/" (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled. (WW) Disabling Mouse0 (WW) Disabling Keyboard0 (II) Loader magic: 6260b0 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 6.0 X.Org XInput driver : 7.0 X.Org Server Extension : 2.0 (--) using VT number 2 (--) PCI:*(0:0:2:0) 8086:a001:8086:a001 Intel Corporation Pineview Integrated Graphics Controller rev 2, Mem @ 0xfe880000/524288, 0xd0000000/268435456, 0xfe900000/1048576, I/O @ 0x0000dc00/8, BIOS @ 0x????????/65536 (--) PCI: (0:0:2:1) 8086:a002:8086:a001 Intel Corporation Pineview Integrated Graphics Controller rev 2, Mem @ 0xfe780000/524288, BIOS @ 0x????????/65536 (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. (II) "glx" will be loaded. This was enabled by default and also specified in the config file. (II) "dri" will be loaded. This was enabled by default and also specified in the config file. (II) "dri2" will be loaded. This was enabled by default and also specified in the config file. (II) "ia" will be loaded. This was enabled by default and also specified in the config file. (II) "xtsol" will be loaded by default. (II) LoadModule: "ia" (II) Loading /usr/lib/xorg/modules/extensions/amd64/libia.so (II) Module IANAME: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension SolarisIA (II) LoadModule: "glx" (II) Loading /usr/lib/xorg/modules/extensions/amd64/libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (**) AIGLX enabled (II) Loading extension GLX (II) LoadModule: "dri2" (II) Loading /usr/lib/xorg/modules/extensions/amd64/libdri2.so (II) Module dri2: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.1.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DRI2 (II) LoadModule: "dri" (II) Loading /usr/lib/xorg/modules/extensions/amd64/libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension XFree86-DRI (II) LoadModule: "dbe" (II) Loading /usr/lib/xorg/modules/extensions/amd64/libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "extmod" (II) Loading /usr/lib/xorg/modules/extensions/amd64/libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "xtsol" (II) Loading /usr/lib/xorg/modules/extensions/amd64/libxtsol.so (II) Module xtsol: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension SUN_TSOL (II) LoadModule: "intel" (II) Loading /usr/lib/xorg/modules/drivers/amd64/intel_drv.so (II) Module intel: vendor="X.Org Foundation" compiled for 1.7.7, module version = 2.14.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) intel: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45, 4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale, Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge (II) Primary Device is: PCI 00@00:02:0 (EE) No devices detected. Fatal server error: no screens found Please consult the Oracle Corporation, based on X.Org Foundation sources support at http://support.oracle.com/ for help. Please also check the log file at "/var/log/Xorg.0.log" for additional information. ===== END Xorg.0.log ===== _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/intel-gfx