More > JRiver Media Center 21 for Linux

Start Debian without Monitor??

<< < (5/12) > >>

mwillems:

--- Quote from: altsouza on November 24, 2015, 09:04:11 am ---It does not boot. The Hdd light stops halfway in the boot process.
When I conect the monitor cable, it boots.

--- End quote ---

I have no idea what to tell you about that; have you tried sshing into the machine and seeing what's in the journal?


--- Quote ---Another question, the Vnc is ok, but when I use a monitor , the desktop seems to be a diferent one, JRiver does not appear.
Does The Desktops can not be the same?? This is optional for me.

--- End quote ---

This was explained above; they're not the same desktops, that's why x11vnc didn't work for you.  If you need them to be the same, that's a good bit more work.

altsouza:
mwillems, thank you very much for the support.
I saw your Altec Speaker. Are threre any thread on it???
Last year I build a CornScala Speaker, based on Kilpsch LaScala (Bob Crites Project), and I liked it very much.
Next year I will build another one, but I am looking for projects (I saw David Dicks Full range projects, but I prefer Horns)

thanks again

Antonio

altsouza:
Regardind the Monitor issue, I found this on internet. Do you think this will work??
-------------------
Basically install a dummy driver:

sudo apt-get install xserver-xorg-video-dummy
Then write it in the /usr/share/X11/xorg.conf.d/xorg.conf file (create one, if it does not exist):

Section "Device"
    Identifier  "Configured Video Device"
    Driver      "dummy"
EndSection

Section "Monitor"
    Identifier  "Configured Monitor"
    HorizSync 31.5-48.5
    VertRefresh 50-70
EndSection

Section "Screen"
    Identifier  "Default Screen"
    Monitor     "Configured Monitor"
    Device      "Configured Video Device"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1024x800"
    EndSubSection
EndSection
Then restart the computer.

altsouza:
I will use a Dummy Vga adapter, much easier
https://rumorscity.com/2013/12/06/how-to-create-dummy-plugs-for-your-graphics-cards/

mwillems:

--- Quote from: altsouza on November 24, 2015, 09:31:04 am ---mwillems, thank you very much for the support.
I saw your Altec Speaker. Are threre any thread on it???
Last year I build a CornScala Speaker, based on Kilpsch LaScala (Bob Crites Project), and I liked it very much.
Next year I will build another one, but I am looking for projects (I saw David Dicks Full range projects, but I prefer Horns)

thanks again

Antonio

--- End quote ---

No there's no thread; they're entirely home-designed and home-made  ;D  


--- Quote from: altsouza on November 24, 2015, 10:48:55 am ---Regardind the Monitor issue, I found this on internet. Do you think this will work??
-------------------
Basically install a dummy driver:

sudo apt-get install xserver-xorg-video-dummy
Then write it in the /usr/share/X11/xorg.conf.d/xorg.conf file (create one, if it does not exist):

Section "Device"
    Identifier  "Configured Video Device"
    Driver      "dummy"
EndSection

Section "Monitor"
    Identifier  "Configured Monitor"
    HorizSync 31.5-48.5
    VertRefresh 50-70
EndSection

Section "Screen"
    Identifier  "Default Screen"
    Monitor     "Configured Monitor"
    Device      "Configured Video Device"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1024x800"
    EndSubSection
EndSection
Then restart the computer.

--- End quote ---

That might work; give it a try.  It looks like it forces initialization of the monitor whether one is attached or not, which might solve your issue.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version