More > JRiver Media Center 21 for Linux

Start Debian without Monitor??

<< < (6/12) > >>

BryanC:

--- 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 ---


You may also want to disable kernel mode setting if that doesn't work as-is.

altsouza:
Thank you ,

But I will use a Dummy Vga adapter, much easier for me. I tried these post last week and had to re-install the Os!!!
https://rumorscity.com/2013/12/06/how-to-create-dummy-plugs-for-your-graphics-cards/

altsouza:
Unfortunely the Dummy vga adapter did not work

BryanC:
Read up on xvfb. It will create a virtual display in the framebuffer.


--- Code: ---Xvfb :1 -screen 0 800x600x16
--- End code ---

I would probably connect the monitor and check the boot logs to see where the boot is failing first.

altsouza:
Hi Bryan. I am a newbie linux user. I would appreciate if you could explain step by step. Thank you

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version