Re: [XFree86] Pixmap Data Type

2003-08-05 Thread Mark Vojkovich
On Tue, 5 Aug 2003, Thomas Scott wrote:

> What is the data type or structure of Pixmap?  Is it a class?  If I just
> specify a Pixmap as illustrated below, does it initialize properly?
>  
> Pixmap mypixmap;

   A Pixmap is a 32 bit unsigned integer.  


Mark.

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


Re: [XFree86] How to config xfree to use it without mouse

2003-08-05 Thread Craig Ringer
So how to config xfree for no mouse?
I think there's a directive you can put in XF86Config called 
"AllowMouseOpenFail". I can't remember which section it's in but you 
should be able to find out pretty easily, knowing the directive name.

Of course, far too many window managers and apps aren't keyboard 
navigation friendly... :-(

Craig Ringer

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


Re: [XFree86] problems with sis 630 video card

2003-08-05 Thread George Georgalis
On Tue, Aug 05, 2003 at 04:07:42PM -0700, Andrew Rothbart wrote:
>Hi everyone, I'm a linux newbie trying to sort out some problems with XFree.
>
>I am running XFree 4.3 under the Mandrake 9.1 distribution.  My video 
>card is a SiS 630 onboard. I'm not sure how much background history I 
>should give, so I'll be on the safe side and give tons.

It's always good to first clearly state the problem. In addition to
all the details, in this case your XF86Config-4 is broken after you
install the sys rpm.  The other _very_important_ thing to do is study
and provide the log. eg /var/log/XFree86.0.log

It sounds like you have a few problems, but none of them could really be
solved by reinstalling your OS. The first thing I would consider is what
is in that rpm. try 'rpm -qpl ./xsis.rpm' at least then you can see what
files are being replaced when you install it. The other thing to do is
backup your existing XF86Config-4 file before you do anything. You are
getting some error about a broken config, that's what need fixing.

if your X server doesn't support your hardware, I would recommend
compiling XFree86 from source before installing some 3rd party rpm.
With debian, I needed these packages to build x (in addition to the
base install) "binutils bison cpp cpp-2.95 flex g++ g++-2.95 gcc
gcc-2.95 libc6-dev libncurses5-dev libpam0g-dev libpng2 libpng2-dev
libstdc++2.10-dev make zlib1g-dev" they might have slightly different
names under Mandrake.

First extract the newest stable version (have a lot of disk space, it's
big), eg:

#tar xzvf X430/X430src-1.tgz
#tar xzvf X430/X430src-2.tgz
#tar xzvf X430/X430src-3.tgz
#tar xzvf X430/X430src-4.tgz # xc/fonts/
#tar xzvf X430/X430src-5.tgz # xc/fonts/scaled/
#tar xzvf X430/X430src-6.tgz # xc/doc/specs/
#tar xzvf X430/X430src-7.tgz # xc/doc/hardcopy/

then edit this file: xc/config/cf/site.def
so these lines look like this:

#ifndef HasGcc2
#define HasGcc2 YES
#endif

ie no c language "/* comment delimenators */" around that part.

then compile and install:

# su - root
$ cd xc/
$ make World && make install && echo "no problems"

don't be surprised if that command takes 4 hours

it will install the xfree binaries over any existing binaries you have.

be sure this '/usr/X11R6/lib' is in /etc/ld.so.conf

now run the command "ldconfig" to update your kernel library cache file.


here's the tough part. produce by whatever means possible, a correct
XF86Config-4 file. try to startx, if it doesn't work look at the log
file and focus on the problem, don't start over. :-)

one last tip, don't leave any old XF86Config-4 files around, always
rename them something like XF86Config-4-almost-worked, least they be
spotted and used by Xfree when you think another config is being used.
this will happen if you have a /root/XF86Config-4 but you are expecting
some XF86Config-4 in /etc/ to be parsed.

-- unfortunatly I won't be available to follow up. :-\

Cheers,
// George


-- 
GEORGE GEORGALIS, System Admin/Architectcell: 646-331-2027<
Security Services, Web, Mail,mailto:[EMAIL PROTECTED] 
Multimedia, DB, DNS and Metrics.   http://www.galis.org/george 

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


[XFree86] Pixmap Data Type

2003-08-05 Thread Thomas Scott



What is the data 
type or structure of Pixmap?  Is it a class?  If I just specify a 
Pixmap as illustrated below, does it initialize properly?
 
Pixmap 
mypixmap;
 
Thanks,
Thomas Scott
Sr. Firmware Engineer
Sierra Design Group
 


Re: [XFree86] Radeon 9200: can't get DVI working

2003-08-05 Thread hy0
- Original Message -
From: "Burkhard Leun" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 04, 2003 5:20 AM
Subject: Re: [XFree86] Radeon 9200: can't get DVI working


> >>XFree86 4.3.x detects the card (chip id 0x5961, see log)
> >>and even the DFP on the primary port, but a signal is only
> >>produced on the (not connected) secondary VGA port.
>
> > This is something new. It's supposed to work the same as 9000 cards, but
> > apparently it isn't.
> > I haven't seen a 9200 with a DVI port so far. What's the brand name of
> your
> > card? I'll try to get one for the test.
>
> The card is from club-3d (www.club-3d.com).
>
>
> > For now you can try to comment off following two lines in
> > RADEONRestoreFPRegisters (radeon_driver.c), see if this makes any
> > difference.
> > -OUTREG(RADEON_TMDS_PLL_CNTL,restore->tmds_pll_cntl);
> > -
OUTREG(RADEON_TMDS_TRANSMITTER_CNTL,restore->tmds_transmitter_cntl);
>
> It makes a big difference - it seems to work now.
>
> A quick test shows only a minor (possibly acceleration related) problem:
> the picture is flickering if a window (menu) is opened at a screen
> border. I had the same effect with the windows driver, disabling cursor
> and bitmap optimization (the highest of 5 levels) cured it there.
>
> Thank you very much for your help. Of course I'm willing to do other
> tests with the card if it would be useful for driver development.

Can you try to comment off one line at a time of above two lines and let me
know which line causes the problem. Thanks,

Hui

>
> Burkhard
>
> > Hui
>
> --
> COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test
> --
> 1. GMX TopMail - Platz 1 und Testsieger!
> 2. GMX ProMail - Platz 2 und Preis-Qualitätssieger!
> 3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7. daybyday - 8.
e-Post
>
> ___
> XFree86 mailing list
> [EMAIL PROTECTED]
> http://XFree86.Org/mailman/listinfo/xfree86
>

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


[XFree86] problems with sis 630 video card

2003-08-05 Thread Andrew Rothbart
Hi everyone, I'm a linux newbie trying to sort out some problems with XFree.

I am running XFree 4.3 under the Mandrake 9.1 distribution.  My video 
card is a SiS 630 onboard. I'm not sure how much background history I 
should give, so I'll be on the safe side and give tons.

The first time I installed Mandrake, everything went perfectly. All my 
hardware was detected, KDE ran smoothly, it was blast. But then I 
decided that I wanted to get better support for my 3D card, because I 
wanted to run a pretty screensaver I found on kde-look.org.  So I went 
to the SiS website, and downloaded an rpm they have there called 
xsis.rpm. This is where my problems started. 

After I installed the rpm, I rebooted my computer.. and KDE wouldn't 
load. It kept saying that it couldn't read a section from my XF86Config 
file. I even downloaded the sample config file on the sis website.. same 
result. So I decided 'fine, I'll just format my partitions and 
re-install Mandrake.'  Unfortunately, this time around Mandrake didn't 
detect my hardware (I have no idea why). 

I had to run xf86config and configure my video card manually. For some 
reason, choosing SiS 630/730 from the supplied database didn't work.. 
everything on my screen flickered and windows didn't show up properly, 
so I ended up going with the SiS 530 option, which worked fairly well 
(except I couldn't get my third mouse button or sound to work, but 
that's another issue).  At this point, I felt pretty good about my 
skills with XFree, and decided 'Hey, I could probably get that xsis.rpm 
package to work if I tried to install it again.' Big mistake there.  I 
ended up running into the same problem I had last time (XFree complained 
a section of my config file was corrupted or something).  So, I 
uninstalled the rpm, but now I get this error message when I try to 
start XFree:

xinit: No such file or directory (errno 2): no server 'X' in path

So I guess xsis.rpm screwed up my system when I installed it, and 
uninstalling the rpm didn't fix the problem. 

I was considering un-installing and re-installing XFree, hoping that 
this might fix my settings and allow me to go back to pretending my 
video card is an SiS 530.
But what I *really* want to do is figure out how to get this xsis.rpm 
package working. So I am asking the following questions:

1) If I want to un-install and then re-install XFree, how do I go about 
uninstalling XFree? Installing seems fairly simple (I just download the 
binaries from the website), but I have no clue how to uninstall it first!

2) Does anyone have experience trying to get a SiS 630 card to work? 
What am I doing wrong?

