Force a video setting when booting without a monitor connectedBooting without initrdSetting up a 3 monitor...
Why do we need a voltage divider when we get the same voltage at the output as the input?
Accurately recalling the key - can everyone do it?
Is Norway in the Single Market?
What are the effects of the elements on 3D printed objects made with "infused" PLA
Oath of redemption: Does Emmissary of Peace reflect damage taken from Aura of the Guardian?
How can flights operated by the same company have such different prices when marketed by another?
Password management for kids - what's a good way to start?
"Fewer errors means better products" or "Fewer errors mean better products"?
Is there anyway to harden soft braised carrots?
Has the US government provided details on plans to deal with AIDS and childhood cancer?
How to innovate in OR
Can living where magnetic ore is abundant provide any protection from cosmic radiation?
How can a class have multiple methods without breaking the single responsibility principle
How did Biff return to 2015 from 1955 without a lightning strike?
Why don't short runways use ramps for takeoff?
Why do MS SQL Server SEQUENCEs not have an ORDER parameter like Oracle?
Were there any unmanned expeditions to the moon that returned to Earth prior to Apollo?
Guidelines for writing a chord progression
Overful hbox (How to make the sentence in a table into 2 line?)
Adding a (stair/baby) gate without facing walls
How to structure presentation to avoid getting questions that will be answered later in the presentation?
Is it really a problem to declare that a visitor to the UK is my "girlfriend", in terms of her successfully getting a Standard Visitor visa?
Should I put my name first or last in the team members list?
Is this mechanically safe?
Force a video setting when booting without a monitor connected
Booting without initrdSetting up a 3 monitor display?How do I force booting in text mode?How Does X build its modelist?Windows file shares dissapear erratically in Linux file browserForce screen output to external monitor while installing/booting linuxtty and grub boot unreadable with nvidia K1100M on zbook 15 g2 with intelxrandr shows disconnected DisplayPort with Intel Graphicsxrandr fails randomly with “Configure crtc X failed” on dock with multiple monitorsSecond Screen Recognised/Connected But Not Displaying - Ubuntu 18.04 / Arch Linux
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I run two machines through a KVM switch. If I boot Machine #2 (while working on Machine #1) it isn't connected to the monitor as it boots, so when I switch over to it the screen shows:
DSUB
Out of Range
95.1 kHz / 60 Hz
I can drop into tty1 and run sudo service lightdm restart and all is fine, but I'd really like it to start in graphical mode.
Any suggestions?
I've tried adding:
xrandr --output HDMI-1 --mode 1920x1080
to /etc/rc.local but that doesn't help.
linux boot graphics
New contributor
Kwilk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I run two machines through a KVM switch. If I boot Machine #2 (while working on Machine #1) it isn't connected to the monitor as it boots, so when I switch over to it the screen shows:
DSUB
Out of Range
95.1 kHz / 60 Hz
I can drop into tty1 and run sudo service lightdm restart and all is fine, but I'd really like it to start in graphical mode.
Any suggestions?
I've tried adding:
xrandr --output HDMI-1 --mode 1920x1080
to /etc/rc.local but that doesn't help.
linux boot graphics
New contributor
Kwilk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I run two machines through a KVM switch. If I boot Machine #2 (while working on Machine #1) it isn't connected to the monitor as it boots, so when I switch over to it the screen shows:
DSUB
Out of Range
95.1 kHz / 60 Hz
I can drop into tty1 and run sudo service lightdm restart and all is fine, but I'd really like it to start in graphical mode.
Any suggestions?
I've tried adding:
xrandr --output HDMI-1 --mode 1920x1080
to /etc/rc.local but that doesn't help.
linux boot graphics
New contributor
Kwilk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I run two machines through a KVM switch. If I boot Machine #2 (while working on Machine #1) it isn't connected to the monitor as it boots, so when I switch over to it the screen shows:
DSUB
Out of Range
95.1 kHz / 60 Hz
I can drop into tty1 and run sudo service lightdm restart and all is fine, but I'd really like it to start in graphical mode.
Any suggestions?
I've tried adding:
xrandr --output HDMI-1 --mode 1920x1080
to /etc/rc.local but that doesn't help.
linux boot graphics
linux boot graphics
New contributor
Kwilk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Kwilk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Kwilk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 25 mins ago
KwilkKwilk
1
1
New contributor
Kwilk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Kwilk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Kwilk is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f533650%2fforce-a-video-setting-when-booting-without-a-monitor-connected%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Kwilk is a new contributor. Be nice, and check out our Code of Conduct.
Kwilk is a new contributor. Be nice, and check out our Code of Conduct.
Kwilk is a new contributor. Be nice, and check out our Code of Conduct.
Kwilk is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f533650%2fforce-a-video-setting-when-booting-without-a-monitor-connected%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown