PDA

View Full Version : [SOLVED] KDE menu too big?



PHaLaNX
October 16th, 2009, 06:30 PM
KDE kept forgetting about my resolution settings so i figured installing ATI drivers could fix it, but now after installing the drivers everything seems too big.

Like in here:

http://img251.imageshack.us/img251/3148/snapshot1r.gif

The menu takes all the screen, it didn't used to be like this.

Any idea how to fix it? Also how can I make my resolution setting permanent?

WinterMadness
October 16th, 2009, 11:01 PM
I dont see any image or link

but you can resize the kick off menu just like any window.

click the K and when it loads up, just goto the top right corner and resize.

Ubuntiac
October 17th, 2009, 07:44 AM
Eep! Unless I'm mistaken... I think that's KDE 3.5! I haven't seen that since May '07...

One way to fix it would be to download the new version (Karmic comes out on the 30'th) and install that. Despite old thread posts about KDE 4.0, the current KDE is far more configurable imho than 3.5. Part of that includes the menu size. :)

Beyond that, I don't remember any way of resizing the menu in KDE 3.5. Sounds more like a screen res thing though. This is likely fixable by setting screen resolution to what you want in xorg.conf (Google it).

Good luck!

PHaLaNX
October 17th, 2009, 09:02 AM
Yas, it's KDE 3.5.10. It was fine when I installed but then every font or menu just got out of proportion. I guess I'll give KDE 4 another shot because of these problems.

Thanks.

theZoid
October 17th, 2009, 09:04 AM
Yas, it's KDE 3.5.10. It was fine when I installed but then every font or menu just got out of proportion. I guess I'll give KDE 4 another shot because of these problems.

Thanks.

Did you go into Control Center and force your dpi to 96? If you don't, that's usually what you're gonna get :)

PHaLaNX
October 17th, 2009, 03:43 PM
I'd tried that, it did nothing though.

I solved the problem by adding



Virtual 1024 768

into the xorg.conf file like this:


Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Virtual 1024 768
Viewport 0 0
Depth 24
EndSubSection
EndSection

Even though the resolution was 1024x768 adding this line made the trick.

Thanks to all who have answered.