3) Should I just re-format (again!) and live with poor video card 
performance, and quit messing around with XFree?

TIA!!!

~Andrew Rothbart

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


[XFree86] Does Red hat 9 support ATI Radeon Mobility U1 video card?

2003-08-05 Thread Alex Deucher
It does not by default.  you need to upgrade to one of Mike Harris'
newer xfree86 rpms or use xfree86 cvs.  binaries from cvs are available
here:
http://www.xfree86.org/~alanh/

Alex

--

Hi
Does anyone know if red hat 9 supports ATI Redeon
Mobility U1 video card, because
I have Hp Pavilion ze4400 machine and this video card
did not work, I had to put "vesa" instead, 

Thanks
Mithat 

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: Re: Re: [XFree86] Black screen when running X

2003-08-05 Thread Peter Le
---Original Message---
From: Craig Ringer <[EMAIL PROTECTED]>
Sent: 08/05/03 05:47 PM
To: [EMAIL PROTECTED]
Subject: Re: [XFree86] Black screen when running X

> 
> >>I'm running RH9 (Dell Latitude C800) trying to connect
>>to Solaris 9(Ultra 10) system through X.
>>
>>command from linux box to the sun box.
>>
>>X :1 -query sunbox
>>
>>problem:  all I get is a black screen and a cursor.

I'd say your XDMCP server on your Sun box is not listening to requests, 
rejecting requests from that host, or perhaps there are network issues. 
RH9 uses a black background by default on XFree86 instead of the 
stippled grey you're probably used to, so if you get a black background 
and cursor then your X server is loading fine.

Make sure you can ping the target host, and check the remote host's logs 
for indications of rejected connections. Most likely this is more of a 
remote host connectivity/configuration issue than an XFree86 issue.

I've used XDMCP queries from RH9 to SCO OpenServer, so I can confirm 
that XFree's XDMCP querying is at least somewhat well behaved. Hell, 
it'll deal with OpenServer

'luck

Craig Ringer

>I'm not familiar with the "-query" switch.  But a black
> screen and cursor is all you're expected to get when you
> run "X".  I think you want "startx -- :1"

It runs an XDMCP query - the easy way of getting a remote graphical 
login screen. Commonly used by thin clients etc, to make the X server 
behave like an old-style xterm.

Craig Ringer

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


When I try it with the startx command, the screen flash and give me this output.

startx -- :1 -query sunbox
 
 
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-18.9 ([EMAIL PROTECTED]) (gcc version 3.2.2 20030222 
(Red Hat Linux 3.2.2-5)) #1 Thu May 29 07:08:16 EDT 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.1.log", Time: Tue Aug  5 11:06:07 2003
(==) Using config file: "/etc/X11/XF86Config"
IBM ITSX95
Color, Single, TFT
(EE) R128(0): [dri] DRIScreenInit failed.  Disabling DRI.
gnome-session: you're already running a session manager
 
