Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 30-10-2006, 04:57 PM   #1 (permalink)
In The Zone
 
adit_sen's Avatar
 
Join Date: Feb 2004
Location: Perth, A*stralia
Posts: 342
Unhappy Ubuntu vs Windows Screen Resolution

One problem (if it can be called a problem) I've noticed in linux systems I've tried out on my computer (Ubuntu / Fedora), is that even though they all run on 1024x768 screen resolution, I seem to be getting more 'viewing area' in Windows running the same resolution!!

To explain what I mean, say for example I go to the Yahoo Mail site (using Firefox in both / same themes/ same extentions). In windows, the entire yahoo mail login screen fits on the screen, without me having to scroll down to view the rest of the page. But in linux (ubuntu), I have to scroll down to see the entire contents of the page!
And its not just web browsing. Say I open a document in open office. The number of lines per page displayed in Windows is much greater than Ubuntu!!

I had initially thought that its maybe because of the system wide fonts in Ubuntu are larger than my windows fonts. But even after I set the same font in both, same size, the Windows 'viewing area' is much greater than Ubuntu.

Any fixes?
__________________
AMD 4400+ X2; Compaq Presario M2202TU; Dell Inspirion 500m; Windows Vista Ultimate
adit_sen is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 30-10-2006, 05:14 PM   #2 (permalink)
String Phreak
 
mediator's Avatar
 
Join Date: Mar 2005
Location: In ur Evil Mind!
Posts: 2,453
Default Re: Ubuntu vs Windows Screen Resolution

It seems ur windows runs on 1280*800 resolution!
__________________
Bad Bad server.....No candy for u!
mediator is offline  
Old 30-10-2006, 05:19 PM   #3 (permalink)
In The Zone
 
adit_sen's Avatar
 
Join Date: Feb 2004
Location: Perth, A*stralia
Posts: 342
Default Re: Ubuntu vs Windows Screen Resolution

No it doesn't. I have a laptop and the maximum supported screen resolution is 1024x768
__________________
AMD 4400+ X2; Compaq Presario M2202TU; Dell Inspirion 500m; Windows Vista Ultimate
adit_sen is offline  
Old 30-10-2006, 08:25 PM   #4 (permalink)
C# Be Sharp !
 
Zeeshan Quireshi's Avatar
 
Join Date: Jun 2006
Location: Toronto
Posts: 1,805
Default Re: Ubuntu vs Windows Screen Resolution

yeah , happens with me too , at 1024 x 768 windows feels morespacious , whereas Ubuntu doesn't , i thikn it's because of the default icon size in linux , most distro's have icon size set to 48 x 48 , n small icno size set to 24 x 24 , whereas in windows it's 32 x 32 and 16 x 16 respectively
__________________
There are 10 types of people in the world: those who understand binary and those who do not.
Zeeshan Quireshi is offline  
Old 30-10-2006, 08:53 PM   #5 (permalink)
Wise Old Owl
 
JGuru's Avatar
 
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
Default Re: Ubuntu vs Windows Screen Resolution

@Adit_Sen, This happens. Even though you use the same fonts & size in Windows
& Ubuntu Linux or any Linux. Remember the rendering of fonts vary from platform
to platform, even though you use the same font & size!! I have faced this problem
in Java Swing Programming - executing the same program , looks different in Windows
& Linux!!
__________________
* Imagination is more important than knowledge.
-Albert Einstein
JGuru is offline  
Old 30-10-2006, 10:36 PM   #6 (permalink)
In The Zone
 
adit_sen's Avatar
 
Join Date: Feb 2004
Location: Perth, A*stralia
Posts: 342
Default Re: Ubuntu vs Windows Screen Resolution

ah...but just as zeeshan said...working in windows just "feels more spacious"....i wish we could manage it in ubuntu too...
__________________
AMD 4400+ X2; Compaq Presario M2202TU; Dell Inspirion 500m; Windows Vista Ultimate
adit_sen is offline  
Old 31-10-2006, 03:46 AM   #7 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default Re: Ubuntu vs Windows Screen Resolution

This is not a problem of font size. It is a problem with DPI or Dots Per Inch.

Run this command in a terminal window and check the results
Code:
xdpyinfo | grep reso
The perfect response should be
Code:
  resolution:    96x96 dots per inch
Anything more than 96 dpi like 100x100 or 120x120 etc. will make everything appear bigger on your screen thus giving you a feeling of fullness. Similarly anything below 96 dpi makes everything look smaller i.e. "more spacious". Usually Windows runs at 96dpi but a lot of users run it at 75dpi as well. You can check your Windows dpi by going in display settings --> settings --> advanced --> monitor.

The recommended display settings for most of the monitors is 96 dpi as the fonts not only look better in this setting but it also keeps them at optimal size. To get this DPI (if you do not have it already), you need to manually mention an option in your xorg.conf file which is known as DisplaySize. It is to be mentioned under the Monitor section just before "EndSection". DisplaySize is written by measuring width and height of your monitor's viewable area. A few common DisplaySize options depending on the resolution you might be running are
Code:
    DisplaySize 304.2 228.6 # 1152x864 96dpi
    # DisplaySize 270 203 # 1024x768 96dpi
    # DisplaySize 338 254 # 1280x960 96dpi
    # DisplaySize 338 270 # 1280x1024 96dpi
    # DisplaySize 370 277 # 1400x1050 96dpi
    # DisplaySize 423 370 # 1600x1400 96dpi
You need to uncomment one line depending upon the resolution you are running. For example: I am running 1152x864, thus I have uncommented the first line. If you run 1280x1024, then just comment out the 1152x864 line and uncomment your relevant one. Log out of X session, press Ctrl+Alt+Backspace to restart X and then re-login. Then again run the xdpyinfo command I mentioned earlier and check the dpi. If you are using the same fonts as Windows then you should surely see the difference
eddie is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +5.5. The time now is 03:51 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2