coolbits blank screen at startup, if delete xorg.conf, all back to normal

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
mzaloon

coolbits blank screen at startup, if delete xorg.conf, all back to normal

Post by mzaloon »

Hello guys!

please help me identify the issue causing the problem

I run Mint 19, and i have 2 GPUs, 1080Ti (main, connected to monitor), and a secondary 1070.
all runs ok, but i need do some overclocking, and needs control fan manually, for this i run the command:

sudo nvidia-xconfig -a --cool-bits=31
this results creating a /etc/X11/xorg.conf

so, i reboot, and ...
after reboot i have no video, just blank screen, and no error messages... so i CRTL+ALT+F1 to tty1, and delete xorg.conf with RM command.... and reboot...

so, after deleting xorg.conf, system boots normally again, working perfect...
this is very weird... i really need xorg.conf to use coolbits, but system not works when xorg.cong is in place... any ideas????


NOTE: the coolbits set is not causing the problem, because i already tested with no coolbits on xorg.conf, and blank screen back...
currently driver is 415.18, but 396 and 410 same issue..

please help!

this is my Work machine, i can't broke system, so, i need help to do coolbits work and change my fan speed for rendering on GPU at low temperatures.

HELP! :)
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
trytip
Level 14
Level 14
Posts: 5367
Joined: Tue Jul 05, 2016 1:20 pm

Re: coolbits blank screen at startup, if delete xorg.conf, all back to normal

Post by trytip »

sudo nvidia-xconfig
then open it: /etc/x11/xorg.conf
and add this to the section of your graphics:
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 9800 GT"
Option "ModeValidation" "AllowNonEdidModes"
Option "TripleBuffer" "1"
Option "Coolbits" "4"
EndSection
Option "Coolbits" "4"

where did you get =31 from?

Image
Last edited by trytip on Thu Dec 06, 2018 2:40 pm, edited 1 time in total.
Image
mzaloon

Re: coolbits blank screen at startup, if delete xorg.conf, all back to normal

Post by mzaloon »

trytip wrote: Thu Dec 06, 2018 2:26 pm sudo nvidia-xconfig
then open it: /etc/x11/xorg.conf
and add this to the section of your graphics:
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 9800 GT"
Option "ModeValidation" "AllowNonEdidModes"
Option "TripleBuffer" "1"
Option "Coolbits" "4"
EndSection
where did you get =31 from?
from here:
https://bitcointalk.org/index.php?topic=1712831.0

and on Mint 18 worked, but when upgrade system to 19 (clean install), no work anymore.. the blank screen thing.
User avatar
trytip
Level 14
Level 14
Posts: 5367
Joined: Tue Jul 05, 2016 1:20 pm

Re: coolbits blank screen at startup, if delete xorg.conf, all back to normal

Post by trytip »

i been using :
Option "TripleBuffer" "1"
Option "Coolbits" "4"
since ubuntu 11.10 which works for my nvidia-340. try it with coolbits 4
Image
mzaloon

Re: coolbits blank screen at startup, if delete xorg.conf, all back to normal

Post by mzaloon »

just tried, nothing.. blank screen...

as i said, just the fact of xorg.conf exist on /etc/X11 make my linux not boot in UI.

this is very weird.
mzaloon

Re: coolbits blank screen at startup, if delete xorg.conf, all back to normal

Post by mzaloon »

when i run: sudo nvidia-xconfig -a

the result on terminal is:

