Re: Getting Dual Independent Heads to work on Debian(sid) on iBook

2003-06-13 Thread Benjamin Herrenschmidt
On Fri, 2003-06-13 at 00:10, Alex Deucher wrote:
 there are alot of issues with dualhead and LCDs on PPC.  I believe the
 fix is to use fbdev, but I'm not sure anyone has gotten dualhead to
 work yet.  check the archives from last month.

I had it working on the M6 a while ago, I haven't yet tried with the
M9. I know Michel had it working with the M7 in a titanium powerbook,
though there are known problems with that same chip when used in iBooks
(see my other mail)

Ben.

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


Re: Symbol unresolved problems..

2003-06-13 Thread Egbert Eich
Can you check if the vbe module is loaded (and not unloaded) at this point?
Better yet, post your log file.

Egbert.


Alex Deucher writes:
  I had this problem as well at one point when I was messing with the
  savage driver.  What was weird was I hadn't messed with any of the vbe
  stuff.  I think it ended up being a bad pointer reference or something
  like that.  also, if you are attempting to mess with programming
  dualhead, you need to turn off the usebios mode stuff or it will muck
  up the crtc's.
  
  Alex
  
  --- Jason Kim [EMAIL PROTECTED] wrote:
   Thank you ...
   
   No I didn't modify this symbol..  This symbol is vbeFree.
   
   I didn't touch anything about Savage device driver, but
   savage_driver.o module can't resolve the vbeFree symbol anymore...
   T.T
   
   jason
   
  
  
  __
  Do you Yahoo!?
  Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
  http://calendar.yahoo.com
  ___
  Devel mailing list
  [EMAIL PROTECTED]
  http://XFree86.Org/mailman/listinfo/devel
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: Getting Dual Independent Heads to work on Debian(sid) on iBook

2003-06-13 Thread Andreakis, Dean (MED)
Ben,

Thanks for the information. I used fbset -x and updated XF86Config-4
accordingly.

All of the test results from my original post were without using the
kernel fbdev driver. I just now went ahead and added Option UseFBDev
to the lcd-related device section in XF86Config-4 and set BusID to
0:16:0 in both device sections and now the lcd flickering is gone but
both screens are yellow and I am still in clone mode.If I just comment
out the Option UseFBDev then restart the X server then the lcd
flickering returns (and both screens are still yellowish etc.). 

Given this result I tried comparing the sections of code in the kernel
fbdev driver and the XF86 radeon driver that sets up the PLL and there
was just a few minor diff's in the default min/max values. I went ahead
and changed these to match and recompiled/installed XFree86 4.3 etc. but
it didn't make any difference...the flickering still occured. Maybe I am
looking at the wrong parts of codehmmm

I guess the other weird thing is the color issue (yellowing). It also
seems to be related to the BusID setting. If I use 0:16:0 in the device
sections then its yellow. If I use 0:10:0 in just the external crt
device section (an incorrect value per your earlier comments) then the
colors are all ok on both screens etc...

In any case I appreiciate your comments. I guess I really want to get
down to enabling the dual-head mode first and then I can worry about any
flickering and color issues secondarily. On that note I looked at my
XF86 log file and noticed the following error:

(EE) RADEON (0): FBIOPAN_DISPLAY: Invalid argument

This end up being in the fb_ioctl function in the kernel fbmem.c
module.I am not sure whats going on in this particular section so maybe
you can comment.

thanks again,

-dean andreakis 

On Fri, 2003-06-13 at 09:06, Benjamin Herrenschmidt wrote:
  hing is ok. 
  
  2. On the iBook if I set both BusID's in both device sections to 0:10:0
  then X won't startup even though this is the ID reported by lspci for
  the ATI chip. If I just set the BusID in the device section associated
  with the external CRT to 0:10:0 then X will start and the colors are ok
  but there are scrolling lines in the lcd panel. Also, if I run glxinfo
  then it reports information on just one screen even though I have
  defined two of them.
 
 I think lspci has hexadecimal output while XF86Config expects decimal,
 try 0:16:0
 
  3. If both are set to BusID 0:16:0 (or just the device section
  associated with the external CRT) then X starts but both screens are
  yellowish and there are scrolling lines in the lcd panel. Also, if I run
  glxinfo then it reports information on two screens (as I expect).
 
 First get the native modeline of your panel with fbset -x before you
 launch X and make sure X uses that for the panel.
 
 Also, there is a problem with the LCD panel on some iBooks, possibly
 yours. On these, for an unknown reason, the PLL values we calcule
 provide a flickering display. I have hard coded values in radeonfb
 but of course that's not a solution for you. Keeping the firmware set
 values would work too if XFree driver can be instructed to do that.
 
 I'm not too sure how to solve that last problem properly. The
 interesting fact is that if I use the same PLL values as MacOS uses,
 I also have flickering display. So there is something else that is
 interfering with the PLL in some way. It seems though that MacOS
 reconfigure the MPLL and SPLL (to obtain the same final clocks but
 using a different pair of dividers), there might be something related
 to the flickering in there... Only ATI can tell.
  
  From previous mailing list responses around this issue and my test
  results so far I have thought that further development work is required
  on the radeon XFree86 4.3.0 drivers in order to properly enable this
  dual-headed mode on the iBook and relieve some of the other odd issues
  defined above.
 
  Any help in pointing me in the right direction as far as changes
  required etc. with the driver(s) would be appreciated.
  
  -dean andreakis
 -- 
 Benjamin Herrenschmidt [EMAIL PROTECTED]
 
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: Getting Dual Independent Heads to work on Debian(sid) on iBook

2003-06-13 Thread Benjamin Herrenschmidt
On Fri, 2003-06-13 at 17:08, Andreakis, Dean (MED) wrote:

 Given this result I tried comparing the sections of code in the kernel
 fbdev driver and the XF86 radeon driver that sets up the PLL and there
 was just a few minor diff's in the default min/max values. I went ahead
 and changed these to match and recompiled/installed XFree86 4.3 etc. but
 it didn't make any difference...the flickering still occured. Maybe I am
 looking at the wrong parts of codehmmm

Look for if (machine_is_compatible(PowerBook4,3)) in radeonfb, this
is where I hard code the PLL value for the panel:

if (machine_is_compatible(PowerBook4,3)  rinfo-arch == RADEON_M7)
regs-ppll_div_3 = 0x000600ad;

The yellow tint is usually a symptom of wrong endian. Look at the
code that sets SURFACE_CNTL and tweak it (try setting bits for
both apertures for example).

 I guess the other weird thing is the color issue (yellowing). It also
 seems to be related to the BusID setting. If I use 0:16:0 in the device
 sections then its yellow. If I use 0:10:0 in just the external crt
 device section (an incorrect value per your earlier comments) then the
 colors are all ok on both screens etc...

Hrm... Make no sense to me...

 In any case I appreiciate your comments. I guess I really want to get
 down to enabling the dual-head mode first and then I can worry about any
 flickering and color issues secondarily. On that note I looked at my
 XF86 log file and noticed the following error:
 
 (EE) RADEON (0): FBIOPAN_DISPLAY: Invalid argument
 
 This end up being in the fb_ioctl function in the kernel fbmem.c
 module.I am not sure whats going on in this particular section so maybe
 you can comment.

You are probably hitting this:

if ((var-xoffset + var-xres  var-xres_virtual)
|| (var-yoffset + var-yres  var-yres_virtual))
   return -EINVAL;

In radeonfb fb_pan_display()


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


Re: Getting Dual Independent Heads to work on Debian(sid) on iBook

