How to xrandr 4k with Intel 3000 HD Sandybridge? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election Results Why I closed the “Why is Kali so hard” questionSave display settings for specific monitorCannot use highest resolution, xrandr does not list mode (Intel GPU, DP to DVI adapter)Thinkpad T420s Intel HD 3000 poor performancexrandr shows disconnected DisplayPort with Intel Graphicsxrandr will not detect monitor on DisplayPortHow to get back external monitor native resolution?How to disable bottom part of the screen with xrandrWhy does xdpyinfo and xrandr give different measurements?xrandr “can't open display” when changing native laptop screen resolutionUbuntu 18.04 intel vga hdmi not listed
How many things? AとBがふたつ
Is there a service that would inform me whenever a new direct route is scheduled from a given airport?
Is drag coefficient lowest at zero angle of attack?
Mortgage adviser recommends a longer term than necessary combined with overpayments
How can players take actions together that are impossible otherwise?
Determine whether f is a function, an injection, a surjection
90's book, teen horror
How is simplicity better than precision and clarity in prose?
How do I automatically answer y in bash script?
Unable to start mainnet node docker container
What can I do if my MacBook isn’t charging but already ran out?
How to set letter above or below the symbol?
What would be Julian Assange's expected punishment, on the current English criminal law?
Why does tar appear to skip file contents when output file is /dev/null?
Did the new image of black hole confirm the general theory of relativity?
Are my PIs rude or am I just being too sensitive?
What do I do if technical issues prevent me from filing my return on time?
What computer would be fastest for Mathematica Home Edition?
Classification of bundles, Postnikov towers, obstruction theory, local coefficients
Estimate capacitor parameters
Can a monk deflect thrown melee weapons?
Windows 10: How to Lock (not sleep) laptop on lid close?
Complexity of many constant time steps with occasional logarithmic steps
If I can make up priors, why can't I make up posteriors?
How to xrandr 4k with Intel 3000 HD Sandybridge?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questionSave display settings for specific monitorCannot use highest resolution, xrandr does not list mode (Intel GPU, DP to DVI adapter)Thinkpad T420s Intel HD 3000 poor performancexrandr shows disconnected DisplayPort with Intel Graphicsxrandr will not detect monitor on DisplayPortHow to get back external monitor native resolution?How to disable bottom part of the screen with xrandrWhy does xdpyinfo and xrandr give different measurements?xrandr “can't open display” when changing native laptop screen resolutionUbuntu 18.04 intel vga hdmi not listed
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Running the command below, I expect the external monitor resolution to be
changed to 4K. Although xrandr states my desired mode as active, it remains 1366x768:
xrandr --output DP2 --mode 3840x2160 --rate 24
$ xrandr
..
DP2 connected 3840x2160+0+0 (normal left inverted right x axis y axis) 600mm x 340mm
3840x2160 30.00 25.00 24.00* 29.97 23.98 29.98
..
The maximal resolution I get is 1920x1080 using this command:
xrandr --output DP2 --mode 1920x1080
System
- Notebook - Lenovo Thinkpad X220 with Intel 3000 HD Sandybridge
- Ext. Monitor - AOC 4K U2777PQU1 with 23Hz minimum vertical scanrange2
- Connection - Displayport via notebook dockingstation
Officially Intel's Sandybridge can not output 4K. Unofficially it can:
Resources
Resources
- https://fluxcoil.net/snippets/linux_4k_output
- https://ubuntuforums.org/showthread.php?t=1112186
- https://medium.com/@ValdikSS/how-to-use-high-resolutions-with-older-hardware-58577d91b1f8
- https://www.brozkeff.net/2018/12/23/how-to-force-intel-hd3000-sandy-bridge-to-display-4k-3840x2160-resolution/
Footnotes
1https://manuals.coolblue.nl/8c/aoc-u2777pqu.pdf
2
xrandr monitors intel-graphics resolution thinkpad
add a comment |
Running the command below, I expect the external monitor resolution to be
changed to 4K. Although xrandr states my desired mode as active, it remains 1366x768:
xrandr --output DP2 --mode 3840x2160 --rate 24
$ xrandr
..
DP2 connected 3840x2160+0+0 (normal left inverted right x axis y axis) 600mm x 340mm
3840x2160 30.00 25.00 24.00* 29.97 23.98 29.98
..
The maximal resolution I get is 1920x1080 using this command:
xrandr --output DP2 --mode 1920x1080
System
- Notebook - Lenovo Thinkpad X220 with Intel 3000 HD Sandybridge
- Ext. Monitor - AOC 4K U2777PQU1 with 23Hz minimum vertical scanrange2
- Connection - Displayport via notebook dockingstation
Officially Intel's Sandybridge can not output 4K. Unofficially it can:
Resources
Resources
- https://fluxcoil.net/snippets/linux_4k_output
- https://ubuntuforums.org/showthread.php?t=1112186
- https://medium.com/@ValdikSS/how-to-use-high-resolutions-with-older-hardware-58577d91b1f8
- https://www.brozkeff.net/2018/12/23/how-to-force-intel-hd3000-sandy-bridge-to-display-4k-3840x2160-resolution/
Footnotes
1https://manuals.coolblue.nl/8c/aoc-u2777pqu.pdf
2
xrandr monitors intel-graphics resolution thinkpad
add a comment |
Running the command below, I expect the external monitor resolution to be
changed to 4K. Although xrandr states my desired mode as active, it remains 1366x768:
xrandr --output DP2 --mode 3840x2160 --rate 24
$ xrandr
..
DP2 connected 3840x2160+0+0 (normal left inverted right x axis y axis) 600mm x 340mm
3840x2160 30.00 25.00 24.00* 29.97 23.98 29.98
..
The maximal resolution I get is 1920x1080 using this command:
xrandr --output DP2 --mode 1920x1080
System
- Notebook - Lenovo Thinkpad X220 with Intel 3000 HD Sandybridge
- Ext. Monitor - AOC 4K U2777PQU1 with 23Hz minimum vertical scanrange2
- Connection - Displayport via notebook dockingstation
Officially Intel's Sandybridge can not output 4K. Unofficially it can:
Resources
Resources
- https://fluxcoil.net/snippets/linux_4k_output
- https://ubuntuforums.org/showthread.php?t=1112186
- https://medium.com/@ValdikSS/how-to-use-high-resolutions-with-older-hardware-58577d91b1f8
- https://www.brozkeff.net/2018/12/23/how-to-force-intel-hd3000-sandy-bridge-to-display-4k-3840x2160-resolution/
Footnotes
1https://manuals.coolblue.nl/8c/aoc-u2777pqu.pdf
2
xrandr monitors intel-graphics resolution thinkpad
Running the command below, I expect the external monitor resolution to be
changed to 4K. Although xrandr states my desired mode as active, it remains 1366x768:
xrandr --output DP2 --mode 3840x2160 --rate 24
$ xrandr
..
DP2 connected 3840x2160+0+0 (normal left inverted right x axis y axis) 600mm x 340mm
3840x2160 30.00 25.00 24.00* 29.97 23.98 29.98
..
The maximal resolution I get is 1920x1080 using this command:
xrandr --output DP2 --mode 1920x1080
System
- Notebook - Lenovo Thinkpad X220 with Intel 3000 HD Sandybridge
- Ext. Monitor - AOC 4K U2777PQU1 with 23Hz minimum vertical scanrange2
- Connection - Displayport via notebook dockingstation
Officially Intel's Sandybridge can not output 4K. Unofficially it can:
Resources
Resources
- https://fluxcoil.net/snippets/linux_4k_output
- https://ubuntuforums.org/showthread.php?t=1112186
- https://medium.com/@ValdikSS/how-to-use-high-resolutions-with-older-hardware-58577d91b1f8
- https://www.brozkeff.net/2018/12/23/how-to-force-intel-hd3000-sandy-bridge-to-display-4k-3840x2160-resolution/
Footnotes
1https://manuals.coolblue.nl/8c/aoc-u2777pqu.pdf
2
xrandr monitors intel-graphics resolution thinkpad
xrandr monitors intel-graphics resolution thinkpad
asked 18 hours ago
AikenCuraAikenCura
163
163
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
);
);
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%2f512389%2fhow-to-xrandr-4k-with-intel-3000-hd-sandybridge%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
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%2f512389%2fhow-to-xrandr-4k-with-intel-3000-hd-sandybridge%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
-intel-graphics, monitors, resolution, thinkpad, xrandr