intel

  1. robotchaos

    Broadwell support

    According to this page, Broadwell is not supported yet. But that was last updated 3-30-2017. Have there been any updates to bring Broadwell support to 11.1, 11-STABLE, or 12-CURRENT?
  2. IPR

    Backlight control script for Intel GMA 500/3600

    Simple backlight control script for Intel GMA 500/3600. Work under the superuser. #!/bin/sh intel_bl_setpci="pciconf -w" intel_bl_getpci="pciconf -r" INTEL_BL_DEVICE="pci0:0:2:0" INTEL_BL_REGISTER="0xf4" INTEL_BL_MAX_VALUE="255" INTEL_BL_COMMAND="$1" INTEL_BL_SET_VALUE="$2" [ "`id -u`" -eq...
  3. F

    No HDMI Audio Out for Intel Haswell (HD Graphics 4600)

    Hello, I've seen some posts showing success with HDMI audio output; however, I haven't had any luck with my system. I'm able to get video through HDMI and sound from the audio jack, but I haven't been able to get sound through the HDMI port itself. If anyone has any additional troubleshooting...
  4. Kiki Novak

    FreeBSD 10.3 + Intel video card = freeze

    Hi, I'm currently experimenting with FreeBSD on a Dell Optiplex 330, and I can't configure the video card. Here's the card seen by the Linux system on the machine. $ /sbin/lspci | grep -i vga 00:02.0 VGA compatible controller: Intel Corporation 82G33/G31 Express Integrated Graphics Controller...
  5. geek

    When will modern GPUs be supported?

    Hello. I found an interesting mailing list post about the status of modern Radeon and Intel graphics support. To me, it looks like the GPUs that are currently "Not supported" here will finally be supported soon. But how much time will it still take that they will be supported in FreeBSD-STABLE...
  6. C

    Solved Intel 4500MHD on ThinkPad T400, X not working

    Hello FreeBSD community! I installed FreeBSD-11 on ThinkPad T400 and now I'm trying to get Xorg to work. This laptop has two graphic cards - integrated 4500MHD and discrete Radion HD 3470. The discrete card is working just fine (with radeon driver) if I select it in the BIOS as the only...
  7. Vincent See

    Solved Intel Xeon X5550 and X5660 Bhyve

    Good morning everyone! I just got my X8DTT-F Dual CPU and Installed Intel X5550 on it, but when I install Iohyve it says I need a 5600 Series CPU UG Support needed ( VMX Unrestricted Mode ), and I'm eying on Intel X5660. What I'm confused about is, isn't 5500 series also supposed to be...
  8. Vincent See

    Solved Supermicro 1150 vs 1151 for bhyve

    Hi guys! Any notable difference on choosing socket 1151 for FreeBSD vm-bhyve? I want to be able to use: PCI Passthrough MSI / MSI-X vm-bhyve My setup is raidz3 SSD. Will ZFS Raidz3 SSD's benefit more in socket 1151 (Skylake)? Here are the difference between the two. Aside from Socket 1150...
  9. Vincent See

    Solved Storage that is more resilient from powerloss

    Hello Guys! I can't find any clear answer by searching google so I hope I can get advice from you, and advice would be great. I know multiple external backups and a UPS is good practice from dataloss but between Hard Drives and Solid State Drives which is more resilient from data corruption due...
  10. zilion

    Red Line in Display

    Hello, I have noted that in certain times appears this line and I have no idea what this can be. The image in attached. (zoomed). NOTE: The line disappears when I click something like changing tabs.
  11. amiramix

    Processor support for bhyve

    I am trying to determine if my processor supports bhyve. Just reading the 21.7. FreeBSD as a Host with bhyve page. I can find the POPCNT flag when grepping /var/run/dmesg.boot but can't find a line with VT-x. In particular: CPU: AMD Opteron(tm) Processor 3380 (2600.05-MHz K8-class CPU)...
  12. Kalero

    Drivers setup for Intel GMA 950

    Hi! I want to install FreeBSD 10.2 release on a netbook (Sony VPCW12J1E) and I don't know exactly how to set up the proper driver for its graphics card (Intel GMA 950). Should I just install the x11-drivers/xf86-video-intel port/package and then install Xorg or should I also load some kernel...
  13. UncleBAZINGA

    Wine logs me out of X after quitting a game

    I have installed the concurrent version of emulators/i386-wine and so far Wine itself runs fine. I want to play the original Fallout via Wine and downloaded the current version from gog.com. Installation went fine, but at the end of the installation it throws some strange error codes, but...
  14. UncleBAZINGA

    Samsung Notebook: Display brightness issues

    Hi all, I'm using a Samsung NP530U3C notebook (Core i3 3217U, HD Graphics 4000) with 10.2-RELEASE/GENERIC. Display brightness can't be adjusted via fn keys, but via terminal i.e. intel_backlight <value> works sysctl hw.acpi.video.lcd0.brightness=<value> also works I want to control it via the...
  15. F

    C Changing and recompiling the FreeBSD Intel i915 driver

    Hello, I would like to recompile the Intel driver and install the compiled result to see if it changes anything. I changed only 1 line in the source code: "dither = 0". So I hope this is all that has to be done to disable dithering under any circumstances. I am NOT a programmer. I have a very...
Back
Top