| Forum |
|
|||||||
| 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. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
In The Zone
Join Date: Feb 2004
Location: Perth, A*stralia
Posts: 342
|
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 |
|
|
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#3 (permalink) |
|
In The Zone
Join Date: Feb 2004
Location: Perth, A*stralia
Posts: 342
|
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 |
|
|
|
|
#4 (permalink) |
|
C# Be Sharp !
Join Date: Jun 2006
Location: Toronto
Posts: 1,805
|
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. |
|
|
|
|
#5 (permalink) |
|
Wise Old Owl
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
|
@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 |
|
|
|
|
#6 (permalink) |
|
In The Zone
Join Date: Feb 2004
Location: Perth, A*stralia
Posts: 342
|
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 |
|
|
|
|
#7 (permalink) |
|
El mooooo
Join Date: Jan 2006
Location: India
Posts: 1,414
|
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 Code:
resolution: 96x96 dots per inch 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
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|