Date: Sat, 7 Feb 2015 23:05:33 +0900 (JST) From: "Satoshi Kimura <satosi.kimura@nifty.com>" <satosi.kimura@nifty.com> To: freebsd-x11@FreeBSD.org Subject: Report on X Message-ID: <5305481.4636371423317933387.satosi.kimura@nifty.com>
next in thread | raw e-mail | index | archive | help
How do you do. I will send you the report that X.Org is working on my environment. Since full output are rather long, I select the part. If you need more information or full output, please request to me. 1. the output of dmesg The kernel is not GENERIC but made with VT. I will show the part of the output of dmesg . Copyright (c) 1992-2014 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 9.3-RELEASE #0: Mon Dec 1 14:36:14 JST 2014 tuner@natusiho.yukikaze.or.jp:/usr/src/sys/amd64/compile/VT amd64 gcc version 4.2.1 20070831 patched [FreeBSD] CPU: Intel(R) Atom(TM) CPU D525 @ 1.80GHz (1795.54-MHz K8-class CPU) Origin = "GenuineIntel" Id = 0x106ca Family = 0x6 Model = 0x1c Stepping = 10 Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA ,C MOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE> Features2=0x40e31d<SSE3,DTES64,MON,DS_CPL,TM2,SSSE3,CX16,xTPR,PDCM,MOVBE> AMD Features=0x20100800<SYSCALL,NX,LM> AMD Features2=0x1<LAHF> TSC: P-state invariant, performance statistics vgapci0: <VGA-compatible display> port 0xdc00-0xdc07 mem 0xfeb80000-0xfebfffff , 0xd0000000-0xdfffffff,0xfea00000-0xfeafffff irq 16 at device 2.0 on pci0 agp0: <Intel Pineview SVGA controller> on vgapci0 agp0: aperture size is 256M, detected 8188k stolen memory vgapci0: Boot video device vgapci1: <VGA-compatible display> mem 0xfe980000-0xfe9fffff at device 2.1 on p ci0 2. the output of pciconf -lvbce # pciconf -lvbce hostb0@pci0:0:0:0: class=0x060000 card=0x01231b0a chip=0xa0008086 rev=0x0 2 hdr=0x00 vendor = 'Intel Corporation' device = 'N10 Family DMI Bridge' class = bridge subclass = HOST-PCI cap 09[e0] = vendor (length 8) Intel cap 12 version 1 PCI errors = Received Master-Abort vgapci0@pci0:0:2:0: class=0x030000 card=0x01231b0a chip=0xa0018086 rev=0x0 2 hdr=0x00 vendor = 'Intel Corporation' device = 'N10 Family Integrated Graphics Controller' class = display subclass = VGA bar [10] = type Memory, range 32, base 0xfeb80000, size 524288, enabled bar [14] = type I/O Port, range 32, base 0xdc00, size 8, enabled bar [18] = type Prefetchable Memory, range 32, base 0xd0000000, size 268 43 5456, enabled bar [1c] = type Memory, range 32, base 0xfea00000, size 1048576, enabled cap 05[90] = MSI supports 1 message enabled with 1 message cap 01[d0] = powerspec 2 supports D0 D3 current D0 vgapci1@pci0:0:2:1: class=0x038000 card=0x01231b0a chip=0xa0028086 rev=0x0 2 hdr=0x00 vendor = 'Intel Corporation' device = 'N10 Family Integrated Graphics Controller' class = display bar [10] = type Memory, range 32, base 0xfe980000, size 524288, enabled cap 01[d0] = powerspec 2 supports D0 D3 current D0 (snip the output for other devices) 3. the output of pkg info % pkg info | grep xorg xorg-7.7_1 X.Org complete distribution metaport xorg-apps-7.7_1 X.org apps meta-port xorg-cf-files-1.0.5_1 X.org cf files for use with imake builds xorg-docs-1.7,1 X.org documentation files xorg-drivers-7.7_2 X.org drivers meta-port xorg-fonts-7.7 X.org fonts meta-port xorg-fonts-100dpi-7.7 X.Org 100dpi bitmap fonts xorg-fonts-75dpi-7.7 X.Org 75dpi bitmap fonts xorg-fonts-cyrillic-7.7 X.Org Cyrillic bitmap fonts xorg-fonts-miscbitmaps-7.7 X.Org miscellaneous bitmap fonts xorg-fonts-truetype-7.7_1 X.Org TrueType fonts xorg-fonts-type1-7.7 X.Org Type1 fonts xorg-libraries-7.7_1 X.org libraries meta-port xorg-macros-1.19.0 X.Org development aclocal macros xorg-server-1.12.4_9,1 X.Org X server and related programs % pkg info | grep intel xf86-video-intel-2.21.15_5 Driver for Intel integrated graphics chipsets % pkg info | grep drm libdrm-2.4.58_1,1 Userspace interface to kernel Direct Rendering Module services 4. your xorg.conf file (and included sub-files) if any I show the part of /usr/local/lib/X11/xorg.conf Section "Device" Identifier "Pineview" Driver "intel" BusID "PCI:0:2:0" EndSection Section "Screen" Identifier "Screen 1" Device "Pineview" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" ViewPort 0 0 EndSubsection EndSection 5. your X.lorg Is it typo of X.log? I show the part of /var/log/Xorg.0.log . X.Org X Server 1.12.4 Release Date: 2012-08-27 [ 197.920] X Protocol Version 11, Revision 0 [ 197.920] Build Operating System: FreeBSD 9.3-RELEASE amd64 [ 197.920] Current Operating System: FreeBSD natusiho.yukikaze.or.jp 9.3-REL EA SE FreeBSD 9.3-RELEASE #0: Mon Dec 1 14:36:14 JST 2014 tuner@natusiho.yuk ik aze.or.jp:/usr/src/sys/amd64/compile/VT amd64 [ 198.326] (II) Loading /usr/local/lib/xorg/modules/drivers/intel_drv.so [ 198.368] (II) Module intel: vendor="X.Org Foundation" [ 198.368] compiled for 1.12.4, module version = 2.21.15 [ 198.368] Module class: X.Org Video Driver [ 198.368] ABI class: X.Org Video Driver, version 12.1 [ 202.472] (--) intel(0): Integrated Graphics Chipset: Intel(R) Pineview G 6. any details you see fit # kldstat Id Refs Address Size Name 1 23 0xffffffff80200000 161d858 kernel 2 1 0xffffffff8181e000 abb8 sem.ko 3 1 0xffffffff81a12000 6b82e i915kms.ko 4 1 0xffffffff81a7e000 1b17 iicbb.ko 5 4 0xffffffff81a80000 1d3b iicbus.ko 6 1 0xffffffff81a82000 1caf iic.ko 7 1 0xffffffff81a84000 46fc8 drm2.ko % top PID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU COMMAND 653 kim 1 20 0 113M 26464K select 1 0:26 0.29% Xorg Satoshi Kimura (satosi.kimura@nifty.com)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5305481.4636371423317933387.satosi.kimura>