LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   macromedia flash plugin on mozilla / tunrning off /anti-aliasing problem (https://www.linuxquestions.org/questions/slackware-14/macromedia-flash-plugin-on-mozilla-tunrning-off-anti-aliasing-problem-19689/)

jamaso 04-28-2002 06:55 PM

macromedia flash plugin on mozilla / tunrning off /anti-aliasing problem
 
hello !
1. how can i install macromedia flash on mozilla ? recently installed it and the readme talks only about the netscape browser
2. how can i turn off my computer without using buttons ( actually i'm not abble to swich it at all , i have to turn off the stabilizer ) from what i remember i could do it on mandrake and i still can on windows , so i guess it's not a machine problem .
3. i turned on anti aliasing for fonts but i can't get to see fonts properly on console . any tips?

thanks for any help

CARTMAN 04-29-2002 02:13 AM

1- Put *.so and *.class file in the /path/to/mozilla/plugins
2- I didnt understand your question
3- Check your /etc/X11/XftConfig add your fonts dir there so that all available fonts gets anti-aliased.

jamaso 04-29-2002 08:31 AM

thanks a lot CARTMAN
well my computer doesn't shut down ( when i halt as root i won't be abble to shut it with the on/off button )and once i could , now i have to turn the power off ( don't know how you call it , the device that prevents eletrical damage to the computer and it's between the machine and the eletric plug ) i saw yesterday something similar in NKSL thread ( apm bios or something ) sorry but my head aches ( i got a bad cold )
hope this helps in any way

Richard James 04-29-2002 09:07 AM

APM advanced power managment and ACPI Advanced Computer Power Interface or something. These are BIOS services that enable the operating system to do funky things like turn the computer off. The ATX power supply in a modern computer can be turned on and off with the motherboard. This is why the power switch goes to the motherboard instead of the power supply like in a AT system.
To get a ATX system to shutoff the Operating system must call a certain BIOS routine and the motherboard does the rest. Unfortunatley Linux seems to be flawed in the modern kernels in regard to this (or slackware does). To configure a kernel to turn off a machine you must compile in APM support under General. Then when you issue a "halt" command the kernel should turn the PC off.
On my computer though (and on others) it doesn't work and instead says power off. This means it didn't work and I can't get it to work yet. Works fine on my 486 laptop but not my Athlon grrr.

Richard James 04-29-2002 09:19 AM

I just got APM working on my ASUS A7V 133 here is what I did.
In the Kernel --> General Options are the APM options. I had "APM" compiled as well as "Use real mode APM BIOS call to power off". So I looked at the help for the power off one and it said this is for stuffed bioses so I though maybe I should turn it off. Now I only have "APM" Advanced Power Management BIOS support compiled in with no options and it halts fine.

CARTMAN 04-29-2002 11:39 AM

If you want to use APM support you have to disable SMP ( Symmetric Multi Processor ) support in kernel which is on by default .

jamaso 04-29-2002 03:33 PM

Thanks

I have two questios :
1- i found these two dir at /etc/X11/XftConfig like you said CARTMAN :


Quote:

Check your /etc/X11/XftConfig add your fonts dir
how do i know which one is mine ? thanks
---------------------------------------------------- #
# XftConfig
#
# Use with Type1 and TrueType fonts
#

dir "/usr/X11R6/lib/X11/fonts/Type1"
dir "/usr/X11R6/lib/X11/fonts/truetyp

#
# alias 'fixed' for 'mono'
#
match any family == "fixed" edit family =+ "mono";

#
#Check users config file
#
includeif "~/.xftconfig"

#
# Substitute TrueType fonts for Type1 versions
#
match any family == "Times" edit family += "Times New Roman";
match any family == "Helvetica" edit family += "Verdana";
match any family == "Courier" edit family += "Courier New";

#
# Use TrueType fonts for defaults


match any family == "serif" edit family += "Times New Roman";
match any family == "sans" edit family += "Verdana";

#
# Use monotype.com (andale) face where possible
#
match
any family == "mono"
all slant == roman
all weight < bold
edit
family += "monotype.com";
#
# otherwise, use courier
#
match any family == "mono" edit family += "Courier New";

#
# Alias between XLFD families and font file family name, prefer local fonts
#
match any family == "Charter" edit family += "Bitstream Charter";
match any family == "Bitstream Charter" edit family =+ "Charter";
match any family == "Lucidux Serif" edit family += "LuciduxSerif";
match any family == "LuciduxSerif" edit family =+ "Lucidux Serif";
match any family == "Lucidux Sans" edit family += "LuciduxSans";
match any family == "LuciduxSans" edit family =+ "Lucidux Sans";

-------+(Jed 0.99.12) Emacs: XftConfig (Text) 30/72 5:26pm----------------

CARTMAN 05-01-2002 06:42 AM

You see this part:
Quote:

dir "/usr/X11R6/lib/X11/fonts/Type1"
dir "/usr/X11R6/lib/X11/fonts/truetyp"
if your TTF fonts is in /path/to/TFF
add an entry like

dir "/path/to/ttf"

then run xftcache as root dont forget to add Load "freetype" to Modules section of /etc/X11/XF86Config then restart X it should work...


All times are GMT -5. The time now is 04:52 PM.