waiting for X server to shut down
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Problem report - Mandrake 9.1 on Dell Optiplex GX270 with Flat Screen 1504FP

2003-08-05 Thread Elisabeth Porteneuve
Greetings,


Mandrake 9.1 on Dell Optiplex GX270 with Flat Screen 1504FP
The install went well, I even have Mandrake graphic screen
with choice of linux, dos, etc, but then when corresponding
boot starts it ends with black screen, and problem.

Dell techies say they support Windows only.

The CDROM provided with Flat Screen gives all characteristics
(in French), and it also says that monitor have capability
of "Plug and Play".
On resolution it says:
La plage de fréquence horizontale  31 kHz à 60 kHz (automatique) 
La plage de fréquence verticale 60 Hz à 75 Hz (automatique) 
Résolution présélectionnée optimale 1024 x 768, 60 Hz 
Résolution présélectionnée maximale  1024 x 768, 75 Hz 


The XFree log is attached /var/log/XFree86.0.log

What does it meen "no screens found", see at the end below.

Thanks you !
Elisabeth Porteneuve

--

XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.21-0.13mdksmp i686 [ELF] 
Build Date: 12 March 2003
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: Tue Aug  5 17:02:27 2003
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "layout1"
(**) |-->Screen "screen1" (0)
(**) |   |-->Monitor "monitor1"
(**) |   |-->Device "device1"
(**) |-->Input Device "Keyboard1"
(WW) Option "XkbCompat" requires an string value
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "fr"
(**) XKB: layout: "fr"
(WW) Option "XkbOptions" requires an string value
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Mouse1"
(**) FontPath set to "unix/:-1"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "AllowMouseOpenFail"
Using vt 7
(--) using VT number 7

