FreeBSD Bugzilla – Attachment 204194 Details for
Bug 237662
x11-toolkits/qt5-declarative: qml-application renders text invisible on i7-3770 CPU
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
simple script that tries to gather relevant system info.
file_237662.txt (text/plain), 925 bytes, created by
Jesper Schmitz Mouridsen
on 2019-05-03 15:27:39 UTC
(
hide
)
Description:
simple script that tries to gather relevant system info.
Filename:
MIME Type:
Creator:
Jesper Schmitz Mouridsen
Created:
2019-05-03 15:27:39 UTC
Size:
925 bytes
patch
obsolete
>#!/bin/sh >KSVN=`/usr/bin/ident /boot/kernel/kernel | awk '{ print $3}' | sort | tail -n1` >KMOD_PKG=`/usr/sbin/pkg which /boot/modules/i915kms.ko` >FV=`/bin/freebsd-version -kru` >XDRIVER=`/usr/bin/grep -i "driver:" /var/log/Xorg.0.log` >CPU=`/usr/bin/grep -i cpu /var/run/dmesg.boot` >KLDSTAT=`kldstat | grep i915` >echo -e "0:CPU:$CPU\n" >echo -e "______________________________________________________________" >echo -e "1:KERNEL highest svn rev:\n$KSVN" >echo -e "______________________________________________________________" >echo -e "2:i915kms installed by:\n$KMOD_PKG" >echo -e "______________________________________________________________" >echo -e "3:FreeBSD version:\n$FV" >echo -e "______________________________________________________________" >echo -e "4:XDriver in use on display 0:\n$XDRIVER" >echo -e "_____________________________________________________________" >echo -e "5:kldstat:\n$KLDSTAT";
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 237662
:
204103
|
204104
| 204194 |
204239