You are not logged in.
Hey Guys!
I have connected my Asrock Ion330 to my Samsung TV which can handle HD etc.
The resolution on the screen shows it 1920x1080 - which is 1080p - But my Icon and vindows on the gnome desktop - are insane huge - but I can see on the mouse error that the resolution is rigth!
How can I fix - this so I can use the different windows menues etc in gnome - in a nice view!
Everything is so hudge that I cannot accept changes etc in the bottom of the different windows!
TIA
P
Last edited by peque (2009-09-08 11:10:34)
Just getting better .... All the time
Offline
You said icons and windows are insane huge - what about the text/font size?
If the text is also too big, try to decrease the DPI value.
But a to big DPI value would not explain the large icons, it would only explain the too large windows caused by the too large text/font size.
Can you please provide us a screenshot?
Offline
do you have xorg.conf ???
+pc: custom | AMD Opteron 175 | nForce4 Ultra | 2GB ram DDR400 | nVidia 9800GT 1GB | ArchLinux x86_64 w/ openbox
+laptop: Apple | MacBook (2,1) | 2GB ram | Mac OS X 10.4 -> DIED
+ultrabook: Dell | XPS 13 (9343) | 8GB ram | 256GB ssd | FullHD display | Windows 8.1 64bit ArchLinux x86_64 w/ Gnome
Offline
Just getting better .... All the time
Offline
Did you try fiddling with xrandr?
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
Please check the DPI:
xdpyinfo | grep -B1 dot
If the resolution is not 96dpi change it to 96dpi.
If this solves the problem, edit your xorg.conf as follows:
Section "Monitor"
...
DisplaySize 508 285 # 96 dpi @ 1920x1080
Option "UseEdidDpi" "False"
...
The formula to calculate the DPI is:
X = resolutionX / DPI * 25,4
Y = resolutionY / DPI * 25,4
Offline
Please check the DPI:
xdpyinfo | grep -B1 dot
If the resolution is not 96dpi change it to 96dpi.
If this solves the problem, edit your xorg.conf as follows:
Section "Monitor" ... DisplaySize 508 285 # 96 dpi @ 1920x1080 Option "UseEdidDpi" "False" ...
The formula to calculate the DPI is:
X = resolutionX / DPI * 25,4
Y = resolutionY / DPI * 25,4
NIIIIIIICE. THat did the trick. Thank you very much!
Just getting better .... All the time
Offline
add to post's title [SOLVED]....
+pc: custom | AMD Opteron 175 | nForce4 Ultra | 2GB ram DDR400 | nVidia 9800GT 1GB | ArchLinux x86_64 w/ openbox
+laptop: Apple | MacBook (2,1) | 2GB ram | Mac OS X 10.4 -> DIED
+ultrabook: Dell | XPS 13 (9343) | 8GB ram | 256GB ssd | FullHD display | Windows 8.1 64bit ArchLinux x86_64 w/ Gnome
Offline