2003-06-13 Thread Andreakis, Dean (MED)
Alex,

I went ahead and commented out the dri section and the Load dri, Load
GLcore and Load glx lines in the Module section of XF86Config-4 to
try and prevent the DRI drivers from loading but I still see the same
messages in the XF86 log file. Maybe I need to do something else to stop
DRI from trying to load...

thx,

-dean andreakis

On Fri, 2003-06-13 at 14:47, Alex Deucher wrote:
 this is from the DRI (front, back, and depth buffers) not the 2D driver
 I think.
 
 Alex
 
 --- Andreakis, Dean (MED) [EMAIL PROTECTED] wrote:
  
  (WW) RADEON (0): Static buffer allocation failed -- need at least
  9216
  kB video memory
  (II) RADEON (0): Memory manager initialzed to (0,0) (10124,2048)
  (II) RADEON (0): Reserved area from (0,768) to (1024, 770)
  (II) RADEON (0): Largest offscreen area available: 1024 x 1278
  
  ...
  
  (WW) RADEON (1): Static buffer allocation failed -- need at least
  9216
  kB video memory
  (II) RADEON (1): Memory manager initialzed to (0,0) (10124,2048)
  (II) RADEON (1): Reserved area from (0,768) to (1024, 770)
  (II) RADEON (1): Largest offscreen area available: 1024 x 1278
  
  It seems confusing to me since I have 16MBytes of video memory
  installed. For 1024x768x32bpp mode (worste case) this only calculates
  to
  3145728 bytes per screen but yet its telling me I need 9216 kBytes
  per
  screen...h...must be more buffer allocation needed by the chip
  then
  just the on-screen area frame buffer
  
  any thoughts?
  
  thx...
  
  -dean andreakis
 
 
 __
 Do you Yahoo!?
 Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
 http://calendar.yahoo.com
 ___
 Devel mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/devel
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: Getting Dual Independent Heads to work on Debian(sid) on iBook

2003-06-13 Thread Alex Deucher
It's not the DRI per se... it's the radeon memory manager.  it attempts
to statically allocate offscreen memory for use by the DRI, pixmaps,
etc.  It has no effect on modes, so you can safely ignore it.

Alex

--- Andreakis, Dean (MED) [EMAIL PROTECTED] wrote:
 Alex,
 
 I went ahead and commented out the dri section and the Load dri,
 Load
 GLcore and Load glx lines in the Module section of XF86Config-4
 to
 try and prevent the DRI drivers from loading but I still see the same
 messages in the XF86 log file. Maybe I need to do something else to
 stop
 DRI from trying to load...
 
 thx,
 
 -dean andreakis
 
 On Fri, 2003-06-13 at 14:47, Alex Deucher wrote:
  this is from the DRI (front, back, and depth buffers) not the 2D
 driver
  I think.
  
  Alex
  
  --- Andreakis, Dean (MED) [EMAIL PROTECTED] wrote:
   
   (WW) RADEON (0): Static buffer allocation failed -- need at least
   9216
   kB video memory
   (II) RADEON (0): Memory manager initialzed to (0,0) (10124,2048)
   (II) RADEON (0): Reserved area from (0,768) to (1024, 770)
   (II) RADEON (0): Largest offscreen area available: 1024 x 1278
   
   ...
   
   (WW) RADEON (1): Static buffer allocation failed -- need at least
   9216
   kB video memory
   (II) RADEON (1): Memory manager initialzed to (0,0) (10124,2048)
   (II) RADEON (1): Reserved area from (0,768) to (1024, 770)
   (II) RADEON (1): Largest offscreen area available: 1024 x 1278
   
   It seems confusing to me since I have 16MBytes of video memory
   installed. For 1024x768x32bpp mode (worste case) this only
 calculates
   to
   3145728 bytes per screen but yet its telling me I need 9216
 kBytes
   per
   screen...h...must be more buffer allocation needed by the
 chip
   then
   just the on-screen area frame buffer
   
   any thoughts?
   
   thx...
   
   -dean andreakis
  
  
  __
  Do you Yahoo!?
  Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
  http://calendar.yahoo.com
  ___
  Devel mailing list
  [EMAIL PROTECTED]
  http://XFree86.Org/mailman/listinfo/devel
 ___
 Devel mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/devel


__
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: Getting Dual Independent Heads to work on Debian(sid) on iBook

2003-06-13 Thread Michel Dänzer
On Fri, 2003-06-13 at 22:01, Andreakis, Dean (MED) wrote:
 
 I went ahead and commented out the dri section and the Load dri, Load
 GLcore and Load glx lines in the Module section of XF86Config-4 to
 try and prevent the DRI drivers from loading but I still see the same
 messages in the XF86 log file. Maybe I need to do something else to stop
 DRI from trying to load...

Don't worry about the DRI, it shouldn't have any influence on your
problem. It gets disabled with multihead anyway.


-- 
Earthling Michel Dänzer   \  Debian (powerpc), XFree86 and DRI developer
Software libre enthusiast  \ http://svcs.affero.net/rm.php?r=daenzer

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


[XFree86] XFree86 size and TinyX

2003-06-13 Thread Kentropy
Hello
I am trying to create the amallest possible X for my X86 linuxbox.
Building X as is I get about 100MB in X11R6 directory
Building X as TinyX I get about 65MB in X11R6 directory
I wonder if is possible to get a minimal X in about 1-2 MB ?
TIA

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


RE: [XFree86] s3virge under 4.1.0 burns my monitor

2003-06-13 Thread Wilco Holdorp / iiyama
Hi,

HorizSync 30-50
VertRefresh 47-110

The VertRefresh is not really realistic. Your DDC info shows you can do
about 75 Hz

(II) S3VIRGE(0): Supported VESA Video Modes:
(II) S3VIRGE(0): [EMAIL PROTECTED] ---
(II) S3VIRGE(0): [EMAIL PROTECTED] ---
(II) S3VIRGE(0): [EMAIL PROTECTED]
(II) S3VIRGE(0): [EMAIL PROTECTED]
(II) S3VIRGE(0): [EMAIL PROTECTED]
(II) S3VIRGE(0): [EMAIL PROTECTED] (interlaced)
(II) S3VIRGE(0): [EMAIL PROTECTED]

So set your monitor to this:
HorizSync 30-50
VertRefresh 47-75

That should keep you on the save side.

Wilco Holdorp


-Original Message-
From: Cristian Campeanu [mailto:[EMAIL PROTECTED] 
Sent: donderdag 12 juni 2003 6:13
To: [EMAIL PROTECTED]
Subject: [XFree86] s3virge under 4.1.0 burns my monitor

Hi there,

My name is Cristian Campeanu and I'm from Romania.
I own a Likom L - 403 monitor which a broke 3 times already by changing 
resolution (the usual Ctrl+Alt+-) and a S3 Trio3D. I'm running RedHat Linux 
7.2 with the 2.4.7-10 kernel and XFree 4.1.0 with the compatibility modules 
for 3.3.6.
Under XF86_SVGA I had no problems but trying XFree86 to get (some) 
acceleration it all works fine until I try to change resolution. Then 3 
transistors die: the final transistor, the line driver and one FET in the 
source (I hope I translated this well enough for an electronics specialist
to 
understand). I'm guessing it's something about timings. Probably the svga 
driver waits a while before applying the new settings and the s3virge driver

doesn't.
I only have one question: is it my monitor or is it software?
I'm attatching my config files and the logfile (I use a script to get
messages 
from 3.3.6).

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


Re: [XFree86] s3virge under 4.1.0 burns my monitor

2003-06-13 Thread Egbert Eich
Cristian Campeanu writes:
  Hi there,
  
  My name is Cristian Campeanu and I'm from Romania.
  I own a Likom L - 403 monitor which a broke 3 times already by changing 
  resolution (the usual Ctrl+Alt+-) and a S3 Trio3D. I'm running RedHat Linux 
  7.2 with the 2.4.7-10 kernel and XFree 4.1.0 with the compatibility modules 
  for 3.3.6.
  Under XF86_SVGA I had no problems but trying XFree86 to get (some) 
  acceleration it all works fine until I try to change resolution. Then 3 
  transistors die: the final transistor, the line driver and one FET in the 
  source (I hope I translated this well enough for an electronics specialist to 
  understand). I'm guessing it's something about timings. Probably the svga 
  driver waits a while before applying the new settings and the s3virge driver 
  doesn't.
  I only have one question: is it my monitor or is it software?
  I'm attatching my config files and the logfile (I use a script to get messages 
  from 3.3.6).


The problem you are seeing is quite rare and I don't recall when
somebody reported here that a monitor died when switching modes.
What surprises me most however that this happens although your 
monitor is rather new: it even has DDC support. Usually these 
monitors support multi sync and are capable of detecting if the 
sync frequencies are out of range.
All modes listed in the log which are available thru mode switching
are around 60Hz and should not cause problems on almost any monitor. 
I suppose if you set any of these modes as the startup mode you don't
 see any problems.
So the problem is most likely the mode change itself.
It is theoretically possible that during mode transition the sync
frequencies are out of range for a short while.
Unfortunately I have no idea how to debug this. 

You could try a newer version of the XFree86 as 4.1 is rather old
however I don't think that the mode setting part of the code has
changed since then.
Do you remember if it happened during any mode transition or only
during a switch between two specific modes (ie. when you switch 
from 1024x768 to 640x480)?

Egbert.

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


[XFree86] i845GE TV Out not using Full Screen

2003-06-13 Thread Gavin McCullagh
Hi,

I've got a Shuttle SB51G with the optional CV21 TV Out module.

http://www.shuttle.com/new/product/barebone/specs_b.asp?B_id=8
http://www.shuttle.com/new/product/barebone/specs_a.asp?A_id=14

Generally a linux user, normally a Debian user, I'm using Knoppix
temporarily as it comes with XFree86 4.3 and I've not had the chance (or
rather the bandwidth) to get organized with Branden's unofficial 4.3 for
Debian.  My X config is a simple one generated by knoppix which I'll post
if need be along with the X log file.

Anyway, all works fine (X crashes the odd time switching to text terminals,
but that's a topic for another post) and to my great joy TV Out works right
out of the box.  Just hook it up, remove the Monitor and reboot.

With TV, the initial boot sequence gives a bunch of resolution options or
scan to probe.  Several options work but they all amount to it using
640x480 or 800x600 neither of which fills the TV screen (the latter
naturally comes a little closer).  X just uses the same area which was used
by the boot sequence.

I've asked around and got ideas like check the BIOS for an overscan
option and try changing PAL/NTSC.  There is no such option in the BIOS
and I've changed the PAL/NTSC jumper and it seems to make no difference
whatsoever.  So, does anyone here have any suggestions for how to proceed
to get full screen TV Output?

Gavin

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


[XFree86] Help on configuring mouse

2003-06-13 Thread Ale
Hello,
I have a logitech marble mouse, this is a strange trackball that has the 
ball at center and four buttons, two classic standard buttons and the 
other two are to simulate the wheel and go up and down on mozilla.

The mouse works very well but the third and four buttons won't work they 
are recognized has the third button but I'm not able the configure them 
to work has a wheel.

There are any ideas?

this is my mouse:

http://www.logitech.com/index.cfm?page=products/detailsCRID=6CONTENTID=5145countryid=10languageid=5

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


[XFree86] External Monitor problem with radeon driver

2003-06-13 Thread eeidpar
Hi All,
I've just installed Redhat 9.0 on my Compaq Evo 610c laptop.
The Xserver wotk fine with the laptop panel and gives me
a nice 1400x1050 resolution. However when I dock the laptop and
try to drive an external CRT monitor I get problems.
The attached XF86Config file will give me 1400x1050 resolution
on my CRT but I get very low refresh rates i.e. 60 Hz. Secondly
the very top of the screen has annoying flickering where its not
redrawing the screen properly. Lastly when driving the CRT the LCD
panel is still on. The PanelOff option is turned on but doesn't do
anything. If I turn the option CloneMode to anything except 1 the
LCD turns off but the CRT gets a virtual desktop. I have to scroll
around a 640x480 desktop.
Any help would be appreciated.
Regards
Daryl
--
_
Daryl Parker
Researcher, Applied Research Labs.  Phone : +353 902 31571
Network Operators Solution Center   Fax   : +353 902 31304
Athlone, Co Westmeath,Ireland.  Email : [EMAIL PROTECTED]
__

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.0.log, Time: Fri Jun 13 11:46:56 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 gb
(**) XKB: layout: gb
(==) 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 = 0x, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,1a30 card 0e11,00b7 rev 04 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,1a31 card , rev 04 class 06,04,00 hdr 01
(II) PCI: 00:1e:0: chip 8086,2448 card , rev 42 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,248c card , rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,248a card 0e11,00b7 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:5: chip 8086,2485 card 0e11,00b7 rev 02 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 1002,4c57 card 0e11,00b7 rev 00 class 03,00,00 hdr 00
(II) PCI: 02:04:0: chip 11c1,0450 card 1468,0450 rev 02 class 07,80,00 hdr 00
(II) PCI: 02:06:0: chip 104c,ac51 card 4800, rev 00 class 06,07,00 hdr 82
(II) PCI: 02:06:1: chip 104c,ac51 card 5000, rev 00 class 06,07,00 hdr 82
(II) PCI: 02:08:0: chip 8086,1038 card 0e11,0098 rev 42 class 02,00,00 hdr 00
(II) PCI: 02:0e:0: chip 1033,0035 card 0e11,00b7 rev 41 class 0c,03,10 hdr 80
(II) PCI: 02:0e:1: chip 1033,0035 card 0e11,00b7 rev 41 class 0c,03,10 hdr 00
(II) PCI: 02:0e:2: chip 1033,00e0 card 0e11,00b7 rev 02 class 0c,03,20 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,4), 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) 

Re : [XFree86] i845GE TV Out not using Full Screen

2003-06-13 Thread Emmanuel
On 2003.06.13 06:50, Gavin McCullagh wrote:
Hi,

I've got a Shuttle SB51G with the optional CV21 TV Out module.