Package xorg-server was not found in the pkg-config search path.
Perhaps you should add the directory containing `xorg-server.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xorg-server' found
New X configuration file written to '/etc/X11/xorg.conf'


some tips??


the resulting xorg content is:

_________________________________________________________________

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 415.18

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 1070"
BusID "PCI:9:0:0"
EndSection

Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 1080 Ti"
BusID "PCI:65:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
_____________________________________________________

any ideas why system not boot on UI? even on "empty" xorg.conf?
User avatar
trytip
Level 14
Level 14
Posts: 5367
Joined: Tue Jul 05, 2016 1:20 pm

Re: coolbits blank screen at startup, if delete xorg.conf, all back to normal

Post by trytip »

you have 2:
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 1070"
BusID "PCI:9:0:0"
EndSection

Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 1080 Ti"
BusID "PCI:65:0:0"
EndSection

what's your inxi -Fxzd
Image
mzaloon

Re: coolbits blank screen at startup, if delete xorg.conf, all back to normal

Post by mzaloon »

System: Host: houmint Kernel: 4.18.16-041816-generic x86_64
bits: 64 gcc: 8.2.0
Desktop: Cinnamon 3.8.9 (Gtk 3.22.30-1ubuntu1)
Distro: Linux Mint 19 Tara
Machine: Device: desktop Mobo: ASUSTeK model: PRIME X399-A v: Rev 1.xx serial: N/A
UEFI: American Megatrends v: 0807 date: 08/03/2018
CPU: 16 core AMD Ryzen Threadripper 1950X (-MT-MCP-)
arch: Zen rev.1 cache: 8192 KB

flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 svm) bmips: 108787
clock speeds: max: 3400 MHz 1: 3558 MHz 2: 3334 MHz 3: 3404 MHz
4: 3507 MHz 5: 2971 MHz 6: 3300 MHz 7: 2972 MHz 8: 3629 MHz
9: 3734 MHz 10: 3343 MHz 11: 3141 MHz 12: 3640 MHz 13: 3240 MHz
14: 3572 MHz 15: 3436 MHz 16: 2969 MHz 17: 3232 MHz 18: 2969 MHz
19: 2969 MHz 20: 3529 MHz 21: 3419 MHz 22: 3203 MHz 23: 3480 MHz
24: 3161 MHz 25: 3601 MHz 26: 3728 MHz 27: 3699 MHz 28: 3732 MHz
29: 3161 MHz 30: 3290 MHz 31: 3172 MHz 32: 3695 MHz
Graphics: Card-1: NVIDIA GP104 [GeForce GTX 1070] bus-ID: 09:00.0
Card-2: NVIDIA GP102 [GeForce GTX 1080 Ti] bus-ID: 41:00.0
Display Server: x11 (X.Org 1.19.6 )
drivers: modesetting,nvidia,nouveau (unloaded: fbdev,vesa)
Resolution: 3840x2160@60.00hz
OpenGL: renderer: GeForce GTX 1080 Ti/PCIe/SSE2
version: 4.6.0 NVIDIA 415.18 Direct Render: Yes
Audio: Card-1 Advanced Micro Devices [AMD] Family 17h (Models 00h-0fh) HD Audio Controller
driver: snd_hda_intel bus-ID: 0b:00.3
Card-2 NVIDIA GP104 High Def. Audio Controller
driver: snd_hda_intel bus-ID: 09:00.1
Card-3 NVIDIA GP102 HDMI Audio Controller
driver: snd_hda_intel bus-ID: 41:00.1
Sound: ALSA v: k4.18.16-041816-generic
Network: Card: Intel I211 Gigabit Network Connection
driver: igb v: 5.4.0-k port: 2000 bus-ID: 05:00.0
IF: enp5s0 state: up speed: 100 Mbps duplex: full mac: <filter>
Drives: HDD Total Size: 5741.2GB (3.6% used)
ID-1: /dev/sda model: SanDisk_SSD_PLUS size: 240.1GB
ID-2: /dev/sdb model: ST31500341AS size: 1500.3GB
ID-3: /dev/sdc model: ST4000DM000 size: 4000.8GB
Optical: No optical drives detected.
Partition: ID-1: / size: 188G used: 165G (93%) fs: ext4 dev: /dev/sda2
ID-2: swap-1 size: 34.23GB used: 0.00GB (0%)
fs: swap dev: /dev/sda3
RAID: No RAID devices: /proc/mdstat, md_mod kernel module present
Sensors: System Temperatures: cpu: N/A mobo: N/A gpu: 0.0:41C
Fan Speeds (in rpm): cpu: 0
Info: Processes: 620 Uptime: 4 min Memory: 8667.6/64340.9MB
Init: systemd runlevel: 5 Gcc sys: 7.3.0
Client: Shell (bash 4.4.191) inxi: 2.3.56
User avatar
trytip
Level 14
Level 14
Posts: 5367
Joined: Tue Jul 05, 2016 1:20 pm

Re: coolbits blank screen at startup, if delete xorg.conf, all back to normal

Post by trytip »

never worked with more than one card
Graphics: Card-1: NVIDIA GP104 [GeForce GTX 1070] bus-ID: 09:00.0
Card-2: NVIDIA GP102 [GeForce GTX 1080 Ti] bus-ID: 41:00.0
why do you have 2 ? is one integrated into motherboard?
Image
mzaloon

Re: coolbits blank screen at startup, if delete xorg.conf, all back to normal

Post by mzaloon »

take a look, i do a video right now showing the weird behaviour...

https://www.youtube.com/watch?v=5Y1NRiYCPt4&t=13s
User avatar
trytip
Level 14
Level 14
Posts: 5367
Joined: Tue Jul 05, 2016 1:20 pm

Re: coolbits blank screen at startup, if delete xorg.conf, all back to normal

Post by trytip »

when you get to the blank screen before you remove xorg.conf and after you log in do startx
Image
mzaloon

Re: coolbits blank screen at startup, if delete xorg.conf, all back to normal

Post by mzaloon »

doing startx before removing xorg, just go to blank screen...
:(
look:
https://www.youtube.com/watch?v=IDyT6uf7tfI

this image can contain a clue???
https://photos.app.goo.gl/nXNT2NUwB1C1besq8


maybe missing some on system?
xorg needs be installed? (if not already... its a mint 19 normal clean install)
mzaloon

Re: coolbits blank screen at startup, if delete xorg.conf, all back to normal

Post by mzaloon »

i'm going crazy... :roll:
User avatar
trytip
Level 14
Level 14
Posts: 5367
Joined: Tue Jul 05, 2016 1:20 pm

Re: coolbits blank screen at startup, if delete xorg.conf, all back to normal

Post by trytip »

Image

what kernels are you booting with? dkms status
Image
mzaloon

Re: coolbits blank screen at startup, if delete xorg.conf, all back to normal

Post by mzaloon »

4.18.16
but even default one, the same problem...

i use 4.18 because my wacom is model "One by WACOM", only supported after 4.16... so default 4.15 (actual for mint) is not for me.
installed via ukuu kernel update utility
User avatar
trytip
Level 14
Level 14
Posts: 5367
Joined: Tue Jul 05, 2016 1:20 pm

Re: coolbits blank screen at startup, if delete xorg.conf, all back to normal

Post by trytip »

what does this do in Terminal

Code: Select all

dkms status
Image
mzaloon

Re: coolbits blank screen at startup, if delete xorg.conf, all back to normal

Post by mzaloon »

nvidia, 415.18, 4.18.16-041816-generic, x86_64: installed
User avatar
trytip
Level 14
Level 14
Posts: 5367
Joined: Tue Jul 05, 2016 1:20 pm

Re: coolbits blank screen at startup, if delete xorg.conf, all back to normal

Post by trytip »

trytip wrote: Thu Dec 06, 2018 3:12 pm never worked with more than one card
Graphics: Card-1: NVIDIA GP104 [GeForce GTX 1070] bus-ID: 09:00.0
Card-2: NVIDIA GP102 [GeForce GTX 1080 Ti] bus-ID: 41:00.0
why do you have 2 ? is one integrated into motherboard?
Image
Hoser Rob
Level 20
Level 20
Posts: 11796
Joined: Sat Dec 15, 2012 8:57 am

Re: coolbits blank screen at startup, if delete xorg.conf, all back to normal

Post by Hoser Rob »

GPU over/underclocking is not supported by Nvidia (or AMD I think) because voltage tuning isn't, and it likely isn';t going to be, ever. I'd fiorget about this idea if I were you.
For every complex problem there is an answer that is clear, simple, and wrong - H. L. Mencken
mzaloon

Re: coolbits blank screen at startup, if delete xorg.conf, all back to normal

Post by mzaloon »

trytip wrote: Fri Dec 07, 2018 1:10 am
trytip wrote: Thu Dec 06, 2018 3:12 pm never worked with more than one card
Graphics: Card-1: NVIDIA GP104 [GeForce GTX 1070] bus-ID: 09:00.0
Card-2: NVIDIA GP102 [GeForce GTX 1080 Ti] bus-ID: 41:00.0
why do you have 2 ? is one integrated into motherboard?
no, both are boards.
used for GPU rendering with RedShift Renderer.
Locked

Return to “Hardware Support”