LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   screen resolution in gnome3 (https://www.linuxquestions.org/questions/linux-newbie-8/screen-resolution-in-gnome3-4175438456/)

siaswar 11-23-2012 01:51 PM

screen resolution in gnome3
 
I'm using Debin 7 Testing and windows7 in my laptop. Both have screen size of 1366*768. But somehow they are not the same!
It seems that in linux The resolution is not real or dpi is less or something like this. The things are bigger in linux screen.
for example: I install Eclipse cdt in both. in The Windows Every thing is perfect: the menu size, icons size, toolbar size. Actually in windows the toolbar fills less than one row.
But in Linux the toolbar not fit in one row and some of icon of toolbar appear in another row.
The problem is not from debian becuse in Ubuntu, OpenSuse, Mint, PearLinux and Other distros secreen resolution not feels right.
and it is not gnome3 specific problem.
What is wrong in linux and how can I change the default resolution?

EricTRA 11-24-2012 12:36 AM

Hello,

I think you need to look more on the side of the fonts installed, icons (and themes), and such in order to get a better screen experience in Linux. In my opinion it doesn't have much to do with the screen resolution you're using. You can run xrandr from the command line to see what resolutions you can use and if you're effectively using the adequate one for your screen.

For some 'eye-candy' for Gnome have a look at http://gnome-look.org/.

Kind regards,

Eric

siaswar 11-24-2012 12:58 AM

Quote:

Originally Posted by EricTRA (Post 4835903)
Hello,

I think you need to look more on the side of the fonts installed, icons (and themes), and such in order to get a better screen experience in Linux. In my opinion it doesn't have much to do with the screen resolution you're using. You can run xrandr from the command line to see what resolutions you can use and if you're effectively using the adequate one for your screen.

For some 'eye-candy' for Gnome have a look at http://gnome-look.org/.

Kind regards,

Eric

I tried The fonts and themes befor and I'm sure it's the resolution. xrandr is a great tool but it not work for me or my usage is outdated. I use like:
Code:

sia@debian:~$ gtf 1680 1050 60.0

  # 1680x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 147.14 MHz
  Modeline "1680x1050_60.00"  147.14  1680 1784 1968 2256  1050 1051 1054 1087  -HSync +Vsync

sia@debian:~$ xrandr --newmode "1680x1050_60.00"  147.14  1680 1784 1968 2256  1050 1051 1054 1087  -HSync +Vsync
sia@debian:~$ xrandr --addmode LVDS1 1680x1050_60.00
X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  150 (RANDR)
  Minor opcode of failed request:  18 (RRAddOutputMode)
  Serial number of failed request:  29
  Current serial number in output stream:  30
sia@debian:~$

I dont't undrestand the error

allend 11-24-2012 07:29 PM

In post #1 you say the resolution is 1366x768 yet in post#3 you are trying a mode for a resolution of 1680x1050. Please clarify which is correct. Also, I suggest you use 'cvt' rather than 'gtf'

siaswar 11-24-2012 11:08 PM

Quote:

Originally Posted by allend (Post 4836293)
In post #1 you say the resolution is 1366x768 yet in post#3 you are trying a mode for a resolution of 1680x1050. Please clarify which is correct. Also, I suggest you use 'cvt' rather than 'gtf'

I post#1 I said that the current resolution is 1366x768 and this resolution is not as same as 1366x900 in win7 so I'm tried a heigher resolution as u can c in post#3.

...And Yes! I tried cvt too, and was unable to set a hiegher resolution. I read that my laptops max resolution is 13600x768.
just forget it


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