Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: HUGE font after Install: how to fix this?

  1. #1
    Join Date
    Jul 2008
    Location
    France
    Beans
    49
    Distro
    Ubuntu 12.04 Precise Pangolin

    Red face [SOLVED] HUGE font/window after Install: how to fix this?

    Hello ubuntu fellows,


    During and after install of Xubuntu using Wibi windows installer, I get font size really HUGE (3 times like this) everywhere (login/desktop/...) makig the GUI completely not usable.

    ---update ---
    in fact the all windows of the GUI are HUGE, seems it is more related to a screen size trouble.

    It is insatlled on my gf's laptop: a Toshiba Satellite pro (pentium M).
    I don't know the reason why and what to do to fix this.

    Of course, I've searched the board first before posting but I didn't find any suitable answer to help.

    Thanks for your help,
    within
    Last edited by within; July 28th, 2008 at 09:35 PM. Reason: add precision to title +solved

  2. #2
    Join Date
    Aug 2007
    Location
    Paris
    Beans
    5,538
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: HUGE font after Install: how to fix this?

    I did some quick searching and it sounds like this may be some issue related to wubi and the way it install Xubuntu, although I'm not sure. Could you try booting to a live CD just to see if the problem still occurs there--that way we'd know whether it's an issue with your hardware or not.

    You might also try installing a different desktop environment to see if it works alright. You could install Gnome with:
    Code:
    sudo apt-get install ubuntu-desktop
    (provided you have enough free space on your hard disk). Do things work alright in Gnome?

  3. #3
    Join Date
    Jul 2008
    Location
    France
    Beans
    49
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HUGE font after Install: how to fix this?

    Hi Pytheas22,

    thanks for taking care of this issue.

    With Ubuntu (Gnome) there is no problem.

    RyanVanDiemen reported this 5 days ago the same trouble:
    http://ubuntuforums.org/showthread.p...ight=huge+font

    According to what he said, it seems not to depend on the way it is installed. Problems occurs with XFCE and - for him - with KDE too. He does not mention this problem with Gnome.

    Personaly, I didn't have troubles with Gnome/Ubuntu. BUT, I highly recommended XFCE/Xubuntu to a friend because his puter is quite old now (Intel PIII 600 MHz + 320 Mb of Ram + 20 Gb of HD). Because he never tied linux, I don't want him to start with problems, that's why I also try to find a way solving this without reinstalling Gnome or anything else that could lead to more problems for him.

    I'm convinced it's Hardware issue, but i'm sure this can be fixed in editing X.org conf file, even if I don't know how to do it and what to do after editing...

    so, if you don't mind, I will not try to reinstall Ubuntu. I will get CD of Xubuntu and start with it in LiveCD mode. We'll see.

    Cheers,
    within

  4. #4
    Join Date
    Jul 2008
    Location
    France
    Beans
    49
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HUGE font after Install: how to fix this?

    I've managed (it took me some time) to read under root (console mode, not GUI) the content of xorg.conf

    the screen part is like this:
    Section "Screen"
    Identifier "Default Screen"
    Device "xxxxxxxx"
    Monitor "Generic Monitor"
    EndSection

    but I believe it should be like that :
    Section "Screen"
    Identifier "Default Screen"
    Device "xxxxxx"
    Monitor "Generic Monitor"
    Defaultdepth 24
    SubSection "Display"
    Modes "1280x800"

    EndSubSection
    EndSection


    xxxxxx means I can't remember what was written

    Anyway, if I was able to read under root with command:

    vi /etc/X11/xog.conf

    I was not able to add lines and then modify the conf file. Maybe it is not the solution, but I'd like to find out.

    if anyone cnan help...

    Cheers,
    within

  5. #5
    Join Date
    Jul 2008
    Location
    France
    Beans
    49
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HUGE font after Install: how to fix this?

    ---update ---
    in fact the all windows of the GUI are HUGE, seems it is more related to a screen size trouble.


    I've tried to use the GUI in order to go to pref and try to fix this, but now ay. Impossible because all desktop is HUGE. In fact Font size is adapted to the window size, means my monitor screen is like 25% of the complete desktop size.

    I'm still looking for some advices to fix this. Also tried XFCE site without success.

    Your help is really welcome,
    within

  6. #6
    Join Date
    Aug 2007
    Location
    Paris
    Beans
    5,538
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: HUGE font after Install: how to fix this?

    Sorry for a somewhat delayed response.

    First, if you press control-alt-f2, is the text normal on that screen?

    Second, do you know what kind of video card is in this machine? This command may provide a clue:
    Code:
    cat /etc/X11/xorg.conf | grep -i -e driver -e device
    or it may return nothing.

    Does changing screen resolution make any difference? If you can't use the GUI to do it, add into xorg.conf:
    Code:
    Section "Screen"
    Identifier "Default Screen"
    Device "xxxxxx"
    Monitor "Generic Monitor"
    Defaultdepth 24
    SubSection "Display"
    Modes "1280x800"
    EndSubSection
    EndSection
    and change the Modes line to different resolutions (1024x768, 800x600...). It's not a problem for that information to be missing from xorg.conf--the X11 used by Hardy attempts to auto-detect such settings on-the-fly--but if you explicitly specify them, it will use the settings you give it (as long as it doesn't think that they'll damage your hardware). Remember that you need to restart X (control-alt-backspace is the quick and dirty way) for updates to xorg.conf to take effect.

    Also, are you able to move the mouse off the screen? Can you scroll around--in other words, if you move your mouse to the right side of your screen, does the viewing area change?

    Finally, this command might help:
    Code:
    sudo dpkg-reconfigure -phigh xserver-xorg
    It will reconfigure X, which probably won't solve anything, but it's worth a shot.

    If we think that things would work normally in Gnome, then this must be a configuration issue, not hardware, so hopefully we'll get pointed in the right direction and solve the problem soon.

  7. #7
    Join Date
    Jul 2008
    Location
    France
    Beans
    49
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HUGE font after Install: how to fix this?

    Thanks pytheas22,
    I'll try to answer you step by step to make it as clea as possible.

    Quote Originally Posted by pytheas22 View Post
    First, if you press control-alt-f2, is the text normal on that screen?
    YES, text size is normal size in non GUI mode.

    Quote Originally Posted by pytheas22 View Post
    Second, do you know what kind of video card is in this machine? This command may provide a clue:
    Code:
    cat /etc/X11/xorg.conf | grep -i -e driver -e device
    VideoCard belongs Intel 910GML Express Chipset Family.

    This is what is returned for video:
    Code:
    Device "Configured Video Device"
    and no driver info returned.

    Quote Originally Posted by pytheas22 View Post
    Does changing screen resolution make any difference? If you can't use the GUI to do it, add into xorg.conf:
    Code:
    Section "Screen"
    Identifier "Default Screen"
    Device "xxxxxx"
    Monitor "Generic Monitor"
    Defaultdepth 24
    SubSection "Display"
    Modes "1280x800"
    EndSubSection
    EndSection
    I did changed xorg.conf (using vim) in adding just this in screen section:
    Code:
    SubSection "Display"
    Modes "1280x800"
    EndSubSection
    Quote Originally Posted by pytheas22 View Post
    Also, are you able to move the mouse off the screen? Can you scroll around--in other words, if you move your mouse to the right side of your screen, does the viewing area change?
    NO, I can't move the mouse off the screen, and NO the viewing area does not change.

    Quote Originally Posted by pytheas22 View Post
    Finally, this command might help:
    Code:
    sudo dpkg-reconfigure -phigh xserver-xorg
    It will reconfigure X, which probably won't solve anything, but it's worth a shot.
    I did this before, without any changes.

    Quote Originally Posted by pytheas22 View Post
    If we think that things would work normally in Gnome, then this must be a configuration issue, not hardware, so hopefully we'll get pointed in the right direction and solve the problem soon.
    Maybe Hardware problem indeed, due to non complete detection of video device and driver, so some unproper configuration.

    I'm still looking for a solution, but I will try to boot with Ubuntu this afternoon...

    Thanx,
    within

  8. #8
    Join Date
    Jul 2008
    Location
    France
    Beans
    49
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HUGE font after Install: how to fix this?

    Ubuntu ins LiveCD mode: NO problem at all, everything is fine.

    So, this issue seems to be related to Xubuntu, thus Xfce + my hardware...

  9. #9
    Join Date
    Aug 2007
    Location
    Paris
    Beans
    5,538
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: HUGE font after Install: how to fix this?

    Ubuntu ins LiveCD mode: NO problem at all, everything is fine.
    Just to confirm: that is, no problem in Gnome, right (you didn't try a live CD running xfce)?
    VideoCard belongs Intel 910GML Express Chipset Family
    Intel video has two kinds of drivers for X. One is called "i810" and is older; the other is called "intel." By default you should be using "intel." Try switching to i810 by following these steps:

    First, make sure the i810 driver is installed (I think it is by default, but I'm not positive):
    Code:
    sudo apt-get install xserver-xorg-video-i810
    Then change xorg.conf to force it to use i810. Under the "Device" section add the line 'Driver "i810"' so that the whole section looks like:
    Code:
    Section "Device"
            Driver  	"i810"
    	Identifier	"Configured Video Device"
    EndSection
    Then restart X and see if it makes a difference. If that doesn't help, try changing the driver to intel (just in case it's using i810 by default, which shouldn't be the case) by adding the line 'driver "intel"' to the device section.

    Please let me know how it goes.

  10. #10
    Join Date
    Jul 2008
    Location
    France
    Beans
    49
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HUGE font after Install: how to fix this?

    Thanks very much for you kind help.

    I have no LiveCD of Xubuntu. I guess I will download and burn it to be sure.

    The laptop is not connected (wifi is used normally), so apt-get won't work. I'll try my best to use ethernet connection...

    I'll let you know, maybe tomorrow, coz' my gf is using her laptop now, and I haven't told her the Xubuntu tests on her computer iyet

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •