LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-26-2014, 04:10 AM   #1
WiseDraco
Member
 
Registered: Nov 2006
Location: Europe,Latvia,Riga
Distribution: slackware,slax, OS X, exMandriva
Posts: 591

Rep: Reputation: 73
wake up nvidia videocard / output?


Hello!
have a problem - i have a slackware64 14.1 installed on asus p8h61 motherboard, i3 cpu, no integrated video, asus nvidia gt210 pci-e videocard.
video connected throught d-sub to planet 4 port kvm ( kvm-410) -not know, it is revelant or not.
problem is - if i switch to that computer before switch it on - all be ok - on switching on video output initializes, and all is as it must be.
but if i start it without switch kvm output to it - then i have no video output - monitor not get signal at all. i can log in into that computer via ssh, and all looks work except videosignal out. there is also last nvidia legacy driver installed, and i see to "nvidia-smi" command for any wake-up switches or so, but not found anything.

any ideas, advices?
 
Old 03-27-2014, 12:22 AM   #2
TracyTiger
Member
 
Registered: Apr 2011
Location: California, USA
Distribution: Slackware
Posts: 528

Rep: Reputation: 273Reputation: 273Reputation: 273
No Power to KVM?

I had a kvm for USB devices that got its power from the USB connections. If one of the two computers was powered off (no power supplied through the USB keyboard or mouse connector) and the kvm switch was last using that powered-off computer, then the kvm switch was dead.

The problem didn't occur if both computers were powered on because then the kvm switch had power not matter which computer was selected.

I've never had this problem with PS2 connector kvm switches.

Also remember that kvm switches have limits on the video characteristics they will support. If your keyboard is inoperative and it's not just the video that's dead then consider looking at whether the kvm is receiving power.
 
Old 03-27-2014, 03:49 AM   #3
WiseDraco
Member
 
Registered: Nov 2006
Location: Europe,Latvia,Riga
Distribution: slackware,slax, OS X, exMandriva
Posts: 591

Original Poster
Rep: Reputation: 73
i repeat the same situation with no kvm - switch on computer with no vga cable attached, and after some seconds attach d-sub cable - the same result - no signal.
 
Old 03-27-2014, 08:36 AM   #4
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
It is likely that your computer is not able to determine the correct resolution and refresh rate for your display if it is not switched on on the KVM. Repeat your tests, but add
Code:
video=1024x768@60
to your boot parameters (the append="" line, if you use Lilo). Modyfy those parameters to the actual correct values for your display, 1024x768@60 indicates that the system should start with a resolution of 1024x768 pixels with a refresh rate of 60Hz.
 
Old 04-01-2014, 03:09 AM   #5
WiseDraco
Member
 
Registered: Nov 2006
Location: Europe,Latvia,Riga
Distribution: slackware,slax, OS X, exMandriva
Posts: 591

Original Poster
Rep: Reputation: 73
Quote:
Originally Posted by TobiSGD View Post
It is likely that your computer is not able to determine the correct resolution and refresh rate for your display if it is not switched on on the KVM. Repeat your tests, but add
Code:
video=1024x768@60
to your boot parameters (the append="" line, if you use Lilo). Modyfy those parameters to the actual correct values for your display, 1024x768@60 indicates that the system should start with a resolution of 1024x768 pixels with a refresh rate of 60Hz.
Thank you! it works - at least witn nouveau driver!
test in few days with nvidia driver too!
 
Old 04-01-2014, 05:55 AM   #6
WiseDraco
Member
 
Registered: Nov 2006
Location: Europe,Latvia,Riga
Distribution: slackware,slax, OS X, exMandriva
Posts: 591

Original Poster
Rep: Reputation: 73
sadly, but looks like, with nvidia driver ( 331.49) that solution not works....
 
Old 04-01-2014, 05:56 AM   #7
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
The Nvidia driver does not support KMS, so no, that solution will not work.
 
Old 04-01-2014, 06:02 AM   #8
WiseDraco
Member
 
Registered: Nov 2006
Location: Europe,Latvia,Riga
Distribution: slackware,slax, OS X, exMandriva
Posts: 591

Original Poster
Rep: Reputation: 73
Quote:
Originally Posted by TobiSGD View Post
The Nvidia driver does not support KMS, so no, that solution will not work.
but there is possible any another solution? it is not good, when starting computer without monitor attached, later, when you attach monitor, you cannot get screen to work until restart computer...
 
Old 04-01-2014, 06:38 AM   #9
SavoTU
Member
 
Registered: Apr 2005
Distribution: Slackware64 Current
Posts: 199

Rep: Reputation: 40
I cannot reboot to test but is use nividia settings from the cli to turn screens on and off, maybe this command could help (it switches me back to a single screen).

Code:
nvidia-settings --assign CurrentMetaMode="DFP-0: nvidia-auto-select +0+0,"
 
Old 04-01-2014, 06:50 AM   #10
WiseDraco
Member
 
Registered: Nov 2006
Location: Europe,Latvia,Riga
Distribution: slackware,slax, OS X, exMandriva
Posts: 591

Original Poster
Rep: Reputation: 73
SavoTU: i do not X server running, as so that command back to me with:

ERROR: The control display is undefined; please run `nvidia-settings --help` for usage information.
 
Old 04-01-2014, 07:36 AM   #11
SavoTU
Member
 
Registered: Apr 2005
Distribution: Slackware64 Current
Posts: 199

Rep: Reputation: 40
A quick google found me this command which is working here but i am still not able to reboot to check with the monitor not connected.

Quote:
vbetool dpms on

https://bbs.archlinux.org/viewtopic.php?id=66169

edit, forgot to say it has to be run as root
 
Old 04-01-2014, 08:04 AM   #12
WiseDraco
Member
 
Registered: Nov 2006
Location: Europe,Latvia,Riga
Distribution: slackware,slax, OS X, exMandriva
Posts: 591

Original Poster
Rep: Reputation: 73
command work ( not error msgs), but nothing changes - monitor not wakes up...
 
  


Reply

Tags
monitor output, no video, nvidia


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] no video on console with nvidia GT630 ( rev 2) videocard? WiseDraco Slackware 3 02-13-2014 11:03 AM
TV output on Nvidia trouble TechnoJunky Linux - General 1 11-17-2009 05:42 PM
How to install Compiz on Slackware 12 (The simple way) [ Nvidia videocard] IsTI37 Slackware 26 04-30-2008 04:46 AM
TV-out output only in black and white (nVidia) atheist Linux - General 7 09-29-2007 03:54 PM
wake on lan magic packet does not wake. albean Linux - Networking 1 06-30-2007 04:57 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 07:19 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration