There is no xorg.conf. How does ubuntu store user configurations of screen resolution?
I am using Ubuntu 18.04 LTS and the default desktop environment. I can't find /etc/X11/xorg.conf or /etc/X11/xorg.conf.d/ or similar files or directories. But, I can change the screen resolution, and the settings persist after I restart my computer. My question is: where does the system store the configurations of screen resolution set by a user? Are the configurations in a file somewhere?
xorg display-resolution
New contributor
add a comment |
I am using Ubuntu 18.04 LTS and the default desktop environment. I can't find /etc/X11/xorg.conf or /etc/X11/xorg.conf.d/ or similar files or directories. But, I can change the screen resolution, and the settings persist after I restart my computer. My question is: where does the system store the configurations of screen resolution set by a user? Are the configurations in a file somewhere?
xorg display-resolution
New contributor
add a comment |
I am using Ubuntu 18.04 LTS and the default desktop environment. I can't find /etc/X11/xorg.conf or /etc/X11/xorg.conf.d/ or similar files or directories. But, I can change the screen resolution, and the settings persist after I restart my computer. My question is: where does the system store the configurations of screen resolution set by a user? Are the configurations in a file somewhere?
xorg display-resolution
New contributor
I am using Ubuntu 18.04 LTS and the default desktop environment. I can't find /etc/X11/xorg.conf or /etc/X11/xorg.conf.d/ or similar files or directories. But, I can change the screen resolution, and the settings persist after I restart my computer. My question is: where does the system store the configurations of screen resolution set by a user? Are the configurations in a file somewhere?
xorg display-resolution
xorg display-resolution
New contributor
New contributor
edited 2 hours ago
Simon G
New contributor
asked 4 hours ago
Simon GSimon G
11
11
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You can check sudo ls /usr/share/X11/xorg.conf.d/
there you should find a bunch of files corresponding to your current video drivers etc.
The second part of your question, regarding knowing what resultion to display: this will be dependent on your current desktop environment in use. One user can end up with different screen resolutions upon login if they have two different desktop environments like Gnome and XFCE installed for their Ubuntu distro.
For example, I use XFCE4 and mine is in ~/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml
. If you use something else, you will likely find the display config file somewhere in your $HOME folder, for gnome if I recall correctly it
can be found by cat ~/.config/monitors.xml
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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
});
}
});
Simon G 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%2faskubuntu.com%2fquestions%2f1122374%2fthere-is-no-xorg-conf-how-does-ubuntu-store-user-configurations-of-screen-resol%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can check sudo ls /usr/share/X11/xorg.conf.d/
there you should find a bunch of files corresponding to your current video drivers etc.
The second part of your question, regarding knowing what resultion to display: this will be dependent on your current desktop environment in use. One user can end up with different screen resolutions upon login if they have two different desktop environments like Gnome and XFCE installed for their Ubuntu distro.
For example, I use XFCE4 and mine is in ~/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml
. If you use something else, you will likely find the display config file somewhere in your $HOME folder, for gnome if I recall correctly it
can be found by cat ~/.config/monitors.xml
add a comment |
You can check sudo ls /usr/share/X11/xorg.conf.d/
there you should find a bunch of files corresponding to your current video drivers etc.
The second part of your question, regarding knowing what resultion to display: this will be dependent on your current desktop environment in use. One user can end up with different screen resolutions upon login if they have two different desktop environments like Gnome and XFCE installed for their Ubuntu distro.
For example, I use XFCE4 and mine is in ~/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml
. If you use something else, you will likely find the display config file somewhere in your $HOME folder, for gnome if I recall correctly it
can be found by cat ~/.config/monitors.xml
add a comment |
You can check sudo ls /usr/share/X11/xorg.conf.d/
there you should find a bunch of files corresponding to your current video drivers etc.
The second part of your question, regarding knowing what resultion to display: this will be dependent on your current desktop environment in use. One user can end up with different screen resolutions upon login if they have two different desktop environments like Gnome and XFCE installed for their Ubuntu distro.
For example, I use XFCE4 and mine is in ~/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml
. If you use something else, you will likely find the display config file somewhere in your $HOME folder, for gnome if I recall correctly it
can be found by cat ~/.config/monitors.xml
You can check sudo ls /usr/share/X11/xorg.conf.d/
there you should find a bunch of files corresponding to your current video drivers etc.
The second part of your question, regarding knowing what resultion to display: this will be dependent on your current desktop environment in use. One user can end up with different screen resolutions upon login if they have two different desktop environments like Gnome and XFCE installed for their Ubuntu distro.
For example, I use XFCE4 and mine is in ~/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml
. If you use something else, you will likely find the display config file somewhere in your $HOME folder, for gnome if I recall correctly it
can be found by cat ~/.config/monitors.xml
answered 2 hours ago
BarBar1234BarBar1234
1564
1564
add a comment |
add a comment |
Simon G is a new contributor. Be nice, and check out our Code of Conduct.
Simon G is a new contributor. Be nice, and check out our Code of Conduct.
Simon G is a new contributor. Be nice, and check out our Code of Conduct.
Simon G is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1122374%2fthere-is-no-xorg-conf-how-does-ubuntu-store-user-configurations-of-screen-resol%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