[XFree86] Fonts different on essentially identical redh at servers - need help

2006-08-23 Thread [EMAIL PROTECTED]
Hello List Members,
I am a dba who does unix admin work, as such I have two redhat servers
running same os.  My problem is that when oracle generates reports in the
second (backup production server) it results in a different font which
causes problems with the layout of the reports.  I have narrowed the
problem down to the XF86Config files being different on the two servers
(with more fonts listed in the main server's file).  Also on the main
server there is an older unused XF86Confg-4 file which is the same as the
second server's XF86Config file.  I am stumped as to what I need to do to
resolve this report font mismatch and would welcome any constructive input
that results in a solution.  
Please find attached the following details

XF86Config files from both servers

On Both servers##
XFree86 Version 4.1.0 (Red Hat Linux release: 4.1.0-29) / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: 2 June 2001
If the server is older than 6-12 months, or if your card is
newer than the above date, look for a newer version before
reporting problems.  (See http://www.XFree86.Org/FAQ)
Build Operating System: Linux 2.4.9-31smp i686 [ELF] 
Build Host: stripples.devel.redhat.com
 
Module Loader present

###Video hardware is irrelevant is these are used to generate reports and
the second server doesn't even have a local monitor. It is used for gnome
X11 and oracle reports generation#


Regards Adonia Delavigne


mail2web - Check your email from the web at
http://mail2web.com/ .



XF86Config_server2
Description: XF86Config_server2


XF86Config_server1
Description: XF86Config_server1


XF86Config-4_server1
Description: XF86Config-4_server1


Re: [XFree86] [gumby] Segmentation fault

2006-08-19 Thread [EMAIL PROTECTED]
I tryued :

cd build/programs/xcursorgen

and then...

make cleandir

and then...



makeg

But I got the same error.

[EMAIL PROTECTED]:~/build/programs/xcursorgen$  makeg
gcc -m32 -g -ansi -Wall -Wpointer-arith -Wundef   -I.   -I../../exports/include 
   -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE 
-D_XOPEN_SOURCE  -D_BSD_SOURCE -D_SVID_SOURCE   
  -D_GNU_SOURCE-DFUNCPROTO=15 -DNARROWPROTO 
  -c -o xcursorgen.o xcursorgen.c
rm -f xcursorgen
gcc -m32 -o xcursorgen -g -ansi -Wall -Wpointer-arith -Wundef 
-L../../exports/lib   xcursorgen.o -lXcursor -lXrender -lXext -lX11 -lpng   -lm 
-lz  -Wl,-rpath-link,../../exports/lib
rm -f xcursorgen._man
cpp -undef -traditional  -D__apploaddir__=/usr/X11R6/lib/X11/app-defaults 
-D__filemansuffix__=5x -D__libmansuffix__=3x -D__miscmansuffix__=7 
-D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/usr/X11R6 
-D__vendorversion__=`echo 4 6 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'` 
XFree86  xcursorgen.man | sed -e '/^#  *[0-9][0-9]*  *.*$/d'  
  -e '/^#line  *[0-9][0-9]*  *.*$/d'  -e '/^[  ]*XCOMM$/s/XCOMM/#/' 
   -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' 
   -e '/^[ ]*XHASH/s/XHASH/#/'  -e '/[EMAIL 
PROTECTED]@$/s/[EMAIL PROTECTED]@$/\\/' xcursorgen._man
rm -f xcursorgen.1x.html xcursorgen.1x-html
../../config/util/rman -f HTML  xcursorgen._man \
   xcursorgen.1x-html  mv -f xcursorgen.1x-html xcursorgen.1x.html
making all in programs/xcursorgen/redglass...
make[1]: Entering directory `/home/max/build/programs/xcursorgen/redglass'
LD_LIBRARY_PATH=../../../exports/lib  ../../../exports/bin/xcursorgen gumby.cfg 
gumby
make[1]: *** [gumby] Segmentation fault
make[1]: *** Deleting file `gumby'
make[1]: Leaving directory `/home/max/build/programs/xcursorgen/redglass'
make: *** [all] Error 2


I tryed to reinstall compiler and now I'm thinking to reinstall C library.

Thanks

Massimo


-- Initial Header ---

From  : [EMAIL PROTECTED]
To  : xfree86 xfree86@XFree86.Org
Cc  : 
Date  : Fri, 18 Aug 2006 10:36:21 -0600 (MDT)
Subject : Re: [XFree86] [gumby] Segmentation fault







 On Fri, 4 Aug 2006, [EMAIL PROTECTED] wrote:
 
  I tryed to compile 4.6.0 source code but I got this error message:
 
  LD_LIBRARY_PATH=../../../exports/lib  ../../../exports/bin/xcursorgen
  draped_box.cfg draped_box
  LD_LIBRARY_PATH=../../../exports/lib  ../../../exports/bin/xcursorgen
  fleur.cfg fleur
  LD_LIBRARY_PATH=../../../exports/lib  ../../../exports/bin/xcursorgen
  gumby.cfg gumby
  make[5]: *** [gumby] Segmentation fault
  make[5]: *** Deleting file `gumby'
  make[5]: Leaving directory `/home/max/build/programs/xcursorgen/redglass'
  make[4]: *** [all] Error 2
  make[4]: Leaving directory `/home/max/build/programs/xcursorgen'
  make[3]: *** [all] Error 2
  make[3]: Leaving directory `/home/max/build/programs'
  make[2]: *** [all] Error 2
  make[2]: Leaving directory `/home/max/build'
  make[1]: *** [World] Error 2
  make[1]: Leaving directory `/home/max/build'
  make: *** [World] Error 2
 
  Is there somebody that know what's the problem?
 
  What platform (architecture  OS) is this?  I don't see this problem in any
  of my builds.
 
  It's Linux slackware 10.2 with 2.6.17.7 kernel on an amd athlon64 pc.
 
 I haven't seen this problem on any of my systems.  Let's try generating a 
 backtrace with ...
 
   cd /home/max/build/xcursorgen
   make cleandir
   makeg
   gdb xcursurgen core
   bt
   quit
 
 Thanks.
 
 Marc.
 
 +--+---+
 |  Marc Aurele La France   |  work:   1-780-492-9310   |
 |  Academic Information and|  fax:1-780-492-1729   |
 |Communications Technologies   |  email:  [EMAIL PROTECTED]  |
 |  352 General Services Building   +---+
 |  University of Alberta   |   |
 |  Edmonton, Alberta   | Standard disclaimers apply|
 |  T6G 2H1 |   |
 |  CANADA  |   |
 +--+---+
 XFree86 developer and VP.  ATI driver and X server internals.
 ___
 XFree86 mailing list
 XFree86@XFree86.Org
 http://XFree86.Org/mailman/listinfo/xfree86
 


___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] [gumby] Segmentation fault

2006-08-04 Thread [EMAIL PROTECTED]
It's Linux slackware 10.2 with 2.6.17.7 kernel on an amd athlon64 pc.

Massimo

-- Initial Header ---

From  : [EMAIL PROTECTED]
To  : Massimo [EMAIL PROTECTED]
Cc  : xfree86@XFree86.Org
Date  : Fri, 4 Aug 2006 07:29:27 -0600 (MDT)
Subject : Re: [XFree86] [gumby] Segmentation fault







 On Tue, 1 Aug 2006, Massimo wrote:
 
  I tryed to compile 4.6.0 source code but I got this error message:
 
  LD_LIBRARY_PATH=../../../exports/lib  ../../../exports/bin/xcursorgen 
  draped_box.cfg draped_box
  LD_LIBRARY_PATH=../../../exports/lib  ../../../exports/bin/xcursorgen 
  fleur.cfg fleur
  LD_LIBRARY_PATH=../../../exports/lib  ../../../exports/bin/xcursorgen 
  gumby.cfg gumby
  make[5]: *** [gumby] Segmentation fault
  make[5]: *** Deleting file `gumby'
  make[5]: Leaving directory `/home/max/build/programs/xcursorgen/redglass'
  make[4]: *** [all] Error 2
  make[4]: Leaving directory `/home/max/build/programs/xcursorgen'
  make[3]: *** [all] Error 2
  make[3]: Leaving directory `/home/max/build/programs'
  make[2]: *** [all] Error 2
  make[2]: Leaving directory `/home/max/build'
  make[1]: *** [World] Error 2
  make[1]: Leaving directory `/home/max/build'
  make: *** [World] Error 2
 
  Is there somebody that know what's the problem?
 
 What platform (architecture  OS) is this?  I don't see this problem in any 
 of my builds.
 
 Marc.
 
 +--+---+
 |  Marc Aurele La France   |  work:   1-780-492-9310   |
 |  Academic Information and|  fax:1-780-492-1729   |
 |Communications Technologies   |  email:  [EMAIL PROTECTED]  |
 |  352 General Services Building   +---+
 |  University of Alberta   |   |
 |  Edmonton, Alberta   | Standard disclaimers apply|
 |  T6G 2H1 |   |
 |  CANADA  |   |
 +--+---+
 XFree86 developer and VP.  ATI driver and X server internals.
 ___
 XFree86 mailing list
 XFree86@XFree86.Org
 http://XFree86.Org/mailman/listinfo/xfree86
 


___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] vaughn ternary ever illustrious near do lange.

2006-06-24 Thread [EMAIL PROTECTED]
Get it, then you'll thank me :)

http://discountsalerz.com/x/b25mYXpnZ256b29nYw==/
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] please do this, for a free Apple Color iPod

2006-05-31 Thread [EMAIL PROTECTED] using getitfree.net


hey, go here and we both get a free Apple Color iPod 

pretty pretty please :) 


http://www.getitfree.net/xjidnunmj 








This was sent by [EMAIL PROTECTED]
via GetItFree, 540 University Ave 50, Palo Alto CA 94301
Visit this page to prevent delivery of future GetItFree.net referral emails




[XFree86] Greetings!

2006-04-25 Thread [EMAIL PROTECTED]



An energetic and capable 
undergraduate -Investment 
 Financial Risk Management - is looking for a summer 
placement in a bank/financial institution in and around London.
[EMAIL PROTECTED]
April 
25, 2006






Re: [XFree86] GUI not working

2006-04-14 Thread [EMAIL PROTECTED]
I have suse 9.1 professional on my computer. I have a guest account just
for movies(this is where all my movie players are installed). Is this
screen modification system wide, or can I just modify the video output of
the guest account. 

-- David 

Original Message:
-
From: Mark Vojkovich [EMAIL PROTECTED]
Date: Wed, 25 Jan 2006 10:53:00 -0800 (PST)
To: [EMAIL PROTECTED], xfree86@xfree86.org
Subject: Re: [XFree86] GUI not working


On Mon, 23 Jan 2006, [EMAIL PROTECTED] wrote:

 thanks Mark,  for replying, but one question remains. If I could get the
 computer to display the smaller version of normal output in the center of
 the screen, would it still be able to reach 1024 by 768 resolution.

   It's not an analog display device so anything smaller than
fullscreen would be using less than 1024x768 pixels.  If you're
connected to the monitor via a DVI connector, your graphics driver
may be able to center a smaller mode in the middle of the screen
(not all can, but some definitely can).  If you're connected to
a VGA connector, I'm not sure.  If it were a CRT, it would be
possible to display a mode in the center of the screen by playing
with modeline timings.  That is, you could set up a mode that had
1024x768 timings but with a smaller active area.  For your panel
it's less clear.  You could send it 1024x768 timings with a smaller
active area, but it might do something clever like strip out the
black area and scale it up.  You'd just have to try it.

   A typical 1024x768 @ 60 Hz modeline looks like (generated by
'gtf 1024 768 60'):

  # 1024x768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 64.11 MHz
  Modeline 1024x768  64.11  1024 1080 1184 1344  768 769 772 795

  If you just change the 1024 and 768 to 720 and 480 you have a 720x480
active area with 1024x768 timings.  Then you could use xvidtune to
adjust the sync starts and ends to center the image.  That would
work for a CRT.


Mark.


 You see, I made a movie projector with an old overhead projector from
 school and and lcd screen (nec 1530v) and this screen has an auto resizer
 feature( which means that the screen automatically fits the video output
to
 its maximum suize. consequently, I have to use the xine (movie player)
 window and manually match the screen size perfectly to the square patch of
 light coming up through the lcd screen from the overhead projector. ( this
 window of opportunity is 24 cm diagonally in the center of the lcd
 screen). So If I could get the computer to display what would normally
take
 up the entire screen in this square (centered on the screen, sorry if I'm
 redundent), my troubles would be over. ( I would just load xine and hit
the
 fullscreen button and watch the movie.

 Can't wait to hear your reponse!
 David

 Original Message:
 -
 From: Mark Vojkovich [EMAIL PROTECTED]
 Date: Sat, 21 Jan 2006 12:59:00 -0800 (PST)
 To: xfree86@xfree86.org
 Subject: Re: [XFree86] GUI not working


It depends on whether you're using an analog (VGA) or
 digital (DVI) connection to the monitor.  For analog, you
 can adjust that through modeline timings.  xvidtune can
 help with that.  For digital, it depends on the native
 resolution of the panel and the capabilities of the graphics
 driver.  Some drivers support centering modes smaller than
 the panel's native resolution.

   Mark.

 On Fri, 20 Jan 2006, [EMAIL PROTECTED] wrote:

  Hi ,got a question. how could you change the video out in linux so that
  instead of full
  screen (15 inches) it would display the  desktop in a 24 cm box in the
  center of the
  screen. Sort of like a smaller version of the normal display centered on
  the screen.
 ___
 XFree86 mailing list
 XFree86@XFree86.Org
 http://XFree86.Org/mailman/listinfo/xfree86


 
 mail2web - Check your email from the web at
 http://mail2web.com/ .



 ___
 XFree86 mailing list
 XFree86@XFree86.Org
 http://XFree86.Org/mailman/listinfo/xfree86

___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86




mail2web - Check your email from the web at
http://mail2web.com/ .



___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] error messages

2006-03-14 Thread [EMAIL PROTECTED] Davis
Can someone point me to some materials that document the error messages given by the Xfree86 server? For instance, device not found? 


[XFree86] pci express cards

2006-03-14 Thread [EMAIL PROTECTED] Davis
If the documentation for the X server says that the nv driver supports pci and agp, does this include pci express video cards with the nv chipset? 


X11 error xf86OpenConsole: Cannot open /dev/tty0 (No such file or directory)

2006-03-08 Thread [EMAIL PROTECTED]
Hi All

We are trying to develop graphics application using a PMC Graphics card on
PowerPC SBC
We are using ELDK 3.0 kit from www.denx.de and we have successfully ported
Linux Kernel version 2.4.24.

Since the X11 was not available in ELDK 3.0, we downloaded the source of 
XFree86 version 4.3.0 and we have successfully compiled and installed X11 
on the powerpc SBC system. But when we run the XFree86 for the PMC graphics 
card we getting the following error 

xf86OpenConsole: Cannot open /dev/tty0 (No such file or directory) 

But we are found that the entry /dev/tty0 is available in /dev/ folder

Please help us. 

Regards 
Arun Kumar 



mail2web - Check your email from the web at
http://mail2web.com/ .



___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel


[XFree86] FW: X11 error xf86OpenConsole: Cannot open /dev/tty0 (No such file or directory)

2006-03-08 Thread [EMAIL PROTECTED]
Hi All

We are trying to develop graphics application using a PMC Graphics card on
PowerPC SBC
We are using ELDK 3.0 kit from www.denx.de and we have successfully ported
Linux Kernel version 2.4.24.

Since the X11 was not available in ELDK 3.0, we downloaded the source of 
XFree86 version 4.3.0 and we have successfully compiled and installed X11 
on the powerpc SBC system. But when we run the XFree86 for the PMC graphics 
card we getting the following error 

xf86OpenConsole: Cannot open /dev/tty0 (No such file or directory) 

But we are found that the entry /dev/tty0 is available in /dev/ folder

Please help us. 

Regards 
Arun Kumar 





mail2web - Check your email from the web at
http://mail2web.com/ .



___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Current Update

2006-03-02 Thread [EMAIL PROTECTED]
More Students needed;

Our Administration office would still like to hear from you regarding our 
Degrees earned from experience Program  that is currently being offered at 
our University.

We are allowing 7 more applicants.

University Number:
Area Code: (707)
Phone: 924-0923

Office Hours:
Mon-Friday 7am - 11pm

___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] Release date for 4.6?

2006-02-23 Thread [EMAIL PROTECTED]
On Thu, 23 Feb 2006, Tom Williams wrote:
 I just had a problem installing the 4.5.99.21 snapshot.  The compile
 worked fine but the installation failed with an invalid group utmp
 error when xterm was begin installed.  At this point, I think I'm
 running a half 4.5.99.21/4.5.0 XFree86 installation on Linux.  :)

 Attached is my XFree86.0.log after the failed installation attempt.

This log is pointless until the install issues are resolved.  It seems
likely 
you have a filesystem full situation.

Well, the filesystem where X is being installed has 300-400MB of free space
so I don't think it's a space issue.  Literally, the installation process
stopped with a make error after generating the invalid group utmp
message.  xterm was being installed and the installation script was trying
to set the group id to utmp, which isn't defined on my system as a group.

I can verify the amount of free space when I get home and re-run the
installation and see if I can save the output to a file I can post here.

Peace...

Tom


mail2web - Check your email from the web at
http://mail2web.com/ .



___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Bayt for you

2006-02-02 Thread [EMAIL PROTECTED]








  
  
 
English 
  Version 

 
�برٌ افشر�ات �ٍ افككف�ة ت�نك بافتنعٍ� افآل 
ت�نك �برٌ افشر�ات �ٍ افككف�ة بافتنعٍ� حافٍاِ ن �اكت بنضغ اغفالات 
نعائ� حصرٍاِ غفٌ Bayt.com فٍجدنا كنع�ٍل كثف�! 
�دك 
غفٌ مذم افنعائ� افٍنك باستخداك سٍرت� افذاتٍة غفٌ Bayt.com. 
ال�ر فٌ أٍ كل افنعائ� افتافٍة افكلاسبة ف�� اختر افسٍرة افذاتٍة ن �دك 
غفٌ مذم افنعائ�. 

  
  
Account Manager - Service Provider
Cisco 
  Systems
  
Product Group Manager
Arabian 
  Auto Agency
  
Production 
  Manager
Advanced 
  Steel Works Co.
  
Sales 
  Engineer (Industrial Sales)
GS 
  Packaging
  
Info 
  Sys Consultant (SAP)
LMK 
  Resources
  
IT 
  Manager
Patchi
  
Biomedical 
  Service Engineer
Rajab 
   Silsliah
  
Operations 
  Manager
RE 
  / MAX-Sokook Arabia
  
Senior 
  Treasury Advisor
Saudi 
  Hollandi Bank
  
Food 
  Quality Controller/Hygiene Inspector
Saudi 
  Pan Gulf
ابحث 
غل نعائ� أخرٌ كغفلة فدٌ Bayt.com ؛ 
تذ��ر� 
ت�نك آفا� افشر�ات �ٍ افشر� افآنسظ ن شكاف أ�رٍ�ٍا بافبحث غل افكنع�ٍل غل ظرٍ� 
استخداك �اغدة بٍالات Bayt.com ٍنكٍاِ فذف�� تأ�د كل أل سٍرت� افذاتٍة كغرنضة غفٌ 
Bayt.com ن كحدثة بش�ف كستكر فتك��ل افشر�ات افباحثة كل كغر�ة �درات� ن زٍادة �رص� 
غفٌ كدار افغاك. افظرٍ�ة افنحٍدة افتٍ تك�لمك كل افغثنر غفٍ� مٍ بنضغ سٍرت� 
افذاتٍة غفٌ Bayt.com. فدٍ� أٍ أشئفة أن تحتاج إفٌ افكساغدة؟ 
اتصف 
بلا 
 
Bayt.com - غكف أ�ضف� حٍاة أ�ضف http://www.bayt.com
 أغثر 
غفٌ نعائ� أ�ثر غفٌ Bayt.com ساغد صدٍ�� �ٍ افحصنف غفٌ 
نعٍ�ة! أخبر 
#1607;ك غل Bayt.com ا�رأ 
�صص لجاح افباحثنل غل غكف ا�رأ 
�صص لجاح افشر�ات افتٍ تستخدك Bayt.com �ٍ افتنعٍ� 



Re: [XFree86] GUI not working

2006-01-25 Thread [EMAIL PROTECTED]
That's all good, but where would I go (in linux) to set this all up (I have
suse 9.1 professional). (I have an Ati 7200 video card)
This is what you said: 


If you just change the 1024 and 768 to 720 and 480 you have a 720x480
active area with 1024x768 timings.  Then you could use xvidtune to
adjust the sync starts and ends to center the image.  That would
work for a CRT. 

Then you could use xvidtune... but I do not know how to change the 1024
and 768 to 720 and 480 before I could use xvidtune. Could you please
provide complete insturctions on how to attempt this. Without your
instructions I would know what to do, but not how to do it.

Thanks!   
David
 




Original Message:
-
From: Mark Vojkovich [EMAIL PROTECTED]
Date: Wed, 25 Jan 2006 10:53:00 -0800 (PST)
To: [EMAIL PROTECTED], xfree86@xfree86.org
Subject: Re: [XFree86] GUI not working


On Mon, 23 Jan 2006, [EMAIL PROTECTED] wrote:

 thanks Mark,  for replying, but one question remains. If I could get the
 computer to display the smaller version of normal output in the center of
 the screen, would it still be able to reach 1024 by 768 resolution.

   It's not an analog display device so anything smaller than
fullscreen would be using less than 1024x768 pixels.  If you're
connected to the monitor via a DVI connector, your graphics driver
may be able to center a smaller mode in the middle of the screen
(not all can, but some definitely can).  If you're connected to
a VGA connector, I'm not sure.  If it were a CRT, it would be
possible to display a mode in the center of the screen by playing
with modeline timings.  That is, you could set up a mode that had
1024x768 timings but with a smaller active area.  For your panel
it's less clear.  You could send it 1024x768 timings with a smaller
active area, but it might do something clever like strip out the
black area and scale it up.  You'd just have to try it.

   A typical 1024x768 @ 60 Hz modeline looks like (generated by
'gtf 1024 768 60'):

  # 1024x768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 64.11 MHz
  Modeline 1024x768  64.11  1024 1080 1184 1344  768 769 772 795

  If you just change the 1024 and 768 to 720 and 480 you have a 720x480
active area with 1024x768 timings.  Then you could use xvidtune to
adjust the sync starts and ends to center the image.  That would
work for a CRT.


Mark.


 You see, I made a movie projector with an old overhead projector from
 school and and lcd screen (nec 1530v) and this screen has an auto resizer
 feature( which means that the screen automatically fits the video output
to
 its maximum suize. consequently, I have to use the xine (movie player)
 window and manually match the screen size perfectly to the square patch of
 light coming up through the lcd screen from the overhead projector. ( this
 window of opportunity is 24 cm diagonally in the center of the lcd
 screen). So If I could get the computer to display what would normally
take
 up the entire screen in this square (centered on the screen, sorry if I'm
 redundent), my troubles would be over. ( I would just load xine and hit
the
 fullscreen button and watch the movie.

 Can't wait to hear your reponse!
 David

 Original Message:
 -
 From: Mark Vojkovich [EMAIL PROTECTED]
 Date: Sat, 21 Jan 2006 12:59:00 -0800 (PST)
 To: xfree86@xfree86.org
 Subject: Re: [XFree86] GUI not working


It depends on whether you're using an analog (VGA) or
 digital (DVI) connection to the monitor.  For analog, you
 can adjust that through modeline timings.  xvidtune can
 help with that.  For digital, it depends on the native
 resolution of the panel and the capabilities of the graphics
 driver.  Some drivers support centering modes smaller than
 the panel's native resolution.

   Mark.

 On Fri, 20 Jan 2006, [EMAIL PROTECTED] wrote:

  Hi ,got a question. how could you change the video out in linux so that
  instead of full
  screen (15 inches) it would display the  desktop in a 24 cm box in the
  center of the
  screen. Sort of like a smaller version of the normal display centered on
  the screen.
 ___
 XFree86 mailing list
 XFree86@XFree86.Org
 http://XFree86.Org/mailman/listinfo/xfree86


 
 mail2web - Check your email from the web at
 http://mail2web.com/ .



 ___
 XFree86 mailing list
 XFree86@XFree86.Org
 http://XFree86.Org/mailman/listinfo/xfree86

___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86



mail2web - Check your email from the web at
http://mail2web.com/ .



___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo

Re: [XFree86] GUI not working

2006-01-25 Thread [EMAIL PROTECTED]
this is david again, I have a ati radeon 7000 video card and the lcd screen
(nec 1530v)   
has a vga connection, not dvi  
 
Original Message: 
- 
From: Mark Vojkovich [EMAIL PROTECTED] 
Date: Wed, 25 Jan 2006 10:53:00 -0800 (PST) 
To: [EMAIL PROTECTED], xfree86@xfree86.org 
Subject: Re: [XFree86] GUI not working 
 
 
On Mon, 23 Jan 2006, [EMAIL PROTECTED] wrote: 
 
 thanks Mark,  for replying, but one question remains. If I could get the 
 computer to display the smaller version of normal output in the center of 
 the screen, would it still be able to reach 1024 by 768 resolution. 
 
   It's not an analog display device so anything smaller than 
fullscreen would be using less than 1024x768 pixels.  If you're 
connected to the monitor via a DVI connector, your graphics driver 
may be able to center a smaller mode in the middle of the screen 
(not all can, but some definitely can).  If you're connected to 
a VGA connector, I'm not sure.  If it were a CRT, it would be 
possible to display a mode in the center of the screen by playing 
with modeline timings.  That is, you could set up a mode that had 
1024x768 timings but with a smaller active area.  For your panel 
it's less clear.  You could send it 1024x768 timings with a smaller 
active area, but it might do something clever like strip out the 
black area and scale it up.  You'd just have to try it. 
 
   A typical 1024x768 @ 60 Hz modeline looks like (generated by 
'gtf 1024 768 60'): 
 
  # 1024x768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 64.11 MHz 
  Modeline 1024x768  64.11  1024 1080 1184 1344  768 769 772 795 
 
  If you just change the 1024 and 768 to 720 and 480 you have a 720x480 
active area with 1024x768 timings.  Then you could use xvidtune to 
adjust the sync starts and ends to center the image.  That would 
work for a CRT. 
 
 
Mark. 
 
 
 You see, I made a movie projector with an old overhead projector from 
 school and and lcd screen (nec 1530v) and this screen has an auto resizer 
 feature( which means that the screen automatically fits the video output
to 
 its maximum suize. consequently, I have to use the xine (movie player) 
 window and manually match the screen size perfectly to the square patch
of 
 light coming up through the lcd screen from the overhead projector. (
this 
 window of opportunity is 24 cm diagonally in the center of the lcd 
 screen). So If I could get the computer to display what would normally
take 
 up the entire screen in this square (centered on the screen, sorry if I'm 
 redundent), my troubles would be over. ( I would just load xine and hit
the 
 fullscreen button and watch the movie. 
 
 Can't wait to hear your reponse! 
 David 
 
 Original Message: 
 - 
 From: Mark Vojkovich [EMAIL PROTECTED] 
 Date: Sat, 21 Jan 2006 12:59:00 -0800 (PST) 
 To: xfree86@xfree86.org 
 Subject: Re: [XFree86] GUI not working 
 
 
It depends on whether you're using an analog (VGA) or 
 digital (DVI) connection to the monitor.  For analog, you 
 can adjust that through modeline timings.  xvidtune can 
 help with that.  For digital, it depends on the native 
 resolution of the panel and the capabilities of the graphics 
 driver.  Some drivers support centering modes smaller than 
 the panel's native resolution. 
 
   Mark. 
 
 On Fri, 20 Jan 2006, [EMAIL PROTECTED] wrote: 
 
  Hi ,got a question. how could you change the video out in linux so that 
  instead of full 
  screen (15 inches) it would display the  desktop in a 24 cm box in the 
  center of the 
  screen. Sort of like a smaller version of the normal display centered
on 
  the screen. 
 ___ 
 XFree86 mailing list 
 XFree86@XFree86.Org 
 http://XFree86.Org/mailman/listinfo/xfree86 
 
 
  
 mail2web - Check your email from the web at 
 http://mail2web.com/ . 
 
 
 
 ___ 
 XFree86 mailing list 
 XFree86@XFree86.Org 
 http://XFree86.Org/mailman/listinfo/xfree86 
 
___ 
XFree86 mailing list 
XFree86@XFree86.Org 
http://XFree86.Org/mailman/listinfo/xfree86 
 


mail2web - Check your email from the web at
http://mail2web.com/ .



___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] GUI not working

2006-01-23 Thread [EMAIL PROTECTED]
thanks Mark,  for replying, but one question remains. If I could get the
computer to display the smaller version of normal output in the center of
the screen, would it still be able to reach 1024 by 768 resolution.
You see, I made a movie projector with an old overhead projector from
school and and lcd screen (nec 1530v) and this screen has an auto resizer
feature( which means that the screen automatically fits the video output to
its maximum suize. consequently, I have to use the xine (movie player)
window and manually match the screen size perfectly to the square patch of
light coming up through the lcd screen from the overhead projector. ( this
window of opportunity is 24 cm diagonally in the center of the lcd
screen). So If I could get the computer to display what would normally take
up the entire screen in this square (centered on the screen, sorry if I'm
redundent), my troubles would be over. ( I would just load xine and hit the
fullscreen button and watch the movie.

Can't wait to hear your reponse!
David

Original Message:
-
From: Mark Vojkovich [EMAIL PROTECTED]
Date: Sat, 21 Jan 2006 12:59:00 -0800 (PST)
To: xfree86@xfree86.org
Subject: Re: [XFree86] GUI not working


   It depends on whether you're using an analog (VGA) or
digital (DVI) connection to the monitor.  For analog, you
can adjust that through modeline timings.  xvidtune can
help with that.  For digital, it depends on the native
resolution of the panel and the capabilities of the graphics
driver.  Some drivers support centering modes smaller than
the panel's native resolution.

Mark.

On Fri, 20 Jan 2006, [EMAIL PROTECTED] wrote:

 Hi ,got a question. how could you change the video out in linux so that
 instead of full
 screen (15 inches) it would display the  desktop in a 24 cm box in the
 center of the
 screen. Sort of like a smaller version of the normal display centered on
 the screen.
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86



mail2web - Check your email from the web at
http://mail2web.com/ .



___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] GUI not working

2006-01-20 Thread [EMAIL PROTECTED]
Hi ,got a question. how could you change the video out in linux so that
instead of full 
screen (15 inches) it would display the  desktop in a 24 cm box in the
center of the 
screen. Sort of like a smaller version of the normal display centered on
the screen. 
  
Original Message: 
- 
From: Mark Vojkovich [EMAIL PROTECTED] 
Date: Fri, 20 Jan 2006 10:16:43 -0800 (PST) 
To: xfree86@xfree86.org 
Subject: Re: [XFree86] GUI not working 
 
 
   We need to see the /var/log/XFree86.0.log file.  If there isn't 
one, run startx from the commandline and you should get one. 
 
 
Mark. 
 
On Fri, 20 Jan 2006, rag ven wrote: 
 
 Hi 
   I have installed Linux-2.4.18-3 in my system. But Iam unable to
open the GUI 
terminal in it. During boot-up time it gives a message Unable to start
Xserver. How to 
rectify it? 
   My system configurations are 
 
   processor : AMD  Athlon 1.2GHz 
 
   I dont know about the details of Motherboard  Graphics card used. 
 
   Plz help me out. 
 
 Send instant messages to your online friends
http://in.messenger.yahoo.com 
___ 
XFree86 mailing list 
XFree86@XFree86.Org 
http://XFree86.Org/mailman/listinfo/xfree86 
 
 


mail2web - Check your email from the web at
http://mail2web.com/ .



___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] screen reszing

2006-01-20 Thread [EMAIL PROTECTED]
Hi ,got a question. how could you change the video out so that it displays
a 24 cm  
minurature  version of fullscreen in the center of the screen 
  
Original Message:  
-  
From: Mark Vojkovich [EMAIL PROTECTED]  
Date: Fri, 20 Jan 2006 10:16:43 -0800 (PST)  
To: xfree86@xfree86.org  
Subject: Re: [XFree86] GUI not working  
  
  
   We need to see the /var/log/XFree86.0.log file.  If there isn't  
one, run startx from the commandline and you should get one.  
  
  
Mark.  
  
On Fri, 20 Jan 2006, rag ven wrote:  
  
 Hi  
   I have installed Linux-2.4.18-3 in my system. But Iam unable to
open the GUI  
terminal in it. During boot-up time it gives a message Unable to start
Xserver. How to  
rectify it?  
   My system configurations are  
  
   processor : AMD  Athlon 1.2GHz  
  
   I dont know about the details of Motherboard  Graphics card used.  
  
   Plz help me out.  
  
 Send instant messages to your online friends
http://in.messenger.yahoo.com  
___  
XFree86 mailing list  
XFree86@XFree86.Org  
http://XFree86.Org/mailman/listinfo/xfree86  
  
  


mail2web - Check your email from the web at
http://mail2web.com/ .



___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] reply from TAT Dyno Systems

2005-10-22 Thread [EMAIL PROTECTED]
Dear Sir,

thank you very much for your interest !

E-Mail SECURITY HAS BLOCKED YOUR e-MAIL FROM REACHING TAT Dyno SYSTEMS.

PLEASE DO NOT REPLY TO THIS e-MAIL ADDRESS - IT HAS BEEN CLOSED DUE TO 
HACKERS BOMBARDING US WITH SPAM.

PLEASE BE SO KIND AS TO 
SEND YOUR ENQUIRY AGAIN TO: [EMAIL PROTECTED]

We appologize for the inconvenience but we cannot cope with the amount 
of Spam received.

Kind Greetings,

TAT Dyno Systems
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Tell me how to sign up please

2005-10-05 Thread [EMAIL PROTECTED]
Do you take credit cards or do I have to mail you a check or money order.  
Please call and let me know.  My phone numbers are: 901-483-0861,  and 
905-542-2270.   Thanks,  Sam Nastat
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] X client not starting

2005-09-23 Thread [EMAIL PROTECTED]
Hello Sir, 
 
I am using Red Hat 9.0 as server machine and diskless maching as client. 
 
booting the client machine using pxe boot agent. 
 
The client maching was booting and entering in Run level 3. after logging
in i have tried to  
start the X. 
 
if i give the startx command in my shell prompt i am getting the following
error. 
 
XFree86 Version 4.3.0 (Red Hat Linux release: 4.3.0-2) 
Release Date: 27 February 2003 
X Protocol Version 11, Revision 0, Release 6.6 
Build Operating System: Linux 2.4.20-3bigmem i686 [ELF]  
Build Date: 27 February 2003 
Build Host: porky.devel.redhat.com 
  
Before reporting problems, check http://www.XFree86.Org/ 
to make sure that you have the latest version. 
Module Loader present 
OS Kernel: Linux version 2.4.20-8 ([EMAIL PROTECTED]) (gcc version 3.2.2 
20030222
(Red Hat Linux 
3.2.2-5)) #5 Tue Sep 6 16:18:03 IST 2005  
Markers: (--) probed, (**) from config file, (==) default setting, 
 (++) from command line, (!!) notice, (II) informational, 
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown. 
(==) Log file: /var/log/XFree86.0.log, Time: Fri Sep 23 11:16:07 2005 
(==) Using config file: /etc/X11/XF86Config 
(==) ServerLayout Default Layout 
(**) |--Screen Screen0 (0) 
(**) |   |--Monitor Monitor0 
(**) |   |--Device Videocard0 
(**) |--Input Device Mouse0 
(**) |--Input Device Keyboard0 
(**) Option XkbRules xfree86 
(**) XKB: rules: xfree86 
(**) Option XkbModel pc105 
(**) XKB: model: pc105 
(**) Option XkbLayout us 
(**) XKB: layout: us 
(==) Keyboard: CustomKeycode disabled 
(**) |--Input Device DevInputMice 
(**) FontPath set to unix/:7100 
(**) RgbPath set to /usr/X11R6/lib/X11/rgb 
(==) ModulePath set to /usr/X11R6/lib/modules 
(--) using VT number 7 
 
 
Fatal server error: 
xf86OpenConsole: Cannot open virtual console 7 (No such file or directory) 
 
 
USING NFS I SHARE THE ROOT FILE SYSTEM FROM THE SERVER MACHINE. 
 
please help me to solve the problem. 
 
awaiting for your reply. 
 
with regards 
N.sampath kumar 
Datasol [b] pvt ltd., 
Bangalore, 
INDIA, 
918025273911 


mail2web - Check your email from the web at
http://mail2web.com/ .



___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] X system

2005-04-18 Thread [EMAIL PROTECTED]
I have this problem with my UHU-linux system. What can I do now?
Thanks.
This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to XFree86@XFree86.Org and patches submitted
to [EMAIL PROTECTED]  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs).
XFree86 Version 4.3.0.1
Release Date: 9 May 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20-11smp i686 [ELF]
Build Date: 16 February 2004
   Before reporting problems, check http://www.XFree86.Org/
   to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/XFree86.0.log, Time: Fri Apr 15 16:49:25 2005
(==) Using config file: /etc/X11/XF86Config
(==) ServerLayout UHU-Layout
(**) |--Screen UHU-Screen (0)
(**) |   |--Monitor UHU-Monitor
(**) |   |--Device UHU-Card
(**) |--Input Device UHU-Keyboard
(**) Option AutoRepeat 250 30
(**) Option XkbRules xfree86
(**) XKB: rules: xfree86
(**) Option XkbModel pc105
(**) XKB: model: pc105
(**) Option XkbLayout hu
(**) XKB: layout: hu
(==) Keyboard: CustomKeycode disabled
(**) |--Input Device UHU-Mouse
(WW) The directory /usr/share/fonts/unifont does not exist.
   Entry deleted from font path.
(WW) The directory /usr/share/fonts/jmk does not exist.
   Entry deleted from font path.
(**) FontPath set to 
/usr/share/fonts/local,/usr/share/fonts/misc:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/misc,/usr/share/fonts/75dpi,/usr/share/fonts/100dpi,/usr/share/fonts/TTF,/usr/share/fonts/Type1,/usr/share/fonts/Speedo,/usr/share/fonts/ghostscript,/usr/share/fonts/freefont
(**) RgbPath set to /usr/lib/X11/rgb
(**) ModulePath set to /usr/lib/X11/modules
(**) Option AllowMouseOpenFail
(--) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
   XFree86 ANSI C Emulation: 0.2
   XFree86 Video Driver: 0.6
   XFree86 XInput driver : 0.4
   XFree86 Server Extension : 0.2
   XFree86 Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: bitmap
(II) Loading /usr/lib/X11/modules/fonts/libbitmap.a
(II) Module bitmap: vendor=The XFree86 Project
   compiled for 4.3.0.1, module version = 1.0.0
   Module class: XFree86 Font Renderer
   ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: pcidata
(II) Loading /usr/lib/X11/modules/libpcidata.a
(II) Module pcidata: vendor=The XFree86 Project
   compiled for 4.3.0.1, module version = 1.0.0
   ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3189 card 147b,1401 rev 00 class 06,00,00 
hdr 00
(II) PCI: 00:01:0: chip 1106,b168 card , rev 00 class 06,04,00 
hdr 01
(II) PCI: 00:09:0: chip 1102,0004 card 1102,0053 rev 03 class 04,01,00 
hdr 80
(II) PCI: 00:09:1: chip 1102,7003 card 1102,0040 rev 03 class 09,80,00 
hdr 80
(II) PCI: 00:09:2: chip 1102,4001 card 1102,0010 rev 00 class 0c,00,10 
hdr 80
(II) PCI: 00:10:0: chip 1106,3038 card 147b,1401 rev 80 class 0c,03,00 
hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 147b,1401 rev 80 class 0c,03,00 
hdr 80
(II) PCI: 00:10:2: chip 1106,3038 card 147b,1401 rev 80 class 0c,03,00 
hdr 80
(II) PCI: 00:10:3: chip 1106,3104 card 147b,1401 rev 82 class 0c,03,20 
hdr 00
(II) PCI: 00:11:0: chip 1106,3177 card 1106,3177 rev 00 class 06,01,00 
hdr 80
(II) PCI: 00:11:1: chip 1106,0571 card 147b,1401 rev 06 class 01,01,8a 
hdr 00
(II) PCI: 00:11:5: chip 1106,3059 card 147b,1401 rev 50 class 04,01,00 
hdr 00
(II) PCI: 00:12:0: chip 1106,3065 card 147b,1401 rev 74 class 02,00,00 
hdr 00
(II) PCI: 00:13:0: chip 1103,0004 card 1103,0001 rev 05 class 01,04,00 
hdr 00
(II) PCI: 01:00:0: chip 10de,0281 card 147b,8f10 rev a1 class 03,00,00 
hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
   [0] -100x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
   [0] -100x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
   [0] -100x - 0x (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
   [0] -100xec00 - 0xedff (0x200) MX[B]
(II) Bus 1 prefetchable memory range:
   [0] -100xe000 - 0xe7ff (0x800) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set

[XFree86] Invitations To The New Malaysian Website !! Check It Out !!

2005-03-10 Thread [EMAIL PROTECTED]
Hello to all User,

We are happy to invite to surf our New Malaysian Website.

Here is an excellent  opportunity to boost direct sales and gain new customers 
for a ridiculously low price!!


click here to visit 

http://www.surf.com.my


RESERVE YOUR SPOT...

Regards,

Webmaster of www.surf.com.my



This email was sent by WWW.surf.com.my
At any time you decide to opt out of receiving any future updates or offers or 
to unsubscribe, please email us with the title Remove to [EMAIL PROTECTED]



___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re:[XFree86] Problems with video card

2004-12-14 Thread [EMAIL PROTECTED]
 My card is a on-board of ASUS A7V8X-MX SE motherboard, the Integrated 
 VIA Unichrome Graphics

You could try setting a vesa video card
just to see if everything works
Please post you configuraton file too




Libero ADSL: 3 mesi gratis e navighi a 1.2 Mega, senza costi di attivazione.
Abbonati subito su http://www.libero.it



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


Re:[XFree86] X works and xinit not

2004-12-14 Thread [EMAIL PROTECTED]
NEW NOTE:
I am running in runlevel 2 (single user)

I have a weird error using my Xfree86 server
when I launch xinit the server start for a very little time (I see
the X cursor for one second) and exit saying
waiting X server to shut down.

If I launch X the screen goes in graphic mode and the X cursor appear and the
mouse works fine.
What do I need to have xinit running?
Any suggestion ?
TIA




Libero ADSL: 3 mesi gratis e navighi a 1.2 Mega, senza costi di attivazione.
Abbonati subito su http://www.libero.it



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


RE: [XFree86] xset: error while loading shared libraries: libXxf86misc.so.1:

2004-12-13 Thread [EMAIL PROTECTED]
  Can you run an ldd on your xset program and paste the info into your
  next email?
 

Sorry, 
these are the right results
I still do not understand what is missing.
TIA


$ ldd xset
libXmuu.so.1 = /usr/X11R6/lib/libXmuu.so.1 (0x00101000)
libXxf86misc.so.1 = not found
libXfontcache.so.1 = not found
libXext.so.6 = /usr/X11R6/lib/libXext.so.6 (0x0036d000)
libX11.so.6 = /usr/X11R6/lib/libX11.so.6 (0x0029)
libc.so.6 = /lib/libc.so.6 (0x40003000)
libdl.so.2 = /lib/libdl.so.2 (0x0028a000)
/lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x0012e000)

$ ls -l /usr/X11R6/lib/libXxf86*
-rw-r--r--1 root root18304 Dec 13  2004 
/usr/X11R6/lib/libXxf86dga.a
lrwxrwxrwx1 root root   18 Dec 13  2004
/usr/X11R6/lib/libXxf86dga.so - libXxf86dga.so.1.0
lrwxrwxrwx1 root root   18 Dec 13  2004
/usr/X11R6/lib/libXxf86dga.so.1 - libXxf86dga.so.1.0
-rwxr-xr-x1 root root19452 Dec 13  2004
/usr/X11R6/lib/libXxf86dga.so.1.0
-rw-r--r--1 root root 7352 Dec 13  2004
/usr/X11R6/lib/libXxf86misc.a
lrwxrwxrwx1 root root   19 Dec 13  2004
/usr/X11R6/lib/libXxf86misc.so - libXxf86misc.so.1.1
lrwxrwxrwx1 root root   19 Dec 13  2004
/usr/X11R6/lib/libXxf86misc.so.1 - libXxf86misc.so.1.1
-rwxr-xr-x1 root root10460 Dec 13  2004
/usr/X11R6/lib/libXxf86misc.so.1.1
-rw-r--r--1 root root 5242 Dec 13  2004
/usr/X11R6/lib/libXxf86rush.a
lrwxrwxrwx1 root root   19 Dec 13  2004
/usr/X11R6/lib/libXxf86rush.so - libXxf86rush.so.1.0
lrwxrwxrwx1 root root   19 Dec 13  2004
/usr/X11R6/lib/libXxf86rush.so.1 - libXxf86rush.so.1.0
-rwxr-xr-x1 root root 6796 Dec 13  2004
/usr/X11R6/lib/libXxf86rush.so.1.0
-rw-r--r--1 root root14834 Dec 13  2004 
/usr/X11R6/lib/libXxf86vm.a
lrwxrwxrwx1 root root   17 Dec 13  2004
/usr/X11R6/lib/libXxf86vm.so - libXxf86vm.so.1.0
lrwxrwxrwx1 root root   17 Dec 13  2004
/usr/X11R6/lib/libXxf86vm.so.1 - libXxf86vm.so.1.0
-rwxr-xr-x1 root root17052 Dec 13  2004
/usr/X11R6/lib/libXxf86vm.so.1.0





Libero ADSL: 3 mesi gratis e navighi a 1.2 Mega, senza costi di attivazione.
Abbonati subito su http://www.libero.it



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


RE: [XFree86] xset: error while loading shared libraries: libXxf86misc.so.1:

2004-12-13 Thread [EMAIL PROTECTED]
   Can you run an ldd on your xset program and paste the info into your
   next email?
  
 
 Sorry, 
 these are the right results
 I still do not understand what is missing.

ldconfig -v
solved this problem.
Now I can run xset -q  and other programs.
I get back error unable to open display :0.0
because my X server is not running.

Now when I run xinit (or X, or startx) I have this error
Couldn't load XKB keymap, falling back to pre-XKB keymap
I hope this is the last one before I will have Xfree86 running.
What can I do to solve it ?
TIA





Libero ADSL: 3 mesi gratis e navighi a 1.2 Mega, senza costi di attivazione.
Abbonati subito su http://www.libero.it



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


RE: [XFree86] xset: error while loading shared libraries: libXxf86misc.so.1:

2004-12-13 Thread [EMAIL PROTECTED]
 Now when I run xinit (or X, or startx) I have this error
 Couldn't load XKB keymap, falling back to pre-XKB keymap
 I hope this is the last one before I will have Xfree86 running.

I solved this creating the  /var/lib/xkb directory
mkdir /var/lib/xkb

Now the (last ?) probem is that the Xsrver start for a very little time (I see
the X cursor for one second) and exit saying 
waiting X server to shut down

Any suggestion ?
TIA




Libero ADSL: 3 mesi gratis e navighi a 1.2 Mega, senza costi di attivazione.
Abbonati subito su http://www.libero.it



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


RE: [XFree86] xset: error while loading shared libraries: libXxf86misc.so.1:

2004-12-13 Thread [EMAIL PROTECTED]
 Can you run an ldd on your xset program and paste the info into your
 next email?

Thank you for answering
Everything seems OK,
Maybe do I need some environment setting ?
TIA

$ xset q
xset: error while loading shared libraries: libXxf86misc.so.1: cannot open
shared object file: No such file or directory

$ ls /usr/X11R6/lib/libX*
/usr/X11R6/lib/libXxf86dga.so
/usr/X11R6/lib/libXxf86dga.so.1
/usr/X11R6/lib/libXxf86dga.so.1.0
/usr/X11R6/lib/libXxf86misc.so
/usr/X11R6/lib/libXxf86misc.so.1
/usr/X11R6/lib/libXxf86misc.so.1.1
/usr/X11R6/lib/libXxf86rush.so
/usr/X11R6/lib/libXxf86rush.so.1
/usr/X11R6/lib/libXxf86rush.so.1.0
/usr/X11R6/lib/libXxf86vm.so
/usr/X11R6/lib/libXxf86vm.so.1
/usr/X11R6/lib/libXxf86vm.so.1.0

$ cat /etc/ld.so.conf
/usr/X11R6/lib

$ ldd xset
libXmuu.so.1 = /usr/X11R6/lib/libXmuu.so.1 (0x00101000)
libXxf86misc.so.1 = /usr/X11R6/lib/libXxf86misc.so.1 (0x00107000)
libXfontcache.so.1 = /usr/X11R6/lib/libXfontcache.so.1 (0x0010c000)
libXext.so.6 = /usr/X11R6/lib/libXext.so.6 (0x0036d000)
libX11.so.6 = /usr/X11R6/lib/libX11.so.6 (0x0029)
libc.so.6 = /lib/tls/libc.so.6 (0x00147000)
libdl.so.2 = /lib/libdl.so.2 (0x0028a000)
/lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x0012e000)






Libero ADSL: 3 mesi gratis e navighi a 1.2 Mega, senza costi di attivazione.
Abbonati subito su http://www.libero.it



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


[XFree86] X works and xinit not

2004-12-13 Thread [EMAIL PROTECTED]
I have a weird error using my Xfree86 server
If I launch xinit the server start for a very little time (I see
the X cursor for one second) and exit saying
waiting X server to shut down.

If I launch X the screen goes in graphic mode and the X cursor appear and the
mouse works fine.

What do I need to have xinit running?
Any suggestion ?
TIA




Libero ADSL: 3 mesi gratis e navighi a 1.2 Mega, senza costi di attivazione.
Abbonati subito su http://www.libero.it



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


Re:[XFree86] Problem with font

2004-12-10 Thread [EMAIL PROTECTED]
This is a super-FAQ
For example I have the same problem and I already sent a whole week without 
success.
I still have this problem (missing 'fixed')
I wonder why there is not an easy way to explain step-by step and solve this
problem.

/ken




Libero ADSL: 3 mesi gratis e navighi a 1.2 Mega, senza costi di attivazione.
Abbonati subito su http://www.libero.it



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


RE: [XFree86] xset: error while loading shared libraries: libXxf86misc.so.1:

2004-12-10 Thread [EMAIL PROTECTED]
 Make sure you have /usr/X11R6/lib/ in your /etc/ld.so.conf 
 If it is not listed, add it and run ldconfig.

Yes I have that.
There is something other that could I check ?
TIA





Libero ADSL: 3 mesi gratis e navighi a 1.2 Mega, senza costi di attivazione.
Abbonati subito su http://www.libero.it



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


Re:[XFree86] ERROR startx fonts

2004-12-09 Thread [EMAIL PROTECTED]
 I'm having a problem starting X, I haven't done anything special and now it 
 doesn't start X any way.
 
 Fatal server error:
 could not open default font 'fixed'


I have the same problem,
I already read 
http://xfree86.linuxwiki.org/FAQ
but the solution method is not clear as it can appear,
I'm still facing to this problem :-(
Please post here if you find a solution.

/ken




Libero ADSL: 3 mesi gratis e navighi a 1.2 Mega, senza costi di attivazione.
Abbonati subito su http://www.libero.it



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


[XFree86] xfree86.linuxwiki.org down

2004-12-09 Thread [EMAIL PROTECTED]
http://xfree86.linuxwiki.org/FAQ
seens down.
Does exist a mirror ?
TIA





Libero ADSL: 3 mesi gratis e navighi a 1.2 Mega, senza costi di attivazione.
Abbonati subito su http://www.libero.it



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


[XFree86] xset: error while loading shared libraries: libXxf86misc.so.1:

2004-12-09 Thread [EMAIL PROTECTED]
Hello
I'm still fighting with Xfree86 built from scratch.

When I try this command
$ xset q

I get back this error
xset: error while loading shared libraries: libXxf86misc.so.1: cannot open
shared object file: No such file or directory

But this library is in the right place
$ ls /usr/X11R6/lib/libX*
/usr/X11R6/lib/libXxf86dga.so
/usr/X11R6/lib/libXxf86dga.so.1
/usr/X11R6/lib/libXxf86dga.so.1.0
/usr/X11R6/lib/libXxf86misc.so
/usr/X11R6/lib/libXxf86misc.so.1
/usr/X11R6/lib/libXxf86misc.so.1.1
/usr/X11R6/lib/libXxf86rush.so
/usr/X11R6/lib/libXxf86rush.so.1
/usr/X11R6/lib/libXxf86rush.so.1.0
/usr/X11R6/lib/libXxf86vm.so
/usr/X11R6/lib/libXxf86vm.so.1
/usr/X11R6/lib/libXxf86vm.so.1.0

What is still missing ?
Please help me
TIA




Libero ADSL: 3 mesi gratis e navighi a 1.2 Mega, senza costi di attivazione.
Abbonati subito su http://www.libero.it



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


[XFree86] Cross compiling Xfree86

2004-12-09 Thread [EMAIL PROTECTED]
Hello,
I wonder if I can cross compile Xfree86 for i686 processor with an optimized
toolchain simply using the cf/cross.def configuration file modified for my 
toolchain
TIA





Libero ADSL: 3 mesi gratis e navighi a 1.2 Mega, senza costi di attivazione.
Abbonati subito su http://www.libero.it



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


Re: [XFree86] could not open default font

2004-12-07 Thread [EMAIL PROTECTED]
As for the font problem, you are misconfigured.  The solution
 to that is described in the FAQ:
 
 http://xfree86.linuxwiki.org/FAQ

Mark,
thank you for answering.
This site seems very clear and interesting.
I suggest to put more useful links in the Xfree86 homepage.
Without your help I could had not able to find it.
Thank you

Ken




Libero ADSL: 3 mesi gratis e navighi a 1.2 Mega, senza costi di attivazione.
Abbonati subito su http://www.libero.it



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


[XFree86] Double CApitals. KEyboard DRiver

2004-11-22 Thread [EMAIL PROTECTED]
HI!.,..

is there any way to change (under x-window) the behaviour of
the keypress/keyrelase event of the CAps-Lock key?

THe capslock key works on the keyrelase event, not like the
led (keypress),, or like terminal driver (before to x-window). 

TO try it: press capslock, then a key (should be in capitals),
then press again capslock and keep it pressed. The led of
capslock says it's off, but the next keys are still in
capitals. (you have to relase the key to uncap).

thanx in advance!
oscar.


 


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


[XFree86] DebianGeForcefx

2004-11-21 Thread [EMAIL PROTECTED]
help me
can i use Debian3.0_r3 with nVidia GeForce FX Go5700?




Libero ADSL: navighi gratis a 1.2 Mega, senza canone e costi di attivazione. 
Abbonati subito su http://www.libero.it 



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


Re: [XFree86] dri kernel modules (sis6326)

2004-11-21 Thread [EMAIL PROTECTED]
 Is there a link or email to contact Alan Cox? I would be willing to test a 
beta version if one is available.
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] dri kernel modules

2004-11-20 Thread [EMAIL PROTECTED]
Dear Sirs:

 I am using the Fedora core 1 distribution with a sis6326 graphics card. I 
am relatively new to the Linux OS and have a question to ask. In order to use 
the Flightgear simulator with opengl in 3d mode, I need to use the proper 3d 
module. I am currently using the xfree86 version 4.3.0 (fedora core1: 
4.3.0-42). If I download and modprobe the file 
linux-drm-4.3.0-kernelsource.tar.gz, is that all that is needed to run 
Flightgear in 3d mode? The xfree86.log file had this line: (EE) SIS(0): 
DRIScreenInit failed. Disabling DRI.

 Thank you for your time,
Jeff
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Re: Hey!

2004-11-12 Thread Confirmation from [EMAIL PROTECTED]
The message that you sent to me ([EMAIL PROTECTED]) has not yet been delivered:

 From: [EMAIL PROTECTED]
 Subject: Hey!
 Date: Fri, 12 Nov 2004 19:45:58 -0600

I am now using Vanquish to avoid spam.  This automated message
is an optional feature of that service, which I have enabled.

Please accept this one-time request to confirm that the above
message actually came from you.  Your confirmation will release
the message and allow all future messages from your address.

Click here to confirm:
http://confirm.vanquish.com/?U=1CRk17GEUukYhsqXYBgXQA

Vanquish respects my privacy and yours.  Your confirmation
gets your mail delivered to me now and in the future.  It
does not serve any marketing purpose.  Learn how privacy is
assured: www.vanquish.com/privacy


[XFree86] Report usia

2004-10-30 Thread [EMAIL PROTECTED]
cereus bartok fortuitous perception mastery 




0rder V1C0D1N Here - http://495kkr.com




concert coarse predispose rouge calf algebraic opacity continuous boycott delicatessen 
vagary pyrrhic addis 
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] remote connection

2004-10-27 Thread [EMAIL PROTECTED]



I'm not sure if I'm in the right newsgroup. Perhaps 
you may want to redirect me.

I am using a debian (woody)server and want to 
connect from a different PC using knoppix thus not needing vnc. But how? Years 
ago I did remote X11 connections on HP workstations but I forgot how to do it 
(which command?)


[XFree86] GUI problem

2004-09-05 Thread [EMAIL PROTECTED]
To XFree86

Itried to start the GUI in Red Hat 9 and I got this reply. I am attatching the file "/var/log/XFree86.0.log" . The GUI is not working.

I am a novice Linux user. Please do send me the possible problems andremedies.

with regards
Navaneeth V K
XFree86 Version 4.3.0 (Red Hat Linux release: 4.3.0-2)Release Date: 27 February 2003X Protocol Version 11, Revision 0, Release 6.6Build Operating System: Linux 2.4.20-3bigmem i686 [ELF] Build Date: 27 February 2003Build Host: porky.devel.redhat.comBefore reporting problems, check http://www.XFree86.Org/to make sure that you have the latest version.Module Loader presentOS Kernel: Linux version 2.4.20-8 ([EMAIL PROTECTED]) (gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #1 Thu Mar 13 17:54:28 EST 2003 Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown.(==) Log 
 file:
 "/var/log/XFree86.0.log", Time: Sun Sep 5 22:22:06 2004(==) Using config file: "/etc/X11/XF86Config"(==) ServerLayout "Default Layout"(**) |--Screen "Screen0" (0)(**) | |--Monitor "Monitor0"(**) | |--Device "Videocard0"(**) |--Input Device "Mouse0"(**) |--Input Device "Keyboard0"(**) Option "XkbRules" "xfree86"(**) XKB: rules: "xfree86"(**) Option "XkbModel" "pc105"(**) XKB: model: "pc105"(**) Option "XkbLayout" "us"(**) XKB: layout: "us"(==) Keyboard: CustomKeycode disabled(**) |--Input Device "DevInputMice"(**) FontPath set to "unix/:7100"(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"(==) ModulePath set to "/usr/X11R6/lib/modules"(--) using VT number 7
(II) Open APM successful(II) Module ABI versions:XFree86 ANSI C Emulation: 0.2XFree86 Video Driver: 0.6XFree86 XInput driver : 0.4XFree86 Server Extension : 0.2XFree86 Font Renderer : 0.4(II) Loader running on linux(II) LoadModule: "bitmap"(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a(II) Module bitmap: vendor="The XFree86 Project"compiled for 4.3.0, module version = 1.0.0Module class: XFree86 Font RendererABI class: XFree86 Font Renderer, version 0.4(II) Loading font Bitmap(II) LoadModule: "pcidata"(II) Loading /usr/X11R6/lib/modules/libpcidata.a(II) Module pcidata: vendor="The XFree86 Project"compiled for 4.3.0, module version = 1.0.0ABI class: XFree86 Video Driver, version 0.6(II) PCI: Probing config type using method 1(II) PCI: Config type is 1(II) PCI: stages = 0x03, oldVal1 = 0x, mode1Res1 = 0x8000(II)
 PCI: PCI scan (all values are in hex)(II) PCI: 00:00:0: chip 8086,1a30 card 103c,1a30 rev 03 class 06,00,00 hdr 00(II) PCI: 00:01:0: chip 8086,1a31 card , rev 03 class 06,04,00 hdr 01(II) PCI: 00:1e:0: chip 8086,244e card , rev 12 class 06,04,00 hdr 01(II) PCI: 00:1f:0: chip 8086,2440 card , rev 12 class 06,01,00 hdr 80(II) PCI: 00:1f:1: chip 8086,244b card 103c,2440 rev 12 class 01,01,80 hdr 00(II) PCI: 00:1f:2: chip 8086,2442 card 103c,2440 rev 12 class 0c,03,00 hdr 00(II) PCI: 00:1f:3: chip 8086,2443 card 103c,2440 rev 12 class 0c,05,00 hdr 00(II) PCI: 00:1f:4: chip 8086,2444 card 103c,2440 rev 12 class 0c,03,00 hdr 00(II) PCI: 00:1f:5: chip 8086,2445 card 103c,127a rev 12 class 04,01,00 hdr 00(II) PCI: 01:00:0: chip 1002,5446 card 1002,0008 rev 00 class 03,00,00 hdr 00(II) PCI: 02:08:0: chip 8086,2449 card 8086,3013 rev 03 class 02,00,00 hdr 00(II) PCI: End of PCI scan(II) Host-to-PCI bridge:
 (II) Bus
 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)(II) Bus 0 I/O range:[0] -100x - 0x (0x1) IX[B](II) Bus 0 non-prefetchable memory range:[0] -100x - 0x (0x0) MX[B](II) Bus 0 prefetchable memory range:[0] -100x - 0x (0x0) MX[B](II) PCI-to-PCI bridge:(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000f (VGA_EN is set)(II) Bus 1 I/O range:[0] -100x9000 - 0x90ff (0x100) IX[B][1] -100x9400 - 0x94ff (0x100) IX[B][2] -100x9800 - 0x98ff (0x100) IX[B][3] -100x9c00 - 0x9cff (0x100) IX[B](II) Bus 1 non-prefetchable memory range:[0] -100xdfd0 - 0xdfdf (0x10) MX[B](II) Bus 1 prefetchable memory range:[0] -100xd7a0 - 0xdfaf (0x810) MX[B](II)
 PCI-to-PCI bridge:(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0006 (VGA_EN is cleared)(II) Bus 2 I/O range:[0] -100xa000 - 0xa0ff (0x100) IX[B][1] -100xa400 - 0xa4ff (0x100) IX[B][2] -100xa800 - 0xa8ff (0x100) IX[B][3] -100xac00 - 0xacff (0x100) IX[B](II) Bus 2 non-prefetchable memory range:[0] -100xdfe0 - 0xdfef (0x10) MX[B](II) Bus 2 prefetchable memory range:[0] -100xdfb0 - 0xdfbf (0x10) MX[B](II) PCI-to-ISA bridge:(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN 

[XFree86] MMIO bug for 5446 rev 0 cirrus driver

2004-08-28 Thread [EMAIL PROTECTED]
Hello, 

I luckily found the alp_driver.c at the following url: 
http://wuarchive.wustl.edu/mirrors/NetBSD/NetBSD-current/xsrc/xfree/xc/programs/Xserver/hw/xfree86/drivers/cirrus/alp_driver.c
this file has the following date in the header: 2004/01/04 
I read at line 714 of this file that : 

...
No valid MMIO address in PCI config space\n);
/* 5446 rev A do not use a separate MMIO segment */
/* We do not really need that YET. */
...

This the message I get when I start an X session, see below a
part of my /var/log/XFree86.0.log file. And a few lines below
of the alp_driver.c file :

#if 0
/* Will we ever support MMIO on 5446A or older? */
if (xf86ReturnOptValBool(pCir-Options, OPTION_MMIO, FALSE)) {
pCir-UseMMIO = TRUE;
from = X_CONFIG;
}
#endif


And I have this old graphic card, and I guess the Vesion of my
card is 0: 

# lspci -v 
00:05.0 VGA compatible controller: Cirrus Logic GD 5446
(prog-if 00 [VGA])
Flags: medium devsel
Memory at ef00 (32-bit, prefetchable) [size=16M]
Expansion ROM at ffaf [disabled] [size=32K]
 

Did I find my problem ? Can this problem be relied to display
problems on my old 14 proview monitor ? There are bad
horizontal vibrations on the screen, during X sessions, and
this is the main problem. The prompt when I type text may have
some strange colors. I used another windows system without
this problem.


Does a newer version exists ? I use XFree86, Version 4.3.0.
Otherwise, would it be difficult to solve this problem ??


Cheers, xavier droubay.

PS : I use 800x600 resolution with 8 depth. 

XFree86.0.log
Description: Binary data


Re: i855 crt out

2004-07-27 Thread [EMAIL PROTECTED]
Thanks both for your answeres!
I'll download the CVS version asap to check if my utility is still useful or 
if the CVS version has the feauters that i855crt can provide.
If this is the case I will release the last version of i855crt just to include 
the fixes and changes that i have already made.
If insead i855crt may be still useful for something i will post my patches and 
evaluate more accurately the licence stuff.

Thanks again
Andrea Merello
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


[XFree86] My Portfolio

2004-07-22 Thread [EMAIL PROTECTED]
Hi

My name is Ernie, I may not have the right email address, if not 
please excuse my intrusion.  I understand that you may be interested 
in some web design work for your company.  If so, I would be happy 
to eMail you some web design samples. I searched for Jan Stevens in 
Texas and your address came up.

Thanks,
Ernie


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


[XFree86] ask solution

2004-07-20 Thread [EMAIL PROTECTED]
dear all,

give solution,please

thank's
regard's
seno


mail2web - Check your email from the web at
http://mail2web.com/ .



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


[XFree86] My Portfolio

2004-07-09 Thread [EMAIL PROTECTED]
Hi

My name is Ernie, I may not have the right email address, if not 
please excuse my intrusion.  I understand that you may be interested 
in some web design work for your company.  If so, I would be happy 
to eMail you some samples.  

Thanks,
Ernie


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


[I18n] I,06/16

2004-06-15 Thread [EMAIL PROTECTED]
Dear Sir, 

 we have been in the field of diesel fuel injection 
systems for quite a few years.(CHINA)

Recently we have developed a new kind of hr,
CH-D90101A=AM Bosch number HD90101AIts unit price is USD150/pc.And 
we also adjust the unit price of Nozzle , Plunger to USD4~8/pc
respectively.

We tell you that we will update our VE hr
(hydraulic heads for the VE distributor pump) list in our 
homepages.Thirty more models will be added.And the minimum
order will be 10pcs a model.

we give the unity quotation of VE distributor head:

3-cyl:USD:55/1pcs
4-cyl:USD:40~50/1pcs
5-cyl:USD:60/1pcs
6-cyl:USD:45~50/1pcs

  We can ship the following three models to you within 6~8 weeks. after
 we receive your payment.
  If you feel interested in our products,please advise the details about
 what you need,such model name,part number,quantity and so on.We are always
 within your touch.

Thanks and best regards

Looking forward to our favorable cooperation.
Hope to hear from you soon.
(NIPPON DENSO)
D00-0143
D00-0242
D00-0262
D00-0371
D00-0432
D00-1030
D00-1060
D00-1090
D00-1210
D00-1220
D00-1230
D00-1240
D00-1250
D00-1330
D00-1331
D00-1600
D40-0080 

ZEXEL
Z00-2220
Z00-3320
Z00-4520
Z00-5521
Z00-8821
Z00-9720
Z01-0520
Z01-2120
Z02-0820
Z02-0920
Z02-1420
Z02-4020
Z02-4320
Z02-3820
Z03-2820
Z03-3120
Z03-3520
Z04-1520
Z04-2200
Z05-1920
Z30-1420

BOSCH

A 333 320
A 333 323
A 334 313
A 334 327
A 334 565
A 334 337
A 334 378
A 334 424
A 334 475
A 334 485
A 334 494
A 334 496
A 334 580
A 334 590
A 334 564
A 334 565
A 334 575
A 334 592
A 334 595
A 334 596
A 334 603
A 334 604
A 334 606
A 334 617
A 334 675
A 334 678
A 334 720
A 334 780
A 334 798
A 334 859
A 334 874
A 334 899
A 334 946
A 335 345
B 335 022
A 336 335
A 336 352
A 336 364
A 336 403
A 336 423
A 336 464
A 336 480
A 336 528
A 336 608
A 336 614
A 336 626
A 336 632
B 334 050
B 334 021
B 336 013

  We have a large number of nozzle, plunger and delivery valve
in stock.Here is a list of part of them.


NOZZLE
093400-1310   DN0SD193
093400-1710 DLLA160SND171
093400-2280 DNOSD228
093400-5210 DNOPD21
093400-5571 ND-DN4PD57
093400-5590  ND-DLLA150P59 
093400-7690 ND-DN10PDN129
093400-7700 ND-DN10PDN130
 DNOSD261
 DNOSD220
 DNOSD293
 DLLA150P205
 DLLA150S1070
105000-108 NP-DNOSD211
105000-1130 NP-DN4SD24
10500-1650 NP-DNOSD2110
105000-1080 NP-DNOSD211
105000-1360 NP-DN4SD24
105000-1730 NP-DNOSD21
105000-1740 NP-DNOSD193
105000-1760 
105000-2280 NP-DNOSDN228
105007-1120 NP-DNOPDN112
105007-1130 NP-DN0PDN113
105007-1210 NP-DNOPDN121
105015-2780 NP-DLLA166S374NP6 
105015-3280 NP-DLLA150S328NP52
105015-3520 DLLA150S384NP73
105015-3650 NP-DLLA151S354N86
105015-3670 NP-DLLA160S354NP88
105015-3850 NP-DLLA150S334N385
105015-4130 NP-DLLA154S324N413
105015-4170 NP-DLLA137S374N417
105015-4190 DLLA154S334N419
105015-4220 NP-DLLA160S295N422
105015-4330 NP-DLLA105S304N433
105015-4730 NP-DLLA148S324N473
105015-5070 NP-DLLA160S325N507
105015-6130 NP-DLLA142SN613
105015-6380 DLLA158SN638
105015-8690 DLLA158SN869
105015-8860 NP-DLLA148SN886
105017-0070 NP-DLLA154PN007
105017-0090 NP-DLLA152PN009
105017-0630 NP-DLLA152PN063
105017-0670 DLLA154PN067
105017-0100 DLLA160PN010
105017-0210 DLLA150PN021
105017-0211/10 DLLA150PN021
105017-0900DLLA152PN009
105017-1160 NP-DLLA154PN116
105017-1180 DLLA155PN118
105007-1210 NP-DNOPDN121
105017-1780 DLLA153PN178
0 433 271 740 
0 433 271 047 DLLA150S187
0 433 271 045 DLLA150S186
0 433 171 031 DLLA150P30
0 433 171 050 DLLA160P50
0 433 171 059  DLLA150P59
0 433 171 104 DLLA150P115
0 433 171 149 DLLA146P166
0 433 171 137 DLLA146P154
0 433 171 161 DLLA144P184
0 433 171 172 DLLA154P206
0 433 171 231 DLLA150P326
0 433 171 435 DLLA145P574
0 433 171 444 DLLA150P585
0 433 175 048 DSLA145P300
0 433 271 045 DLLA150S186
0 433 271 047 DLLA150S187
0 433 271 361 DLLA150S739
0 433 271 404 DLLA142S792
0 433 271 874 DLLA150S739
0 466 171 003 DLL-A160P3
 NP-DLL154S284N393
 NP-DLL160S 354NP88 
6801128
6801118



PLUNGER LIST:
131101-7020 0-4
131101-7520 0-9
 A17
131151-2720 A43
131151-3220 A44
131151-5820 A74
131151-7320 A89
A98
131152-1420 A138
A147
131152-2220 A148
131152-3120 A158
131152-3320 A160
131152-5620 A188
131153-1220 A196
131152-8520 A226
131153-8920 A768
 A722
134101-1420 P2
134101-1520 P3
 P4
134101-1820 P6
134101-3820 P25
134101-6320 P48
134101-6420 P49

Delivery valve


146430-1420  
131160-1920 02A
131160-2220 05A
 131160-2920 12A
131160-3620 20A
134110-0120 P1
134110-0520 P4
134110-0920 P8
134110-4520 P44
131110-0620 161S2
134110-0920 P8
134110-4520 P44
134110-7420 P73
131110-2920 A9
131110-3920 A20
131110-4720 A28
131110-5120  A32 
131110-5220 A33
131110-5920 A40
13110-6820 A49
131110-7720 A58
131110-7820 A59
131110-9420 A75
131160-0420 A85
1 468 532 247 A247
146430-0020 VE1
146430-1420 VE15


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


Free Online Games 4 Your site

2004-05-24 Thread [EMAIL PROTECTED]
 of these sites before but I'd like to get a link 
exchange with all 18 at this time and I can add your link right away on all 18 sites. 
All 18 sites get very nice daily visitor rate and is increasing enormously fast.

If you need 88x31 button links there is a page named Link Us with more links you can 
use.

http://www.007arcadegames.com/link_exchange.php ( You can get ALL 18 88x31 link 
buttons from the first box on this page, simple copy and paste so you don't even have 
to spend time making the links ^_^ ).

If you need text descriptions for the links they are as follows (Link Name, Link URL, 
Link Description):


007 Arcade Games
http://www.007arcadegames.com/
Play Thousands of Free Online Arcade Games created in Java, Flash  Shockwave Games.

2d Play Free Online Games
http://www.2dplay.net/
Online games for free: Classic tetris, tetris trainer, tetris clones (color lines, 
color Tetris), puzzles, memory games, card solitaire games, online arcade.

8th Dimension Free Games
http://www.8thd.net/
Your source to thousands of free online Java, Flash and Shockwave games on the 
internet.

Action Flash Games
http://www.actionflash.net/
Arcade games, Flash Games, Online checkers, solitaires, trivia, sweepstakes, casinos. 
Something for everyone from novices to pros.

Free Addicting Games
http://www.addictinggames.org/
Offers online playable java games, as well as games to download for the PC, Mac and 
Wireless platforms. Includes Atomica, Diamond Mine (Bejeweled) and Alchemy.

Alexa Online Games
http://www.alexagames.com/
Play a very large selection of classic games free online.

ArcadeTown Flash Games
http://www.arcadetown.us/
Offers a large selection of free games, free online games, video games, java games, 
flash games, and download games.

Dragon Online Games
http://www.dragongamez.net/
Collection of original Flash and Shockwave games including action, adventure, classic, 
puzzle, and strategy games. Includes player ratings and high score lists.

Free Online Games
http://www.free-online-games-4u.com/
Offers games such as RuneScape, Meltdown, and SlimeWar as well as remakes of classics 
like Checkers and Chess.

Kiddle Free Games
http://www.kiddlegames.com/
Features Java and Flash games including Mah Jongg, Slots, Video Poker, Java Blackjack 
and Hangomoto.

Nema Flash Games
http://www.nemag.org/
A huge comprehensive collection of free online games in Flash Shockwave and Java.

Neman Free Online Games
http://www.neman.net/
Collection of thousands of multiplayer online games to win cash prizes, including: 
board games, cards, chess, and solitaire.

Nexus Flash Games Planet
http://www.nexusplanet.com/
A large collection of categorized games with no registration required, useful load 
time indication.

Planet Zoog Disney Games
http://www.planetzoog.com/
Offers games in the genres of arcade, card, sports and board.

Roxy Flash Games
http://www.roxygames.com/
Solve puzzles, play memory game, piece together jigsaw puzzles, play blackjack or 11 
versions of solitaire.

Serra Online Games
http://www.serragames.com/
Play games online such as chess, checkers, puzzles, and word search.

Xgen Studios Planet Flash Games
http://www.xgenplanet.com/
Selection of online web games of different genres and categories.

Yahoo Online Games
http://www.yahoogamez.com/
Offers 2,850 Flash, Shockwave, and Java free online games.


Thanks for your time and please let me know ASAP if you added our links and or 2,852 
free online games to your site so I can add a link back for your website and don't 
forget to add your email address to our free newsletter, we send out an email to the 
newsletter members whenever there is a significant update in new games.

If you have any popup inventory open on your site or were thinking of adding a small 
popup to your pages, I can get you a special super high rate for popups. If you'd like 
to do that or even try it for a day, just let me know ;) I'm 100% sure that you will 
be satisified with your earnings, they are the best paying company out there 
especially when you add the special rate. A small website with even around 3,000-4,000 
uniques daily can expect to make well over several thousand dollars a month without 
breaking a sweat, honestly, not joking. It's worth a try and what do you have to 
loose, try it for 24 hours and see how much you will make for a month, you'll be 
shocked. If you interested let me know. I have AIM so if you got a screenname let me 
know it and we can talk ;)

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Thanks,
Marcus from Free Online Games Net
http://www.free-online-games-4u.com/
[EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

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


[XFree86] 2nd crash since installation of Mandrake 10.0

2004-05-18 Thread [EMAIL PROTECTED]



mail2web - Check your email from the web at
http://mail2web.com/ .



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


[XFree86] Error Report

2004-05-12 Thread [EMAIL PROTECTED]
: XFree86 Server Extension, version 0.1
(II) Loading sub module GLcore
(II) LoadModule: GLcore
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor=The XFree86 Project
compiled for 4.1.0, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: dri
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor=The XFree86 Project
compiled for 4.1.0, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module drm
(II) LoadModule: drm
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor=The XFree86 Project
compiled for 4.1.0, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension XFree86-DRI
(II) LoadModule: fglrx
(II) Loading /usr/X11R6/lib/modules/drivers/fglrx_drv.o
Not loading .rodata.str1.32
Not loading .note.GNU-stack
(II) Module fglrx: vendor=Fire GL - ATI Research GmbH, Germany
compiled for 4.3.0.1, module version = 3.7.6
Module class: XFree86 Video Driver
ABI class: XFree86 Video Driver, version 0.6
(EE) module ABI minor version (6) is newer than the server's version (4)
(II) UnloadModule: fglrx
(II) Unloading /usr/X11R6/lib/modules/drivers/fglrx_drv.o
(EE) Failed to load module fglrx (module requirement mismatch, 0)
(II) LoadModule: mouse
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor=The XFree86 Project
compiled for 4.1.0, module version = 1.0.0
Module class: XFree86 XInput Driver
ABI class: XFree86 XInput driver, version 0.2
(EE) No drivers available.

Fatal server error:
no screens found

When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file /var/log/XFree86.0.log.
Please report problems to [EMAIL PROTECTED]



[XFree86] help me

2004-04-30 Thread [EMAIL PROTECTED]


XFree86.0.log
Description: Binary data


[XFree86] xserver doubt

2004-04-28 Thread [EMAIL PROTECTED]
Hi ya all,
I'm a debian user an' since 4months ago I was waiting for 4.4 version but .deb won't 
implement it in the 
distro, so which xserver could I use instead of xfree, I,m afraid for my laptop 
future!!
help me please.
tnx

-- 
If a train station is where a train stops. Then what stops at a workstation?
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Please resend your message

2004-04-22 Thread dinball.com [EMAIL PROTECTED]
Please resend your message

Due to too much junk e-mails recently, we have 
closed the e-mail of [EMAIL PROTECTED] 

If you wanna contact the Danny (webmaster of dinball.com)
please resend your message to [EMAIL PROTECTED]

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


Re: [XFree86] X not working after kernel upgrade

2004-03-29 Thread [EMAIL PROTECTED]
Quoting Bob Marcan [EMAIL PROTECTED]:

 [EMAIL PROTECTED] wrote:
  Quoting Mark Vojkovich [EMAIL PROTECTED]:
 
 
 On Fri, 26 Mar 2004, [EMAIL PROTECTED] wrote:
xsnipped here  

  XXX snipped here to save bandwidth XXX
 
  Can anyone tell me where I might find these files?
  /dev/psaux
  /dev/mouse
  I am new to this and I did not compile the new kernel I used RPM
  but I did not have any unresolved dependency issues in fact no
  errors at all until Xfree would not work.
 
  (II)Load Module Mouse
  (II)Loading /usr/X11R6/lib/modules/input/mouse_drv.o
 
  Are these the actual drivers or just pointers?
  
  The /proc_modules file from a 2.6 session;
  is there a Mouse module?
 

 Same problem.
 I'm using  kernel 2.6.3 from Rawhide SRPM on RH9.
 It is distributed with CONFIG_INPUT_MOUSEDEV_PSAUX disabled.
 Enable it and rebuild.

 Regards, Bob



Thanks  Bob
But I have no idea how to rebuild as I used RPM to install
the kernel. I will look for CONFIG_INPUT_MOUSEDEV_PSAUX
to see if I can enable it with a config file, so far I have
not had much luck; there are sooo many configuration files
in soo many locations.
Thanks for the pointer.
Gary Fazenbaker

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


Re: [XFree86] X not working after kernel upgrade

2004-03-27 Thread [EMAIL PROTECTED]
Quoting Mark Vojkovich [EMAIL PROTECTED]:

 On Fri, 26 Mar 2004, [EMAIL PROTECTED] wrote:

  After kernel upgrade X windows won't work can anyone please give me
 a
  pointer.

Looks to me like you have no mouse support in your new kernel.
 Ie. you have no /dev/psaux or /dev/mouse according to the log files.

   Mark.


XXX snipped here to save bandwidth XXX

Can anyone tell me where I might find these files?
/dev/psaux
/dev/mouse
I am new to this and I did not compile the new kernel I used RPM
but I did not have any unresolved dependency issues in fact no
errors at all until Xfree would not work.

(II)Load Module Mouse
(II)Loading /usr/X11R6/lib/modules/input/mouse_drv.o

Are these the actual drivers or just pointers?

The /proc_modules file from a 2.6 session;
is there a Mouse module?

radeon 101932 0 - Live 0xe09e5000
lp 9708 0 - Live 0xe0934000
ipv6 215136 10 - Live 0xe0a26000
autofs 14848 0 - Live 0xe095b000
tulip 38688 0 - Live 0xe0968000
crc32 4736 1 tulip, Live 0xe0931000
ipt_REJECT 5504 6 - Live 0xe094f000
iptable_filter 2944 1 - Live 0xe0928000
ip_tables 15744 2 ipt_REJECT,iptable_filter, Live 0xe092c000
ohci1394 29464 0 - Live 0xe0866000
ieee1394 283188 1 ohci1394, Live 0xe099e000
floppy 51472 0 - Live 0xe0938000
parport_pc 20544 1 - Live 0xe086f000
parport 33992 2 lp,parport_pc, Live 0xe0823000
ide_cd 32772 0 - Live 0xe084
cdrom 31388 1 ide_cd, Live 0xe0837000
hid 47508 0 - Live 0xe0859000 -- Is this the kbd module?
usbcore 85300 2 hid, Live 0xe088e000
ext3 92968 2 - Live 0xe0876000
jbd 54424 1 ext3, Live 0xe084a000
dm_mod 32288 0 - Live 0xe082e000
===

Here is a cut from the dmsg file of a 2.6 session

mice: PS/2 mouse device common for all mice
serio: i8042 AUX port at 0x60,0x64 irq 12
input: ImExPS/2 Logitech Explorer Mouse on isa0060/serio1
serio: i8042 KBD port at 0x60,0x64 irq 1
input: AT Translated Set 2 keyboard on isa0060/serio0

I thought this indicated that the kernel had identified a
mouse and keyboard?
=
I will be checking with the kernel mailing list but in the mean
time if any one has any ideas please let me hear from you.
Thanks in advance
Gary Fazenbaker  Linux User #280771
SuperMicro P6DBE mobo
Dual 350Mhz procs
1/2Ghz PC 100 memory
20Gb WD hard drive
Creative CD burner
ATI 7200 AGP video card
Generic NIC


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


[XFree86] configuring mouse

2004-03-27 Thread [EMAIL PROTECTED]
Hello all
I am looking at the xf86cfg man page I need to configure a mouse
for a new kernel that I installed because the default configuration
cannot find my mouse so X will not start. Is there a way to run it
in test mode or is it safe to use the -xf86config parameter and then
specify a dummy config file?
Where can I find the mouse driver?
Thanks in advance
Gary Fazenbaker Linux User #280771

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


[XFree86] X not working after kernel upgrade

2004-03-25 Thread [EMAIL PROTECTED]
Please forgive the brevity but this is my fifth try and so far none of
my post have made it to the list.
After kernel upgrade X windows won't work can anyone please give me a
pointer.
Here are some files if this posts I will elaborate
Thanks Gary Fazenbaker

XFree86 Version 4.3.0 (Red Hat Linux 9 release: 4.3.0-2.90.55)
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.21-2.ELsmp i686 [ELF]
Build Date: 12 February 2004
Build Host: porky.devel.redhat.com


Module Loader present
OS Kernel: Linux version 2.6.3-2.1.252smp
([EMAIL PROTECTED]) (gcc version 3.3.3 20040216 (Red
Hat Linux 3.3.3-2.1)) #1 SMP Tue Mar 9 10:28:07 EST 2004
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(++) Log file: /dev/null, Time: Mon Mar 22 01:19:36 2004
(++) Using config file: [EMAIL PROTECTED]
(WW) RADEON: No matching Device section for instance (BusID PCI:0:18:0)
found
(EE) xf86OpenSerial: Cannot open device /dev/psaux
No such device.
(EE) Mouse0: cannot open input device
(EE) PreInit failed for input device Mouse0
No core pointer

Fatal server error:
failed to initialize core devices
Mar 16 02:32:51 localhost kernel: Linux version 2.6.3-2.1.252smp
([EMAIL PROTECTED]) (gcc version 3.3.3 20040216 (Red
Hat Linux 3.3.3-2.1)) #1 SMP Tue Mar 9 10:28:07 EST 2004BR
Mar 16 02:32:51 localhost kernel: BIOS-provided physical RAM map:BR
BR
BR
Mar 16 02:32:51 localhost kernel: PCI: Invalid ACPI-PCI IRQ routing
tableBR
BR
Mar 16 02:32:51 localhost kernel: apm: disabled - APM is not SMP
safe.BR
BR
Mar 16 02:32:51 localhost kernel: audit: initializing netlink socket
(disabled)BR
BR
Mar 16 02:32:52 localhost kernel: input: ImExPS/2 Logitech Explorer
Mouse on isa0060/serio1BR
BR
Mar 16 02:32:52 localhost kernel: input: AT Translated Set 2 keyboard on
isa0060/serio0BR
BR
Mar 16 02:32:52 localhost kernel: drivers/usb/core/usb.c: registered new
driver usbfsBR
Mar 16 02:32:52 localhost keytable:BR
Mar 16 02:32:52 localhost kernel: drivers/usb/core/usb.c: registered new
driver hubBR
Mar 16 02:32:52 localhost keytable: Loading system font:BR
Mar 16 02:32:52 localhost kernel: drivers/usb/core/usb.c: registered new
driver hiddevBR
Mar 16 02:32:52 localhost kernel: drivers/usb/core/usb.c: registered new
driver hidBR
Mar 16 02:32:52 localhost kernel: drivers/usb/input/hid-core.c: v2.0:USB
HID core driverBR
BR
Mar 16 02:32:52 localhost kernel: ip_tables: (C) 2000-2002 Netfilter
core teamBR
Mar 16 02:32:52 localhost kernel: Linux Tulip driver version 1.1.13 (May
11, 2002)BR
BR
Mar 16 02:32:59 localhost gpm[1190]: /dev/mouse: No such deviceBR
localhost xfs: ignoring font path element
/usr/X11R6/lib/X11/fonts/cyrillic (unreadable)BR
BR
atkbd.c: Unknown key released (translated set 2, code 0x7a on
isa0060/serio0).BR
BR
atkbd.c: This is an XFree86 bug. It shouldn't access hardware
directly.BR
BR
gdm[1544]: gdm_slave_xioerror_handler: Fatal X error - Restarting :0BR
BR
gdm[1473]: deal_with_x_crashes: Running the XKeepsCrashing scriptBR
BR
gdm[1473]: Failed to start X server 2 times in a short time
period;disabling display :0BR
BR
BR
XFree86 Version 4.3.0 (Red Hat Linux 9 release: 4.3.0-2.90.55)BR
Release Date: 15 August 2003BR
X Protocol Version 11, Revision 0, Release 6.6BR
Build Operating System: Linux 2.4.21-2.ELsmp i686 [ELF] BR
Build Date: 12 February 2004BR
Build Host: porky.devel.redhat.comBR
 BR
BR
Module Loader presentBR
OS Kernel: Linux version 2.6.3-2.1.252smp
([EMAIL PROTECTED]) (gcc version 3.3.3 20040216 (Red
Hat Linux 3.3.3-2.1)) #1 SMP Tue Mar 9 10:28:07 EST 2004 BR
Markers: (--) probed, (**) from config file, (==) default setting,BR
nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; (++) from command line,
(!!) notice, (II) informational,BR
nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; (WW) warning, (EE)
error, (NI) not implemented, (??) unknown.BR
(++) Log file: quot;/dev/nullquot;, Time: Mon Mar 22 01:19:36 2004BR
(++) Using config file: quot;[EMAIL PROTECTED]quot;BR
(WW) RADEON: No matching Device section for instance (BusID PCI:0:18:0)
foundBR
(EE) xf86OpenSerial: Cannot open device /dev/psauxBR
No such device.BR
(EE) Mouse0: cannot open input deviceBR
(EE) PreInit failed for input device quot;Mouse0quot;BR
No core pointerBR
BR
Fatal server error:BR
failed to initialize core devicesBR

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


Re: [XFree86] how to get socket ID for a window? (Window ID=Process ID)

2004-03-23 Thread [EMAIL PROTECTED]
Quoting dave giffin [EMAIL PROTECTED]:

 no, xkill seems to send a destroy or kill event to the
 window.

 is there a way to find out which socket a window comes
 from? (Window ID= Socket ID)


Not sure if this is what you want.

tty  enter gives your terminal ID

ps -elf|grep pts/ will give process ID

HTH
Gary

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


[XFree86] (no subject)

2004-03-22 Thread [EMAIL PROTECTED]
Hello All
After inatalling The new kernel 2.6 I get X error.
Fail to initialize core pointer? I have changed the
Xconfig file around several times with results ranging
from null to disastreous. I have a standard kbd and a
logitech usb trackball using an adapter to the PS2 port.
Also getting some usb errors but I think the pointer is
the fatal one. Does the default configuration really need
two sections for two mice? Some one please have a look at
the following and mabey the attachment and tell me where
I might look to get this fixed (2.6 kernel runs but no GUI)

From XF86Config

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol IMPS/2
Option  Device /dev/psaux
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

No reasonable offer refused
Thanks in advance for any hints.
Gary Fazenbaker


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


[XFree86] (no subject)

2004-03-11 Thread [EMAIL PROTECTED]
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] xfree vesa only 800x600

2004-02-24 Thread [EMAIL PROTECTED]
Hi ya all,
I have a problem, with my X. ( no ;-) )
I run Debian sid, kernel 2.6.2, xserver-xfree8 4.3.0-2,gcc 3.3.2-3, so I upgraded my 
system and at 
start ( the next day ), my X goes only in 800x600 instead 1024x748, I use vesa driver 
because my laptop has 
Prosavage 8 on VIA KN400 chipset, and drivers does not function well.
That's it, the /var/log/XFree86.0.log errors seems only to be:
-  Open APM failed (/dev/apm_bios) (No such file or directory)
- VESA(0): VESA VBE DDC read failed
- VESA(0): VBESetVBEMode failed...Tried again without customized values
- VESA(0): Failed to set up write-combining range (0xf000,0x400)
-   (II) VESA(0): Total Memory: 1024 64KB banks (65536kB)
(II) VESA(0): monitor1: Using hsync range of 31.50-48.50 kHz
(II) VESA(0): monitor1: Using vrefresh range of 70.00-130.00 Hz
(II) VESA(0): Not using mode 1024x768 (no mode of this name)
(--) VESA(0): Virtual size is 800x600 (pitch 800)
(**) VESA(0):  Built-in mode 800x600
(**) VESA(0):  Built-in mode 640x480
(++) VESA(0): DPI set to (100, 100)
(II) VESA(0): Attempting to use 72Hz refresh for mode 800x600 (114)
(II) VESA(0): Attempting to use 85Hz refresh for mode 640x480 (111)
(**) VESA(0): Using Shadow Framebuffer
but I didn't touched in anyway neither X nor anything concerned.
I just killed X and poweroff'ed.
What's going on? 
Help me please I can't stand 800x600 no more, since my video card is not supported ( 
:-(( why me! ) 
-- 
If a train station is where a train stops. Then what stops at a workstation?
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] VIA KM266

2004-02-24 Thread [EMAIL PROTECTED]
hi ,
I have an Acer Aspire 1350 with Prosavage 8 and KN400, but , in my case there is a few 
to do.
You sould/could use the driver that u can find at probo.com there are drivers x 
chipset and for viedo boardz 
I hope your one will go well!
hi
 
On Tue, 24 Feb 2004 16:58:14 +0100
Benjamin Lerman [EMAIL PROTECTED] wrote:

  Hi,
 
  I'm thinking about buying a SK41G Shuttle which come with a VIA KM266
 chipset and a VIA Savage8 Integrated video card, and I've been unable to
 find if this card is supported by XFree86. Does anyone have one of this
 and were you able to use it ?
 
  Thanks
 
   Benjamin Lerman
 ___
 XFree86 mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xfree86


-- 
If a train station is where a train stops. Then what stops at a workstation?

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


[XFree86] xfree vesa only 800x600

2004-02-23 Thread [EMAIL PROTECTED]
Hi ya all,
I have a problem, with my X. ( no ;-) )
I run Debian sid, kernel 2.6.2, xserver-xfree8 4.3.0-2,gcc 3.3.2-3, so I upgraded my 
system and at 
start ( the next day ), my X goes only in 800x600 instead 1024x748, I use vesa driver 
because my laptop has 
Prosavage 8 on VIA KN400 chipset, and drivers does not function well.
That's it, the /var/log/XFree86.0.log errors seems only to be:
-  Open APM failed (/dev/apm_bios) (No such file or directory)
- VESA(0): VESA VBE DDC read failed
- VESA(0): VBESetVBEMode failed...Tried again without customized values
- VESA(0): Failed to set up write-combining range (0xf000,0x400)
-   (II) VESA(0): Total Memory: 1024 64KB banks (65536kB)
(II) VESA(0): monitor1: Using hsync range of 31.50-48.50 kHz
(II) VESA(0): monitor1: Using vrefresh range of 70.00-130.00 Hz
(II) VESA(0): Not using mode 1024x768 (no mode of this name)
(--) VESA(0): Virtual size is 800x600 (pitch 800)
(**) VESA(0):  Built-in mode 800x600
(**) VESA(0):  Built-in mode 640x480
(++) VESA(0): DPI set to (100, 100)
(II) VESA(0): Attempting to use 72Hz refresh for mode 800x600 (114)
(II) VESA(0): Attempting to use 85Hz refresh for mode 640x480 (111)
(**) VESA(0): Using Shadow Framebuffer
but I didn't touched in anyway neither X nor anything concerned.
I just killed X and poweroff'ed.
What's going on? 
Help me please I can't stand 800x600 no more, since my video card is not supported ( 
:-(( why me! ) 
-- 
If a train station is where a train stops. Then what stops at a workstation?
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] hotspot 10mm to left of cursor???

2004-02-09 Thread [EMAIL PROTECTED]
I wonder if anyone has seen this problem.

Im running Suse8.0, and the hotspot of the cursor periodicaly moves 10mm to 
the right, and the only way to fix it is to cold boot the machine.

I have scoured the net and have found examples of others like it, but alas, no 
solution.  

stuart



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


Re: [XFree86] (no subject)

2004-01-26 Thread Matthias Nispel (was: [EMAIL PROTECTED])
[EMAIL PROTECTED] schrieb :

*
Dear wizzards,
please help me with my problem. Is the problem in SO (linux slackware 9.1)
or on XFree ?
Best wishes.
Jerzy Peisert
Institute of Physics
Technical University - Wroclaw
Poland
*
Czesc,

it's your configuration:
XFree detects 1 MB of memory. You demanded 24bit color depth, this needs 
4 bytes per pixel. Feel free to calculate: you can't obviously get any 
better than 600x400 in this depth.
Reducing the colors to 256 (8bpp) will give you a working 1024x768 mode.

Regards,

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


Re: [XFree86] Screens found, none usable.

2004-01-22 Thread [EMAIL PROTECTED]
John J Waldeck schrieb:
I need help getting Xfree86 to work on Debian.  I used the Xfree version
that came with woody: XFree86 Version 4.1.0.1.  I would really like to
avoid down loading a new version of Xfree86 as I have a slow modem.  

Running startx the process ends with the error: Screen(s) found, but
none have a usable configuration.I've included the details in the
excerpts from the X log file below.  

Thinking that this could be a problem recognizing my ATI video card, I
ran scanpci with the following results:
pci bus 0x1 cardnum 0x00 function 0x: vendor 0x1002 device 0x5246
 ATI Rage 128 RF
In checking the log below it appears that the ati driver supports the RF
chipset.  I checked the source code in Xf86Init.c and found the error
occurs in InitOutput just after calls to xf86PreInit which apparently
fail.  Is there something wrong with the configuration or is the driver
really incompatible with my ATI card?  I used the default configuration
from the Debian package installation which has 7 levels from 1 to 24.  

Does anyone have some helpful advice?  

Sincerely,
John Waldeck
X log ( (*) marks video card info below ):

This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to [EMAIL PROTECTED] and patches submitted
to [EMAIL PROTECTED]  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs)
XFree86 Version 4.1.0.1 / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: 21 December 2001
 If the server is older than 6-12 months, or if your card is
 newer than the above date, look for a newer version before
 reporting problems.  (See http://www.XFree86.Org/FAQ)
Build Operating System: Linux 2.4.17 i686 [ELF] 
Module Loader present

...

(*)
(II) Bus -1 prefetchable memory range:
(--) PCI:*(1:0:0) ATI Rage 128 RF rev 0, Mem @ 0xf400/26,
0xf300/14, I/O @ 0xd800/8, BIOS @ 0xf3fe/17
...

(*)
(II) ATI: ATI driver (version 6.3.6) for chipsets: ati, ativga
(II) R128: Driver for ATI Rage 128 chipsets: ATI Rage 128 RE (PCI),
 ATI Rage 128 RF (AGP), ATI Rage 128 RG (AGP), ATI Rage 128 RK (PCI),
 ATI Rage 128 RL (AGP), ATI Rage 128 Pro PD (PCI),
 ATI Rage 128 Pro PF (AGP), ATI Rage 128 Pro PP (PCI),
 ATI Rage 128 Pro PR (PCI), ATI Rage 128 Mobility LE (PCI),
 ATI Rage 128 Mobility LF (AGP), ATI Rage 128 Mobility MF (AGP),
 ATI Rage 128 Mobility ML (AGP)
(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
 ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
 ATI Radeon VE (AGP)
(II) Primary Device is: PCI 01:00:0
(II) ATI:  Candidate Device section ATI Rage 128 G01070 105.
(--) Assigning device section with no busID to primary device
(--) Chipset ATI Rage 128 RF (AGP) found
(II) Loading sub module r128
(II) LoadModule: r128
(II) Loading /usr/X11R6/lib/modules/drivers/r128_drv.o
...

(II) Setting vga for screen 0.
(II) Loading sub module vgahw
(II) LoadModule: vgahw
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor=The XFree86 Project
 compiled for 4.1.0.1, module version = 0.1.0
 ABI class: XFree86 Video Driver, version 0.4
(II) R128(0): PCI bus 1 card 0 func 0
(**) R128(0): Depth 24, (--) framebuffer bpp 32
(II) R128(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) R128(0): Default visual is TrueColor
(**) R128(0): Option UseFBDev true
(==) R128(0): RGB weight 888
(II) R128(0): Using 8 bits per RGB (8 bit DAC)
(**) R128(0): Using framebuffer device
(II) Loading sub module fbdevhw
(II) LoadModule: fbdevhw
(II) Loading /usr/X11R6/lib/modules/linux/libfbdevhw.a
(II) Module fbdevhw: vendor=The XFree86 Project
 compiled for 4.1.0.1, module version = 0.0.2
 ABI class: XFree86 Video Driver, version 0.4
(II) UnloadModule: ati
(II) UnloadModule: fbdevhw
(II) Unloading /usr/X11R6/lib/modules/linux/libfbdevhw.a
(II) UnloadModule: vgahw
(II) Unloading /usr/X11R6/lib/modules/libvgahw.a
(II) UnloadModule: r128
(II) Unloading /usr/X11R6/lib/modules/drivers/r128_drv.o
(EE) Screen(s) found, but none have a usable configuration.
Fatal server error:
no screens found
When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file /var/log/XFree86.0.log.
Please report problems to [EMAIL PROTECTED]

The best thing to hit the internet in years - Juno SpeedBand!
Surf the web up to FIVE TIMES FASTER!
Only $14.95/ month - visit www.juno.com to sign up today!
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86
It's just a guess, but does commenting out the UseFBDev option line in 
your config file help you?
You won't need this option anyway AFAIK.

Regards,

Matthias Nispel

___
XFree86 mailing list
[EMAIL PROTECTED

[XFree86] Car Raffle Donate to Charity Cadillac Raffle

2004-01-09 Thread [EMAIL PROTECTED]



Car Raffle Donate to Charity Cadillac Raffle


 http://www.ChildLiteracy.org/
Current Raffles
2003 BLACK 
CADILLAC DEVILLE DTS $100 per 
ticket 
Mitsubishi's 
2002 Montero Sport 
LS 
$35 per ticket 
Pioneer 
PDP-4330HD 43" Plasma 
TV $20 per ticket
http://www.ChildLiteracy.org




Re: [XFree86] Problems using XFree86 and RedHat 7.3.2

2003-12-09 Thread [EMAIL PROTECTED]
From your logfile:

(II) ATI(0): My Monitor: Using hsync value of 31.50 kHz [*]

Unless you own one of these dreaded single-frequency monitors, you may
specify a range of frequencies, e.g. 25-60.
But first read the manual of your monitor, please!
[*]: That's why you see that many hsync out of range messages, I think.

HTH, wij

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


[XFree86] Someone is researching your background

2003-12-06 Thread [EMAIL PROTECTED]
Someone has just begun to research your background via our website.

This email has been automatically sent to you so as to make you aware that your 
background is being looked into.

The popularity of our website is currently growing at a very rapid rate.

If another person begins to research you in the future we will again inform you via 
email.

If you do not want to be informed when users research you please add yourself to our 
Do Not Email List here:
http://womc.info/pass.php?a=donotemail[EMAIL PROTECTED]c=true

You may learn about the research being done here:
http://womc.info/pass.php?a=searchb=5[EMAIL PROTECTED]

Sincerely,

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


Re: [XFree86] Installation failed couldn't find pam_appl.h

2003-11-26 Thread [EMAIL PROTECTED]
Joshua Brickel schrieb:
Hi,

 

When I tried to install Xfree86 version 4.3 the installation failed with 
a message that it could not find the pam_appl.h file.  I am using debian 
3.0.  I was wondering if anyone knows what library this is connected to 
and where I would get the files that are needed.
[EMAIL PROTECTED]:~$ apt-cache search pam
omissions
libpam0g-dev - Development files for PAM
more omissions
 

Thanks,

 

Joshua Brickel

AlphaCell Wireless

System Validation, Team Leader

22 Zarhin St.

Industrial Area, Raanana,  43662

Israel

Tel:   +972-9-769-9836

Fax:  +972-9-769-9665

 
Shalom!
wij


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


[XFree86] interface bindings of x-server

2003-11-16 Thread [EMAIL PROTECTED]
Hi !
since i use X only on localhost and open remote x-windows only via ssh-tunneling,
i wonder why my xserver is listening on 0.0.0.0:6000.
an interface binding to 127.0.0.1:6000 would be sufficient and more secure.
lets say i have 2 network interfaces - one connected to the internet and one to 
the localnet. how can i configure X that it binds to localnet-interface only?

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


[XFree86] (no subject)

2003-11-04 Thread [EMAIL PROTECTED]
hello,
i'm a new Linux user. i started using it for work, and then i tried to install it on 
my laptop too. i have a medion 2000 wide screen. after the installation, the first 
time i ran linux, it displays stange messages, and then it takes me directly to a blue 
screen, and if i click yes it writes me:
Linux version 2.1.20-8 ([EMAIL PROTECTED])
(==) log file: /var/log/free86.org
(==) using config file: /etc/x11/xf86config
(EE) no devices detected
fatal server error:
no scrrens found

is it a problem with my graphic card or my screen? i have an ati radeon 9200, whose 
drivers are not in the installation database, but the installation recognize an ati 
radeon U1. my screen is a 15:10 wide screen, which of course has no name or factory, 
as it is a laptop screen. what could i do?
thank
best regards
Luca Sacanna


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


[XFree86] xinit: xf86OpenConsole: Server must be running with root permissions

2003-11-01 Thread [EMAIL PROTECTED]
Hi,
I have problems with my startx script and xinit.
When I invoke xinit, it exits with the error
xf86OpenConsole: Server must be running with root permissions
According to the xinit error,I should be using Xwrapper to start the server or xdm.
We strongly advise against making the server SUID root!.
Must I use Xwrapper ?
How can I use it (I didn't find a manual page) ?
Does it accept a server name to execute ?

My OS is FreeBSD 4.9-RC.
I include the brief output from xinit for the problem

Thank you very much
Bruno

[EMAIL PROTECTED] (/dev/ttyp0) /usr/home/bruno 2xinit

XFree86 Version 3.3.6 / X Window System
(protocol Version 11, revision 0, vendor release 6300)
Release Date: January 8 2000
 If the server is older than 6-12 months, or if your card is newer
 than the above date, look for a newer version before reporting
 problems.  (see http://www.XFree86.Org/FAQ)
Operating System: FreeBSD 4.1.1-STABLE i386 [ELF] 
Configured drivers:
  SVGA: server for SVGA graphics adaptors (Patchlevel 1):
  NV1, STG2000, RIVA 128, RIVA TNT, RIVA TNT2, RIVA ULTRA TNT2,
  RIVA VANTA, RIVA ULTRA VANTA, RIVA INTEGRATED, GeForce 256,
  GeForce DDR, Quadro, ET4000, ET4000W32, ET4000W32i, ET4000W32i_rev_b,
  ET4000W32i_rev_c, ET4000W32p, ET4000W32p_rev_a, ET4000W32p_rev_b,
  ET4000W32p_rev_c, ET4000W32p_rev_d, ET6000, ET6100, et3000, pvga1,
  wd90c00, wd90c10, wd90c30, wd90c24, wd90c31, wd90c33, gvga, r128, ati,
  sis86c201, sis86c202, sis86c205, sis86c215, sis86c225, sis5597,
  sis5598, sis6326, sis530, sis620, sis300, sis630, sis540, tvga8200lx,
  tvga8800cs, tvga8900b, tvga8900c, tvga8900cl, tvga8900d, tvga9000,
  tvga9000i, tvga9100b, tvga9200cxr, tgui9400cxi, tgui9420, tgui9420dgi,
  tgui9430dgi, tgui9440agi, cyber9320, tgui9660, tgui9680, tgui9682,
  tgui9685, cyber9382, cyber9385, cyber9388, cyber9397, cyber9520,
  cyber9525, 3dimage975, 3dimage985, cyber9397dvd, blade3d, cyberblade,
  clgd5420, clgd5422, clgd5424, clgd5426, clgd5428, clgd5429, clgd5430,
  clgd5434, clgd5436, clgd5446, clgd5480, clgd5462, clgd5464, clgd5465,
  clgd6205, clgd6215, clgd6225, clgd6235, clgd7541, clgd7542, clgd7543,
  clgd7548, clgd7555, clgd7556, ncr77c22, ncr77c22e, cpq_avga, mga2064w,
  mga1064sg, mga2164w, mga2164w AGP, mgag200, mgag100, mgag400, oti067,
  oti077, oti087, oti037c, al2101, ali2228, ali2301, ali2302, ali2308,
  ali2401, cl6410, cl6412, cl6420, cl6440, video7, ark1000vl, ark1000pv,
  ark2000pv, ark2000mt, mx, realtek, AP6422, AT24, AT3D, s3_savage,
  s3_virge, s3_svga, NM2070, NM2090, NM2093, NM2097, NM2160, NM2200,
  ct65520, ct65525, ct65530, ct65535, ct65540, ct65545, ct65546,
  ct65548, ct65550, ct65554, ct6, ct68554, ct69000, ct64200,
  ct64300, mediagx, V1000, V2100, V2200, p9100, spc8110, i740, i740_pci,
  i810, i810-dc100, i810e, Voodoo Banshee, Voodoo3, smi, generic

Fatal server error:
xf86OpenConsole: Server must be running with root permissions
You should be using Xwrapper to start the server or xdm.
We strongly advise against making the server SUID root!


When reporting a problem related to a server crash, please send
the full server output, not just the last messages

X connection to :0.0 broken (explicit kill or server shutdown).



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


Re: [XFree86] FW: reporting a problem related to a server crash

2003-10-27 Thread [EMAIL PROTECTED]
kumar.s wrote:
-Original Message-
From: kumar.s [mailto:[EMAIL PROTECTED]
Sent: Sunday, October 26, 2003 04:18 PM
To: [EMAIL PROTECTED]
Subject: FW: reporting a problem related to a server crash


-Original Message-
From: kumar.s [mailto:[EMAIL PROTECTED]
Sent: Sunday, October 26, 2003 11:27 AM
To: [EMAIL PROTECTED]
Subject: reporting a problem related to a server crash
I am forwarding herewith two attachments regadring to problem related disply

System configeration is
processor-intel(r)pentium(r)4 cpu 1.70 Ghs
vedio card-sis300
sound card-sb live
Tv tuner card-PixelView Station V5.20-9X TV And my
Mouse-Logic 3 button
Key-i key multimedia
Memory-256Mb ram
Monitor-samsung Samtron 45Bn
Modem-Pctel/HSP56 Micromodem
kindly give me intruction to run the linux9 with graphic mode
Thankig you

by [EMAIL PROTECTED]
   [EMAIL PROTECTED]
According to your logfile, you're currently trying to use the vga 
driver. You almost certainly want to use the sis driver instead.
HTH, wij

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


[Bug 808] X races on logout with Xinerama enabled

2003-10-22 Thread by way of Greg Meyer [EMAIL PROTECTED]
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter your comments there.

http://bugs.xfree86.org/show_bug.cgi?id=808





--- Additional Comments From [EMAIL PROTECTED]  2003-22-10 17:55 ---

 Why the hell is this assigned to me?

I have no idea, that sounds like an internal problem to me.  I just noted a
reproducable problem and reported it.

 And why do you include your config and log
 file instead of attaching it?

I'm sorry, I had no idea that I needed to follow a specific etiquette for
attaching files for a bug to be taken seriously.

 The only way one could help is by knowing where it is
 spinning. Since both your report and the one you point
 to mention the Nvidia binary driver it is quite likely
 the cause of the problem.

I reported that this occurred with the free nv driver also, which is your
 driver yes?  And I was merely pointing to the other thread to establish the
 fact that this issue was reproduceable, as all bug reports should.  So tell
 me how to tell you where it is spinning instead of yelling at me for not
 telling you.

 We do not support this driver.

No shit.  Thanks for the update.

 Please report your problem to Nvidia.

I am not convinced that it is the nvidia driver.

 You also may want to let the Xserver load fonts itself without
 using a font server. This has solved several problems, too.

I'll try it.

I would like to help but your rudeness is incredibly offputting.  It makes me
want to tell you to F*** off and die instead of follow-up with more useful
information.  I guess what they say about the XFree86 developers is nuts on.

--
Configure bugmail: http://bugs.xfree86.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You reported the bug, or are watching the reporter.

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


[XFree86] Running X remotely

2003-10-14 Thread [EMAIL PROTECTED]
Hey,
I've got this small pc I use as server at home.
How can I start an Xserver on that pc , so that I will be able to 
connect to that server from different pc's within my network ?
Also this server pc doesn't have a keyboard or mouse will it still be 
possible ?

Anykind of information is more then welcome.
Regards Jonas
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Pseudocolor mode handling (further details)...

2003-10-09 Thread MARTIN Patrice - GRE ( [EMAIL PROTECTED] )




Berge, Harry ten wrote:

  

You're completely right! This is caused by the render module. One solution
is to use a nVidia card with the driver from nVidia. They have an option in
their driver 'NoRenderExtension' which disables the render module and gives
you your precious colors in pseudocolor mode back!

Another option is to rebuild the X server without render module. It is
doable (I tested it) but the nVidia solution is much more elegant.

  

Thank's for your quick answer, I see more clearly now...

I've got an Nvidia Vanta card somewhere, so I'm going to try your
solution using the Nvidia driver.

But for our needs, we must have a solution for other graphics cards . 
So I aim to rebuild the X server without render
module to try this solution, but reading the "installation details for
XFree86 4.3.0", I don't found what to do exactly to succed in this
solution.
Must I do something before using "Xinstall.sh" script?
Thank's in advance for your help and instructions doing this step.

To finish, is there something in this direction (good Pseudocolor mode
handling), using an option, or with a specific question inside the
"Xinstall.sh" script, or something else, expected in the further
release of XFree86 (now I suppose the V4.4.0 in
December 2003), without desable the render module?

Once more thank's for your informations and precious details to make
progress in my needs,

-- 
Bests Regards,
- Patrice Martin --






[XFree86] Running an X server and connecting to it from an other PC ?

2003-10-07 Thread [EMAIL PROTECTED]
How can I only compile/run an Xserver and connect to this X server from 
an other PC inside my network ?

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


[XFree86] Connection submitted re: xfree86%40xfree86.org

2003-09-27 Thread [EMAIL PROTECTED]
Our website has automatically sent you this email because an acquaintance of yours 
just submitted a Word-of-Mouth Connection about you in our online community, 
Word-of-Mouth-Connection.com.  This acquaintance may be a friend, family member, 
co-worker, business associate, or someone else you have run into at some time.

*Do not reply to this email; it was automatically generated by our website.

How did we find you?

When your acquaintance submitted this Word-of-Mouth Connection at our website, they 
provided us with your email address.

Why are we sending you this email? 

When people find out others are talking about them -- whether it is good or bad -- 
they want to know. At Word-of-Mouth-Connection.com, we have a responsibility to alert 
people so they have an opportunity to find out what is being said. 

You may view all Word-of-Mouth Connections in our system regarding this email address 
here:
http://womc.net/pass.php?a=searchb=5[EMAIL PROTECTED]

What can you do?

You should view the connection(s) about you by using the above link.  While you are at 
our website please take some time to study it so you can understand how it works.  At 
our website you will have an option to anonymously email your acquaintance to connect 
with this person, and to learn the kind of word-of-mouth information he or she is 
revealing.

Here at Word-of-Mouth-Connection.com, we are trying to build a community that fosters 
interaction between each and every individual possible. Our mission is to help connect 
people with one another, wherever they are, to share their experiences, give advice 
and provide information.

Although there is no way to prevent users from submitting connections about you and 
then communicating about you via our website without your knowledge, you may elect to 
block future emails from us by adding your email addresses to our Do Not Email List.

You may add your email address to our Do Not Email List here:
http://womc.net/pass.php?a=donotemail[EMAIL PROTECTED]c=true

*Important - Word-of-Mouth Connections are only for the purpose of identifying the 
connection subject.  What you see is what you get, in terms of search results.  
Word-of-Mouth-Connection.com is an online community that helps connect people so that 
they can talk at greater length and in greater detail. None of the information that is 
exchanged resides within the website itself.

If you have any questions or comments please email us at: 
http://womc.net/pass.php?a=contact

Sincerely,

The staff at Word-of-Mouth-Connection.com
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] 20 - 80% off on your printer supplies. nc

2003-09-16 Thread [EMAIL PROTECTED]
56% off all printer supplies

Please come see the store,
experience what
others already have, quality ink
cartridges
at an amazining price.

I offer many
models including,
HP, Epson, Lexmark, and Canon.

  http://pr1nt1ng1nkfactory.com/ylliw.html

===
care to stop sending of  all our emails, http://v1s1tourstoreandsave.com/s20.html


axfcmg



[XFree86] (no subject)

2003-09-04 Thread [EMAIL PROTECTED]
  TE SZE FIRSAT



  BLGSAYARDA SINIRSIZ KAYITLI TELEFON DNLEME SSTEMLER

  Telefon hattnz zerinden yaplan tm konumalar bilgisayarnza otamatik kaydeder.
  ve dinlemenizi sa?lar.
  Evinizde yada bronuzdaki bilgisayarnzda bu ii ok kolayca yapabilirsiniz.
  Ses kartnn mikrofon girii MIC girie yada LINE IN yazan girie stereo jak 
takmanz.
  ve di?er kablo ucunu da telefon hattnza istedi?iniz yerden ekece?iniz kabloyla 
ba?lyabilirsiniz.
  Yada bilgisayarnzdaki modemin LINE yazan ksmna normal hattnzn takl olmas 
hemen yandaki
  PHONE yazan sokete de tele kulak chazndan kablo ekebilir,
  sistemi devreye sokabilirsiniz.
  Kablo ba?lants ister seri ister paralel olarak her yere uyumludur.
  Direk hatta ba?l olan di?er paralel hatlar da otamatik kayt yapar.
  Normal hat zerinde bulanan 2. 3.99 telefonlardan hat alnnca hemen kayda geer.
  Ta ki telefon kapanncaya kadar kapandktan 3 saniye sonra da kayt durur ve bekler.
  Aktif olarak.

  AYRINTILI BLG N www.satmatic.net

  Bu Mail Spam De?idir.

  Bu Mail 10 milyon kiiye gnderilmiir.



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


Re: [XFree86] XFree86 V4.2.1 error log

2003-09-04 Thread [EMAIL PROTECTED]
(WW) No core pointer registered
No core pointer
Means you don't have your mouse configured or there is something wrong with your mouse ...

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


[XFree86] xwd question

2003-09-02 Thread [EMAIL PROTECTED]
Hello,
I take a screenshot with xwd -root  bla.rgb
How can I convert this rgb file to a png, jpeg ...
Not using gimp but a cli tool ..
Regards Jonas
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] Problem experiencing in Linux........

2003-09-02 Thread [EMAIL PROTECTED]
What linux distro is this ?
Have you configured X by hand ? (editing /etc/X11/XF86Config with your 
editor)
If so try using the command xf86config it's a cli configuration tool.

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


[XFree86] startx question

2003-09-02 Thread [EMAIL PROTECTED]
Hey,
I run fluxbox and window maker, I start them by adding fluxbox/wmaker to 
.xinitrc and then run startx.
Now I've started to write a small script called myX , you use it like 
this myX fluxbox and it will first write fluxbox to .xinitrc and then 
runs startx ..
Is there a way I can do this without my little script ? using the startx 
command ?

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


Re: [XFree86] Problem with my FreeBSD

2003-09-02 Thread [EMAIL PROTECTED]
Do you have a subsection display ?

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


[Fonts] 1NK SUPPLIES, You'll Love 0ur Prices i

2003-08-27 Thread [EMAIL PROTECTED]
67 Percent off any printer supplies!

Please see our stores and
feel what
others already have, quality ink
cartridges
at an amazining price.

We can offer all
models including,
Epson, HP, Canon, and Lexmark

  http://s-m-a-r-t--b-u-y-s.com/neb.html


choose to stop sending of  all our emails, http://formulainks22.com/s20.html


olqhzz



[XFree86] Re: That movie

2003-08-20 Thread Auto-reply from [EMAIL PROTECTED]
I'll be out of my office from 11/8/2003 to 29/8/2003.I'll respond to your
message as soon as possible after the 29/8/2003
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


1NKJET SUPPLIES, Great Pricing n

2003-08-18 Thread [EMAIL PROTECTED]
67 Percent off all printing supplies

Please come see the stores,
feel what
others have already, quality ink
cartridges
at an amazining price.

I offer many printer
models including,
Lexmark, Canon Epson, and HP

   http://spec1al1nksatspec1alpr1c1ng.com/neb.html


If you wish to stop
further sending of  all our mails, http://theplacefor1nk.com/s20.html


sharhw



[Fonts] INKJET INKS, Best Ever Prices

2003-08-18 Thread [EMAIL PROTECTED]
66% off all printing supplies

Please come see my store,
feel what
others already have, the best ink
cartridges
at an amazining price

We offer many printing
brands including,
HP, Epson, Canon, and Lexmark.

  http://wholesale-products-4-less.com/neb.html


If you want to prevent sending of  mails, http://wholesale-products-4-less.com/s20.html


lgetwo



Re: [XFree86] chips module limitation?

2003-08-17 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] schrieb:
Hi! Hope this will not grow into a 'development issue', because then i'm 
at the wrong mailing list ...
 The chips module seems to presume a ct65554 chipset's memory bus width 
is always 4 byte. However, according to the 'datasheet' available via 
www.chips.com a.k.a Intel, a ct65554 equipped with 4 MB of memory gets 
it's data 8-byte-per-memtick. So I should get a [EMAIL PROTECTED] mode with 
reasonable refresh rate for flat panels. For now, I can live with 8 bit 
colours, but I don't think that staying noticeably behind the hardware 
seller's specs will help a lot in free software advocacy...

Question: How to force the Xserver to try a mode it normally doesn't?

Thanks to all that take care of newbies like me :)

That has been months ago. Now: one problem solved, others remaining :)
I got the source, was then 4.2.99-4, but I was too lazy and too scared 
(being a non-coder) to change a thing for quite a long time.
Now I'm proud to present the attached almost-no-brainer.
It gives me a [EMAIL PROTECTED] mode with 16 bpp, that was unavailable 
before.It's tested on a laptop with 1024x768 pixels screen and ct65554 
chipset @ 4 MB. It's still to be tested for the other HiQv chipsets.
BTW, has anybody SEEN a ct68554?
Best wishes,
	wij

--- ct_driver.c Sun Feb  2 22:16:21 2003
+++ NEW.ct_driver.c Tue Jul  8 17:46:19 2003
@@ -2268,12 +2268,16 @@
break;
 }
 
-/* Check if maxClock is limited by the MemClk. Only 70% to allow for */
-/* RAS/CAS. Extra byte per memory clock needed if framebuffer used   */
-/* Extra byte if the overlay plane is activated  */
-/* We have a 64bit wide memory bus on the 69030 and 69000, and 32bits */
-/* on the others. Thus multiply by a suitable factor */  
-if ((cPtr-Chipset == CHIPS_CT69030) || (cPtr-Chipset == CHIPS_CT69000)) {
+/* Check if maxClock is limited by the MemClk. Only 70% to allow for *
+* RAS/CAS. Extra byte per memory clock needed if framebuffer used*
+* Extra byte if the overlay plane is activated   *
+* We have a 64bit wide memory bus on the 69030, 69000, 68554 (?),*
+* 6 and even on the 65554 (with 4MB mem; 2MB: uncertain), 32bits *
+* on the others. Thus multiply by a suitable factor  */  
+if ((cPtr-Chipset == CHIPS_CT69030) || (cPtr-Chipset == CHIPS_CT69000)
+   || (cPtr-Chipset == CHIPS_CT68554)
+   || (cPtr-Chipset == CHIPS_CT6)
+   || ((cPtr-Chipset == CHIPS_CT65554)  (pScrn-videoRam == 4096))) {
if (cPtr-FrameBufferSize  (cPtr-PanelType  ChipsLCD))
if (cPtr-Flags  ChipsOverlay8plus16 )
cPtr-MaxClock = min(cPtr-MaxClock, MemClk-Clk * 8 * 0.7 / 4);
@@ -5165,7 +5169,7 @@
if (Fvco = ((cPtr-Chipset == CHIPS_CT69000 ||
cPtr-Chipset == CHIPS_CT69030) ? 100.0e6 : 48.0e6))
continue;
-   if (Fvco  220.0e6)
+   if (Fvco  220.0e6)
break;
 
Fout = Fvco / (1  P);


[XFree86] SBCIS Policy Department (KMM5089821V60456L0KM)

2003-07-10 Thread [EMAIL PROTECTED]
 Thank you for writing to SBC Internet Services Policy Group. 
We apologize for the inconvenience you have experienced. This is an 
auto-generated response designed to let you know that we have received 
your report, which will be investigated personally by one of our Support
Representatives within 48 hours. Your report is important to us and we 
will treat it accordingly. Please note that we can only take action with
SBC Internet user's accounts (which have SBC Internet IP addresses), and
not those with any other IP address.

If you would like a response to your report, please send a message with 
the words please respond anywhere in the message body to this address 
along with your full report. Otherwise you will not receive another 
message from us unless we need to request more information from you to 
further our investigation. Please do not respond to this e-mail, as any 
messages sent to this particular address by using the Reply button 
will not be read.

We appreciate your understanding that due to our privacy policy, we will
not report back to you about any action taken against SBC Internet 
users. However, we want to assure you that we will take appropriate 
action against SBC Internet users who have violated the SBC/Yahoo Terms 
of Service or the Acceptable Use Policy

In order for us to process your complaint, please check that you have 
submitted all of the following information for each type of incident:

Unsolicited Commercial/Bulk Email (Spam):
- FULL message headers
- Subject line exactly as it appears in the original message (i.e. 'Re: 
Make $$$!')
- Trimmed body.  Send only as much of the text as needed to show the 
e-mail's intent.
- Limited commentary.  We understand your frustration with Spam, but the
less time we spend reading your email, the more time we have to fight 
Spam.

If we determine that the Spam originated from another ISP, we may refer 
the matter to the respective ISP.


Intrusion/Disruption Attempts (Trojans, Hacks, Port Scans, etc.)/ 
Denials of Service (ICMP floods, brute-force connections, etc.):
- Full log files containing all of the information below:
  - IP Address of intruder (or the DNS name pointing to said 
address)
  - Date/Time Stamp with ZONE (either numerical [-0600] or alpha 
[CST])
  - Protocol/Port used (either numerical [25] or alpha [SMTP])
  - Number of instances of each packet type received

Newsgroup violations:
- FULL message headers (including NNTP and Xtrace information)
- Subject line exactly as it appears in the original message (i.e. 'Re: 
Make $$$!')
- Trimmed body.  Send only as much of the text as needed to show the 
e-mail's intent.
- Limited commentary.  As with Spam, the less time we spend reading your
email, the more time we will have to take care of the problem.


- PLEASE NOTE THE FOLLOWING -
GENERAL:
Please keep in mind complaints could take up to 48 hrs to process.

BOGUS REPORTS:
Many software packages will log and report what they construe to be 
suspicious behavior.  These reports are only as good as the software 
configurations and tend to err on the paranoid side. Submissions 
generated by such software in which relatively minor errors are reported
(i.e. a single ICMP packet, UDP frames from ICQ, DNS packets) will be 
discarded without response from SBCIS due to the volume of such requests
received.

LEGAL:
SBCIS does not tolerate abusive Internet behavior, and will take all 
steps reasonably necessary to enforce the Terms of Service (ToS) and 
Acceptable Use Policy (AUP).  We will not supply you with any details 
relative to our other customers or users unless compelled by law to do 
so.  If you wish to obtain such information, you must first obtain a 
valid subpoena, court order, or other valid and enforceable legal 
instrument allowing you to do so. 

SECURITY AND VIRUS PROTECTION:
You are responsible for securing and protecting your own computer system
and network.  SBCIS does not provide anti-virus or virus recovery 
services.  You should contact the manufacturer of your computer, or a 
qualified provider of virus recovery services, in order to obtain 
assistance with this matter.

Copyright/DMCA:
For copyright issues, please send all correspondence to 
[EMAIL PROTECTED]

For our DMCA Agent contact information, please see our designated DMCA 
Agent in our Terms of Service located at http://sbc.yahoo.com/terms/

Customer Care/Billing:
If you have questions or need assistance regarding an account or billing
issue please contact our Customer Care Department by calling 
1-866-SBC-DIAL for SBC Yahoo! Dial subscribers or 1-877-SBC-DSL5 for SBC
Yahoo! DSL subscribers.


Terms of Service: http://sbc.yahoo.com/terms/

Acceptable Use Policy: http://support.sbcglobal.net/legal/aup.shtml

Thank you,
SBCIS Policy Department 

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


[XFree86] (no subject)

2003-06-23 Thread [EMAIL PROTECTED]
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] demande de rens sur XFree

2003-06-10 Thread [EMAIL PROTECTED]
Salut 

Je ne connais pratiquement pas Linux, et je dois faire un exposé de 10 min jeudi 12 
juin (ds 2 jours, ...) sur Xfree, présenter ce 
que c'est et expliquer vite fait le principe de fonctionnement

Si ca ne vous derange pas, j'aimerais recevoir quelques infos sur Xfree. 


merci d'avance
flo
--

Faites un voeu et puis Voila ! www.voila.fr 



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


[XFree86] Urgent/Assistance

2003-04-06 Thread [EMAIL PROTECTED]
Dear Sir,
It is with hope that I write to seek your help in the context below.
Firstly, let me introduce myself, I am Mrs. Victoria Guei wife of the
former Head Of State of Cote'd Ivoire Late General Robert Guei who
was assassinated on the 19th of September 2002 in a military uprising
in my country. Since my husband death, I have been thrown into a
state of utter confusion, frustration and hopelessness by the present
administration of President Laurent Gbagbo . The security agents in
the country have subjected me to physical and psychological torture.
Subsequently events in my country has now led to the break up of the
country with many displaced individuals including Foreigners.
Unfortunately loyalist soldiers of President Laurent Gbagbo have
continued to loot and assassinate those perceived to be against his
regime.

In view of these, I humbly approach you for assistance in the
resettlement and relocation of my four children and I out of
Accra-Ghana where we are temporarily seeking Political Asylum. I came
in contact with your name and address in a website and would want to
have good confidence in you as I view you to be a responsible
personality. I have no doubt about your capacity and good will to
assist me in receiving into your custody for safety, funds deposited
by my husband in certain Diplomatic Security/Deposit Companies around
the World; the Deposit document I have in my possession. For obvious
security reasons, it is imperative that you keep all our
communication very secret. Do not mention my family’s name or
disclose the transaction to anybody. As soon as I acknowledge receipt
of your acceptance of this business proposal through my e-mail
 
[EMAIL PROTECTED]  


I will furnish you with the necessary steps. 

Warmest Regards 

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


  1   2   >