[XFree86] Urgently need help with the following...

2004-09-14 Thread Ai Chee Sin
Hi,
I am currently installing Biobrew Version 1.0 on a cluster. I had already 
installed the OS onto the frontend node and configure X-window on it. But 
when i want to install a compute-node, the following errors are found:

Traceback (innermost last)
File
"/usr/bin/anaconda.readl", line 633, in ? 
intf.run(id,dispatch,configFileData)

File
"/usr/src/build/90289-i386/install//usr/lib/anaconda/text.py", line 427, in 
run

File
"/usr/src/build/90289-i386/install//usr/lib/anaconda/dispatch.py", line 144, 
in gotoNext

File
"/usr/src/build/90289-i386/install//usr/lib/anaconda/dispatch.py", line 209, 
in moveStep

File
"/usr/src/build/90289-i386/install//usr/lib/anaconda/packages.py", line 102, 
in readPackages

File
"/usr/src/build/90289-i386/install//usr/lib/anaconda/kickstart.py", line 
898, in setPackageSelection

File
"/usr/src/build/90289-i386/install//usr/lib/anaconda/comps.py", line 153, in 
__getitem__

KeyError: XFree86
Sin Ai Chee
Student From Nanyang Polytechnic
Singapore
_
Download MSN Messenger emoticons and display pictures. 
http://ilovemessenger.msn.com/?mkt=en-sg

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] About a problem with xfree86 server configaration

2004-09-14 Thread David Sun
Hi, Chaitanya:
I am not familiar with the syntax of pyxf86config output, but are you
sure your "Mouse0" is attached to "/dev/None" and using "none" protocol?

daivd

å 2004-09-15 ä ç 02:45ï krishna chaitanya åéï
> sir,
>  i have a problem with xfree86 server configuration.Until yesterday it
> works well on my computer.suddenly it went down.
>  
>  
> When i tries to config again , it shows error message
> ---
> FAILED TO LOAD MODULE "MOUSE"  ( mouse does not exist ,0)
>  
> NO INPUT DRIVER MATCHING 'MOUSE' 
> NO CORE POINTER
>  
>  
>  
> --
>  
>  
> Actually my mouse is a logitech serial mouse connected to my com2
> port.
>  
> my video card is intel 810e 
>  
> here i am attaching my log information file  and other details .
>  
>  
> thank Q
> try to respond quickly 
>  
>  
> chaitanya
>  
>  
> 
> __
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 
> 
> __
> 
> # XFree86 4 configuration created by pyxf86config
> 
> Section "ServerLayout"
>   Identifier "Default Layout"
>   Screen  0  "Screen0" 0 0
>   InputDevice"Mouse0" "CorePointer"
>   InputDevice"Keyboard0" "CoreKeyboard"
>   InputDevice"DevInputMice" "AlwaysCore"
> EndSection
> 
> Section "Files"
> 
> # RgbPath is the location of the RGB database.  Note, this is the name of the 
> # file minus the extension (like ".txt" or ".db").  There is normally
> # no need to change the default.
> # Multiple FontPath entries are allowed (they are concatenated together)
> # By default, Red Hat 6.0 and later now use a font server independent of
> # the X server to render fonts.
>   RgbPath  "/usr/X11R6/lib/X11/rgb"
>   FontPath "unix/:7100"
> EndSection
> 
> Section "Module"
>   Load  "dbe"
>   Load  "extmod"
>   Load  "fbdevhw"
>   Load  "glx"
>   Load  "record"
>   Load  "freetype"
>   Load  "type1"
>   Load  "dri"
> EndSection
> 
> Section "InputDevice"
> 
> # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
> # Option  "Xleds" "1 2 3"
> # To disable the XKEYBOARD extension, uncomment XkbDisable.
> # Option  "XkbDisable"
> # To customise the XKB settings to suit your keyboard, modify the
> # lines below (which are the defaults).  For example, for a non-U.S.
> # keyboard, you will probably want to use:
> # Option  "XkbModel"  "pc102"
> # If you have a US Microsoft Natural keyboard, you can use:
> # Option  "XkbModel"  "microsoft"
> #
> # Then to change the language, change the Layout setting.
> # For example, a german layout can be obtained with:
> # Option  "XkbLayout" "de"
> # or:
> # Option  "XkbLayout" "de"
> # Option  "XkbVariant""nodeadkeys"
> #
> # If you'd like to switch the positions of your capslock and
> # control keys, use:
> # Option  "XkbOptions""ctrl:swapcaps"
> # Or if you just want both to be control, use:
> # Option  "XkbOptions""ctrl:nocaps"
> #
>   Identifier  "Keyboard0"
>   Driver  "keyboard"
>   Option  "XkbRules" "xfree86"
>   Option  "XkbModel" "pc105"
>   Option  "XkbLayout" "us"
> EndSection
> 
> Section "InputDevice"
>   Identifier  "Mouse0"
>   Driver  "mouse"
>   Option  "Protocol" "none"
>   Option  "Device" "/dev/None"
>   Option  "ZAxisMapping" "4 5"
>   Option  "Emulate3Buttons" "no"
> EndSection
> 
> Section "InputDevice"
> 
> # If the normal CorePointer mouse is not a USB mouse then
> # this input device can be used in AlwaysCore mode to let you
> # also use USB mice at the same time.
>   Identifier  "DevInputMice"
>   Driver  "mouse"
>   Option  "Protocol" "IMPS/2"
>   Option  "Device" "/dev/input/mice"
>   Option  "ZAxisMapping" "4 5"
>   Option  "Emulate3Buttons" "no"
> EndSection
> 
> Section "Monitor"
>   Identifier   "Monitor0"
>   VendorName   "Monitor Vendor"
>   ModelName"sam12b7"
>   DisplaySize  280210
>   HorizSync30.0 - 55.0
>   VertRefresh  50.0 - 120.0
>   Option  "dpms"
> EndSection
> 
> Section "Device"
>   Identifier  "Videocard0"
>   Driver  "i810"
>   VendorName  "Videocard vendor"
>   BoardName   "Intel 810"
> EndSection
> 
> Section "Screen"
>   Identifier "Screen0"
>   Device "Videocard0"
>   Monitor"Monitor0"
>   DefaultDepth 24
>   SubSection "Display"
>   Depth 24
>   Modes"1024x768" "800x600" "640x480"
>   EndSubSection
> EndSection
> 
> Section "DRI"
>   Group0
>   Mode 0666
> EndSection
> 

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mail

Re: [XFree86] monitor geometry

2004-09-14 Thread Mark Vojkovich
http://www.tldp.org/HOWTO/XFree86-Video-Timings-HOWTO/

Mark.

On Tue, 14 Sep 2004, Justin Hale wrote:

> I was wondering if anyone could explain in detial what all the numbers of particular 
> modlines mean in my xf86config-4 file, you know the numbers from the xvid tune 
> program. In particular I was wondering why there is only one number for horizontal 
> sync in some sections but that same number plus four others seems to be the same in 
> other sections. I would use xvidtune but it won't let me make any adjustments in 
> either debian or yellow dog (that't right I have an iMac). As you may well know iMac 
> monitors are almost entirely adjusted through software, so this is why I need to 
> know so much detial.
>
> Also if anyone could explain this: debian was the only progam that shifted my 
> monitor and it does it with each install of woddy for ppc, why? Even my telly 
> terminals are shifted to the left!
>
> Thanks in advance,
> Justin
>
>
> -
> Do you Yahoo!?
> vote.yahoo.com - Register online to vote today!
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] private business proposal

2004-09-14 Thread titilutuli
 

Goodday friend,

I am contacting you to front as a co-owner of my late husband's company and 
beneficiary of funds (US$25,000,000.00) due the company.

I am currently a high ranking government official in the ruling cabinet of President 
Thabo Mbeki (South Africa). I am a widow and mother of two children. My late husband 
Mr Ronald Tshabalala died 1996.

After his death, I recently discovered that an over-invoiced proceeds of a contract I 
helped his company secure is yet to be paid out by the Reserve Bank of South Africa.

This funds emanated as a result of an over-invoiced contract which my husband's 
company executed with the Government of South Africa. I am afraid that the government 
of South Africa might start to investigate on contracts awarded from 1995 to date. If 
they discover this money yet unclaimed with my husband's name linked to it, the 
government will confiscate the money and seize his assets here in South Africa and 
this will definitely affect my political career in Government.

I want your assistance to front as a co-owner of his company (Tshabalala Construction, 
LTD) to facilitate the release of the funds. I will introduce a very good attorney to 
assist us with the transfer process without any hitch but he will not be told my 
interest in the transaction as I play a very sensitive role in my government.

As the contract was executed in my present government department, be rest assured that 
I will use my position to approve the immediate release of the entitlement. As soon as 
the funds is release to your name, you are expected to move it swiftly into your 
personal bank account in your country. Once the funds is confirmed by you in your 
account, I will arrange to meet with you.

If you agree to my proposal, please endeavour to send me an urgent reply. Due to my 
sensitive position in the South African Government, I would not want you to phone or 
fax me.

The lawyer I will recommend to assist us will be representing our interest at the 
Reserve Bank of South Africa and all necessary quarters. I am reposing huge trust on 
you regardless of your being a total stranger. Upon your reply, we shall dicuss your 
percentage for your assistance.

Because of my sensitive position as serving government official, I will only give you 
more details of myself when we proceed further and I am sure of your sincerity.

Respond back via:  [EMAIL PROTECTED]or  [EMAIL PROTECTED]


Thank you,

Mrs Titi  lutuli  Shabalala

Honesty and transparency, they are my best work tools.

