**Intel i7-8700k (Coffe-lake),Mother board : ROG(Maximus X Hero)OS :Ubuntu-Gnome 16.04** I booted My new PC with Ubutnu-Gnome16.04 , after installation the screen resolution is 1024×768(4:3)–and screen is shown “Unknown Display”.I havent installed anything in my new OS.My Monitor-CPU connecting Cable is DP(Pin Cable).
You are watching: Xrandr failed to get size of gamma for output default
I have tried with “Force create new resolution”:
a)cvt 1366 768 60 b)xrandr –newmode “”Then Error throws as :
“xrandr : Failed to get size of gamma for output default”. I want perfect resolution to be fit for my desktop screen Can Anyone help me on this
ubuntu resolution display gnome xrandr
Share
Improve this question
Follow
edited Nov 20 “17 at 13:00
Harish Bodduna
asked Nov 20 “17 at 12:07

Harish BoddunaHarish Bodduna
11311 gold badge22 silver badges88 bronze badges
Add a comment |
3 Answers 3
Active Oldest Votes
3
Based on info in this article I”ve found answer.
You need to add “i915.alpha_support=1” booting parameter to GRUB (Info from here) :
Log in to the system and start a terminal window (Applications->Accessories->Terminal).
In the terminal window at the $ prompt, enter the command: sudo gedit /etc/default/grub
Enter your password when prompted by
In the editor window, use the arrow keys to move the cursor to the line beginning with “GRUB_CMDLINE_LINUX_DEFAULT” then edit that line, adding your parameter(s) to the text inside the double-quotes after the words “quiet splash”. (Be sure to add a SPACE after “splash” before adding your new parameter.)
it should look like this “quiet splash i915.alpha_support=1”
Click the Save button, then close the editor window.
See more: Verizon Fios Quantum Gateway Ac1750 With Z-Wave Support, Verizon Fios Quantum Gateway Ac1750 With Z
In the terminal window at the $ prompt, enter the command: sudo update-grub Restart the system.
Share
Improve this answer
Follow
edited Nov 23 “17 at 0:18

Aron
3,64233 gold badges1212 silver badges2020 bronze badges
answered Nov 22 “17 at 22:44
marekbrzemarekbrze
6888 bronze badges
3
Add a comment |
2
An answer I found on the askubuntu forum <1> solved the problem for me:
Open the following: sudo nano /etc/default/grub
Find the following line, uncomment it and change it to 1920×1080: #GRUB_GFXMODE=640×480 –> GRUB_GFXMODE=1920×1080
Update it: sudo update-grub
Then restart your computer: sudo reboot
<1> https://askubuntu.com/a/1167437/724074
Share
Improve this answer
Follow
answered Mar 22 at 16:06
doldnhdoldnh
19222 silver badges1010 bronze badges
2
Add a comment |
0
In my case I had nvidia drivers issues after changing system default gcc.
You have your system compiler set to clang/llvm but gcc 7.5 is needed.Please set your cc back to gcc-7.5 using update-alternatives
Share
Improve this answer
Follow
answered Mar 2 at 16:33
George VinokhodovGeorge Vinokhodov
18711 gold badge22 silver badges99 bronze badges
Add a comment |
Your Answer
Thanks for contributing an answer to Stack Overflow!
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.
See more: Copy Itunes Playlist To Sd Card, How To Move Songs From Itunes To A Microsd Card
Draft saved
Draft discarded
Sign up or log in
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Submit
Post as a guest
Name
Email Required, but never shown
Post as a guest
Name
Email
Required, but never shown
Post Your Answer Discard
By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy
Not the answer you're looking for? Browse other questions tagged ubuntu resolution display gnome xrandr or ask your own question.
The Overflow Blog
Featured on Meta
Related
554
'password authentication failed for user “postgres”'
1
xrandr Size 1920×1080 not found in available modes ubuntu
3
Getting “output eDP-1 not found” from xrandr after upgrading to Ubuntu 17.10 when I try to change brightness
0
Avoid parsing Xrandr output
1
Is there an xrandr function/interface for controlling brightness?
Hot Network Questions more hot questions
Question feed
Subscribe to RSS
Question feed To subscribe to this RSS feed, copy and paste this URL into your RSS reader.
Stack Overflow
Products
Company
Stack Exchange Network
site design / logo © 2021 Stack Exchange Inc; user contributions licensed under cc by-sa. rev2021.9.27.40313
Stack Overflow works best with JavaScript enabled
Your privacy
By clicking “Accept all cookies”, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our Cookie Policy.