Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
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.
Fresh install of Ubuntu 10.04 left me with max 800x600 resolution,
I have tried using xrandr to implement both 1024x768 and the optimal 1440x900 resolutions with the same negative result (see below).
perhaps there is another way?
Monitor: Samsung LN T1954H HDTV
Aspect Ratio 16:9
Screen Size: 19"
Refresh Freq: 60Hz
Resolution: 1440 x 900
Graphics Card:
01:00.0 VGA compatible controller: VIA Technologies, Inc. KM400/KN400/P4M800 [S3 UniChrome] (rev 01)
___________________________________
If you run xrandr without any options does it print out the identifiers for the screens that are connected. It will have a list like:
VGA1 connected 800x600
LVDS1 disconnected
HDMI1 disconnected
etc.
You may need to specify the --output using that name instead of default. Something like:
xrandr --output VGA11 --mode 1440x900
Are you in gnome? Have you tried using the gnome monitor preferences gui?
hobbestec, The monitor is specified as "Screen 0" and I have used the syntax as follows:
user@Mojo:~$ xrandr --output screen 0 --mode 1440x900_60.00
to no avail... ill try it again to make sure.
sukujgrg, I think that Ubuntu10.04 has no xorg.conf file, as it was done away with in a previous version but that its possible to create one to use, however, as far as I understand, I would only bother doing that if I was able to get the resolution to change at the command line, and I wanted to make it a permanent fix. Am I wrong?
I will post a couple more of my attempts, but im at work in another town this week, wont be back till Thursday.
thanks all.
Below the first line that says Screen 0 there should be further lines that indicate outputs and their status of connected or disconnected along with what resolutions they support.
mojo13@mojo13-desktop:~$ xrandr
Screen 0: minimum 640 x 480, current 800 x 600, maximum 800 x 600
default connected 800x600+0+0 0mm x 0mm
800x600 60.0* 56.0
640x480 60.0
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.