LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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


Reply
  Search this Thread
Old 01-09-2014, 05:16 AM   #1
chiller
LQ Newbie
 
Registered: Sep 2012
Posts: 14

Rep: Reputation: Disabled
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.
 
Old 01-09-2014, 08:00 AM   #2
yooy
Senior Member
 
Registered: Dec 2009
Posts: 1,387

Rep: Reputation: 174Reputation: 174
have you tried force-adding mode to xrandr?
 
Old 01-09-2014, 08:05 AM   #3
TDMBG
Member
 
Registered: Feb 2007
Distribution: CentOS
Posts: 34

Rep: Reputation: 17
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.
 
Old 01-09-2014, 08:06 AM   #4
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
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.
 
Old 01-29-2014, 12:12 PM   #5
chiller
LQ Newbie
 
Registered: Sep 2012
Posts: 14

Original Poster
Rep: Reputation: Disabled
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
 
Old 01-29-2014, 12:15 PM   #6
chiller
LQ Newbie
 
Registered: Sep 2012
Posts: 14

Original Poster
Rep: Reputation: Disabled
~$ 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
 
Old 01-30-2014, 12:00 AM   #7
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
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.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to enable full multimedia capabilities on Suse 10.3 using the xine engine reddazz SUSE / openSUSE 24 07-21-2010 12:01 PM
How to enable full compiz-fusion on Ubuntu Gustsy _bu1ld3r_ Linux - Desktop 1 11-08-2007 04:40 AM
[SOLVED] How can I enable full multimedia support in 10.3 using xine jadukor SUSE / openSUSE 8 10-31-2007 06:53 AM
Do you enable full sendmail logging? hbt Linux - Software 1 12-19-2004 03:06 PM
Enable full duplex operation codegomer Linux - General 3 04-21-2004 10:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:15 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration