Thats just part of monitor.conf it would not use a driver for nvidia if nvidia.conf all ready had it?NeddySeagoon wrote:dexter1010,
Is missing aCode: Select all
Section "Device" Identifier "Nvidia 710" Option "Monitor-DVI-0" "DVI screen" EndSectionentry.Code: Select all
Driver "nvidia"
Only one Section "Device" will be applied per device found.
xorg.conf.d no such file or dir (SOLVED)
-
dexter1010
- n00b

- Posts: 16
- Joined: Sat Oct 24, 2020 11:07 am
-
dexter1010
- n00b

- Posts: 16
- Joined: Sat Oct 24, 2020 11:07 am
Yes thats done it and found thisjburns wrote:Try using mlocate to find Xorg.0.logorCode: Select all
emerge sys-apps/mlocate updatedb locate Xorg.0.logto find all xorg log files.Code: Select all
locate -r Xorg.*.log
Code: Select all
[ 383.916]
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0[
[ 383.925] Build Date: 25 October 2020 02:58:57AM
[ 383.926]
[ 383.927] Current version of pixman: 0.40.0
[ 383.930] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 383.930] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 383.937] (==) Log file: "/home/dexter/.local/share/xorg/Xorg.0.log", Time: Tue Oct 27 20:01:55 2020
[ 383.938] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 383.940] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 383.940] (==) No Layout section. Using the first Screen section.
[ 383.940] (==) No screen section available. Using defaults.
[ 383.940] (**) |-->Screen "Default Screen Section" (0)
[ 383.940] (**) | |-->Monitor "<default monitor>"
[ 383.940] (==) No device specified for screen "Default Screen Section".
Using the first device section listed.
[ 383.940] (**) | |-->Device "nvidia"
[ 383.940] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 383.940] (==) Automatically adding devices
[ 383.940] (==) Automatically enabling devices
[ 383.940] (==) Automatically adding GPU devices
[ 383.940] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 383.940] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[ 383.940] Entry deleted from font path.
[ 383.940] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 383.940] Entry deleted from font path.
[ 383.940] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 383.940] Entry deleted from font path.
[ 383.940] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 383.940] Entry deleted from font path.
[ 383.940] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 383.940] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/75dpi/
[ 383.940] (==) ModulePath set to "/usr/lib64/xorg/modules"
[ 383.940] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 383.940] (II) Loader magic: 0x5586426bece0
[ 383.940] (II) Module ABI versions:
[ 383.940] X.Org ANSI C Emulation: 0.4
[ 383.940] X.Org Video Driver: 24.1
[ 383.940] X.Org XInput driver : 24.1
[ 383.940] X.Org Server Extension : 10.0
[ 383.941] (++) using VT number 1
[ 383.943] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 383.943] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 383.943] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[ 383.946] (--) PCI:*(0@0:2:0) 8086:0042:8086:0038 rev 2, Mem @ 0xfe000000/4194304, 0xd0000000/268435456, I/O @ 0x0000f160/8, BIOS @ 0x????????/131072
[ 383.946] (II) LoadModule: "glx"
[ 383.946] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 383.947] (II) Module glx: vendor="X.Org Foundation"
[ 383.947] compiled for 1.20.8, module version = 1.0.0
[ 383.947] ABI class: X.Org Server Extension, version 10.0
[ 383.947] (II) LoadModule: "nvidia"
[ 383.947] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[ 383.947] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 383.947] compiled for 1.6.99.901, module version = 1.0.0
[ 383.947] Module class: X.Org Video Driver
[ 383.947] (II) NVIDIA dlloader X Driver 455.28 Wed Sep 30 01:04:06 UTC 2020
[ 383.947] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 383.947] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[ 383.947] (EE) No devices detected.
[ 383.947] (EE)
Fatal server error:
[ 383.947] (EE) no screens found(EE)
[ 383.947] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 383.947] (EE) Please also check the log file at "/home/dexter/.local/share/xorg/Xorg.0.log" for additional information.
[ 383.947] (EE)
[ 383.956] (EE) Server terminated with error (1). Closing log file.- NeddySeagoon
- Administrator

- Posts: 56071
- Joined: Sat Jul 05, 2003 9:37 am
- Location: 56N 3W
dexter1010,
Its trying to drive your Intel GPU. The Section "Device" needs the theentry for your nVidia card.
Try
From your log
The Intel card is found by default.
Code: Select all
[ 383.943] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[ 383.946] (--) PCI:*(0@0:2:0) 8086:0042:8086:0038 rev 2, Mem @ 0xfe000000/4194304, 0xd0000000/268435456, I/O @ 0x0000f160/8, BIOS @ 0x????????/131072
[ 383.946] (II) LoadModule: "glx" Code: Select all
BusID "bus-id"Try
Code: Select all
BusID "PCI:1@0:0:0"Code: Select all
[ 379.649] (--) PCI: (0@0:2:0) 8086:0042:8086:0038 rev 2, Mem @ 0xfb400000/4194304, 0xc0000000/268435456, I/O @ 0x0000f160/8
[ 379.649] (--) PCI:*(1@0:0:0) 10de:128b:1458:375a rev 161, Mem @ 0xfa000000/16777216, 0xd0000000/134217728, 0xd8000000/33554432, I/O @ 0x0000e000/128Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
-
dexter1010
- n00b

- Posts: 16
- Joined: Sat Oct 24, 2020 11:07 am
Unfortunate Its a no go appreciate the help but i don't think the driver and this kernel version like each other.NeddySeagoon wrote:dexter1010,
Its trying to drive your Intel GPU. The Section "Device" needs the theCode: Select all
[ 383.943] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0 [ 383.946] (--) PCI:*(0@0:2:0) 8086:0042:8086:0038 rev 2, Mem @ 0xfe000000/4194304, 0xd0000000/268435456, I/O @ 0x0000f160/8, BIOS @ 0x????????/131072 [ 383.946] (II) LoadModule: "glx"entry for your nVidia card.Code: Select all
BusID "bus-id"
TryFrom your logCode: Select all
BusID "PCI:1@0:0:0"The Intel card is found by default.Code: Select all
[ 379.649] (--) PCI: (0@0:2:0) 8086:0042:8086:0038 rev 2, Mem @ 0xfb400000/4194304, 0xc0000000/268435456, I/O @ 0x0000f160/8 [ 379.649] (--) PCI:*(1@0:0:0) 10de:128b:1458:375a rev 161, Mem @ 0xfa000000/16777216, 0xd0000000/134217728, 0xd8000000/33554432, I/O @ 0x0000e000/128
Been having a bit on a Google on this
Code: Select all
383.947] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[ 383.947] (EE) No devices detected.
[ 383.947] (EE)- NeddySeagoon
- Administrator

