User Tools

Site Tools


config:nuc-info

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
config:nuc-info [2019/04/22 14:49] Wulf Rajekconfig:nuc-info [2023/05/29 11:55] (current) – external edit 127.0.0.1
Line 35: Line 35:
 </code> </code>
  
 +===== NUC8 Fan Replacement =====
 +
 +Model BSC0805HA-00 
 +Maker Delta Electronics Inc / DC Brushless
 +DC 5V 0.60A
 +
 +or
 +
 +AVC BAZB0808R5H
 +DC 5V 0.50A
 +AVC.com
 +
 +
 +Replace fan instructions:
 +https://www.ifixit.com/Guide/Fix+NUC8i7BEH+overheating/131345
 +
 +Sellers:
 +https://de.aliexpress.com/item/1005003041859874.html
 +https://www.aliexpress.com/item/1005002713180613.html
  
 ===== Various CPU comparisons and benchmarks ===== ===== Various CPU comparisons and benchmarks =====
Line 89: Line 108:
 Intel Core i5-6500 @ 3.20GHz  7244 Intel Core i5-6500 @ 3.20GHz  7244
 </code> </code>
 +
 +==== Intel Graphics ====
 +
 +Mint Intel Driver Config
 +<code>
 +sudo apt-get remove xserver-xorg-video-intel
 +sudo reboot
 +</code>
 +
 +confirm with 
 +<code>inxi -G</code>
 +and 
 +<code>grep modesetting /var/log/Xorg.0.log</code>
 +
 +
 +To revert to Intel driver:
 +<code>
 +sudo apt-get install xserver-xorg-video-intel
 +sudo reboot
 +</code>
 +
 +X 2D performance better on Intel driver vs modesetting with optimised SNA (as opposed to generic GLAMOR)
 +
 +glxgears
 +
 +<code>
 +/etc/xorg.conf.d/20-video.conf
 +/etc/X11/xorg.conf
 +Section "Device"
 +    Identifier  "Card0"
 +    Driver      "intel"
 +    BusID       "PCI:0:2:0"
 +    Option      "AccelMethod"   "SNA"
 +#    Option      "AccelMethod"   "glamor"
 +    Option      "DRI"  "3"
 +EndSection
 +</code>
 +
 +<code>
 +$ cat /etc/X11/xorg.conf.d/20-intel.conf 
 +Section "Device"
 +  Identifier  "Intel Graphics"
 +  Driver      "intel"
 +  Option      "AccelMethod"     "sna"
 +  Option      "TearFree"        "true"
 +  Option      "DRI"             "3"
 +</code>
 +
 +Intel Info:
 +https://wiki.archlinux.org/index.php/intel_graphics
 +
config/nuc-info.1555940995.txt.gz · Last modified: 2023/05/29 11:53 (external edit)