MINISTRY OF PUBLIC WORKS.



___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] monitor geometry

2004-09-14 Thread Justin Hale
I was wondering if anyone could explain in detial what all the numbers of particular modlines mean in my xf86config-4 file, you know the numbers from the xvid tune program. In particular I was wondering why there is only one number for horizontal sync in some sections but that same number plus four others seems to be the same in other sections. I would use xvidtune but it won't let me make any adjustments in either debian or yellow dog (that't right I have an iMac). As you may well know iMac monitors are almost entirely adjusted through software, so this is why I need to know so much detial. 
 
Also if anyone could explain this: debian was the only progam that shifted my monitor and it does it with each install of woddy for ppc, why? Even my telly terminals are shifted to the left! 
 
Thanks in advance,
Justin
		Do you Yahoo!?vote.yahoo.com - Register online to vote today!

[XFree86] Orologio con barometro,altimetro Sensormaster

2004-09-14 Thread Techmaster
E' finalmente disponibile il TechMaster!Orologio da polso con termometro,
altimetro,barometro,crono,ecc.Con memorizzazione dei grafici,temperature,
pressione atmosferica e moltissime altre funzioni.Con le dimensioni di un normale
orologio da polso,il Techmaster e' una vera stazione meteo da polso!

Per vedere questo gioiello tecnologico clicca su:

  http://techmaster.tbo.it o se non momentaneamente disponibile
su  http://www.sensormaster.3000.it


Cordiali saluti!
Lo staff del Tech master


___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] About a problem with xfree86 server configaration

2004-09-14 Thread krishna chaitanya


sir,
 i have a problem with xfree86 server configuration.Until yesterday it works well on my computer.suddenly it went down.
 
 
When i tries to config again , it shows error message
---
FAILED TO LOAD MODULE "MOUSE"  ( mouse does not exist ,0)
 
NO INPUT DRIVER MATCHING 'MOUSE' 
NO CORE POINTER
 
 
 
--
 
 
Actually my mouse is a logitech serial mouse connected to my com2 port.
 
my video card is intel 810e 
 
here i am attaching my log information file  and other details .
 
 
thank Q
try to respond quickly 
 
 
chaitanya
 
 __Do You Yahoo!?Tired of spam?  Yahoo! Mail has the best spam protection around http://mail.yahoo.com 

XFree86.0.log
Description: XFree86.0.log

# XFree86 4 configuration created by pyxf86config

Section "ServerLayout"
Identifier "Default Layout"
Screen  0  "Screen0" 0 0
InputDevice"Mouse0" "CorePointer"
InputDevice"Keyboard0" "CoreKeyboard"
InputDevice"DevInputMice" "AlwaysCore"
EndSection

Section "Files"

# RgbPath is the location of the RGB database.  Note, this is the name of the 
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
RgbPath  "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection

Section "Module"
Load  "dbe"
Load  "extmod"
Load  "fbdevhw"
Load  "glx"
Load  "record"
Load  "freetype"
Load  "type1"
Load  "dri"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#   Option  "Xleds" "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#   Option  "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#   Option  "XkbModel"  "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#   Option  "XkbModel"  "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#   Option  "XkbLayout" "de"
# or:
#   Option  "XkbLayout" "de"
#   Option  "XkbVariant""nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#   Option  "XkbOptions""ctrl:swapcaps"
# Or if you just want both to be control, use:
#   Option  "XkbOptions""ctrl:nocaps"
#
Identifier  "Keyboard0"
Driver  "keyboard"
Option  "XkbRules" "xfree86"
Option  "XkbModel" "pc105"
Option  "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver  "mouse"
Option  "Protocol" "none"
Option  "Device" "/dev/None"
Option  "ZAxisMapping" "4 5"
Option  "Emulate3Buttons" "no"
EndSection

Section "InputDevice"

# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
Identifier  "DevInputMice"
Driver  "mouse"
Option  "Protocol" "IMPS/2"
Option  "Device" "/dev/input/mice"
Option  "ZAxisMapping" "4 5"
Option  "Emulate3Buttons" "no"
EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName"sam12b7"
DisplaySize  280210
HorizSync30.0 - 55.0
VertRefresh  50.0 - 120.0
Option  "dpms"
EndSection

Section "Device"
Identifier  "Videocard0"
Driver  "i810"
VendorName  "Videocard vendor"
BoardName   "Intel 810"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor"Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes"1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Group0
Mode 0666
EndSection



[XFree86] Download Problem

2004-09-14 Thread Carlos Alberto S. Silva








Hi,

I would like to download this file  
http://www.xfree86.org/~alanh/bsd-drm-4.4.0-kernelsource.tar.gz
 but i still have some problems can i download from other location ? thanks for
the help.

 

 

 

 

 



Carlos Alberto S. Silva

[EMAIL PROTECTED]

Analista de Redes

Fone: 55.81.34548179 / 34548178