Jump to content

gregor

Members
  • Posts

    111
  • Joined

  • Last visited

Posts posted by gregor

  1. Sometimes it is better to turn it off...

    part of /etc/X11/XftConfig

    match any size > 7 any size < 15 edit antialias = false;

    match any pixelsize < 17 any pixelsize > 7 edit antialias = false;

    match any weight == bold edit antialias = true;

    match any slant == italic edit antialias = true;

     

    BTW here are the fonts that I use in KDE (conterol center):

    Arial 11

    Fixed [Misc] 15

    Tahoma 10

    Verdana 10

    Tahoma 10 (bold)

    Arial 10

     

    and in Konqueror (minimal size is set to 11):

    Verdana

    Fixed[Misc]

    Georgia

    Verdana

    Verdana

    Verdana

  2. I also...

     

    Disable netscape plugin scanning at KDE startup in:

    /usr/bin/startkde

    #if [ -x /usr/bin/nspluginscan ]; then

    # /usr/bin/nspluginscan

    #fi

     

    Disable dynamic desktop

    Comment out all lines in:

    /etc/devfs/conf.d

     

    Comment out some sleep commands in

    vim /etc/rc.sysinit

    # sleep 1

     

    Recompile kernel:

    urpmi kernel-source

    cd /usr/src/linux

    make mrproper

    cp arch/i386/defconfig .config

    make xconfig

    (select Procesor type...)

    make dep && make clean && make bzImage && make modules && make modules_install && make install

    add compact to /etc/lilo.conf

    lilo

  3. It seems like an agp port problem, the card not releasing correctly, so maybe the video driver is also wrong. If the only thing changed was the monitor, could be settings in x itself.

     

    Sorry... it must be something I did wrong. I tried it again, so I could report in more detail.

     

    I uncommented line SVGATextMode S100x40 in "/etc/rc.d/rc.sysinit" and everything worked just fine (actually I do start X at boot time).

     

    In the mean time I upgraded BIOS & recompiled kernel because I had some problems with sound, so maybe that fixed the problem?

     

    Thank you for trying to help.

     

    BTW I found a more detailed description of a problem I had:

    When I switch from X to one of the terminals pixel clock (clockprobe) is not restored, instead pixel clock (clockprobe) stays the same (as in X), that is what puts monitor out of specification. (I run SVGATextMode before I run X).

     

    Monitor: SyncMaster 753s

    Graphic card: Matrox G400

     

    If I don't run SVGATextMode, pixel clock is restored without a problem.

  4. I am a complete novice with Linux and have never used it before!! I have used a SMALL amount of Unix at Uni while doing my degree in Business IT so I am not a computer novice.

     

    Maybe you should instead consider joining Mandrake Club

    http://mandrakelinux.com/en/club

     

    Anyway I think your money would be better spent buying some support:

    http://www.mandrakestore.com/mdksa/index.p...=en&tab_x=tab_1

    and maybe a manual:

    http://www.mandrakestore.com/mdksa/index.p...NG_=en#GOTO_240

     

    and downloading (or getting someone to download it for you) Mandrake 9 and some additional packages

    http://plf.zarb.org/~nanardon/urpmiweb.php

×
×
  • Create New...