(II) Open APM successful
(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/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
compiled for 4.3.0, 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/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
compiled for 4.3.0, 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 8086,2570 card 1028,0151 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,2572 card 1028,0151 rev 02 class 03,00,00 hdr 00
(II) PCI: 00:1d:0: chip 8086,24d2 card 1028,0151 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24d4 card 1028,0151 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24d7 card 1028,0151 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,24de card 1028,0151 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24dd card 1028,0151 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card , rev c2 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24d0 card , rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24db card 1028,0151 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,24d1 card 1028,0151 rev 02 class 01,01,8f hdr 00
(II) PCI: 00:1f:3: chip 8086,24d3 card 1028,0151 rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24d5 card 1028,0151 rev 02 class 04,01,00 hdr 00
(II) PCI: 01:0c:0: chip 8086,100e card 1028,0151 rev 02 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,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1  0   0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:30:0), (0,1,1), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 1 I/O range:
[0] -1  0   0xd000 - 0xdfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1  0   0xfea0 - 0xfeaf (0x10) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(-

Re: [XFree86] Bug in Linux Red Hat 9

2003-08-05 Thread Mark Vojkovich
  The server won't work without them, so if it worked you must
have had them at some point.  It sounds like something deleted
them, and I have no idea what in RedHat would have done that.
Sounds like you need to reinstall XFree86.

   Do they show up anywhere?  Run

"locate libbitmap.a"
"locate libpcidata.a"


Mark.

On Tue, 5 Aug 2003, [iso-8859-1] Saulo Wulhynek wrote:

> Helo Mark,
> 
> Thanks by atention!
> 
> I don´t locate this files (bitmap & pcidata). What I
> can do? I am a inexperient user...
> 
> Saulo
> 
>  --- Mark Vojkovich <[EMAIL PROTECTED]> escreveu: >
> 
> >   I saw another report like this a week or two ago. 
> > 
> > It seems that the modules XFree86 needs have either
> > disappeared or become inaccessible.  What does
> >"ls -l /usr/X11R6/lib/modules"
> >  and
> >"ls -l /usr/X11R6/lib/modules/fonts"
> > say?
> > 
> > 
> > Mark.
> > 
> > 
> > On Tue, 5 Aug 2003, [iso-8859-1] Saulo Wulhynek
> > wrote:
> > 
> > > Helo,
> > > 
> > > I have install Linux Red Hat 9 in my machine and
> > run
> > > it 10 times (maybe). Today, whem I try power up,
> > it
> > > failed!
> > > 
> > > Can you help-me?
> > > Thanks
> > > 
> > > Saulo
> > > 
> > >
> >
> ___
> > > Conheça o novo Cadê? - Mais rápido, mais fácil e
> > mais preciso.
> > > Toda a web, 42 milhões de páginas brasileiras e
> > nova busca por imagens!
> > > http://www.cade.com.br
> >  
> 
> ___
> Conheça o novo Cadê? - Mais rápido, mais fácil e mais preciso.
> Toda a web, 42 milhões de páginas brasileiras e nova busca por imagens!
> http://www.cade.com.br
> 


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


Re: [XFree86] newbie - i wanna run KDE but XFree86 runs first!

2003-08-05 Thread Craig Ringer
>>When the install
phase of XFree package finish, the system automatically  startup with an
old grapich interface, not with KDE intreface.
Y loggon in this old interface as root and type KDE, and KDE interface
aperst inside the old desktop.
I need the system startup automatically with KDE desktop, waht can i
do??
sorry for my basic and rudimentary english...

Thanks
type kdm from a root console login.
After you're logged in use the Red Hat control center to make changes that 
allow you to use kdm as your login mabager.
Alternately, you should be able to run (as a normal user, not root)

startx `which KDE`

(replace KDE with whatever command you used to run KDE, usually "startkde")

to get it going. Please do not run this as root - you run the risk of 
all sorts of problems. You're much better off logging in as a normal 
user and running a particular command as root in a terminal using "su -c 
command". Most recent distros will ask you for your root password when 
you try to run root-only tools as a normal user, making it even easier.

Once you've fired up KDE, you should be able to use the KDE admin tools 
to set it as default.

Editing "/etc/sysconfig/desktop" and changing whatever the default 
desktop shown there is to "KDE" should also work.

Craig Ringer

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


Re: [XFree86] Black screen when running X

2003-08-05 Thread Mark Vojkovich
On Mon, 4 Aug 2003, Peter Le wrote:

> Hi,
> 
> 
> I'm running RH9 (Dell Latitude C800) trying to connect
> to Solaris 9(Ultra 10) system through X.
> 
> command from linux box to the sun box.
> 
> X :1 -query sunbox
> 
> problem:  all I get is a black screen and a cursor.


   I'm not familiar with the "-query" switch.  But a black
screen and cursor is all you're expected to get when you
run "X".  I think you want "startx -- :1"

Mark.

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


[XFree86] Bug in Linux Red Hat 9

2003-08-05 Thread Saulo Wulhynek
Helo,

I have install Linux Red Hat 9 in my machine and run
it 10 times (maybe). Today, whem I try power up, it
failed!

Can you help-me?
Thanks

Saulo

___
Conheça o novo Cadê? - Mais rápido, mais fácil e mais preciso.
Toda a web, 42 milhões de páginas brasileiras e nova busca por imagens!
http://www.cade.com.br
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)) #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: Tue Aug  5 11:09:19 2003
(==) 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" "abnt2"
(**) XKB: model: "abnt2"
(**) Option "XkbLayout" "br"
(**) XKB: layout: "br"
(==) 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.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"
(WW) Warning, couldn't open module bitmap
(II) UnloadModule: "bitmap"
(EE) Failed to load module "bitmap" (module does not exist, 0)
(II) LoadModule: "pcidata"
(WW) Warning, couldn't open module pcidata
(II) UnloadModule: "pcidata"
(EE) Failed to load module "pcidata" (module does not exist, 0)

