Well hello again everybody..... :3 After my last success with enabling Sound in FreeBSD on my Lenovo Flex 3 1120, I need help with another issue..... :3 First, here is the output of pciconf -lv:
As you can see, it detects the Intel Graphics (I THINK so anyway )..... Anywho, I also downloaded the xf86-intel-video Driver, and even kldload'd the Intel i915 Driver..... But, when I put Driver "intel", instead of Driver "scfb" into my /etc/X11/xorg.conf File, when I type startx from a TTY Screen as a test, I get "Error: no screens found"..... Also, here's my Xorg config..... :3
Yup!..... That's it!..... :3 Anywho, thanks for any help guys..... :3 I REALLY appreciate all the help you've given me so far, and now that I'm using FreeBSD, I can make you guys some awesome C Programs.....
Code:
hostb0@pci0:0:0:0: class=0x060000 card=0x390217aa chip=0x22808086 rev=0x35 hdr=0x00
vendor = 'Intel Corporation'
device = 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series SoC Transaction Register'
class = bridge
subclass = HOST-PCI
vgapci0@pci0:0:2:0: class=0x030000 card=0x390217aa chip=0x22b18086 rev=0x35 hdr=0x00
vendor = 'Intel Corporation'
device = 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Integrated Graphics Controller'
class = display
subclass = VGA
none0@pci0:0:11:0: class=0x118000 card=0x390217aa chip=0x22dc8086 rev=0x35 hdr=0x00
vendor = 'Intel Corporation'
device = 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Power Management Controller'
class = dasp
xhci0@pci0:0:20:0: class=0x0c0330 card=0x390217aa chip=0x22b58086 rev=0x35 hdr=0x00
vendor = 'Intel Corporation'
device = 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series USB xHCI Controller'
class = serial bus
subclass = USB
none1@pci0:0:26:0: class=0x108000 card=0x390217aa chip=0x22988086 rev=0x35 hdr=0x00
vendor = 'Intel Corporation'
device = 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Trusted Execution Engine'
class = encrypt/decrypt
hdac0@pci0:0:27:0: class=0x040300 card=0x390217aa chip=0x22848086 rev=0x35 hdr=0x00
vendor = 'Intel Corporation'
device = 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series High Definition Audio Controller'
class = multimedia
subclass = HDA
pcib1@pci0:0:28:0: class=0x060400 card=0x390217aa chip=0x22c88086 rev=0x35 hdr=0x01
vendor = 'Intel Corporation'
device = 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCI Express Port'
class = bridge
subclass = PCI-PCI
pcib2@pci0:0:28:1: class=0x060400 card=0x390217aa chip=0x22ca8086 rev=0x35 hdr=0x01
vendor = 'Intel Corporation'
device = 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCI Express Port'
class = bridge
subclass = PCI-PCI
pcib3@pci0:0:28:2: class=0x060400 card=0x390217aa chip=0x22cc8086 rev=0x35 hdr=0x01
vendor = 'Intel Corporation'
device = 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCI Express Port'
class = bridge
subclass = PCI-PCI
isab0@pci0:0:31:0: class=0x060100 card=0x390217aa chip=0x229c8086 rev=0x35 hdr=0x00
vendor = 'Intel Corporation'
device = 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCU'
class = bridge
subclass = PCI-ISA
none2@pci0:0:31:3: class=0x0c0500 card=0x390217aa chip=0x22928086 rev=0x35 hdr=0x00
vendor = 'Intel Corporation'
device = 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx SMBus Controller'
class = serial bus
subclass = SMBus
sdhci_pci0@pci0:1:0:0: class=0x080501 card=0x390217aa chip=0x86211217 rev=0x01 hdr=0x00
vendor = 'O2 Micro, Inc.'
device = 'SD/MMC Card Reader Controller'
class = base peripheral
subclass = SD host controller
iwm0@pci0:2:0:0: class=0x028000 card=0x82708086 chip=0x08b48086 rev=0x93 hdr=0x00
vendor = 'Intel Corporation'
device = 'Wireless 3160'
class = network
re0@pci0:3:0:0: class=0x020000 card=0x382b17aa chip=0x816810ec rev=0x15 hdr=0x00
vendor = 'Realtek Semiconductor Co., Ltd.'
device = 'RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller'
class = network
subclass = ethernet
As you can see, it detects the Intel Graphics (I THINK so anyway )..... Anywho, I also downloaded the xf86-intel-video Driver, and even kldload'd the Intel i915 Driver..... But, when I put Driver "intel", instead of Driver "scfb" into my /etc/X11/xorg.conf File, when I type startx from a TTY Screen as a test, I get "Error: no screens found"..... Also, here's my Xorg config..... :3
Code:
Section "Device"
Identifier "Card 0"
Driver "scfb"
EndSection
Yup!..... That's it!..... :3 Anywho, thanks for any help guys..... :3 I REALLY appreciate all the help you've given me so far, and now that I'm using FreeBSD, I can make you guys some awesome C Programs.....