Linux Forums about Linux operating systems on the Dell Inspiron Mini.

Reply
 
LinkBack Thread Tools Display Modes
  (#1) Old
Junior Member
 
Posts: 2
Join Date: Jun 2009
Question Linux Mint 16:9 screen not tall enough? - 08-30-2009, 12:51 PM

Hi folks,
Thanks to all for the excellent guidance on Linux distros here. I'm new to Linux, but I've got Mint Gloria running on my mini9 and I love it! One thing still bothers me and I wonder if anyone can help...

Certain windows cannot be maximized or made larger, for example printing PDFs in Acrobat reader. The print button cannot be clicked because it's off the viewable area of the screen.

Any tips on this from the veterans?

Thanks a million!
Nate
Reply With Quote
  (#2) Old
Junior Member
 
Posts: 2
Join Date: Jun 2009
Default 09-02-2009, 01:36 AM

bump - anyone have this problem? Maybe it's just me?
Reply With Quote
  (#3) Old
Guru
 
reflex's Avatar
 
Posts: 1,997
Join Date: Apr 2009
Default 09-02-2009, 02:02 AM

I have a couple tips/tricks/ideas.

On my Mini, I've moved the "taskbar" to the side of the screen to free up vertical space. I also use fullscreen mode when appropriate.

You could also try fiddling with the screen dpi setting to better fit the GUI onto the screen, but it might not help in some apps.

I'd also just try different apps. Evince works well for my PDF-viewing needs.

Try rotating the screen. Either via the "Display" settings dialog or via a terminal: "xrandr -o left" to display sideways, "xrandr -o normal" to revert to normal orientation.

Good luck.


Mini 9 | Intel 5100 Wifi | Ubuntu 10.04 Netbook
Mini 1012 | SSD | Intel 6200 Wifi | Ubuntu 11.10 64bit
Reply With Quote
  (#4) Old
Junior Member
 
Posts: 20
Join Date: Apr 2009
Default 09-02-2009, 06:31 PM

woah! I can rotate my screen in ubuntu ? last time I tried that in windows it killed my system
Reply With Quote
  (#5) Old
Junior Member
 
Posts: 20
Join Date: Apr 2009
Default 09-02-2009, 06:52 PM

I do remember this one "you can hold the alt key down then drag the panel up the screen, holding down the left mouse button, you can get to the hidden buttons.
Reply With Quote
  (#6) Old
Junior Member
 
Posts: 13
Join Date: May 2009
Default 09-03-2009, 08:24 PM

Hey there -- I have the same problem but it only seems to happen when I try to print a PDF. Printing in OpenOffice gives me no issues and printing from the net is fine as well! The holding alt and dragging did not work for me (unfortunately) but rotating my screen did!!

I actually had no idea I could even do that... It stinks that I have to go through that extra step to print, but I like Mint a lot so I'm willing to use that fix and go along. Maybe someone over at the mint forums would know better?

Thanks for the advice though, you saved me a ton of trouble in terms of handling PDF printing.
Reply With Quote
  (#7) Old
Junior Member
 
Posts: 1
Join Date: Nov 2010
Default 11-11-2010, 05:34 AM

Quote:
Originally Posted by eevoo View Post
Hi folks,
Thanks to all for the excellent guidance on Linux distros here. I'm new to Linux, but I've got Mint Gloria running on my mini9 and I love it! One thing still bothers me and I wonder if anyone can help...

Certain windows cannot be maximized or made larger, for example printing PDFs in Acrobat reader. The print button cannot be clicked because it's off the viewable area of the screen.

Any tips on this from the veterans?

Thanks a million!
Nate
Well this is an old thread but someone might read it

I use the following script when i find a web page or app that works better in a bigger screen. It enables you to pan down and get those pesky buttons at the bottom of the screen on my mini9

Code:
#!/bin/bash

# The display we want to change
DISPLAY_NO=LVDS1

#echo Changing $DISPLAY_NO
#zenity --info --text="Changing "$DISPLAY_NO --timeout=2 &

# What is the current vertical resolution
RESOLUTION=$( xrandr -q | grep $DISPLAY_NO | cut -d ' ' -f 3 | cut -d x -f 2 | cut -d + -f 1 )
#echo Current resolution $RESOLUTION

if [ $RESOLUTION -eq 600 ]
    then
    #zenity --info --text="Changed "$DISPLAY_NO" to 1024x768" --timeout=2 &
    #echo Changing to 1024x768
    xrandr --fb 1024x768 --output $DISPLAY_NO --panning 1024x768
    #zenity --notification --text="Panning Enabled 1024x768" --timeout=10 &
else
    #zenity --info --text="Changed "$DISPLAY_NO" to 1024x600" --timeout=2 &
    #echo Changing to 1024x600
    xrandr --fb 1024x600 --output $DISPLAY_NO --panning 1024x600
    #zenity --notification --text="Panning Disabled 1024x600" --timeout=10 &
fi
exit 0
if you have zenity installed and you uncomment all the coresponding lines in the script you'll get some pretty notifications. Actually notify-send would probably look better
Reply With Quote
  (#8) Old
Member
 
Isthmus's Avatar
 
Posts: 92
Join Date: Jun 2010
Default 11-17-2010, 02:37 PM

The real issue is screen resolution. Sadly the only fix that I know of that fully get's rid of the problem is replacing the screen. The standard screen that comes with the mini 10's just doesn't have high enough resolution. replace it with the higher 1366x768 resolution screen used in the HD version. All your rendering issues will disappear. without any need to resize screen elements. You will also get rid of pixilation on smaller elements.
Reply With Quote
  (#9) Old
Guru
 
reflex's Avatar
 
Posts: 1,997
Join Date: Apr 2009
Default 11-17-2010, 07:58 PM

Quote:
Originally Posted by Isthmus View Post
The real issue is screen resolution. Sadly the only fix that I know of that fully get's rid of the problem is replacing the screen. The standard screen that comes with the mini 10's just doesn't have high enough resolution. replace it with the higher 1366x768 resolution screen used in the HD version. All your rendering issues will disappear. without any need to resize screen elements. You will also get rid of pixilation on smaller elements.
It doesn't always work well, but you can use "xrandr" or a similar utility to set a resolution beyond the Mini 9's physical limit. You could set the res to 1024x768 and have the screen pan, showing a 1024x600 "window" around the mouse (this solution is mentioned above), or you set the res to 1536x900 and zoom out to fit everything on screen at once.


Mini 9 | Intel 5100 Wifi | Ubuntu 10.04 Netbook
Mini 1012 | SSD | Intel 6200 Wifi | Ubuntu 11.10 64bit
Reply With Quote
Reply

« Fedora 11 LiveUSB persistent... | Prepping A LINUX Flash Drive When All Else Fails »
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


Copyright © 2008-2011 MyDellMini.com.