Fatal server error:
Unable to load required base modules, Exiting...


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] Mandrake 9.0 Troubleshooting

2003-08-05 Thread Dovchin



Dear Sir/Madam,
I have a problem with installation of Mandrake 9.0. 
I have a problem which is produces the following error message:
 
Using vt 7
(EE) Screen(s) found, but none have a usable 
configuration.
 
Fatal Server Error:
no screens found
 
I'm also forwarding you the log file: 
"/var/log/XFree86.0.log"
 
Thank you for your assistance and looking ot hear 
from you soon.
 
Sincerely,
Dovchinbazar D.
 
 
 


XFree86.0.log
Description: Binary data


[XFree86] problems with setting up Xfree

2003-08-05 Thread Bruno Boettcher
Hello

i am migrating a machine from an old suse distro to debian and am
running into strange problems

after setting up the kernel (linux 2.4.18) to use the nvidia extensions
i tryed to start the Xfree system, and nothing happens...

i put up the log files onto:

http://boettcher.ath.cx/~bboett/x-log
http://boettcher.ath.cx/~bboett/XFree86.0.log

the error is strange, i can't quite see somethings getting really wrong,
  and the final error is unintelligible to me...

any help appreciated, please include a CC to me since i am not on the
list...

-- 
ciao bboett
==
[EMAIL PROTECTED]
http://inforezo.u-strasbg.fr/~bboett
===
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: Re: [XFree86] Black screen when running X

2003-08-05 Thread Peter Le
Craig,

Thanks.

PL
---Original Message---
From: Craig Ringer <[EMAIL PROTECTED]>
Sent: 08/05/03 05:47 PM
To: [EMAIL PROTECTED]
Subject: Re: [XFree86] Black screen when running X

> 
> >>I'm running RH9 (Dell Latitude C800) trying to connect
>>to Solaris 9(Ultra 10) system through X.
>>
>>command from linux box to the sun box.
>>
>>X :1 -query sunbox
>>
>>problem:  all I get is a black screen and a cursor.

I'd say your XDMCP server on your Sun box is not listening to requests, 
rejecting requests from that host, or perhaps there are network issues. 
RH9 uses a black background by default on XFree86 instead of the 
stippled grey you're probably used to, so if you get a black background 
and cursor then your X server is loading fine.

Make sure you can ping the target host, and check the remote host's logs 
for indications of rejected connections. Most likely this is more of a 
remote host connectivity/configuration issue than an XFree86 issue.

I've used XDMCP queries from RH9 to SCO OpenServer, so I can confirm 
that XFree's XDMCP querying is at least somewhat well behaved. Hell, 
it'll deal with OpenServer

'luck

Craig Ringer

>I'm not familiar with the "-query" switch.  But a black
> screen and cursor is all you're expected to get when you
> run "X".  I think you want "startx -- :1"

It runs an XDMCP query - the easy way of getting a remote graphical 
login screen. Commonly used by thin clients etc, to make the X server 
behave like an old-style xterm.

Craig Ringer

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


[XFree86] subwoffer, sblive 5.1, suse 8.1

2003-08-05 Thread grandeBer



does any body know how cain i meke subwoffer play 
sound with SBLIVE 5.1 y and SUSE 8.1 playing music, watching mpeg, 
etc..
thanks
 
 


[XFree86] Problems with S3 968 Vision

2003-08-05 Thread Gustavo K. Ruziscka
Hi,

I have a computer with Sony CPD 200 sf and S3 968 Vision (2 Mega)pci
video card. When i try to configure X server(Red Hat 9.0 and XFree86
4.3.0) always receive errors messages(Attached).