http://www.shuttle.com/new/product/barebone/specs_b.asp?B_id=8
http://www.shuttle.com/new/product/barebone/specs_a.asp?A_id=14
Generally a linux user, normally a Debian user, I'm using Knoppix
temporarily as it comes with XFree86 4.3 and I've not had the chance
(or
rather the bandwidth) to get organized with Branden's unofficial 4.3
for
Debian.  My X config is a simple one generated by knoppix which I'll
post
if need be along with the X log file.
Anyway, all works fine (X crashes the odd time switching to text
terminals,
but that's a topic for another post) and to my great joy TV Out works
right
out of the box.  Just hook it up, remove the Monitor and reboot.
With TV, the initial boot sequence gives a bunch of resolution options
or
scan to probe.  Several options work but they all amount to it using
640x480 or 800x600 neither of which fills the TV screen (the latter
naturally comes a little closer).  X just uses the same area which was
used
by the boot sequence.
I've asked around and got ideas like check the BIOS for an overscan
option and try changing PAL/NTSC.  There is no such option in the
BIOS
and I've changed the PAL/NTSC jumper and it seems to make no
difference
whatsoever.  So, does anyone here have any suggestions for how to
proceed
to get full screen TV Output?
For the savage driver there is a TV option (or something approaching) 
and you can use it to specify NTSC or PAL output (to see if your driver 
has this option have a look at its man page). Moreover you can also 
change the modelines to have better matching display.
Bye
Manu
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: Re : [XFree86] i845GE TV Out not using Full Screen

2003-06-13 Thread Gavin McCullagh
On Fri, 13 Jun 2003, Emmanuel wrote:

 On 2003.06.13 06:50, Gavin McCullagh wrote:
 
 I've got a Shuttle SB51G with the optional CV21 TV Out module.
 
 With TV, the initial boot sequence gives a bunch of resolution options
 or scan to probe.  Several options work but they all amount to it
 using 640x480 or 800x600 neither of which fills the TV screen (the
 latter naturally comes a little closer).  X just uses the same area
 which was used by the boot sequence.
 
 For the savage driver there is a TV option (or something approaching) 
 and you can use it to specify NTSC or PAL output (to see if your driver 
 has this option have a look at its man page). Moreover you can also 
 change the modelines to have better matching display.

The driver I'm using is i810.  As far as I understand this is the one
correct one.

http://www.xfree.org/4.3.0/i810.4.html

Neither of those options seem to be there.  All supported options would be
listed there right?

Gavin

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


[XFree86] XListInputDevices

2003-06-13 Thread padraig o'briain
http://www.xfree86.org/current/XListInputDevices.3.html specifies that the name field 
of the XDedeviceInfo data structure is a value in XI.h. 

In practice, this is not the case. Is there an updated specification of what the field 
value is?

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


Re: [XFree86] Installing sis driver on MSI Hermes 650

2003-06-13 Thread Thomas Winischhofer
God, what I am tired of saying this: I need to see your log.

Furthermore, try the latest driver from - as the log mentiones clearly - 
www.winischhofer.net/

Thomas



Ralf Haller wrote:
Hi,

I want to install the sis video driver on my MSI Hermes 650 barebone, in 
order to have Xvideo support. The computer is connected to my TV and is 
used as frontend to mythTV. The RedHat installer set the vesa driver in 
the XFree86 configuration file.

As far as I can see, the sis driver does support my SiS 650 chipset. 
However when changing the driver type in the XFree86 configuration and 
starting X the screen remains solid black. I am using XFree86 4.3.0.

I added some information from the Hermes 650 manual to this mail. What 
am I doing wrong? Maybe it's because I use the TV out? TV out works with 
vesa, however.

Thanks for any help.

Ralf


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


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


Re: [XFree86] Re: DPMS under 3.3.6

2003-06-13 Thread David Dawes
On Thu, Jun 12, 2003 at 09:10:51PM +0200, Wolfgang Jeltsch wrote:
On Thursday, 2003-06-12, 20:27, Mike A. Harris wrote:
 On Thu, 12 Jun 2003, Wolfgang Jeltsch wrote:
  why isn't there any information available on the XFree86 website and in
  the manpages about activating DPMS under XFree86 3.3.6. Option DPMS in
  the Monitor section doesn't work.

 Whatever the reason might be, XFree86 3.3.6 is _long_ since obsolete and
 completely unmaintained.  You're strongly advised to use the current
 XFree86, which is version 4.3.0.

Hello,

the point is that XFree86 3.3.6 is still used in at least one *current* Linux 
distribution, namely the current stable release of Debian GNU/Linux. This 
release provides XFree86 4.1. The problem is that 4.1 doesn't support older 
video hardware. To get this older hardware working, the current stable Debian 
release provides some 3.3.6 servers.

Well, it's up to Debian what they distribute (and maintain).  For its
part, the XFree86 Project no longer maintains, supports or advocates
using 3.3.x.

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


Re: [XFree86] XF86cfg

2003-06-13 Thread Harry Frankenfeld
On Thursday, June 12, 2003, at 09:58  PM, Kelley Hilborn wrote:

When trying to configure X with xf86cfg, the screen flickers, looks
like
it's
about to go to a GUI, and then just shuts down.  Logs me out of my
session.
 From your XFree86.0.log:

(EE) I810(0): AGP GART support is not available.  Make sure your kernel
has
agpgart support or that the agpgart kernel module is loaded.
looks like your kernel doesn't have AGP_GART compiled in as an option,
or that your kldload isn't loading it, depending on your system. Can
you send a copy of your kernel config file?
Harry Frankenfeld
On Thursday, June 12, 2003, at 10:45 PM, Kelley Hilborn wrote:

If I knew what/where my kernel config file was, I'd gladly attach it.
I'm still fairly new to BSD
I'm not very familiar with the file structure of OpenBSD, but in 
FreeBSD, you typically put your kernel config in (for i386 platforms) 
/usr/src/sys/i386/conf/ . If you haven't tweaked your kernel yet, it'll 
probably be the GENERIC kernel (you can see it in the initial boot 
messages, or in dmesg). Again, in FreeBSD (-STABLE, not so in 
-CURRENT), there is another file called LINT that lists all of the 
options and flags for kernel configuration.

However, I just looked at the openbsd site, and it looks like openbsd 
is structured a bit differently. Here's the kernel config info:
http://openbsd.org/faq/faq5.html#Why

It may be that OpenBSD doesn't enable AGP support by default -- FreeBSD 
doesn't, but doesn't choke like you're describing either. Also, I know 
there are a few tricks to getting the i810 working in XFree86 -- a 
chunk of the X Windows chapter in the FreeBSD handbook deals with 
getting that card going.

HTH

Harry Frankenfeld

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


[XFree86] autodetect dual head ?

2003-06-13 Thread Philippe Moutarlier
I configured my dual head setup on my laptop using an SiS 650 chipset.
However, since the VGA is the primary, it seems that I either have to :

- have the VGA monitor on at boot time
- set ForceCRT1 

The first case is obviously not very practical for a laptop since the 
only monitor I am sure to have on is the LCD.

The second case is not very good either : it actually starts the second
screen in any case and seem to use a wealth of computer resources even 
the monitor is not present. Furthermore, running Gnome on both screen 
in that configuration brings the panel of the VGA screen on top of the 
LCD one (I don't know why, though !!???).

Would there be a way to autodetect if CRT1 is present, and THEN, turn on
dual head ? Or make Xfree not scream if CRT1 is not present and just
disable its screen instead of exiting with an error ?

Thanks !
   
-- 
Philippe Moutarlier [EMAIL PROTECTED]

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


[XFree86] Sorry forgot to attach the error report

2003-06-13 Thread PaulRichard
Hi, 
My name is Paul Richard. I have installed RedHat Linux 7.3 on a HP NetServer Plus. It 
has a Trident TVGA 9000 chipset which is found in the drivers list, but when I try to 
start X it says no screens found. Any advice would be greatly appreciated.

Sincerely,
Paul V. Richard
TWNEOR Region Intern
Boise Building Solutions
Phone : (541) 519-5651



 XFree86.txt 

XFree86 Version 4.2.0 (Red Hat Linux release: 4.2.0-8) / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 23 January 2002
If the server is older than 6-12 months, or if your card is
newer than the above date, look for a newer version before
reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: Linux 2.4.17-0.13smp i686 [ELF] 
Build Host: daffy.perf.redhat.com
 
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/XFree86.0.log, Time: Fri Jun 13 07:47:19 2003
(==) Using config file: /etc/X11/XF86Config-4
(==) ServerLayout Anaconda Configured
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device VESA driver (generic)
(**) |--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
(**) FontPath set to unix/:7100
(**) RgbPath set to /usr/X11R6/lib/X11/rgb
(==) ModulePath set to /usr/X11R6/lib/modules
(--) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such device)
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.1
XFree86 Video Driver: 0.5
XFree86 XInput driver : 0.3
XFree86 Server Extension : 0.1
XFree86 Font Renderer : 0.3
(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.2.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.3
(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.2.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.5
(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,1250 card , rev 02 class 06,00,00 hdr 00
(II) PCI: 00:07:0: chip 101e,9010 card , rev 03 class 01,80,00 hdr 00
(II) PCI: 00:08:0: chip 1011,0021 card , rev 01 class 06,04,00 hdr 01
(II) PCI: 00:09:0: chip 8086,0482 card , rev 15 class 00,00,00 hdr 00
(II) PCI: 00:0a:0: chip 9004,8078 card , rev 00 class 01,00,00 hdr 00
(II) PCI: 00:0b:0: chip 9004,8078 card , rev 00 class 01,00,00 hdr 00
(II) PCI: 01:03:0: chip 10b7,9200 card 10b7,1000 rev 74 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: scanpci
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor=The XFree86 Project
compiled for 4.2.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.5
(II) UnloadModule: scanpci
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1  0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1  0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1  0x - 0x (0x0) MX[B]
(II) Bus 1: bridge is at (0:8:0), (0,1,1), BCTRL: 0x07 (VGA_EN is cleared)
(II) Bus 1 I/O range:
[0] -1  0xe000 - 0xe0ff (0x100) IX[B]
[1] -1  0xe400 - 0xe4ff (0x100) IX[B]
[2] -1  0xe800 - 0xe8ff (0x100) IX[B]
[3] -1  0xec00 - 0xecff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1  0xfeb0 - 0xfebf (0x10) MX[B]
(II) Bus 1 prefetchable memory range:
(II) Addressable bus resource ranges are
[0] -1  0x - 0x (0x0) MX[B]
[1] -1  0x - 0x (0x1) IX[B]
(II) OS-reported resource ranges:
[0] -1  0xffe0 - 0x (0x20) MX[B](B)
[1] -1  0x0010 - 0x3fff (0x3ff0) MX[B]E(B)
[2] -1  0x000f - 0x000f (0x1) MX[B]
[3] -1  0x000c - 0x000e (0x3) MX[B]
[4] -1  0x - 0x0009 (0xa) MX[B]
[5] -1  0x - 0x (0x1) IX[B]
[6] -1  0x - 0x00ff (0x100) IX[B]
(II) Active PCI resource 

Re: [XFree86] autodetect dual head ?

2003-06-13 Thread Philippe Moutarlier
How do tell Xfree which to use when using startx, for example (sorry
if this is obvious :-)

Thanks

On Fri, 2003-06-13 at 11:58, Thomas Winischhofer wrote:
 Philippe Moutarlier wrote:
  I configured my dual head setup on my laptop using an SiS 650 chipset.
  However, since the VGA is the primary, it seems that I either have to :
  
  - have the VGA monitor on at boot time
  - set ForceCRT1 
  
  The first case is obviously not very practical for a laptop since the 
  only monitor I am sure to have on is the LCD.
  
  The second case is not very good either : it actually starts the second
  screen in any case and seem to use a wealth of computer resources even 
  the monitor is not present. Furthermore, running Gnome on both screen 
  in that configuration brings the panel of the VGA screen on top of the 
  LCD one (I don't know why, though !!???).
  
  Would there be a way to autodetect if CRT1 is present, and THEN, turn on
  dual head ? Or make Xfree not scream if CRT1 is not present and just
  disable its screen instead of exiting with an error ?
 
 No. But you could make more than one ServerLayout sections and choose 
 among them.
 
 Thomas
-- 
Philippe Moutarlier [EMAIL PROTECTED]

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


[XFree86] DPMS suspend not working with tdfx Voodoo3-2000

2003-06-13 Thread Guy Middleton
I recently upgraded my computer (from FreeBSD 3.1 to 5.1), and now my monitor
will not go into suspend mode; it stays in standby.

I have this in my .xsession:
   
xset s 300 s blank dpms 1200 3600
  
So after 20 minutes, the monitor should go into standby mode, then after an
hour into suspend mode; this was working previously.

Now however, after my upgrade, it will go standby but never suspend.  Even
when I do xset dpms force suspend, it goes into standby and stays there.

An xset q in this state says the monitor is in Suspend state, even though
it isn't.

Video board is a tdfx voodoo3-2000, monitor is a NEC Multisync E950.

Has anybody seen this before?  Is there a fix?


The OS is FreeBSD 5.1-RELEASE, here is the XF86 info:

XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: FreeBSD 5.1 i386 [ELF] 
Build Date: 24 May 2003

I'm including my log and config files as mime-attachments.


Help!  :-)

 -Guy

XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: FreeBSD 5.1 i386 [ELF] 
Build Date: 24 May 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: Fri Jun 13 00:44:40 2003
(==) Using config file: /etc/X11/XF86Config
(==) ServerLayout Simple Layout
(**) |--Screen Screen 1 (0)
(**) |   |--Monitor MultiSync E950
(**) |   |--Device Voodoo3 (generic)
(**) |--Input Device Mouse1
(**) |--Input Device Keyboard1
(**) Option AutoRepeat 500 30
(**) Option XkbRules xfree86
(**) XKB: rules: xfree86
(**) Option XkbModel omnikey101
(**) XKB: model: omnikey101
(**) Option XkbLayout us
(**) XKB: layout: us
(**) Option XkbOptions ctrl:swapcaps
(**) XKB: options: ctrl:swapcaps
(==) Keyboard: CustomKeycode disabled
(WW) `fonts.dir' not found (or not valid) in /usr/X11R6/lib/X11/fonts/local/.
Entry deleted from font path.
(Run 'mkfontdir' on /usr/X11R6/lib/X11/fonts/local/).
(**) FontPath set to 
/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/
(**) RgbPath set to /usr/X11R6/lib/X11/rgb
(==) ModulePath set to /usr/X11R6/lib/modules
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 5

(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 freebsd
(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,7190 card , rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,7191 card , rev 03 class 06,04,00 hdr 01
(II) PCI: 00:04:0: chip 8086,7110 card , rev 02 class 06,01,00 hdr 80
(II) PCI: 00:04:1: chip 8086,7111 card , rev 01 class 01,01,80 hdr 00
(II) PCI: 00:04:2: chip 8086,7112 card , rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:04:3: chip 8086,7113 card , rev 02 class 06,80,00 hdr 00
(II) PCI: 00:06:0: chip 9005,001f card 9005,000f rev 00 class 01,00,00 hdr 00
(II) PCI: 00:07:0: chip 8086,1229 card 8086,0008 rev 05 class 02,00,00 hdr 00
(II) PCI: 00:0a:0: chip 1274,5000 card 4942,4c4c rev 01 class 04,01,00 hdr 00
(II) PCI: 00:0b:0: chip 11ad,0002 card 1385,f004 rev 21 class 02,00,00 hdr 00
(II) PCI: 01:00:0: chip 121a,0005 card 121a,0030 rev 01 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -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) 

Re: [XFree86] autodetect dual head ?

2003-06-13 Thread Thomas Winischhofer
Philippe Moutarlier wrote:
How do tell Xfree which to use when using startx, for example (sorry
if this is obvious :-)
man startx

Thomas

Thanks

On Fri, 2003-06-13 at 11:58, Thomas Winischhofer wrote:

Philippe Moutarlier wrote:

I configured my dual head setup on my laptop using an SiS 650 chipset.
However, since the VGA is the primary, it seems that I either have to :
- have the VGA monitor on at boot time
- set ForceCRT1 

The first case is obviously not very practical for a laptop since the 
only monitor I am sure to have on is the LCD.

The second case is not very good either : it actually starts the second
screen in any case and seem to use a wealth of computer resources even 
the monitor is not present. Furthermore, running Gnome on both screen 
in that configuration brings the panel of the VGA screen on top of the 
LCD one (I don't know why, though !!???).

Would there be a way to autodetect if CRT1 is present, and THEN, turn on
dual head ? Or make Xfree not scream if CRT1 is not present and just
disable its screen instead of exiting with an error ?
No. But you could make more than one ServerLayout sections and choose 
among them.

Thomas


--
Thomas Winischhofer
Vienna/Austria
thomas AT winischhofer DOT net  http://www.winischhofer.net/
twini AT xfree86 DOT org
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] processor does not suppport write-combining

2003-06-13 Thread Raj Reddy
Hi ,
I got a brand new lap top and trying to use the XFree86 under Windows VMWare 
environment.
The message is attached below for more details.
Hope to find a solution soon. cheers. Gaja.

_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail


XFree86.0.log
Description: Binary data


Re: [XFree86] i845GE TV Out not using Full Screen

2003-06-13 Thread Gavin McCullagh
On Fri, 13 Jun 2003, Gavin McCullagh wrote:

 I've got a Shuttle SB51G with the optional CV21 TV Out module.
 
 Generally a linux user, normally a Debian user, I'm using Knoppix
 temporarily as it comes with XFree86 4.3 and I've not had the chance (or
 rather the bandwidth) to get organized with Branden's unofficial 4.3 for
 Debian.  My X config is a simple one generated by knoppix which I'll post
 if need be along with the X log file.

They're attached here in case it helps.



Section ServerLayout
Identifier XFree86 Configured
Screen  0  Screen0 0 0
InputDeviceKeyboard0 CoreKeyboard
InputDevicePS/2 Mouse CorePointer
# Serial Mouse not detected
# USB Mouse not detected
EndSection

Section ServerFlags
Option AllowMouseOpenFail  true

EndSection

Section Files
RgbPath  /usr/X11R6/lib/X11/rgb
ModulePath   /usr/X11R6/lib/modules
FontPath /usr/X11R6/lib/X11/fonts/misc:unscaled
FontPath /usr/X11R6/lib/X11/fonts/misc
FontPath /usr/X11R6/lib/X11/fonts/75dpi:unscaled
FontPath /usr/X11R6/lib/X11/fonts/75dpi
FontPath /usr/X11R6/lib/X11/fonts/100dpi:unscaled
FontPath /usr/X11R6/lib/X11/fonts/100dpi
FontPath /usr/X11R6/lib/X11/fonts/Speedo
FontPath /usr/X11R6/lib/X11/fonts/PEX
# Additional fonts: Locale, Gimp, TTF...
FontPath /usr/X11R6/lib/X11/fonts/cyrillic
#   FontPath /usr/X11R6/lib/X11/fonts/latin2/75dpi
#   FontPath /usr/X11R6/lib/X11/fonts/latin2/100dpi
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
FontPath /usr/X11R6/lib/X11/fonts/Type1
FontPath /usr/share/fonts/ttf/western
FontPath /usr/share/fonts/ttf/decoratives
FontPath /usr/share/fonts/truetype/openoffice
FontPath /usr/X11R6/lib/X11/fonts/defoma/CID
FontPath /usr/X11R6/lib/X11/fonts/defoma/TrueType
EndSection

Section Module
Load  ddc  # ddc probing of monitor
Load  GLcore
Load  dbe
Load  dri
Load  extmod
Load  glx
Load  bitmap # bitmap-fonts
Load  speedo
Load  type1
Load  freetype
Load  record
EndSection

Section InputDevice
Identifier  Keyboard0
Driver  keyboard
Option  CoreKeyboard
Option XkbRules xfree86
Option XkbModel pc104
Option XkbLayout gb

EndSection

Section InputDevice
Identifier  Serial Mouse
Driver  mouse
Option  Protocol Microsoft
Option  Device /dev/ttyS0
Option  Emulate3Buttons true
Option  Emulate3Timeout 70
Option  SendCoreEvents  true
EndSection

Section InputDevice
Identifier  PS/2 Mouse
Driver  mouse
Option  Protocol auto
Option  ZAxisMapping  4 5
Option  Device /dev/psaux
Option  Emulate3Buttons true
Option  Emulate3Timeout 70
Option  SendCoreEvents  true
EndSection

Section InputDevice
Identifier  USB Mouse
Driver  mouse
Option  Device/dev/input/mice
Option  SendCoreEventstrue
Option  Protocol  IMPS/2
Option  ZAxisMapping  4 5
Option  Buttons   5
EndSection

# Auto-generated by KNOPPIX mkxf86config

Section Monitor
Identifier  Monitor0
Option  DPMS  true
Option  Overscan  true
VendorName  @@@
ModelName   @@@1742
HorizSync 31 - 80 # DDC-probed
VertRefresh 50 - 75 # DDC-probed
# These are the DDC-probed settings reported by your monitor.
# 1280x1024, 75.0Hz; hfreq=79.98, vfreq=75.03
ModeLine 1280x1024135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync 
+vsync
# 1024x768, 75.0Hz; hfreq=60.02, vfreq=75.03
ModeLine 1024x768  78.75 1024 1040 1136 1312  768  769  772  800 +hsync 
+vsync
# 800x600, 75.0Hz; hfreq=46.88, vfreq=75.00
ModeLine 800x600   49.50  800  816  896 1056  600  601  604  625 +hsync 
+vsync
# 800x600, 72.0Hz; hfreq=48.08, vfreq=72.19
ModeLine 800x600   50.00  800  856  976 1040  600  637  643  666 +hsync 
+vsync
# 800x600, 60.0Hz; hfreq=37.88, vfreq=60.32
ModeLine 800x600   40.00  800  840  968 1056  600  601  605  628 +hsync 
+vsync
# 640x480, 75.0Hz; hfreq=37.50, vfreq=75.00
ModeLine 640x480   31.50  640  656  720  840  480  481  484  500 -hsync 
-vsync
# 640x480, 60.0Hz; hfreq=31.47, vfreq=59.94
ModeLine 640x480   25.17  640  648  744  784  480  482  484  509 -hsync 
-vsync
Modeline  MaxTV   15.00   688 768 800 960  516 529 537 573
Modeline  640x480xTV  15.00   640 728 792 960  480 509 517 573

[XFree86] pci info

2003-06-13 Thread josef . angermeier
some pci info for the support team!

im using a ati 9700 (a little modified) in my dell dimension 4500 system





pci bus 0x cardnum 0x00 function 0x00: vendor 0x8086 device 0x2560
 Intel  Device unknown
 CardVendor 0x1028 card 0x0142 (Card unknown)
  STATUS0x2090  COMMAND 0x0106
  CLASS 0x06 0x00 0x00  REVISION 0x01
  BASE0 0xe008  addr 0xe000  MEM PREFETCHABLE
  BYTE_00x3bc  BYTE_1  0x00  BYTE_2  0x00  BYTE_3  0x00

pci bus 0x cardnum 0x01 function 0x00: vendor 0x8086 device 0x2561
 Intel  Device unknown
  STATUS0x00a0  COMMAND 0x0107
  CLASS 0x06 0x04 0x00  REVISION 0x01
  HEADER0x01  LATENCY 0x40
  PRIBUS0x00  SECBUS 0x01  SUBBUS 0x01  SECLT 0x40
  IOBASE0xe000  IOLIM 0xefff  SECSTATUS 0x22a0
  NOPREFETCH_MEMBASE 0xff80  MEMLIM 0xff9f
  PREFETCH_MEMBASE   0xe800  MEMLIM 0xf7ff
  NO_FAST_B2B NO_SEC_BUS_RST NO_M_ABRT VGA_EN ISA_EN NO_SERR_EN NO_PERR_EN

pci bus 0x cardnum 0x1d function 0x00: vendor 0x8086 device 0x24c2
 Intel  Device unknown
 CardVendor 0x1028 card 0x0142 (Card unknown)
  STATUS0x0280  COMMAND 0x0005
  CLASS 0x0c 0x03 0x00  REVISION 0x01
  BIST  0x00  HEADER 0x80  LATENCY 0x00  CACHE 0x00
  BASE4 0xff81  addr 0xff80  I/O
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x01  INT_LINE 0x0b

pci bus 0x cardnum 0x1d function 0x01: vendor 0x8086 device 0x24c4
 Intel  Device unknown
 CardVendor 0x1028 card 0x0142 (Card unknown)
  STATUS0x0280  COMMAND 0x0005
  CLASS 0x0c 0x03 0x00  REVISION 0x01
  BASE4 0xff61  addr 0xff60  I/O
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x02  INT_LINE 0x0a

pci bus 0x cardnum 0x1d function 0x02: vendor 0x8086 device 0x24c7
 Intel  Device unknown
 CardVendor 0x1028 card 0x0142 (Card unknown)
  STATUS0x0280  COMMAND 0x0005
  CLASS 0x0c 0x03 0x00  REVISION 0x01
  BASE4 0xff41  addr 0xff40  I/O
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x03  INT_LINE 0x09

pci bus 0x cardnum 0x1d function 0x07: vendor 0x8086 device 0x24cd
 Intel  Device unknown
 CardVendor 0x1028 card 0x0142 (Card unknown)
  STATUS0x0290  COMMAND 0x0106
  CLASS 0x0c 0x03 0x20  REVISION 0x01
  BASE0 0xffa1  addr 0xffa1  MEM
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x04  INT_LINE 0x03

pci bus 0x cardnum 0x1e function 0x00: vendor 0x8086 device 0x244e
 Intel  Device unknown
  STATUS0x8080  COMMAND 0x0107
  CLASS 0x06 0x04 0x00  REVISION 0x81
  HEADER0x01  LATENCY 0x00
  PRIBUS0x00  SECBUS 0x02  SUBBUS 0x02  SECLT 0x20
  IOBASE0xd000  IOLIM 0xdfff  SECSTATUS 0x2280
  NOPREFETCH_MEMBASE 0xff60  MEMLIM 0xff7f
  PREFETCH_MEMBASE   0xfff0  MEMLIM 0x000f
  NO_FAST_B2B NO_SEC_BUS_RST NO_M_ABRT NO_VGA_EN ISA_EN SERR_EN NO_PERR_EN

pci bus 0x cardnum 0x1f function 0x00: vendor 0x8086 device 0x24c0
 Intel  Device unknown
  STATUS0x0280  COMMAND 0x000f
  CLASS 0x06 0x01 0x00  REVISION 0x01
  BIST  0x00  HEADER 0x80  LATENCY 0x00  CACHE 0x00
  BYTE_00x801  BYTE_1  0x00  BYTE_2  0x00  BYTE_3  0x00

pci bus 0x cardnum 0x1f function 0x01: vendor 0x8086 device 0x24cb
 Intel  Device unknown
 CardVendor 0x1028 card 0x0142 (Card unknown)
  STATUS0x0280  COMMAND 0x0007
  CLASS 0x01 0x01 0x8a  REVISION 0x01
  BASE0 0x5801  addr 0x5800  I/O
  BASE1 0x5809  addr 0x5808  I/O
  BASE2 0x5811  addr 0x5810  I/O
  BASE3 0x580d  addr 0x580c  I/O
  BASE4 0xffa1  addr 0xffa0  I/O
  BASE5 0x2000  addr 0x2000  MEM
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x01  INT_LINE 0x00
  BYTE_00xa307a307  BYTE_1  0x00  BYTE_2  0x00  BYTE_3  0x00

pci bus 0x cardnum 0x1f function 0x03: vendor 0x8086 device 0x24c3
 Intel  Device unknown
 CardVendor 0x1028 card 0x0142 (Card unknown)
  STATUS0x0280  COMMAND 0x0001
  CLASS 0x0c 0x05 0x00  REVISION 0x01
  BASE4 0xcc81  addr 0xcc80  I/O
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x02  INT_LINE 0x0b
  BYTE_00x01  BYTE_1  0x00  BYTE_2  0x00  BYTE_3  0x00

pci bus 0x0001 cardnum 0x00 function 0x00: vendor 0x1002 device 0x4e45
 ATI  Device unknown
 CardVendor 0x1002 card 0x3002 (ATI, Card unknown)
  STATUS0x02b0  COMMAND 0x0187
  CLASS 0x03 0x00 0x00  REVISION 0x00
  BIST  0x00  HEADER 0x80  LATENCY 0x40  CACHE 0x10
  BASE0 0xf008  addr 0xf000  MEM PREFETCHABLE
  BASE1 0xec01  addr 0xec00  I/O
  BASE2 0xff8f  addr 0xff8f  MEM
  BASEROM   0x8000  addr 0x8000  not-decode-enabled
  MAX_LAT   0x00  MIN_GNT 0x08  INT_PIN 0x01  INT_LINE 0x0b

pci bus 0x0001 cardnum 0x00 function 0x01: vendor 0x1002 device 0x4e65
 ATI  Device unknown
 CardVendor 0x1002 card 0x3003 (ATI, Card unknown)
  STATUS0x02b0  COMMAND 0x0084
  CLASS 0x03 0x80 0x00  REVISION 0x00
  BIST  0x00  HEADER 0x00  LATENCY 0x40  CACHE 0x10
  BASE0 0xe808  addr 0xe800  MEM PREFETCHABLE
  BASE1 0xff8e  addr 0xff8e  MEM
  MAX_LAT   0x00  

Re: [XFree86] XFree86 4.3 server crashes on Linux 2.4.20/21

2003-06-13 Thread Mark Vojkovich
On Fri, 13 Jun 2003, Chris Rankin wrote:

 Hi,
 
 I'm experiencing occasional X-server crashes with 4.3, running on my
 Linux 2.4.20-SMP machine. (The crashes also happen with 2.4.21, BTW.)
 This machine has 1 GB RAM, dual 933 PIII-Coppermine and a Matrox G400
 card. I am also using the current DRI from CVS, except that these
 crashes don't require me to be running OpenGL applications to
 happen. For example, I've just had a repeated crash trying to follow a
 hyperlink on the linux-kernel mailing list website using Mozilla 1.3.1!

   Try not loading the freetype module.  Maybe try xtt instead.


Mark.


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


[XFree86] Prob. with XServer

2003-06-13 Thread Anirban Sinha

Hi !!

I have a intel 845 glva motherboard running RedHat linux 8. Due to poor
graphical resolution, I recently downloaded te entire 4.3 version of
Xwindows (abt 70 mb) and installed it. Unfortunately, after installation (it
said the installation completed successfully), when i rebooted,  i  did get
a graphical screen with mouse, as if its just trying to bring the logon
screen, but the logon screen never comes and the system remains like that.
when i kill XWindows and login from console and then use 'startx', it
directly goes to gui under the root's account without teh graphical logon
screen. Then, when i click teh logout menu, the logout confirmatuon dialog
never comes.

Can anyone please tell me, whats the problem with the XWindows? Also,
previously, under RedHat 7, i cld use Xconfigurator and test my settings.
Under the new Xwindows system, i no longer find the "XConfigurator" command,
neither it is listed in "setup".  How can i get the text based graphical
configuration tool?

Please help me with this, since i am really stuck ...

Anirban.


 has notified the sender that this message has been received.


Re: [XFree86] autodetect dual head ?

2003-06-13 Thread Thomas Winischhofer
Alex Deucher wrote:
Another option that worked for a radeon user I was helping, was to set
up the video chip in mergedfb mode initally with crt1 forced on or with
the monitor attached.  then use xrandr to resize the frame buffer on
the fly.  so if you have two 1024x768 heads set up the initial
framebuffer as 2048x768 then use xrandr to resize to 1024x768.  if you
plug in the monitor rerun xrandr and change back to 2048x768.  this
only works in mergedfb mode and may not work on sis (I don't know that
You bet it does :)

any one has tried it).  
_I_ do actually test the code that I publish (which is something not 
everyone does according to my experience) :)

Thomas

--
Thomas Winischhofer
Vienna/Austria
thomas AT winischhofer DOT net  http://www.winischhofer.net/
twini AT xfree86 DOT org
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Re: Re: DPMS under 3.3.6

2003-06-13 Thread Mike A. Harris
On Thu, 12 Jun 2003, Wolfgang Jeltsch wrote:

  why isn't there any information available on the XFree86 website and in
  the manpages about activating DPMS under XFree86 3.3.6. Option DPMS in
  the Monitor section doesn't work.

 Whatever the reason might be, XFree86 3.3.6 is _long_ since obsolete and
 completely unmaintained.  You're strongly advised to use the current
 XFree86, which is version 4.3.0.

Hello,

the point is that XFree86 3.3.6 is still used in at least one *current* Linux 
distribution, namely the current stable release of Debian GNU/Linux. This 
release provides XFree86 4.1. The problem is that 4.1 doesn't support older 
video hardware. To get this older hardware working, the current stable Debian 
release provides some 3.3.6 servers.

And my point, is that XFree86.org doesn't support 3.3.6 anymore.  
Some distributions still _provide_ it, but wether or not they 
_support_ it, as in fixing bugs, and whatnot, depends on the 
particular distribution.  You may wish to contact Debian directly 
to find out if they officially bugfix support and tech support 
XFree86 3.3.6.

I have a S3-based video card (older hardware) and want to use the stable 
packages of Debian wherever practical. Therefore I use XFree86 3.3.6.

S3 Hardware works fine on 4.x using the vesa driver if the s3 
or s3virge drivers don't work.

-- 
Mike A. Harris


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


[XFree86] Re: Radeon 9800 AGP driver

2003-06-13 Thread Mike A. Harris
On Thu, 12 Jun 2003, Alex Deucher wrote:

Date: Thu, 12 Jun 2003 13:49:43 -0700 (PDT)
From: Alex Deucher [EMAIL PROTECTED]
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Content-Type: text/plain; charset=us-ascii
Subject: Radeon 9800  AGP driver

The xfree86 4.3.0 and xfree86 cvs support 2D on the 9800.  open source
3D support hasn't been written yet.  However, ati provides binary
drivers for xfree86 that support 2D and 3D.  

Radeon 9600 and 9800 aren't supported at all in XFree86 4.3.0 or 
CVS unless I've missed a checkin somewhere.

Both may work however if you lie to X and tell it they are a 
Radeon 9500 or 9700.  Untested.


-- 
Mike A. Harris


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


[XFree86] Out of range frequencies

2003-06-13 Thread Paulo Almeida
Hi, I would really appreciate it if someone can help me.

I'm using XFree86, version 4.3.0.
My graphics card is an S3 Pro Savage DDR
My monitor is a Philips 107S
I could run the X server with a resolution of 640x480, with 256 colors, 
but anything higher than that gives me either a blank screen or a out 
of range frequency from the monitor. I read a page on the web about the 
S3 Savage, and I think I'm using the latest drivers.

I'm appending my XF86Config file, and a log from a failed attempt.

-Paulo
# File generated by xf86config.

#
# Copyright (c) 1999 by The XFree86 Project, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the Software),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
# 
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# 
# THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
# 
# Except as contained in this notice, the name of the XFree86 Project shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from the
# XFree86 Project.
#

# **
# Refer to the XF86Config(4/5) man page for details about the format of 
# this file.
# **

# **
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **
#
Section Module

# This loads the DBE extension module.

   Loaddbe# Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection  extmod
#  Optionomit xfree86-dga   # don't initialise the DGA extension
EndSubSection

# This loads the Type1 and FreeType font modules
Loadtype1
Loadspeedo
#Loadfreetype
#Loadxtt

# This loads the GLX module
#Load   glx
# This loads the DRI module
#Load   dri

EndSection

# **
# Files section.  This allows default font and rgb paths to be set
# **

Section Files

# 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.

RgbPath /usr/X11R6/lib/X11/rgb

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
# 
# If you don't have a floating point coprocessor and emacs, Mosaic or other
# programs take long to start up, try moving the Type1 and Speedo directory
# to the end of this list (or comment them out).
# 

FontPath   /usr/X11R6/lib/X11/fonts/local/
FontPath   /usr/X11R6/lib/X11/fonts/misc/
FontPath   /usr/X11R6/lib/X11/fonts/75dpi/:unscaled
FontPath   /usr/X11R6/lib/X11/fonts/100dpi/:unscaled
FontPath   /usr/X11R6/lib/X11/fonts/Speedo/
FontPath   /usr/X11R6/lib/X11/fonts/Type1/
#FontPath   /usr/X11R6/lib/X11/fonts/TrueType/
#FontPath   /usr/X11R6/lib/X11/fonts/freefont/
FontPath   /usr/X11R6/lib/X11/fonts/75dpi/
FontPath   /usr/X11R6/lib/X11/fonts/100dpi/

# The module search path.  The default path is shown here.

#ModulePath /usr/X11R6/lib/modules

EndSection

# **
# Server flags section.
# **

Section ServerFlags

# Uncomment this to cause a core dump at the spot where a signal is 
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging

#Option NoTrapSignals

# Uncomment this to disable the CrtlAltFn VT switch sequence
# (where n is 1 through 12).  This allows clients to receive these key
# events.

#Option 

[XFree86] radeon 7500 hardware accel. in Mandrake 9.1

2003-06-13 Thread Allan Klinbail
Hi All

It seems to appear that the Mandrake 9.1 default install uses software
acceleration. Can anyone explain briefly what I need to do to get
hardware acceleration running.. 

cheers

Allan 

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