Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
01-09-2014, 05:16 AM
|
#1
|
LQ Newbie
Registered: Sep 2012
Posts: 14
Rep: 
|
How to enable full HD in ubuntu 13.04 ?
I have windows 7 along with Ubuntu 13.04.I have AOC e2250Sw HD monitor.In Windows 7 i can use the monitor at full HD.But it is not possible in Ubuntu 13.04.In System settings/Displays it displays max resolution as 1024*768.Only reason i use windows 7 is because of full HD which is not possible in Ubuntu.I don't have graphic card on my system.My pc config is Intel i5-3330 CPU @ 3.00GHz ,RAM 4.0gb & AOC e2250Sw 21in LED monitor.Please suggest a solution for this issue.I want to use Ubuntu in full HD.
|
|
|
01-09-2014, 08:00 AM
|
#2
|
Senior Member
Registered: Dec 2009
Posts: 1,387
Rep: 
|
have you tried force-adding mode to xrandr?
|
|
|
01-09-2014, 08:05 AM
|
#3
|
Member
Registered: Feb 2007
Distribution: CentOS
Posts: 34
Rep:
|
To elaborate a little, quoted from ubuntu's own wiki:
Quote:
Due to buggy hardware or drivers, your monitor's correct resolutions may not always be detected. For example, the EDID data block queried from your monitor may be incorrect.
If the mode already exists, but just isn't associated for the particular output, you can add it like this:
$ xrandr --addmode S-video 800x600
If the mode doesn't yet exist, you'll need to create it first by specifying a modeline:
$ xrandr --newmode <Mode``Line>
You may create a modeline using the gtf or cvt utility. For example, if you want to add a mode with resolution 800x600 at 60 Hz, you can enter the following command: (The output is shown following.)
$ cvt 800 600 60
# 800x600 59.86 Hz (CVT 0.48M3) hsync: 37.35 kHz; pclk: 38.25 MHz
Modeline "800x600_60.00" 38.25 800 832 912 1024 600 603 607 624 -hsync +vsync
Then copy the information after the word "Modeline" into the xrandr command:
$ xrandr --newmode "800x600_60.00" 38.25 800 832 912 1024 600 603 607 624 -hsync +vsync
After the mode is entered, it needs to be added to the output using the --addmode command as explained above.
|
You should try this with 1920x1080, which is your monitor's highest resolution.
|
|
|
01-09-2014, 08:06 AM
|
#4
|
Moderator
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
|
If you can only use resolutions up to 1024x768 most likely the wrong video driver is in use. Please post the content of /var/log/Xorg.0.log. Please use code-tags for this (see my signature for information).
OFFTOPIC: Ubuntu 13.04 reaches its end-of-life in a few days, it is recommended that you upgrade your system.
|
|
|
01-29-2014, 12:12 PM
|
#5
|
LQ Newbie
Registered: Sep 2012
Posts: 14
Original Poster
Rep: 
|
Here's the output
$ sudo /var/log/Xorg.0.log.
sudo: /var/log/Xorg.0.log.: command not found
xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
X Error of failed request: BadName (named color or font does not exist)
Major opcode of failed request: 140 (RANDR)
Minor opcode of failed request: 16 (RRCreateMode)
Serial number of failed request: 38
Current serial number in output stream: 38
|
|
|
01-29-2014, 12:15 PM
|
#6
|
LQ Newbie
Registered: Sep 2012
Posts: 14
Original Poster
Rep: 
|
~$ xrandr
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 32767 x 32767
VGA1 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1024x768 60.0*
800x600 60.3 56.2
848x480 60.0
640x480 59.9
HDMI1 disconnected (normal left inverted right x axis y axis)
DP1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
HDMI3 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
DP3 disconnected (normal left inverted right x axis y axis)
1920x1080_60.00 (0x109) 173.0MHz
h: width 1920 start 2048 end 2248 total 2576 skew 0 clock 67.2KHz
v: height 1080 start 1083 end 1088 total 1120 clock 60.0Hz
|
|
|
01-30-2014, 12:00 AM
|
#7
|
Moderator
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
|
Xorg.0.log is a text file, not a command. Please post the content of that text file, using code-tags (see my signature if you need info about code-tags).
Playing with xrandr doesn't make much sense until we know which driver is in use.
|
|
|
All times are GMT -5. The time now is 03:30 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|