After search on the Web i tried many suggestions but don't solve this
problem.

Could someone help me?

Gustavo Klaus.
P.S: Sorry for poor english
-- 
Pontifícia Universidade Católica do Rio de Janeiro
CETUC - Centro de Estudos em Telecomunicações
Rua Marquês de São Vicente, 255 - Ala K - 7º andar
Tel: 3114-1149/1690
Fax: 2294-5748


-- 
Pontifícia Universidade Católica do Rio de Janeiro
CETUC - Centro de Estudos em Telecomunicações
Rua Marquês de São Vicente, 255 - Ala K - 7º andar
Tel: 3114-1149/1690
Fax: 2294-5748



XFree86.0.log
Description: Binary data
# XFree86 4 configuration created by redhat-config-xfree86

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

Section "Files"
# RgbPath is the location of the RGB database.  Note, this is the name of the 
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.

RgbPath  "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection

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

Section "InputDevice"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#   Option  "Xleds" "1 2 3"

# To disable the XKEYBOARD extension, uncomment XkbDisable.
#   Option  "XkbDisable"

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

Section "InputDevice"
Identifier  "Mouse0"
Driver  "mouse"
Option  "Protocol" "PS/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

Section "Monitor"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName"Unknown monitor"
HorizSync31.5 - 37.9
VertRefresh  50.0 - 70.0
Option  "dpms"
EndSection

Section "Device"
Identifier  "Videocard0"
Driver  "s3"
VendorName  "Videocard vendor"
BoardName   "S3 968 (generic)"
EndSection

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

Section "DRI"
Group0
Mode 0666
EndSection





Re: [XFree86] mouse pointer freeze

2003-08-05 Thread Egbert Eich
Berge, Harry ten writes:
 > Hi,
 > 
 > We have a situation where the mouse pointer freezes in the middle of the
 > screen and is completely dead. You have to restart the X server to fix
 > this. I'm suspicious about one of our applications, but could this be
 > the case? Is it possible for an application to disable the mouse pointer
 > completely?
 > 
 > Tips are reeally appreciated!
 > 

I assume that the pointer is really frozen - not just the HW cursor
not moving.
It's possible that some app uses the xf86misc extension to change the 
mouse settings. Usually the logfile shows. 
It is also possible that the mouse is no longer sending data.
You can check this by attaching strace to the Xserver from remote
for example. The server should see a SIGIO whenever data becomes
available.

Egbert.

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


[XFree86] Re: final issues... xfree86 for the VIA Apollo CLE266

2003-08-05 Thread George Georgalis
On Tue, Aug 05, 2003 at 07:58:29AM +0100, Aidan Kehoe wrote:
> Ar an 4? l? de m? 8, scr?obh George Georgalis :
>
> > It works great, even if I kill X it comes back up, but it still listens
> > on 6000.  I find this odd, maybe I need to invoke it with Xfree86, not X?
>
>Hmm, that shouldn't make a difference. I've got "-nolisten tcp" working on
>this machine with the 4.3.99.5 snapshot; it's getting called as
>
>/usr/bin/nice -15 /X11/bin/X -nolisten tcp -logverbose 2 -wm vt02
>
>and both nmap(1) and lsof(1) confirm that it's not listening on TCP. Perhaps
>you could try moving the -nolisten tcp to the first two argument
>positions?

I'll try moving it (BTW I use 'netstat -ptuna' or '-ptunl'), could this
be an artifact of starting it with DISPLAY=:0 rather than starting it
directly on the console? -- thanks for reminding me of nice!

// George

-- 
GEORGE GEORGALIS, System Admin/Architectcell: 646-331-2027<
Security Services, Web, Mail,mailto:[EMAIL PROTECTED] 
Multimedia, DB, DNS and Metrics.   http://www.galis.org/george 

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


[XFree86] Black screen when running X

