CVS Update: xc (branch: trunk)

2003-08-04 Thread Egbert Eich
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/08/04 03:32:31

Log message:
   347. Fixed ValidMode() in CT driver to work with option 'FixPanelSize'
(Egbert Eich).
   346. Fixed Meta_R key on us layout Macintosh keyboard (Bugzilla #539,
Frank Murphy).
   345. Add new charset sequence for CText at the end of list. This way the
sequence of a charsets that were added earlier will be picked if two
sequences for the same charset are registered (BugzillaR #228,
Egbert Eich).
   344. Use return value sysconf (_SC_OPEN_MAX) instead of the fixed number 256
for allowed number of open files on POSIX.1 conformant systems
(Egbert Eich).
   343. Added missing exported functions in libfreetype to compile mkfontscale,
made mkfontsdir script install on platforms that use extensions (Bugzilla
536, Frank Giessler).
   342, Fixed a sig11 in Xaw that may appear on the rare condition that no font
can be found (BugzillaR #482, Egbert Eich).
   341. Added KP_Separator to symbols that can generate decimal() in xcalc
(Egbert Eich).
   340. Disabled Color8x8PatternFill() in savage driver (Egbert Eich).
   339. Fixed a sig11 in twm when used with a session manager (Egbert Eich).
   338. Fixed rounding of refresh rate in RandR, updated Xrandr man page
 (BugzillaR #527, Egbert Eich).
   337. Added MenuBorderWidth and MenuBorderColor options to twm (Bugzilla #529,
Alexander Pohoyda)
   336. Update for VIA driver:
- DGA no longer hangs (eg freedroidRPG now runs reliably)
- Starting two copies of Xine no longer aborts the X server
- Added support for KM400/K8M400
- Improved video overlay support.
- Fixed video overlay clipping when the image cliprects change but
not the size.
- TV tuner support via XV interface for two overlay ports.
- DRI support (the client side library is not yet fully ported to 4.3).
- Disable Xv in modes with insufficient bandwidth (1600c1200x16).
- Updated documentation
It differs from the base VIA codedrop.
- Several of the fixes were done by me on top of it (the dual Xine fix,
and bandwidth)
- Various system types have been turned to CARD32 to make the code
portable
- The hybrid Video4Linux/XV glue was racy and has been removed
(the XV layer is more than sufficient anyway)
- DRI library client code is not included (porting not yet finished)
- Additional debugging
  (Bugzilla #525, VIA, Alan Cox) .
- Cleaning up namespace pollution, removing dependency on via_drm.h
removing some global symbols from driver (Egbert Eich).
  Please note: there are more global symbols yet to be removed.

Modified files:
  xc/config/cf/:
os2def.db 
  xc/doc/man/X11/:
XPutRes.man 
  xc/lib/X11/:
lcCT.c 
  xc/lib/Xaw/:
Command.c Label.c 
  xc/lib/Xrandr/:
Xrandr.man 
  xc/lib/freetype2/:
freetype-def.cpp 
  xc/lib/xtrans/:
Xtransint.h 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/common/:
xf86RandR.c 
  xc/programs/Xserver/hw/xfree86/drivers/chips/:
ct_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/savage/:
savage_accel.c 
  xc/programs/Xserver/hw/xfree86/drivers/via/:
Imakefile capture.h ddmpeg.h ddover.c ddover.h regrec.c 
regrec.h via.h via.man via_accel.c via_bios.c via_bios.h 
via_cursor.c via_dga.c via_driver.c via_driver.h 
via_i2c.c via_mode.h via_refresh.h via_regs.h 
via_shadow.c via_swov.c via_swov.h via_tv2.h via_video.c 
via_video.h via_xvpriv.h 
  xc/programs/Xserver/hw/xfree86/input/mouse/:
mouse.c mousePriv.h pnp.c 
  xc/programs/mkfontdir/:
Imakefile 
  xc/programs/twm/:
add_window.c menus.c parse.c screen.h system.twmrc twm.c 
twm.man 
  xc/programs/xcalc/:
XCalc.ad 
  xc/programs/xkbcomp/symbols/macintosh/:
us 
Added files:
  xc/programs/Xserver/hw/xfree86/drivers/via/:
HWDiff.c HWDiff.h compose.h ginfo.h via_bandwidth.c 
via_bandwidth.h via_ch7019.h via_common.h via_dri.c 
via_dri.h via_fs454.h via_gpioi2c.c via_gpioi2c.h 
via_priv.h via_saa7108.h via_tv3.h via_utility.c 
via_utility.h via_vt1622a.h videodev.h 
Removed files:
  xc/programs/Xserver/hw/xfree86/drivers/via/:
via_memmgr.c via_memmgr.h via_privIoctl.h via_xvpriv.c 
  
  Revision  ChangesPath
  1.5   +2 -1  xc/config/cf/os2def.db
  1.5   +1 -0  xc/doc/man/X11/XPutRes.man
  3.28  +9 -3  xc/lib/X11/lcCT.c
  1.17  +2 -0  xc/lib/Xaw/Command.c
  1.14  +2 -0  xc/lib/Xaw/Label.c
  1.7   +37 -3 xc/lib/Xrandr/Xrandr.man
  

CVS Update: xc (branch: trunk)

2003-08-04 Thread Mark Vojkovich
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/08/04 15:18:32

Log message:
Fix an XAA stipple bug that's been there for some 4+ years.

Modified files:
  xc/programs/Xserver/hw/xfree86/xaa/:
xaaStipple.c 
  
  Revision  ChangesPath
  1.12  +41 -25xc/programs/Xserver/hw/xfree86/xaa/xaaStipple.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


Re: Rewrite of the NV driver

2003-08-04 Thread Ducrot Bruno
On Thu, Jul 31, 2003 at 02:22:32PM -0700, Mark Vojkovich wrote:
  
In CVS I have just checked in something I've been working on 
 for a few weeks.  It is a substantial rewrite of the nv driver,
 the main changes being removal of Riva128 into a separate module 
 and a complete rewrite of the graphics acceleration for TNT and 
 GeForce chips.  Aspects of the driver operation that do not have
 anything to do with acceleration have not changed.  Summary:
 

I have not tested yet your new driver (I was on vacation).
Does it support now xv extensions for TNT card?

Thanks,

-- 
Ducrot Bruno

--  Which is worse:  ignorance or apathy?
--  Don't know.  Don't care.
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Seeking MergedFB - Xinerama development advice

2003-08-04 Thread Thomas Winischhofer
I now implemented a small Xinerama extension for the SiS driver's 
MergedFB mode, following the binary NVIDIA driver's example.

However, since Xinerama and MergedFB (or Twinview, if you want) is not 
entirely the same, I encountered a logical problem during programming:

With Xinerama, the two screens never change size (unless you use RandR, 
this theoretical possibility is left aside in the following), nor 
position during server life-time. Hence, filling in the PanoramiXData 
structure is trivial and only needs to be done once at server startup.

MergedFB mode is different in this regard: Here, there is only one 
screen visible for the server and the clients, and heads' viewports can 
float around more or less freely in the virtual framebuffer. There are 
no 2 screens in the true meaning of that word; the screens (which 
should be given information about by querying the Xinerama extension) in 
MergedFB/Twinview are determined by the very metamode used.

Imagine the following example:

Virtual framebuffer 2304x1024, meta modes 1280x1024-1024x768 and 
1024x768-1280x1024  (meaning: Mode 1 is 1280x1024 on head 1, 1024x768 on 
head 2; Mode 2 is 1024x768 on head 1 and 1280x1024 on head 2).

Mode 1: (fixed width font required for viewing)

+--+
|++ +-+|
||| | ||
||| | ||
||| | head 2  ||
||| |1024x768 ||
||  head 1| | ||
||1280x1024   | | ||
||| +-+|
||||
||| Virtual framebuffer|
|++|
+--+
Mode 2:

+--+
|+-+ ++|
|| | |||
|| | |||
|| head 1  | |||
||1024x768 | |   head 2   ||
|| | |  1280x1024 ||
|| | |||
|+-+ |||
||||
||||
|++|
+--+
(For those not familiar with MergedFB mode: The smaller head in this 
szenario can be scrolled freely within its boundaries, ie there is never 
an area of the framebuffer which is not reachable.)

As you can see, the boundary line between the two heads differs 
depending on the current metamode: At Mode 1, it is at 1280, at Mode 2 
at 1024.

Now for the problem:

At least KDM (which I used for testing) queries the Xinerama extension 
only once, during startup.

What values should the XineramaQueryScreens() function return?

Preliminarily, I went for the following solution:

If head 2 is right of head 1, (other positions not regarded in this example)

screen 0 (head 1)   
x = 0
y = 0
width = maximum X of all modes for this head
height = virtual Y framebuffer size
screen 1 (head 2)
x = virtual X fb size - maximum X of all modes for this head
y = 0
width = maximum X of all modes for this head
height = virtual Y framebuffer size
In numbers:

screen 0 (head 1)
x = 0
y = 0
width = 1280
height = 1024
screen 1 (head 2)
x = 1024
y = 0
width =  1280
height = 1024
This gives two overlapping screens... The result is:

If running in Mode 1, a smart application might place a window meant for 
head 2 at (1024, 0) - which is partly in head 1's viewport, and partly 
outside head 2's viewport. However, the window is correctly placed at 
these coordinates if currently running in Mode 2.

Does anybody have a better solution?

Should I perhaps use the current viewport positions/sizes for this, and 
update the structure on each mode switch? (At least with KDM, this won't 
have any effect as it seems to query the Xinerama data only once, as said)

Especially for Mark V.: How is the binary NVidia driver doing this?

Any advice appreciated.

Thomas

--
Thomas Winischhofer
Vienna/Austria
thomas AT winischhofer DOT net  *** http://www.winischhofer.net/
twini AT xfree86 DOT org


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


radeonfb in 2.6.0-test2 and radeon 320m

2003-08-04 Thread Mr. Mailing List
I have laptop with 320m radeon.  radeonfb didn't seem
to work for it on 2.4.21.  Has this changed in 2.6.0-test2?

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


Re: radeonfb in 2.6.0-test2 and radeon 320m

2003-08-04 Thread Alex Deucher
These questions are about the linux kernel framebuffer drivers and
would probably be better answered on either the linux-kernel or
linux-fbdev mailing lists.  This ML is for Xfree86 development.

Alex

--- Mr. Mailing List [EMAIL PROTECTED] wrote:
 I have laptop with 320m radeon.  radeonfb didn't seem
 to work for it on 2.4.21.  Has this changed in 2.6.0-test2?
 


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


Re: Change of behavior of shift+numpad arrow keys (withoutnumlock)

2003-08-04 Thread Owen Taylor
On Mon, 2003-08-04 at 09:10, Egbert Eich wrote:
 Bugzilla 558 requests to change the behavoir of shift+numpad arrow keys
 
  In reasonable X GUIs (GNome/KDE), shift + regular arrow key selects text. 
  But if i press shift + numpad arrow key, i get numbers!  So the current XKB 
  behavior makes Shift kind of like the lockless version of Numlock, which is 
  insane, IMHO. the numpad keys are *arrow* keys (unless numlock is turned on)  
  by definition.  Shift should have no effect on them.  The current behavior is 
  contrary to what Windows users are used to (and highly annoying for this 
  reason).  I see no reason to have a different behaviour to Microsoft in this 
  regard (seeing as though this can potentially piss off 90+% of users), apart 
  from the sake of wanting to be different (which is not a good reason).  
  Instead of a being just a whinger, I provide this patch (please apply with -l)
 
 This requests sounds reasonable so I would like to find out if
 somebody has a strong opinion on this issue. 
 If not I will commit the supplied fix.

Well, the current setup is compatible with the non-XKB behavior
documented in section 12.7 of the Xlib reference manual.

So, there are some compatibility concerns about changing it. 
You could imagine an application that documented shortcuts
with respect to the current system.

I don't think that is necessarily a killer objection if there
are significant usability advantages to a different mapping, 
but what seems to be missing above (and in the bug report) is more 
details of *why* this behavior is annoying.

While it may be unexpected, it doesn't seem to me that pressing 
shift+KP_whatever is something you would do by accident.
And I wouldn't expect many people to have learned to use
shift+kp_arrows for extending the selection.

Regards,
Owen



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


RE: radeonfb in 2.6.0-test2 and radeon 320m

2003-08-04 Thread Alexander Stohr
 I have laptop with 320m radeon.  radeonfb didn't seem
 to work for it on 2.4.21.  Has this changed in 2.6.0-test2?

this is the XF86 development mailing list 
for the XF86 windowing system infrastructure.

there are other people around that do 
work on the framebuffer device support. 
you might ask them in the first row.

-Alex.

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


RE: Seeking MergedFB - Xinerama development advice

2003-08-04 Thread Alexander Stohr
just a short comment on the illustrations...

 Mode 1: (fixed width font required for viewing)
 
 +--+
 |++ +-+|
 ||| | ||
 ||| | ||
 ||| | head 2  ||
 ||| |1024x768 ||
 ||  head 1| | ||
 ||1280x1024   | | ||
 ||| +-+|
 ||||
 ||| Virtual framebuffer|
 |++|
 +--+

bottom right part is not virtual, it is just
a true framebuffer memory region that is not 
feed to any RAM-DAC unit. virtual means more
sort of emulated or not really what it seems
to be. it makes only sens if you attribute the
virtual word to desktop or screen and thus
to the whole area, making up a virtual desktop
or virtual screen support in contrast to the
possibly much smaller true viewport areas.

in the view of the CPU and the GPU it is 
frambuffer, regardless how you can view it.

-Alex.

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


Re: Seeking MergedFB - Xinerama development advice

2003-08-04 Thread Thomas Winischhofer
Alex Deucher wrote:
I'd be interested in seeing your code once you have decided on a route,
so that I can update the radeon mergedfb driver.
I already thought of you. You will, no worries.

Thomas

--
Thomas Winischhofer
Vienna/Austria
thomas AT winischhofer DOT net  *** http://www.winischhofer.net/
twini AT xfree86 DOT org


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


Re: Rewrite of the NV driver

2003-08-04 Thread Mark Vojkovich
On Mon, 4 Aug 2003, Ducrot Bruno wrote:

 On Thu, Jul 31, 2003 at 02:22:32PM -0700, Mark Vojkovich wrote:
   
 In CVS I have just checked in something I've been working on 
  for a few weeks.  It is a substantial rewrite of the nv driver,
  the main changes being removal of Riva128 into a separate module 
  and a complete rewrite of the graphics acceleration for TNT and 
  GeForce chips.  Aspects of the driver operation that do not have
  anything to do with acceleration have not changed.  Summary:
  
 
 I have not tested yet your new driver (I was on vacation).
 Does it support now xv extensions for TNT card?
 

   It can do YUV and RGB XvImages with the new blit adaptor.


Mark.

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


How to get individual screen's resolution in a TwinView setup?

2003-08-04 Thread Ping Cheng
In my Wacom driver, I need to get each screen's resolution. Is there a way
to get it in XFree86?

Thanks for any help.

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


Re: How to get individual screen's resolution in a TwinView setup?

2003-08-04 Thread Mark Vojkovich
On Mon, 4 Aug 2003, Ping Cheng wrote:

 In my Wacom driver, I need to get each screen's resolution. Is there a way
 to get it in XFree86?

   For one physical screen spread over two monitors (TwinView and TwinView-
like implementations), not that I know of.  The server itself has no
understanding of this and it is a feature implemented entirely in 
the driver.


Mark.

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


Re: Change of behavior of shift+numpad arrow keys (withoutnumlock)

2003-08-04 Thread James H. Cloos Jr.
 Egbert == Egbert Eich [EMAIL PROTECTED] writes:

Egbert This requests sounds reasonable so I would like to find out if
Egbert somebody has a strong opinion on this issue.  If not I will
Egbert commit the supplied fix.

I'm on a notebook now, so it is less of an issue, but I've always
liked that shift+numpad works as it does now.

Then again, shift+arrows does not select in anything I generally use,
but rather is the same as arrows

-JimC

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


Re: Change of behavior of shift+numpad arrow keys (without numlock)

2003-08-04 Thread David Dawes
On Mon, Aug 04, 2003 at 03:10:02PM +0200, Egbert Eich wrote:
Bugzilla 558 requests to change the behavoir of shift+numpad arrow keys

 In reasonable X GUIs (GNome/KDE), shift + regular arrow key selects text. 
 But if i press shift + numpad arrow key, i get numbers!  So the current XKB 
 behavior makes Shift kind of like the lockless version of Numlock, which is 
 insane, IMHO. the numpad keys are *arrow* keys (unless numlock is turned on)  
 by definition.  Shift should have no effect on them.  The current behavior is 
 contrary to what Windows users are used to (and highly annoying for this 
 reason).  I see no reason to have a different behaviour to Microsoft in this 
 regard (seeing as though this can potentially piss off 90+% of users), apart 
 from the sake of wanting to be different (which is not a good reason).  
 Instead of a being just a whinger, I provide this patch (please apply with -l)

This requests sounds reasonable so I would like to find out if
somebody has a strong opinion on this issue. 
If not I will commit the supplied fix.

Since X has been documented to work this way for a long time, it would
be better to make the behaviour configurable than to just change it.
Personally I wouldn't notice the difference either way though.

On the other hand, apps/toolkits that interpret shifted arrow keys should
be able to achieve the requested behaviour for the numpad keys without
any XKB changes.  That might be the most reliable way for them to get
uniform behaviour across a range of X platforms, including when XKB isn't
enabled.

David
-- 
David Dawes
Founder/committer/developer The XFree86 Project
www.XFree86.org/~dawes
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


[I18n] US international deadkeys not working in XFree86 4.3.0

2003-08-04 Thread Stephen Bosch
Hello, all:

1. I want to use US international deadkeys in OpenOffice.org 1.1. RC2. I 
am running XFree86 4.3.0.

Deadkeys work in

KDE applications
Gnome applications
Mozilla
Deadkeys do not work in
xterm
KDE konsole
virtual consoles (outside of X)
OpenOffice.org
For the cases in which deadkeys work, I have used one of two techniques 
(they both work):

loadkeys br-latin1-us.map

or

by altering XF86Config-4 to include these lines

Section InputDevice
Identifier  Keyboard0
Driver  keyboard
Option  XkbModel pc104
Option  XkbLayout us_intl
Option  XkbOptions 
In NEITHER of these cases will deadkeys work in xterm, a KDE console, or 
OpenOffice.org. Moreover, when the deadkeys are enabled, I can't even 
type quotation marks in the applications for which deadkeys don't work 
(in other words, not only does it not work, but it actually makes the 
situation worse).

That is my first question -- how I get us_intl deadkeys to work in xterm 
and OpenOffice.org?

2. As a temporary workaround, I decided to specify two keyboard maps in 
XF86Config-4 and switch between them on an as-needed basis by following 
directions mentioned in other posts to the list, like so:

Section InputDevice
Identifier  Keyboard0
Driver  keyboard
Option  XkbModel pc104
Option  XkbLayout us_intl,us
Option  XkbOptions grp:win_switch
EndSection
I have placed us_intl first, then us, because I want the default to be 
us_intl. I want to use my Windows keys to switch between keyboard maps.

The result: it doesn't work. The deadkeys are not working, and it is not 
possible to switch between the two by pressing the Windows key.

I checked things with setxkbmap as shown below:

[EMAIL PROTECTED]:~$ setxkbmap -v 10
Setting verbose level to 10
locale is C
Applied rules from xfree86:
model:  pc104
layout: us_intl,us
options:grp:win_switch
Trying to build keymap using the following components:
keycodes:   xfree86+aliases(qwerty)
types:  complete
compat: complete
symbols:pc/pc(pc104)+pc/us_intl+pc/us:2+group(win_switch)
geometry:   pc(pc104)
Error loading new keyboard description
[EMAIL PROTECTED]:~$
The Error loading new keyboard description is suspicious. I followed 
Ivan Pascal's example from late July and put the following text in a file:

xkb_keymap {
xkb_keycodes  { include xfree86+aliases(qwerty)   };
xkb_types { include complete  };
xkb_compat{ include complete  };
xkb_symbols   { include 
pc/pc(pc104)+pc/us_intl+pc/us:2+group(win_switch)  };
xkb_geometry  { include pc(pc104) };
};

When I run xkbcomp on the file, I get this result:

Warning:  Attempt to alias XFER to non-existent key I01
  Ignored
Warning:  Attempt to alias NFER to non-existent key I03
  Ignored
Warning:  Attempt to alias AE13 to non-existent key I05
  Ignored
Error:Can't find file pc/us_intl for symbols include
  Exiting
  Abandoning symbols file (null)
So -- pretty much nothing is working and I've had no success sifting 
through the documentation. Help is appreciated.

Cheers,

Stephen

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


Re: [XFree86] Logitech Cordless Desktop Optical and XFree86 3.3.6

2003-08-04 Thread Timo Kousa
Anyone? Anything?

-- 
Timo Kousa [EMAIL PROTECTED]


Quoting Timo Kousa [EMAIL PROTECTED]:

 I have the Cordless Desktop Optical combination of keyboard and mouse
 (mouse model is M-RR63). The keyboard works fine but the problem is to
 get the mouse work in XFree86 version 3.3.6. If I use protocol PS/2 or
 IMPS/2 and move the mouse left or right the cursor moves up and down but
 not left nor right (moving the mouse directly up and down does nothing)
 and if I press a button on the mouse the cursor moves one or two pixels
 to the right. I tried the Microsoft protocol and then the cursor goes
 crazy, all over the screen. I'm using the USB port and another USB mouse
 works perfectly. The mouse has been tested with another computer with
 XFree version 4.x and it works.
 Is there anything that could be done to get the mouse to work with
 version 3.3.6? Installing of a newer version of the XFree is not an
 option since I'm using the Sony Playstation2 Linux kit and I think there
 is no newer version of XFree for it..
  
 
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] I have problem

2003-08-04 Thread lexa_b
Hello xfree86,
I have problem in install video card.
Full name this card: ATI Rage 128 Pro Ultra - this named in
windows 98, XP
in ASPLinux - ATI Rage 128

sorry for my english.

-- 
Best regards,
 lexa_b  mailto:[EMAIL PROTECTED]

XFree86.0.log
Description: Binary data


[XFree86] gcc 3.3 compile error in xf86DDC.c XFree86 4.3.99.9

2003-08-04 Thread Jonathan Hudson
If you haven't already fixed this:

./programs/Xserver/hw/xfree86/ddc/xf86DDC.c, line 336:

Please add additional brackets.

if (!(dev = xf86I2CFindDev(pBus, 0x00A0))) {

instead of

if (!dev = xf86I2CFindDev(pBus, 0x00A0)) {

xf86DDC.c: In function `DDCRead_DDC2':
xf86DDC.c:336: error: invalid lvalue in assignment
make[6]: *** [xf86DDC.o] Error 1

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


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

2003-08-04 Thread Burkhard Leun
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.


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] Java loses memory in multihead XFree

2003-08-04 Thread Clemens Resanka
Hi all,

Can anyone reproduce it?
Or even better: can anyone tell me, whether this is an XFree or a Java
problem?

When moving any java GUI from one screen to the other, the XServer
grows. Using http://www.xfree86.org/~mvojkovi/restest.c I found out,
that everytime I move a java window to the other screen, it's PIXMAP
resources grow.

This is extremely annyoing when using BIIIG java apps like jbuilder,
because you run out of memory quite fast.

Here's how you should be able to reproduce it:
1) cd to your $JAVA_HOME/domo/jfc/Notepad
2) java -jar Notepad.jar
3) ps aux | grep X11R6, note the 6th field (resident size)
4) move the Notepad window to the other screen
5) goto 3)

on my installation, the X process grows 2K at every iteration. 

Here are some of the PIXMAP values as they are growing:
PIXMAP: 34  (7412480 bytes)
PIXMAP: 54  (7521792 bytes)
PIXMAP: 64  (14865792 bytes)

I'm using java version 1.4.1_04 and XFree 4.3.0
You can find my XFree config at http://cubicle.at/XF86Config-4

Best regards

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


[XFree86] Kdrive/TinyX and LIRC

2003-08-04 Thread Darko Novak



Hi,
I'd like to include LIRC (Infra red receiver) 
support into my Kdrive, so that it would be possible to move mouse cursor with 
IR remote. I don't know how to do this since Kdrive doesn't uses any 
configuration files likefull X11 does. Perhaps something at 
compilation?

Any help appreciated.
Darko


[XFree86] Xfbdev and VIA EPIA M, anyone got it working ?

2003-08-04 Thread Darko Novak



Hi,
I'm using Kdrive on my embedded platform VIA EPIA 
M9000 but only Xvesa works correctly - but it's very slow. I'd like to use 
somefaster Kdrive/TinyX server, like Xfbdev but I failed. Xfbdev shows 
only black screen with white vertical lines and cursor is totaly distorted. I'm 
using the latest Xfree86 sources and 2.4.20 kernel.

If anyone managed to compile a working Xfbdev or 
any better X server for Kdrive and VIA EPIA M9000 (M series) plese let me know 
the compiling options.

Thank you,
Darko


[XFree86] Ilginizi çekebilecek 3 teklifimiz var !!!

2003-08-04 Thread Saglikli Yasam
1 - Yiyerek-ierek, yorulmadan, terlemeden ve ila kullanmadan kilolarinizi 
asagiya veya yukariya kontrol edebilirsiniz.

  www.saglikliyasam.info/Kilo_Kontrol_Urunleri.html

2 - Haftalarla lebileceginiz kadar kisa bir srede, kirisikliklardan kurtulmus,
daha gen ve siki bir cilde kavusabilirsiniz. Dnyada pek ok dl kazanmis
inanilmaz bir rn simdi elinizin altinda

  www.saglikliyasam.info/Dis_Beslenme_Urunleri.html

3 - Amalariniza, hayallerinize ve tutkulariniza kavusmaniz artik imkansiz
degil. Uluslararasi bir kurulusta part-time, full-time veya istediginiz kadar
alisarak ek bir gelir ya da inanamayacaginiz yeni bir yasam elde edebilirsiniz.

  www.saglikliyasam.info/Distributorluk.html




---
Mail listemizden ikmak iin ltfen REMOVE subject'li bir mail'i
[EMAIL PROTECTED] adresine gnderiniz.
---













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


[XFree86] Ilginizi çekebilecek 3 teklifimiz var !!!

2003-08-04 Thread Saglikli Yasam
1 - Yiyerek-ierek, yorulmadan, terlemeden ve ila kullanmadan kilolarinizi 
asagiya veya yukariya kontrol edebilirsiniz.

  www.saglikliyasam.info/Kilo_Kontrol_Urunleri.html

2 - Haftalarla lebileceginiz kadar kisa bir srede, kirisikliklardan kurtulmus,
daha gen ve siki bir cilde kavusabilirsiniz. Dnyada pek ok dl kazanmis
inanilmaz bir rn simdi elinizin altinda

  www.saglikliyasam.info/Dis_Beslenme_Urunleri.html

3 - Amalariniza, hayallerinize ve tutkulariniza kavusmaniz artik imkansiz
degil. Uluslararasi bir kurulusta part-time, full-time veya istediginiz kadar
alisarak ek bir gelir ya da inanamayacaginiz yeni bir yasam elde edebilirsiniz.

  www.saglikliyasam.info/Distributorluk.html




---
Mail listemizden ikmak iin ltfen REMOVE subject'li bir mail'i
[EMAIL PROTECTED] adresine gnderiniz.
---













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


Re: [XFree86] Brazilian ABNT2 Keyboard

2003-08-04 Thread Egbert Eich
It's already in CVS.

Egbert.


Franz Baumgartner writes:
  Hello,
  
  including
  
  KPPT = 134;
  
  in the xkb/keycodes/xfree86 file 
  activates the dot-key of the numeric keypad, located between the enter key and 
  the + key on Brazilian ABNT2 keyboards.
  
  
  Cheers
  
  Franz Baumgarter
  
  
  
  !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
  HTMLHEAD
  META http-equiv=Content-Type content=text/html; charset=iso-8859-1
  META content=MSHTML 6.00.2800.1170 name=GENERATOR
  STYLE/STYLE
  /HEAD
  BODY bgColor=#ff
  DIVFONT face=Arial size=2Hello,/FONT/DIV
  DIVFONT face=Arial size=2/FONTnbsp;/DIV
  DIVFONT face=Arial size=2including/FONT/DIV
  DIVFONT face=Arial size=2/FONTnbsp;/DIV
  DIVFONT face=Arial size=2lt;KPPTgt; = 134;/FONT/DIV
  DIVFONT face=Arial size=2/FONTnbsp;/DIV
  DIVFONT face=Arial size=2in the xkb/keycodes/xfree86 file /FONT/DIV
  DIVFONT face=Arial size=2activates the dot-key of the numeric keypad, 
  located between the lt;entergt; key and the lt;+gt; key on Brazilian ABNT2 
  keyboards./FONT/DIV
  DIVFONT face=Arial size=2/FONTnbsp;/DIV
  DIVFONT face=Arial size=2/FONTnbsp;/DIV
  DIVFONT face=Arial size=2Cheers/FONT/DIV
  DIVFONT face=Arial size=2/FONTnbsp;/DIV
  DIVFONT face=Arial size=2Franz Baumgarter/FONT/DIV
  DIVFONT face=Arial size=2/FONTnbsp;/DIV
  DIVFONT face=Arial size=2/FONTnbsp;/DIV
  DIVFONT face=Arial size=2/FONTnbsp;/DIV
  DIVFONT face=Arial size=2/FONTnbsp;/DIV/BODY/HTML
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] requirements

2003-08-04 Thread echo_base
Hello everyone,
i've got a simple quastion:

what is a minimum requirements to run X window?
i've got Laptop 486, 24 MB RAM, 256kb on video card and HDD 340 MB... is there any 
hope to run X window on it???  

will be thankful for any info.
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] (no subject)

2003-08-04 Thread admin
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] requirements

2003-08-04 Thread Ken Thompson
On Monday 04 August 2003 09:37 am, [EMAIL PROTECTED] wrote:
 Hello everyone,
 i've got a simple quastion:

 what is a minimum requirements to run X window?
 i've got Laptop 486, 24 MB RAM, 256kb on video card and HDD 340 MB... is
 there any hope to run X window on it???

 will be thankful for any info.
 ___
 XFree86 mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xfree86
It would be pretty slow but you might get something like FVWM to work.
Probably only get 640X480 an low color display, too.
-- 
Ken Thompson -- WA7SYR
Payette, Idaho

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


[XFree86] Ilginizi çekebilecek 3 teklifimiz var !!!

2003-08-04 Thread Saglikli Yasam
1 - Yiyerek-ierek, yorulmadan, terlemeden ve ila kullanmadan kilolarinizi 
asagiya veya yukariya kontrol edebilirsiniz.

  www.saglikliyasam.info/Kilo_Kontrol_Urunleri.html

2 - Haftalarla lebileceginiz kadar kisa bir srede, kirisikliklardan kurtulmus,
daha gen ve siki bir cilde kavusabilirsiniz. Dnyada pek ok dl kazanmis
inanilmaz bir rn simdi elinizin altinda

  www.saglikliyasam.info/Dis_Beslenme_Urunleri.html

3 - Amalariniza, hayallerinize ve tutkulariniza kavusmaniz artik imkansiz
degil. Uluslararasi bir kurulusta part-time, full-time veya istediginiz kadar
alisarak ek bir gelir ya da inanamayacaginiz yeni bir yasam elde edebilirsiniz.

  www.saglikliyasam.info/Distributorluk.html




---
Mail listemizden ikmak iin ltfen REMOVE subject'li bir mail'i
[EMAIL PROTECTED] adresine gnderiniz.
---













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


[XFree86] Hi

2003-08-04 Thread M0dulat0R type T-1000

Indeed, i am with very new video adapter-radeon 9200. I will try now Xfree 4.3 but tell me more. download it? here is the log as it is requested.
-
  novinite.com


XFree86.0.log
Description: Binary data


Re: [XFree86] Java loses memory in multihead XFree

2003-08-04 Thread Mark Vojkovich
On Mon, 4 Aug 2003, Clemens Resanka wrote:

 Hi all,
 
 Can anyone reproduce it?
 Or even better: can anyone tell me, whether this is an XFree or a Java
 problem?
 
 When moving any java GUI from one screen to the other, the XServer
 grows. Using http://www.xfree86.org/~mvojkovi/restest.c I found out,
 that everytime I move a java window to the other screen, it's PIXMAP
 resources grow.

   If it shows up in restest that means the client is allocating,
but not freeing these.  That is, Java bug, though possibly X library
bug, but I can't see how the library would be doing that.

   This is not Xinerama?  Java somehow can migrate windows between
screens?  Sounds like Java has a pixmap leak when they do that.



Mark.

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


[XFree86] problem regarding loading X-server for Fujitsu-S2020 laptop

2003-08-04 Thread Sivakamesh Thota
hi,
I am trying to install debian 3.0 on my fujitsu-S2020
laptop. The X-server is not running on the notebook at
the time of the installation. The specs regarding my
notebook.
ATI-Radeon Mobility IGP320M
I am getting the configuration error during the
X-server startup.
Any help would be appreciated.
thank you
kamesh

__
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] (no subject)

2003-08-04 Thread Ken Copling



I installed xfree86 on my system and when i went to 
the test screen it was bigger then my screen and after that i installed kde and 
the task bar alone is about a third of the screen i have pics if you need to see 
them


[XFree86] Glide

2003-08-04 Thread StudPool User
Dear XFree86 people,

I have Redhat Linux 6.2 installed on my Pentium computer and got a new
graphics card
that made it neccessary to look for a driver so I can use KDE again.
Perhaps I should
mention it is a ATI Radeon VE with 32 MB.
I do not intend to demand much performance but I just want to get my
graphic environment
back until I have another monitor (only 14'' screen at the moment). I
have run  XFree86 -check
as you advise on your home page and it told me I have Linux version
2.2.14-5.0 on an i686
with object format ELF and libc version 6.1.3 (6.1), and my binary
distribution name is
Linux-ix86-glibc21. So I have downloaded the appropriate 12 files from
your server and tried
to install it on my PC. While doing so the installation script told me
that I need Glide installed
and stopped the installation process. Now my first question is: Has
anything gone wrong with
the installation or do I really need Glide? And second: If I really do
need Glide how can I get
it and can I use any Linux versions if there are more than one, too? If
anything has gone wrong
with my installation, could you give me some advise how I can make my
KDE work again?
I have searched your website, some files and the internet but I can't
find anything of use to me.
I would be very happy to get an answer from you for I am in deep despair
over my OS.
I thank you beforehand for your efforts.


Greetings

 Marco Bouillon

P.S.:  Please pardon my poor English. If anything sounds impolite be
assured it isn't meant as
 such, and if something sounds wrong it might be indeed.
:-)
begin:vcard 
n:;
x-mozilla-html:FALSE
adr:;;Viereichenweg 10;70569 Stuttgart (Germany);;;
version:2.1
note:Tel.:  0711 / 687 767 0
fn:Marco Bouillon
end:vcard


[XFree86] Fatal Server Error: No Screens found

2003-08-04 Thread Fareed Khan
Hello,

I am Installing Redhat Linux Version 9 on my E-machines M5310 laptop.  Whenever I try 
to start X I get the following error message.
Its an Athlon XP-M machine with an ATI Radeon IGP graphics card which auto detects in 
Redhat as ATI Mobility U1.  Is there anyone who has experienced this problem or has a 
fix for this issue?


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:18:24 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: Mon Aug  4 14:04:25 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 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.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 = 0x80012814, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1002,cab0 card , rev 13 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1002,700f card , rev 01 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 10b9,1533 card 10b9,1533 rev 00 class 06,01,00 hdr 00
(II) PCI: 00:08:0: chip 10b9,5451 card 161f,2029 rev 02 class 04,01,00 hdr 00
(II) PCI: 00:09:0: chip 10b9,5457 card 161f,2027 rev 00 class 07,03,00 hdr 00
(II) PCI: 00:0a:0: chip 104c,ac41 card 4000, rev 02 class 06,07,00 hdr 82
(II) PCI: 00:0a:1: chip 104c,8017 card 161f,2029 rev 02 class 0c,00,10 hdr 80
(II) PCI: 00:0c:0: chip 14e4,4320 card 144f,7050 rev 02 class 02,80,00 hdr 00
(II) PCI: 00:0d:0: chip 1033,0035 card 161f,2029 rev 43 class 0c,03,10 hdr 80
(II) PCI: 00:0d:1: chip 1033,0035 card 161f,2029 rev 43 class 0c,03,10 hdr 00
(II) PCI: 00:0d:2: chip 1033,00e0 card 161f,2029 rev 04 class 0c,03,20 hdr 00
(II) PCI: 00:0e:0: chip 14e4,4401 card 161f,2029 rev 01 class 02,00,00 hdr 00
(II) PCI: 00:10:0: chip 10b9,5229 card 161f,2029 rev c4 class 01,01,fa hdr 00
(II) PCI: 00:11:0: chip 10b9,7101 card 161f,2029 rev 00 class 06,80,00 hdr 00
(II) PCI: 01:05:0: chip 1002,4336 card 161f,2029 rev 00 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,2), 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:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1  0   0x9000 - 0x90ff (0x100) IX[B]
[1] -1  0   0x9400 - 0x94ff (0x100) IX[B]
[2] -1  0   0x9800 - 0x98ff (0x100) IX[B]
[3] -1  0   0x9c00 - 0x9cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1  0   0xd010 - 0xd01f (0x10) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1  0   0xe000 - 0xefff (0x1000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:

[XFree86] Fatal Server Error: No Screens found

2003-08-04 Thread Fareed Khan
Hello,

I am Installing Redhat Linux Version 9 on my E-machines M5310 laptop.  Whenever I try 
to start X I get the following error message.
Its an Athlon XP-M machine with an ATI Radeon IGP graphics card which auto detects in 
Redhat as ATI Mobility U1.  Is there anyone who has experienced this problem or has a 
fix for this issue?


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:18:24 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: Mon Aug  4 14:04:25 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 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.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 = 0x80012814, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1002,cab0 card , rev 13 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1002,700f card , rev 01 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 10b9,1533 card 10b9,1533 rev 00 class 06,01,00 hdr 00
(II) PCI: 00:08:0: chip 10b9,5451 card 161f,2029 rev 02 class 04,01,00 hdr 00
(II) PCI: 00:09:0: chip 10b9,5457 card 161f,2027 rev 00 class 07,03,00 hdr 00
(II) PCI: 00:0a:0: chip 104c,ac41 card 4000, rev 02 class 06,07,00 hdr 82
(II) PCI: 00:0a:1: chip 104c,8017 card 161f,2029 rev 02 class 0c,00,10 hdr 80
(II) PCI: 00:0c:0: chip 14e4,4320 card 144f,7050 rev 02 class 02,80,00 hdr 00
(II) PCI: 00:0d:0: chip 1033,0035 card 161f,2029 rev 43 class 0c,03,10 hdr 80
(II) PCI: 00:0d:1: chip 1033,0035 card 161f,2029 rev 43 class 0c,03,10 hdr 00
(II) PCI: 00:0d:2: chip 1033,00e0 card 161f,2029 rev 04 class 0c,03,20 hdr 00
(II) PCI: 00:0e:0: chip 14e4,4401 card 161f,2029 rev 01 class 02,00,00 hdr 00
(II) PCI: 00:10:0: chip 10b9,5229 card 161f,2029 rev c4 class 01,01,fa hdr 00
(II) PCI: 00:11:0: chip 10b9,7101 card 161f,2029 rev 00 class 06,80,00 hdr 00
(II) PCI: 01:05:0: chip 1002,4336 card 161f,2029 rev 00 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,2), 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:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1  0   0x9000 - 0x90ff (0x100) IX[B]
[1] -1  0   0x9400 - 0x94ff (0x100) IX[B]
[2] -1  0   0x9800 - 0x98ff (0x100) IX[B]
[3] -1  0   0x9c00 - 0x9cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1  0   0xd010 - 0xd01f (0x10) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1  0   0xe000 - 0xefff (0x1000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:

[XFree86] new savage driver already in xfree86 cvs?

2003-08-04 Thread Stefan Kombrink
Hi folks,

  I am subscribed to a mailing list concerning the savage driver which is 
maintained by Tim Roberts, its main developer.
It has been a while when Tim posted some good news: 
S3 released the sources of an Savage driver with OpenGL support and Motion 
Compensation.

This was given as a link to the sources: http://www.linux.org.uk/~alan/S3.zip

However, i don't know of anybody who got it working right now.
Are there any efforts to integrate this source into the XFree86 CVS?
Is it already in CVS?

Or is it DRI, who's in charge?


i'd be glad to get some answers...

thank you all in advance,
   Stefan K. 8^)

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


Re: [XFree86] Java loses memory in multihead XFree

2003-08-04 Thread Clemens Resanka
Hi!

I guess it is xinerama! (I have Option Xinerama true in my
ServerLayout section)

Does anyone know a way to find out, whether it's the X library or
java?

Best regards

 - Clemens -
At Mon, 4 Aug 2003 11:02:42 -0700 (PDT),
Mark Vojkovich wrote:
 
 
 
 On Mon, 4 Aug 2003, Clemens Resanka wrote:
 
  Hi all,
  
  Can anyone reproduce it?
  Or even better: can anyone tell me, whether this is an XFree or a Java
  problem?
  
  When moving any java GUI from one screen to the other, the XServer
  grows. Using http://www.xfree86.org/~mvojkovi/restest.c I found out,
  that everytime I move a java window to the other screen, it's PIXMAP
  resources grow.
 
If it shows up in restest that means the client is allocating,
 but not freeing these.  That is, Java bug, though possibly X library
 bug, but I can't see how the library would be doing that.
 
This is not Xinerama?  Java somehow can migrate windows between
 screens?  Sounds like Java has a pixmap leak when they do that.
 
 
   
   Mark.
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


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

2003-08-04 Thread grandeBer



Hi, im very newbie in linux.
when i try install suse 8.1,1 package return 
error, xf86-4.2.0-176.i586.rpm. 
when then install phase finished, y loggon with 
command line (consola) as root, and download XFree86 package from 
XFree86.org in the download section and install them.
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




Re: [XFree86] requirements

2003-08-04 Thread Mark Vojkovich
   I've run XFree86 3.x many years ago on 486 systems with 16 Meg of ram.
It ran fine with a simple window manager like FVWM or TWM, but anything
more than simple apps cause things to start swapping.

   A 256 KB video card won't even be able to do 640x480 in 8 bpp.
Are you sure about that specification?  What's the resolution of
that laptop and which graphics chip?  It sounds like it's probably
only 4 bit graphics.

   Your disk space is also pretty limited.  I'd expect X and related
libraries to take up a large chunk of that space.  But maybe, if your
card is supported, you may do OK with an old XFree86 3.x release.

Mark.


On Mon, 4 Aug 2003 [EMAIL PROTECTED] wrote:

 Hello everyone,
 i've got a simple quastion:
 
 what is a minimum requirements to run X window?
 i've got Laptop 486, 24 MB RAM, 256kb on video card and HDD 340 MB... is there any 
 hope to run X window on it???  
 
 will be thankful for any info.
 ___
 XFree86 mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xfree86
 

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


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

2003-08-04 Thread Ken Thompson
On Monday 04 August 2003 01:38 pm, grandeBer wrote:
 Hi, im very newbie in linux.
 when i try install suse 8.1, 1 package return error,
 xf86-4.2.0-176.i586.rpm. when then install phase finished, y loggon with
 command line (consola)  as root, and download XFree86 package from
 XFree86.org in the download section and install them. 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.
-- 
Ken Thompson -- WA7SYR
Payette, Idaho

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


[XFree86] RE: Laptop touchpad and XFree86 4.3.0

2003-08-04 Thread Peter Wainwright
Copied to the list:

More info on XFree hanging on startup when using Synaptics
touchpad on some laptops:

On Mon, 2003-08-04 at 19:23, [EMAIL PROTECTED] wrote: 
 Hi,
 
 I'm not subscribed to the list so I apologize.  I have a Compaq Armada
 M300 and I have the exact same problem.  I'm using this as my mouse
 configuration in XF86Config:
 
 Section InputDevice
 Identifier Mouse0
 Driver mouse
 Option Protocol PS/2
 Option Device  /dev/psaux
 Option Emulate3Buttons yes
 EndSection

Hi,
Something really strange happened, and I cannot explain it. I
recompiled my kernel, and the problem went away! The most puzzling
feature was that I was recompiling the SAME kernel version, with
what I believed was the SAME configuration file I had used last
time (when it didn't work). And, I believe, the SAME compiler!

I now believe that XFree86 is not (solely) responsible for the
problems, there is some interaction with the /dev/psaux handling
code which is now merged into linux/drivers/char/pc_keyb.c.

I put some debugging spew in the XFree86 mouse driver and watched
it run; the problem seems to be with the timing of the reset
sequence. This as far as I could tell is what happens:

The driver seems to be sending the reset FF, waiting for
a while, decides there is to be no response, sends another
reset FF (these are the hexadecimal representations of the bytes
on the wire). Meanwhile the touchpad is working away... It
sends an ACK(nowledgement) for the first reset (FA), and one for
the second. So the driver receives FA FA where it should receive
just the one FA followed by the data AA 00. It then tries
yet another reset... I have the synaptics interface documentation which
is probably available somewhere on their website. It may be helpful
in fixing this - if it needs to be fixed - it specifies the PS/2
protocol and this reset sequence in detail including timing.

I just tried again... With my original kernel (Red Hat, 2.4.20-6),
there is a long wait on startup. With my recompiled kernel, everything
works! Maybe this is something to try.

 I **havn't** found a solution. But, If I disable the mouse and put:
 
 Option AllowMouseOpenFail true
 
 in the ServerLayout section, I get a *normal* startup of X.  It is fast.
 The numlock, scrolllock, capslock lights do not blink.  This is obviously
 isn't a solution, but a clue to what is causing the lockup.
 
 Have you found out anything else?  Could you post this to the list for
 me...I'm going to subscribe when I get home form work.
 
 Thanks,
 
 
 Ben


-- 

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


Re: [XFree86] RE: Laptop touchpad and XFree86 4.3.0

2003-08-04 Thread Peter \Firefly\ Lund
On Mon, 4 Aug 2003, Peter Wainwright wrote:

 More info on XFree hanging on startup when using Synaptics
 touchpad on some laptops:

[...]

 I now believe that XFree86 is not (solely) responsible for the
 problems, there is some interaction with the /dev/psaux handling
 code which is now merged into linux/drivers/char/pc_keyb.c.

 I put some debugging spew in the XFree86 mouse driver and watched
 it run; the problem seems to be with the timing of the reset
 sequence. This as far as I could tell is what happens:

Sounds about right.

There was a recent thread on this on the linux kernel mailing list (but it
looks like they don't have a proper fix yet -- just a decent workaround).

You can also google for active ps/2 multiplexing.  The first hit is a
27-page well-written spec from Synaptics on how to connect up to four
pointing devices to a PS/2 port without confusing legacy drivers too
much in a such a way that newer drivers would still be able to distinguish
between the different pointer devices if they wanted to.  And also such
that special features (such as mouse wheels) would work.

Interesting stuff.

You will also get a couple of older hits from the Linux kernel mailing
list (but not the recent thread).

-Peter

There are only two real problems in computing: computers are
 too hard to use and too hard to program. -- Brian Kernighan
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] (no subject)

2003-08-04 Thread kc copling



I used the xvidtune command to change the display 
because the display is bigger then my screen and its giving me a cant open 
display message how can i fix that so I can adjust the size to fit my moniter 
screen



Re: [XFree86] scanpci -v

2003-08-04 Thread Dylan Evans
Hi,
My motherboard sounds about the same as that one, i installed X4.3 from
source and it works fine.
Have you tried using xf86cfg ?

http://www.probo.com/timr/savage40.html

 Hi just tried to run X -configure and it said it found valid video card
 but 'the appropriate data has not been added to xf86PciInfo.h'.

 The machine has a onboard S3 and a AMD chip.

 # scanpci -v
 --START--
 pci bus 0x cardnum 0x00 function 0x00: vendor 0x1106 device 0x3116
  VIA  Device unknown
  CardVendor 0x1106 card 0x3116 (VIA, Card unknown)
   STATUS0x2230  COMMAND 0x0006
   CLASS 0x06 0x00 0x00  REVISION 0x00
   BIST  0x00  HEADER 0x00  LATENCY 0x08  CACHE 0x00
   BASE0 0xe008  addr 0xe000  MEM PREFETCHABLE
   BYTE_00x80881800  BYTE_1  0x00  BYTE_2  0x00  BYTE_3  0x00

 pci bus 0x cardnum 0x01 function 0x00: vendor 0x1106 device 0xb091
  VIA  Device unknown
   STATUS0xa230  COMMAND 0x0107
   CLASS 0x06 0x04 0x00  REVISION 0x00
   HEADER0x01  LATENCY 0x00
   PRIBUS0x00  SECBUS 0x01  SUBBUS 0x01  SECLT 0x00
   IOBASE0xf000  IOLIM 0xfff  SECSTATUS 0x
   NOPREFETCH_MEMBASE 0xdfd0  MEMLIM 0xdfef
   PREFETCH_MEMBASE   0xcfb0  MEMLIM 0xdfbf
   NO_FAST_B2B NO_SEC_BUS_RST NO_M_ABRT VGA_EN ISA_EN NO_SERR_EN
 NO_PERR_EN

 pci bus 0x cardnum 0x09 function 0x00: vendor 0x10b7 device 0x9200
  3COM  Device unknown
  CardVendor 0x10b7 card 0x1000 (3COM, Card unknown)
   STATUS0x0210  COMMAND 0x0007
   CLASS 0x02 0x00 0x00  REVISION 0x78
   BIST  0x00  HEADER 0x00  LATENCY 0x20  CACHE 0x08
   BASE0 0xec01  addr 0xec00  I/O
   BASE1 0xdf80  addr 0xdf80  MEM
   BASEROM   0xdffc  addr 0xdffc  not-decode-enabled
   MAX_LAT   0x0a  MIN_GNT 0x0a  INT_PIN 0x01  INT_LINE 0x0a

 pci bus 0x cardnum 0x10 function 0x00: vendor 0x1106 device 0x3038
  VIA VT 82C586 MVP3 USB Controller
  CardVendor 0x1106 card 0x3038 (VIA, Card unknown)
   STATUS0x0210  COMMAND 0x0007
   CLASS 0x0c 0x03 0x00  REVISION 0x80
   BIST  0x00  HEADER 0x80  LATENCY 0x20  CACHE 0x08
   BASE4 0xe801  addr 0xe800  I/O
   MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x01  INT_LINE 0x0b
   BYTE_00x31240  BYTE_1  0x00  BYTE_2  0x80719b0  BYTE_3  0x

 pci bus 0x cardnum 0x10 function 0x01: vendor 0x1106 device 0x3038
  VIA VT 82C586 MVP3 USB Controller
  CardVendor 0x1106 card 0x3038 (VIA, Card unknown)
   STATUS0x0210  COMMAND 0x0007
   CLASS 0x0c 0x03 0x00  REVISION 0x80
   BIST  0x00  HEADER 0x80  LATENCY 0x20  CACHE 0x08
   BASE4 0xe401  addr 0xe400  I/O
   MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x02  INT_LINE 0x0a
   BYTE_00x31240  BYTE_1  0x00  BYTE_2  0x8071d28  BYTE_3  0x

 pci bus 0x cardnum 0x10 function 0x02: vendor 0x1106 device 0x3038
  VIA VT 82C586 MVP3 USB Controller
  CardVendor 0x1106 card 0x3038 (VIA, Card unknown)
   STATUS0x0210  COMMAND 0x0007
   CLASS 0x0c 0x03 0x00  REVISION 0x80
   BIST  0x00  HEADER 0x80  LATENCY 0x20  CACHE 0x08
   BASE4 0xe001  addr 0xe000  I/O
   MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x03  INT_LINE 0x0b
   BYTE_00x31240  BYTE_1  0x00  BYTE_2  0x80720a0  BYTE_3  0x

 pci bus 0x cardnum 0x10 function 0x03: vendor 0x1106 device 0x3104
  VIA  Device unknown
  CardVendor 0x1458 card 0x5004 (Card unknown)
   STATUS0x0210  COMMAND 0x0007
   CLASS 0x0c 0x03 0x20  REVISION 0x82
   BIST  0x00  HEADER 0x00  LATENCY 0x20  CACHE 0x08
   BASE0 0xde00  addr 0xde00  MEM
   MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x04  INT_LINE 0x0a
   BYTE_00x3  BYTE_1  0x00  BYTE_2  0x8072418  BYTE_3  0x

 pci bus 0x cardnum 0x11 function 0x00: vendor 0x1106 device 0x3177
  VIA  Device unknown
  CardVendor 0x1106 card 0x3177 (VIA, Card unknown)
   STATUS0x0210  COMMAND 0x0087
   CLASS 0x06 0x01 0x00  REVISION 0x00
   BIST  0x00  HEADER 0x80  LATENCY 0x00  CACHE 0x00
   BYTE_00xf00044  BYTE_1  0x00  BYTE_2  0x8072790  BYTE_3
 0x

 pci bus 0x cardnum 0x11 function 0x01: vendor 0x1106 device 0x0571
  VIA VT 82C586 MVP3 IDE Bridge
  CardVendor 0x1106 card 0x0571 (VIA, Card unknown)
   STATUS0x0290  COMMAND 0x0007
   CLASS 0x01 0x01 0x8a  REVISION 0x06
   BIST  0x00  HEADER 0x00  LATENCY 0x20  CACHE 0x00
   BASE4 0xfc01  addr 0xfc00  I/O
   MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x01  INT_LINE 0xff
   BYTE_00x3509f20b  BYTE_1  0x00  BYTE_2  0x8072b08  BYTE_3
 0x

 pci bus 0x cardnum 0x11 function 0x05: vendor 0x1106 device 0x3059
  VIA  Device unknown
  CardVendor 0x1458 card 0xa002 (Card unknown)
   STATUS0x0210  COMMAND 0x0001
   CLASS 0x04 0x01 0x00  REVISION 0x50
   BASE0 0xdc01  addr 0xdc00  I/O
   MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x03  INT_LINE 0x0b
   BYTE_00xc801  BYTE_1  0x00  BYTE_2  0x8072e80  BYTE_3  0x

 pci bus 0x cardnum 0x13 function 0x00: vendor 0x10ec device 0x8139
  Realtek 

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

2003-08-04 Thread hy0
- Original Message -
From: rda [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, August 03, 2003 8:40 PM
Subject: Re: [XFree86] Radeon 9200: can't get DVI working


 I am having exactly this problem with a Radeon 7500 card (OEM =
 PowerColor) -- as an added complication it appears to be vary with the
 digital monitor attached.

 I can get output from XFree to the DVI port when a (borrowed) Sony XDM-72
 monitor is attached, but not when my Apple Studio Display 17 LCD is
 attached.

 The Apple monitor works with the same hardware in Windows and with RH9 in
 text mode.

 I am also using the CVS ati and radeon drivers downloaded today. I have
 spent much time trying various config files without success.

 Unfortunately, I am too much a newbie to find the radeon_driver.c file to
 make the suggested edit.

 Where is it?

 Any other suggestions?

 Could the MonitorLayout option be relevant here if there is only a
single
 monitor attached and it is detected by DDC?

This looks like a TMDS transmitter's problem rather than CRTC timing or
monitor detection problem. Posting your log file will help to identify the
problem.

Regards,
Hui

 TIA

 bob


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


[XFree86] scanpci -v

2003-08-04 Thread Michael Dodwell
Hi just tried to run X -configure and it said it found valid video card
but 'the appropriate data has not been added to xf86PciInfo.h'.

The machine has a onboard S3 and a AMD chip.

# scanpci -v
--START--
pci bus 0x cardnum 0x00 function 0x00: vendor 0x1106 device 0x3116
 VIA  Device unknown
 CardVendor 0x1106 card 0x3116 (VIA, Card unknown)
  STATUS0x2230  COMMAND 0x0006
  CLASS 0x06 0x00 0x00  REVISION 0x00
  BIST  0x00  HEADER 0x00  LATENCY 0x08  CACHE 0x00
  BASE0 0xe008  addr 0xe000  MEM PREFETCHABLE
  BYTE_00x80881800  BYTE_1  0x00  BYTE_2  0x00  BYTE_3  0x00

pci bus 0x cardnum 0x01 function 0x00: vendor 0x1106 device 0xb091
 VIA  Device unknown
  STATUS0xa230  COMMAND 0x0107
  CLASS 0x06 0x04 0x00  REVISION 0x00
  HEADER0x01  LATENCY 0x00
  PRIBUS0x00  SECBUS 0x01  SUBBUS 0x01  SECLT 0x00
  IOBASE0xf000  IOLIM 0xfff  SECSTATUS 0x
  NOPREFETCH_MEMBASE 0xdfd0  MEMLIM 0xdfef
  PREFETCH_MEMBASE   0xcfb0  MEMLIM 0xdfbf
  NO_FAST_B2B NO_SEC_BUS_RST NO_M_ABRT VGA_EN ISA_EN NO_SERR_EN NO_PERR_EN

pci bus 0x cardnum 0x09 function 0x00: vendor 0x10b7 device 0x9200
 3COM  Device unknown
 CardVendor 0x10b7 card 0x1000 (3COM, Card unknown)
  STATUS0x0210  COMMAND 0x0007
  CLASS 0x02 0x00 0x00  REVISION 0x78
  BIST  0x00  HEADER 0x00  LATENCY 0x20  CACHE 0x08
  BASE0 0xec01  addr 0xec00  I/O
  BASE1 0xdf80  addr 0xdf80  MEM
  BASEROM   0xdffc  addr 0xdffc  not-decode-enabled
  MAX_LAT   0x0a  MIN_GNT 0x0a  INT_PIN 0x01  INT_LINE 0x0a

pci bus 0x cardnum 0x10 function 0x00: vendor 0x1106 device 0x3038
 VIA VT 82C586 MVP3 USB Controller
 CardVendor 0x1106 card 0x3038 (VIA, Card unknown)
  STATUS0x0210  COMMAND 0x0007
  CLASS 0x0c 0x03 0x00  REVISION 0x80
  BIST  0x00  HEADER 0x80  LATENCY 0x20  CACHE 0x08
  BASE4 0xe801  addr 0xe800  I/O
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x01  INT_LINE 0x0b
  BYTE_00x31240  BYTE_1  0x00  BYTE_2  0x80719b0  BYTE_3  0x

pci bus 0x cardnum 0x10 function 0x01: vendor 0x1106 device 0x3038
 VIA VT 82C586 MVP3 USB Controller
 CardVendor 0x1106 card 0x3038 (VIA, Card unknown)
  STATUS0x0210  COMMAND 0x0007
  CLASS 0x0c 0x03 0x00  REVISION 0x80
  BIST  0x00  HEADER 0x80  LATENCY 0x20  CACHE 0x08
  BASE4 0xe401  addr 0xe400  I/O
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x02  INT_LINE 0x0a
  BYTE_00x31240  BYTE_1  0x00  BYTE_2  0x8071d28  BYTE_3  0x

pci bus 0x cardnum 0x10 function 0x02: vendor 0x1106 device 0x3038
 VIA VT 82C586 MVP3 USB Controller
 CardVendor 0x1106 card 0x3038 (VIA, Card unknown)
  STATUS0x0210  COMMAND 0x0007
  CLASS 0x0c 0x03 0x00  REVISION 0x80
  BIST  0x00  HEADER 0x80  LATENCY 0x20  CACHE 0x08
  BASE4 0xe001  addr 0xe000  I/O
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x03  INT_LINE 0x0b
  BYTE_00x31240  BYTE_1  0x00  BYTE_2  0x80720a0  BYTE_3  0x

pci bus 0x cardnum 0x10 function 0x03: vendor 0x1106 device 0x3104
 VIA  Device unknown
 CardVendor 0x1458 card 0x5004 (Card unknown)
  STATUS0x0210  COMMAND 0x0007
  CLASS 0x0c 0x03 0x20  REVISION 0x82
  BIST  0x00  HEADER 0x00  LATENCY 0x20  CACHE 0x08
  BASE0 0xde00  addr 0xde00  MEM
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x04  INT_LINE 0x0a
  BYTE_00x3  BYTE_1  0x00  BYTE_2  0x8072418  BYTE_3  0x

pci bus 0x cardnum 0x11 function 0x00: vendor 0x1106 device 0x3177
 VIA  Device unknown
 CardVendor 0x1106 card 0x3177 (VIA, Card unknown)
  STATUS0x0210  COMMAND 0x0087
  CLASS 0x06 0x01 0x00  REVISION 0x00
  BIST  0x00  HEADER 0x80  LATENCY 0x00  CACHE 0x00
  BYTE_00xf00044  BYTE_1  0x00  BYTE_2  0x8072790  BYTE_3  0x

pci bus 0x cardnum 0x11 function 0x01: vendor 0x1106 device 0x0571
 VIA VT 82C586 MVP3 IDE Bridge
 CardVendor 0x1106 card 0x0571 (VIA, Card unknown)
  STATUS0x0290  COMMAND 0x0007
  CLASS 0x01 0x01 0x8a  REVISION 0x06
  BIST  0x00  HEADER 0x00  LATENCY 0x20  CACHE 0x00
  BASE4 0xfc01  addr 0xfc00  I/O
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x01  INT_LINE 0xff
  BYTE_00x3509f20b  BYTE_1  0x00  BYTE_2  0x8072b08  BYTE_3  0x

pci bus 0x cardnum 0x11 function 0x05: vendor 0x1106 device 0x3059
 VIA  Device unknown
 CardVendor 0x1458 card 0xa002 (Card unknown)
  STATUS0x0210  COMMAND 0x0001
  CLASS 0x04 0x01 0x00  REVISION 0x50
  BASE0 0xdc01  addr 0xdc00  I/O
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x03  INT_LINE 0x0b
  BYTE_00xc801  BYTE_1  0x00  BYTE_2  0x8072e80  BYTE_3  0x

pci bus 0x cardnum 0x13 function 0x00: vendor 0x10ec device 0x8139
 Realtek RTL8139 10/100 Ethernet
 CardVendor 0x10ec card 0x8139 (Realtek Generic)
  STATUS0x0290  COMMAND 0x0007
  CLASS 0x02 0x00 0x00  REVISION 0x10
  BIST  0x00  HEADER 0x00  LATENCY 0x20  CACHE 0x00
  BASE0 0xd801  addr 0xd800  I/O
  BASE1