- Posts: 56071
- Joined: Sat Jul 05, 2003 9:37 am
- Location: 56N 3W
dexter1010,
Please post whole logs. What should be there but is missing is just as important as what is actually in the log.
We can't spot the missing bits with fragments.
I suspect that there are two issues now.
a) I made a pigs ear ofwell, it was late for me. :)
b) libinput isn't working as expected.
Add evdev to your list of INPUT_DEVICES in make.conf, then rebuild xorg-drivers.
Postas you have changed it.
Post the output of
Post the output of
Google suggests that using evdev may fix
While that error persists, Xorg can start but you wont have any input devices.
is still the nvidia driver trying to drive the wrong thing.
There may be a quick test.
Comment out the. In the BIOS, disable the Intel GPU.
Now there is only one GPU - the nVidia one, so it will be used without the BusID statement.
However, as I stated above, you won't have any input devices, so test like this
That does startx, waits for 30 seconds so you can test the mouse and keyboard, then kills the Xserver, so you don't have to power off to regain control if there are no input devices.
Please post whole logs. What should be there but is missing is just as important as what is actually in the log.
We can't spot the missing bits with fragments.
I suspect that there are two issues now.
a) I made a pigs ear of
Code: Select all
BusID "PCI:1@0:0:0"b) libinput isn't working as expected.
Add evdev to your list of INPUT_DEVICES in make.conf, then rebuild xorg-drivers.
Post
Code: Select all
cat /etc/X11/xorg.conf.d/* Post the output of
Code: Select all
emerge --info Code: Select all
emerge -pv xorg-drivers xorg-server Code: Select all
xf86EnableIOPorts: failed to set IOPL for I/OCode: Select all
(EE) No devices detected. There may be a quick test.
Comment out the
Code: Select all
BusID "PCI:1@0:0:0"Now there is only one GPU - the nVidia one, so it will be used without the BusID statement.
However, as I stated above, you won't have any input devices, so test like this
Code: Select all
startx &; sleep 30 && killall XRegards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
-
dexter1010
- n00b

- Posts: 16
- Joined: Sat Oct 24, 2020 11:07 am
Remember Neddy i cant back out of the black screen when Nouveau is taken out of kernel like the nvidia drivers asks, so to boot and give codes i have to replace it via live cd and compile kernel again and reboot to desktop.NeddySeagoon wrote:dexter1010,
Please post whole logs. What should be there but is missing is just as important as what is actually in the log.
We can't spot the missing bits with fragments.
I suspect that there are two issues now.
a) I made a pigs ear ofwell, it was late for me.Code: Select all
BusID "PCI:1@0:0:0"
b) libinput isn't working as expected.
Add evdev to your list of INPUT_DEVICES in make.conf, then rebuild xorg-drivers.
Postas you have changed it.Code: Select all
cat /etc/X11/xorg.conf.d/*
Post the output ofPost the output ofCode: Select all
emerge --infoGoogle suggests that using evdev may fixCode: Select all
emerge -pv xorg-drivers xorg-serverWhile that error persists, Xorg can start but you wont have any input devices.Code: Select all
xf86EnableIOPorts: failed to set IOPL for I/O
is still the nvidia driver trying to drive the wrong thing.Code: Select all
(EE) No devices detected.
There may be a quick test.
Comment out the. In the BIOS, disable the Intel GPU.Code: Select all
BusID "PCI:1@0:0:0"
Now there is only one GPU - the nVidia one, so it will be used without the BusID statement.
However, as I stated above, you won't have any input devices, so test like this
That does startx, waits for 30 seconds so you can test the mouse and keyboard, then kills the Xserver, so you don't have to power off to regain control if there are no input devices.Code: Select all
startx &; sleep 30 && killall X
evdev put in INPUT_DEVICES xorg-drivers compiled
Code: Select all
cat /etc/X11/xorg.conf.d/*
Section "Device"
Identifier "nvidia"
Driver "nvidia"
EndSection
Code: Select all
emerge --info
Portage 3.0.8 (python 3.7.9-final-0, default/linux/amd64/17.0/desktop/plasma, gcc-9.3.0, glibc-2.31-r6, 5.4.72-gentoo x86_64)
=================================================================
System uname: Linux-5.4.72-gentoo-x86_64-Intel-R-_Core-TM-_i5_CPU_650_@_3.20GHz-with-gentoo-2.7
KiB Mem: 12057504 total, 10394460 free
KiB Swap: 10239996 total, 10239996 free
Timestamp of repository gentoo: Sat, 31 Oct 2020 13:30:01 +0000
Head commit of repository gentoo: 662ef35294fdfa0c4eb5532893ab7d5eb3223aaf
Head commit of repository steam-overlay: 32f27e07e540110458c069965e8e027d7350fbd8
sh bash 5.0_p18
ld GNU ld (Gentoo 2.34 p6) 2.34.0
app-shells/bash: 5.0_p18::gentoo
dev-lang/perl: 5.30.3::gentoo
dev-lang/python: 2.7.18-r4::gentoo, 3.7.9::gentoo, 3.8.5::gentoo, 3.9.0::gentoo
dev-util/cmake: 3.17.4-r1::gentoo
sys-apps/baselayout: 2.7::gentoo
sys-apps/openrc: 0.42.1::gentoo
sys-apps/sandbox: 2.18::gentoo
sys-devel/autoconf: 2.13-r1::gentoo, 2.69-r5::gentoo
sys-devel/automake: 1.16.1-r1::gentoo
sys-devel/binutils: 2.34-r2::gentoo
sys-devel/gcc: 9.3.0-r1::gentoo
sys-devel/gcc-config: 2.3.2::gentoo
sys-devel/libtool: 2.4.6-r6::gentoo
sys-devel/make: 4.2.1-r4::gentoo
sys-kernel/linux-headers: 5.4-r1::gentoo (virtual/os-headers)
sys-libs/glibc: 2.31-r6::gentoo
Repositories:
gentoo
location: /var/db/repos/gentoo
sync-type: rsync
sync-uri: rsync://rsync.gentoo.org/gentoo-portage
priority: -1000
sync-rsync-extra-opts:
sync-rsync-verify-metamanifest: yes
sync-rsync-verify-max-age: 24
sync-rsync-verify-jobs: 1
steam-overlay
location: /usr/local/portage/steam-overlay
sync-type: git
sync-uri: https://github.com/anyc/steam-overlay.git
masters: gentoo
priority: 50
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="@FREE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe"
DISTDIR="/var/cache/distfiles"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="ftp://mirrors.gethosted.online/gentoo https://mirrors.gethosted.online/gentoo http://mirrors.gethosted.online/gentoo https://www.mirrorservice.org/sites/distfiles.gentoo.org/ http://www.mirrorservice.org/sites/distfiles.gentoo.org/ ftp://ftp.mirrorservice.org/sites/distfiles.gentoo.org/ rsync://rsync.mirrorservice.org/distfiles.gentoo.org/"
LANG="en_US"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j4"
PKGDIR="/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="(libglvnd) ABI_X86=32* X a52 aac acl acpi activities alsa amd64 berkdb bluetooth branding bzip2 cairo cdda cdr cdrom cli crypt cups dbus declarative display-manager dri dts dvd dvdr eigen elogind emboss encode evdev exif features2d flac fortran gdbm gif grub gtk gtk3 gui iconv icu ipv6 jpeg kde kipi kwallet lcms libglvnd libnotify libtirpc mad mng mp3 mp4 mpeg multilib ncurses nls nptl objc ogg opengl openmp pam pango pcre pdf phonon plasma png policykit postproc ppds python qml qt5 readline sdk sdl seccomp semantic-desktop spell split-usr ssl startup-notification steamruntime svg tcpd tiff truetype udev udisks unicode upower usb vorbis widgets wxwidgets x264 xattr xcb xml xorg xv xvid zlib" ABI_X86="64" ADA_TARGET="gnat_2018" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-2 php7-3 php7-4" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_7" PYTHON_TARGETS="python2_7 python3_7" RUBY_TARGETS="ruby25 ruby26" USERLAND="GNU" VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset: CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Code: Select all
emerge -pv xorg-drivers xorg-server
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] x11-base/xorg-drivers-1.20-r2::gentoo INPUT_DEVICES="evdev -elographics -joystick -libinput -synaptics -vmmouse -void -wacom" VIDEO_CARDS="amdgpu dummy fbdev intel nouveau radeon radeonsi vesa -ast (-freedreno) (-geode) -glint -i915 -i965 -mga -nv -nvidia (-omap) -qxl -r128 -siliconmotion (-tegra) (-vc4) -via -virtualbox -vmware" 0 KiB
[ebuild R ] x11-base/xorg-server-1.20.8-r1:0/1.20.8::gentoo USE="elogind ipv6 (libglvnd) udev xorg -debug -dmx -doc -kdrive -libressl -minimal (-selinux) -static-libs -suid -systemd -unwind -wayland -xcsecurity -xephyr -xnest -xvfb" 0 KiB
Total: 2 packages (2 reinstalls), Size of downloads: 0 KiB
* IMPORTANT: 10 news items need reading for repository 'gentoo'.
* Use eselect news read to view new items.
So at this point shall i take Nouveau out again compile and reboot
or look into to this first although i cant understand the replacement digits
Code: Select all
lspci
00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 02)
00:01.0 PCI bridge: Intel Corporation Core Processor PCI Express x16 Root Port (rev 02)
00:02.0 Display controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02)
00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
00:16.2 IDE interface: Intel Corporation 5 Series/3400 Series Chipset PT IDER Controller (rev 06)
00:16.3 Serial controller: Intel Corporation 5 Series/3400 Series Chipset KT Controller (rev 06)
00:19.0 Ethernet controller: Intel Corporation 82578DM Gigabit Network Connection (rev 06)
00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06)
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 06)
00:1c.4 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 5 (rev 06)
00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev a6)
00:1f.0 ISA bridge: Intel Corporation Q57 Chipset LPC Interface Controller (rev 06)
00:1f.2 IDE interface: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA IDE Controller (rev 06)
00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 06)
00:1f.5 IDE interface: Intel Corporation 5 Series/3400 Series Chipset 2 port SATA IDE Controller (rev 06)
01:00.0 VGA compatible controller: NVIDIA Corporation GK208B [GeForce GT 710] (rev a1)
01:00.1 Audio device: NVIDIA Corporation GK208 HDMI/DP Audio Controller (rev a1)
3f:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 02)
3f:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 02)
3f:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 02)
3f:02.1 Host bridge: Intel Corporation 1st Generation Core i3/5/7 Processor QPI Physical 0 (rev 02)
3f:02.2 Host bridge: Intel Corporation 1st Generation Core i3/5/7 Processor Reserved (rev 02)
3f:02.3 Host bridge: Intel Corporation 1st Generation Core i3/5/7 Processor Reserved (rev 02)
root #echo on > /sys/bus/pci/devices/0000\:06\:00.0/power/control
?
-
dexter1010
- n00b

- Posts: 16
- Joined: Sat Oct 24, 2020 11:07 am