2003-08-05 Thread Peter Le
Hi,


I'm running RH9 (Dell Latitude C800) trying to connect
to Solaris 9(Ultra 10) system through X.

command from linux box to the sun box.

X :1 -query sunbox

problem:  all I get is a black screen and a cursor.

Help

Thanks.
Pete

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Re: final issues... xfree86 for the VIA Apollo CLE266

2003-08-05 Thread Aidan Kehoe
 Ar an 4ú lá de mí 8, scríobh George Georgalis :

 > It works great, even if I kill X it comes back up, but it still listens
 > on 6000.  I find this odd, maybe I need to invoke it with Xfree86, not X?

Hmm, that shouldn't make a difference. I've got "-nolisten tcp" working on
this machine with the 4.3.99.5 snapshot; it's getting called as

/usr/bin/nice -15 /X11/bin/X -nolisten tcp -logverbose 2 -wm vt02

and both nmap(1) and lsof(1) confirm that it's not listening on TCP. Perhaps
you could try moving the -nolisten tcp to the first two argument
positions?

-- 
"These are the prettiest looking witnesses we have had in a long time. I
imagine you are all married. If not, you could be if you wanted to be."
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Problem related to server crash

2003-08-05 Thread Reshmi Jain





XFree86.0.log
Description: inlinefilename="XFree86.0.log"


[XFree86] Video problems

2003-08-05 Thread Chris Hobbick



Hello, 
 
I am currently trying to install RedHat 9 and been 
having problems.  Basically, anytime I try to start anything graphical, my 
monitor goes into sleep mode.  I am able to log in the text mode, but when 
i try to run redhat-config-xfree86, it does the same thing.  My video card 
is a Prolink GeForce FX5200.  It is not on their list of drivers, but it 
should work with a generic one.  When I try to access the XFree86.0.log, it 
tells me permission denied, even under root.  I have the 4.3.0 version of 
XFree86.
 
Can you please help me,
 
Chris


[XFree86] NVIDIA GeForce4 Ti 4200 - TD8X

2003-08-05 Thread Mike Metal
hi,

i was just wondering if anyone knows if this card has or is going to get video driver 
support.

Thanks.
-- 

http://www.operamail.com
Get OperaMail Premium today - USD 29.99/year


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


[XFree86] mouse pointer freeze

2003-08-05 Thread Berge, Harry ten
Hi,

We have a situation where the mouse pointer freezes in the middle of the
screen and is completely dead. You have to restart the X server to fix
this. I'm suspicious about one of our applications, but could this be
the case? Is it possible for an application to disable the mouse pointer
completely?

Tips are reeally appreciated!


> Met vriendelijke groet / Mit freundlichen Grüßen / Kind Regards,
> 
H.J. ten Berge
Test Engineer

HITT Traffic
Oude Apeldoornseweg 41-45
P.O. Box 717
NL-7300 AS, APELDOORN
The Netherlands
Telephone   +31-55-543 26 34
Fax +31-55-543 25 53  
E-mail  mailto:[EMAIL PROTECTED]
Internethttp://www.hitt-traffic.nl



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


Re: [XFree86] Video problems

2003-08-05 Thread Mark Vojkovich
   This card should work with the "nv" driver in XFree86 4.3.

Mark.

On Tue, 5 Aug 2003, Chris Hobbick wrote:

> Hello, 
> 
> I am currently trying to install RedHat 9 and been having problems.  Basically, 
> anytime I try to start anything graphical, my monitor goes into sleep mode.  I am 
> able to log in the text mode, but when i try to run redhat-config-xfree86, it does 
> the same thing.  My video card is a Prolink GeForce FX5200.  It is not on their list 
> of drivers, but it should work with a generic one.  When I try to access the 
> XFree86.0.log, it tells me permission denied, even under root.  I have the 4.3.0 
> version of XFree86.
> 
> Can you please help me,
> 
> Chris

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