Re: [Xpert]change X resolution

2002-07-09 Thread nikita

On Monday 01 July 2002 12:55, you wrote:
  Hello,
 
  I know about CTR-ALT- + for moving from 1024x768 to 640x480 on fly
  without restart X.
 
  How could i move from 1024x768 to 640x480 in my program code?
  Any examples.

 See the source code for xvidtune.  If you run 'xvidtune -next', you'll get
 the same behaviour as Ctrl-Alt-Plus and 'xvidtune -prev' switches to the
 previous mode like Ctrl-Alt-Minus.

 If you have several modes and the one you want doesn't happen to be the
 next or previous one, you have two choices: (1) do a next/prev switch
 repeatedly or (2) use XF86VidModeSwitchToMode().  See the XF86VidMode man
 page for details.

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

Thanks a lot of for the help me
It looks like it is working

Nikita
___
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert



Re: [Xpert]lack of 32bpp mode for G450?

2002-07-09 Thread Dr Andrew C Aitchison

On 9 Jul 2002, Ed Sweetman wrote:

 I'm not sure if this is well known or not...but it appears that the mga
 driver for X 4.0.1 will not allow 32bpp mode.   I thought matrox was one
 of the better supported chipset makers in X.  Is this just due to me
 using certain driver configurations or is it just a limitation of the
 driver itself?   I feel like I'm missing out on some alpha blending
 powers of the Render extension. 

(Did you see Keith Packard's reply
http://www.xfree86.org/pipermail/xpert/2002-July/018977.html
to your last question ?)

The mga driver definitely supports 32bpp mode, even in *4.0.1.
What does it say when you ask for 32bpp mode ?
Can you put your config (/etc/X11/XF86Config-4) and log 
(/var/log/XFree86.0.log) on the web, and email us the URLs and 
the command you use to run X ? If not, email them to me and I'll see
if I can see where you are going wrong.

*4.0.1 is very old, please upgrade to 4.2.0 before you complain about
missing features.

-- 
Dr. Andrew C. Aitchison Computer Officer, DPMMS, Cambridge
[EMAIL PROTECTED]   http://www.dpmms.cam.ac.uk/~werdna


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



Re: [Xpert]lack of 32bpp mode for G450?

2002-07-09 Thread Ed Sweetman

No, actually I dont recieve anything not CC'd to me from the list even
though i'm subscribed.   It appears my isp is blocking the list because
I sure as hell aren't :) 



On Tue, 2002-07-09 at 03:14, Dr Andrew C Aitchison wrote:
 On 9 Jul 2002, Ed Sweetman wrote:
 
  I'm not sure if this is well known or not...but it appears that the mga
  driver for X 4.0.1 will not allow 32bpp mode.   I thought matrox was one
  of the better supported chipset makers in X.  Is this just due to me
  using certain driver configurations or is it just a limitation of the
  driver itself?   I feel like I'm missing out on some alpha blending
  powers of the Render extension. 
 
 (Did you see Keith Packard's reply
   http://www.xfree86.org/pipermail/xpert/2002-July/018977.html
 to your last question ?)
 
 The mga driver definitely supports 32bpp mode, even in *4.0.1.
 What does it say when you ask for 32bpp mode ?
 Can you put your config (/etc/X11/XF86Config-4) and log 
 (/var/log/XFree86.0.log) on the web, and email us the URLs and 
 the command you use to run X ? If not, email them to me and I'll see
 if I can see where you are going wrong.
 
 *4.0.1 is very old, please upgrade to 4.2.0 before you complain about
 missing features.
 
 -- 
 Dr. Andrew C. Aitchison   Computer Officer, DPMMS, Cambridge
 [EMAIL PROTECTED] http://www.dpmms.cam.ac.uk/~werdna


4.0.1 is a mistake on my part.  it's 4.1.0.1 I'll attempt a run of X
at 32bpp in a sec.   

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



[Xpert]how to fix window

2002-07-09 Thread sun zongjun

Hi:
I want to put the window in fixed position and size. I don't want to 
let user to resize
and drag the window in the desktop to anywhere. How can I do that? I used
XSetWMNormalHints() and set the XSizeHints field flags (USPosition | 
USSize),
But it can't help me?  What should I do?

   Thank you for your help

   Sun Zongjun

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



Re: [Xpert]lack of 32bpp mode for G450?

2002-07-09 Thread Ed Sweetman

http://signal-lost.homeip.net/xconfig
http://signal-lost.homeip.net/16bpp.log
http://signal-lost.homeip.net/32bpp.log

I start X with `xinit -- -dpi 100` 

from what Keith said it doesn't matter what resolution i'm on, Render
can create an alpha layer as long as depth is not smaller than bpp.  I
wasn't complaining, merely asking if I'd get alpha blending features
from Render without being at 32 because of the message you've read in my
32bpp.log file.  

This is debian unstable's X ...  My X config has the second head
commented out as I dont normally use it.

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



Re: [Xpert]lack of 32bpp mode for G450?

2002-07-09 Thread Ed Sweetman

On Tue, 2002-07-09 at 04:54, Dr Andrew C Aitchison wrote:
 On 9 Jul 2002, Ed Sweetman wrote:
 
  http://signal-lost.homeip.net/xconfig
  http://signal-lost.homeip.net/16bpp.log
  http://signal-lost.homeip.net/32bpp.log
  
  I start X with `xinit -- -dpi 100` 
  
  from what Keith said it doesn't matter what resolution i'm on, Render
  can create an alpha layer as long as depth is not smaller than bpp. 
 
 Mostly true, but render appears not to be implemented on the 8+24 overlay
 mode (at least on the mga driver, I haven't tried the few other drivers 
 which support 2D overlays (not video overlays)). 
 
  I wasn't complaining, merely asking if I'd get alpha blending features
  from Render without being at 32 because of the message you've read in my
  32bpp.log file.  
 
 Sorry I was a bit unfriendly, I hadn't thought of ISPs swallowing your
 replies... I'm a bit defensive about the mga driver since I've been 
 working on it for about 6 years.
 
 As Keith said, nothing supports depth 32 yet (although I'm looking
 to see if I can add it to the mga driver).
 xinit -- -dpi 100 -fbpp 32 would give you a framebuffer with 32bit 
 pixels but Render wouldn't see the extra bits.

setting defaultfbbpp to 32 and defaultdepth to 24 works...for whatever
good that is.   I guess it's nice to have the extra colors. heh.   It
seems to eat up quite a lot of memory seeing as how the XAA tile cache
is quite a bit smaller than it's previous 32 32 16  ( now it's 32 14 5).
Thanks for your help.   by the way, what's the status of parhelia with
X?


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



Re: [Xpert]lack of 32bpp mode for G450?

2002-07-09 Thread Dr Andrew C Aitchison

On 9 Jul 2002, Ed Sweetman wrote:

 http://signal-lost.homeip.net/xconfig
 http://signal-lost.homeip.net/16bpp.log
 http://signal-lost.homeip.net/32bpp.log
 
 I start X with `xinit -- -dpi 100` 
 
 from what Keith said it doesn't matter what resolution i'm on, Render
 can create an alpha layer as long as depth is not smaller than bpp. 

Mostly true, but render appears not to be implemented on the 8+24 overlay
mode (at least on the mga driver, I haven't tried the few other drivers 
which support 2D overlays (not video overlays)). 

 I wasn't complaining, merely asking if I'd get alpha blending features
 from Render without being at 32 because of the message you've read in my
 32bpp.log file.  

Sorry I was a bit unfriendly, I hadn't thought of ISPs swallowing your
replies... I'm a bit defensive about the mga driver since I've been 
working on it for about 6 years.

As Keith said, nothing supports depth 32 yet (although I'm looking
to see if I can add it to the mga driver).
xinit -- -dpi 100 -fbpp 32 would give you a framebuffer with 32bit 
pixels but Render wouldn't see the extra bits.

-- 
Dr. Andrew C. Aitchison Computer Officer, DPMMS, Cambridge
[EMAIL PROTECTED]   http://www.dpmms.cam.ac.uk/~werdna

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



[Xpert]ATI M6-P Support status

2002-07-09 Thread Francesco Salvestrini

Hi to all,

i'd like to know the ATI M6-P support status for XFree (4.2 release or latest 
4.2 from CVS) for Linux and, if possible, FreeBSD. It is the chipset bundled 
in the ASUS L2420D notebook. 

Thanks in advance,
Francesco Salvestrini

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



[Xpert]Dual head Radeon 7500 questions

2002-07-09 Thread John Gibson

 
 Hello all,
 
 I have a ATI Radeon 7500 that I am trying to get dual heads working on.
 Currently I have a mirror of my desktop on each viewsonic monitor. Below is my
 XF86Config-4 file. Thanks in advance for any help anyone can give.

 I am running RedHat Linux 7.3 with XFree86 4.2.0

 
-- 
John Gibson [EMAIL PROTECTED]
Pinky, are you pondering what I am pondering?
I think so Brain, but if the plural of mouse is mice, wouldn't the plural of
spouse be spice?
 
 XF86Config-4
# XFree86 4.2.0 configuration generated by Xconfigurator 4.10.7

 Section ServerLayout
Identifier XFree86 Configured
creen Screen0
Screen Screen1 Rightof Screen0
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
Option Xinerama on
 EndSection
 
 # Red Hat Linux 6.0 and later use the xfs font server for improved
 # interactive performance
 
 Section Files
FontPath unix/:7100
 EndSection
 
 # Module loading section
 
 Section Module
Load  dbe # Double-buffering
Load  GLcore  # OpenGL support
Load  dri # Direct rendering infrastructure
Load  glx # OpenGL X protocol interface
Load  extmod  # Misc. required extensions
Load  v4l # Video4Linux
# Load  record# X event recorder
# You only need the following two modules if you do not use xfs.
# Load  freetype   # TrueType font handler
# Load  type1 # Adobe Type 1 font handler
 EndSection
 
 Section InputDevice
Identifier  Keyboard0
Driver  keyboard
Option  XkbLayout us
 EndSection
 
 Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Device /dev/mouse
Option  Protocol PS/2
Option  Emulate3Buttons off
Option  ZAxisMapping 4 5
 EndSection
 
 Section Monitor
Identifier ViewSonic0
VendorName Unknown
ModelName  Unknown
HorizSync 30 - 95
VertRefresh 50 - 180
Option dpms
 EndSection
 
 Section Monitor
Identifier ViewSonic1
VendorName Unknown
ModelName  Unknown
HorizSync 30 - 95
VertRefresh 50 - 180
Option dpms
 EndSection
 
 Section Device
Identifier ATI|Radeon 7500 QW
Driver ati
BoardName Unknown
 # Some 7500 boards aparently need this option enabled to work - bug (#62760)
 # Option CrtScreen
Screen 0
 EndSection
 
 Section Device
Identifier ATI|Radeon 7500 QW2
Driver ati
BoardName Unknown
 # Some 7500 boards aparently need this option enabled to work - bug (#62760)
 # Option CrtScreen
Screen 1
 EndSection
 
 Section Screen
Identifier Screen0
Device ATI|Radeon 7500 QW
Monitor ViewSonic0
DefaultDepth 24
Subsection Display
Depth 24
Modes 1280x1024
EndSubSection
 EndSection
 
 Section Screen
Identifier Screen1
Device ATI|Radeon 7500 QW2
Monitor ViewSonic1
DefaultDepth 24
Subsection Display
Depth 24
Modes 1280x1024
EndSubSection
 EndSection
 
 
 Section DRI
Mode 0666
 EndSection

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



[Xpert]HELP !!! (EE) RADEON(0): [agp] AGP not available

2002-07-09 Thread Junior, Ricardo


Hi Xpert people !!  : )

I can't get my Radeon driver to work... I will explain about the
envirounment and what I have already done.

System:
   
   Mandrake 8.2 (without any graphical package: Xfree, KDE, Gnome...);
   GCC 2.96 (default from mandrake 8.2);
   Xfree86 4.2 + Fixes files (get in 06/28/2002) compiled without errors;
   XF86Config file generated by command XFree86 -configure, that is been
changed yet...;
   Kernel 2.4.18 (default from mandrake 8.2);
   Radeon kernel module loaded on boot;
   Agpgart kernel module loaded on boot;
   /dev/dri/card0 with access to read/write/excute for every user;
   /dev/agpgart with access to read/write for every user;
   
Hardware:
   
   All-In-Wonder Radeon 32mb
   MoBo PC-Chips M830 (chipset SiS735)
   128mb RAM DDR
   SB Live MP3+ 5.1
   M$ Wheel Mouse Optical
   KDS Visual Sensation 14

Here is my logs and configuration file: (zipped because the size...)
   * XF86Config;
   * XFree86.0.log  (from /var/log); and
   * xdpyinfo.log   (from xdpyinfo command ran on X)

The X is running... but not as it should be... just work resolution 640x480
!!!

Help... I don't know what more can I do...

Thanks,
Ricardo Jr.




xdpyinfo.zip
Description: Binary data


XF86Config.zip
Description: Binary data


XFree86.0.zip
Description: Binary data


Re: [Xpert]What is the protocol to MS Wheel Mouse Optical on XFree864.2 ?

2002-07-09 Thread James Hawtin



On Mon, 8 Jul 2002, Junior, Ricardo wrote:

 Hi All,

When I install Mandrake 8.2 it make my system working good...
Now, I've compiled all my Xfree86 4.2 in a clean Mandrake 8.2 (without
 graphic interface). But didn't make a copy of the working XF86Config file
 from my last installation

I've already tried the protocol Intellimouse (or something like
 this...) but I can't have it working properly...

What protocol should I use to  MS Wheel Mouse Optical


I use protocol IMPS/2 for the MS Wheel optical trackball I do however
find that cos I use a kvm that I must be switched to that computer when X
starts otherwise the mouse goes mad can I have to reset the X server, no
problems switching after X has started.

James


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



[Xpert]Mouse protocol IMPS/2 vs auto

2002-07-09 Thread David D. Hagood

I have a laptop with a trackpad that looks like an ordinary PS/2 mouse 
(e.g. it does NOT respond well to IMPS/2). However, when running an 
external PS/2 mouse, I run a wheel mouse that IS an IMPS/2 device.

Currently, I have to have 2 mouse entries in the XF86Config-4 file 
(mouse1 and mouse0) and manually switch between them - a hassle.

I've tried Protocol Auto and it doesn't seem to work - it won't detect 
what protocol to use.

Has there been any work since 4.2.0 on making this a bit smarter?

System info:
Linux 2.4.18, RH7.2, XFree86 4.2, No-name generic wheelmouse from 
CompUSA, Broadax 6200 Laptop.

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



Re: [Xpert]Fatal Server Error: Lockup / space: 64000 wanted 65288

2002-07-09 Thread Branden Robinson

On Mon, Jul 08, 2002 at 04:26:08PM +1000, Neale Banks wrote:
  FatalError re-entered, aborting
  lockup
 
 This looks very familiar.  In my case I was getting a crash like this
 after two servers (on different VTs) had been happily runing for a while.
 
 It hasn't happened for a long time now - to be precise, since I disabled
 all acceleration in the video driver.  No, I haven't tinkered with
 selectively disabling some accelerations.

Yup.  Also see Debian bugs #78908, #82836, #88102, #103294, #122375,
#124391, and #147666.

(e.g., http://bugs.debian.org/78908 )

-- 
G. Branden Robinson|  I came, I saw, she conquered.
Debian GNU/Linux   |  The original Latin seems to have
[EMAIL PROTECTED] |  been garbled.
http://people.debian.org/~branden/ |  -- Robert Heinlein



msg07526/pgp0.pgp
Description: PGP signature


[Xpert]Re: xinerama problem

2002-07-09 Thread Cedric De Wilde

On Tue, Jul 09, 2002 at 12:12:01AM +0200, Michel Dänzer wrote:
 It may work without these options with a patch I posted recently.
 
  But when you talk about hardware acceleration, is it related with dri?
 
 No.
 

Thank you.

Cédric
___
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert



[Xpert]Detecting what input devices are attached / in use.

2002-07-09 Thread mallum

Hi all;

Is it possible for a program to test what types of input devices are
currently in use - ie is the user using a touchscreen or a mouse ?

  -- Matthew Allum
___
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert



Re: [Xpert]lack of 32bpp mode for G450?

2002-07-09 Thread Dr Andrew C Aitchison

On 9 Jul 2002, Ed Sweetman wrote:

 setting defaultfbbpp to 32 and defaultdepth to 24 works...for whatever
 good that is.   I guess it's nice to have the extra colors. heh.   It
 seems to eat up quite a lot of memory seeing as how the XAA tile cache
 is quite a bit smaller than it's previous 32 32 16  ( now it's 32 14 5).
 Thanks for your help. 

Setting defaultfbbpp to 24 will save video memory without losing colors,
but it may be slower (or it may not).

  by the way, what's the status of parhelia with X?

I don't know of anyone doing any Parhelia work for the XFree86 mga
driver yet, although someone did ask whether any other drivers support
10+10+10 bit framebuffers (the glint driver does).
I don't know how quickly they will release dosc which will allow anyone 
to add DRI support.

I assume that Matrox are working on Parhelia support in their closed 
source driver.

-- 
Dr. Andrew C. Aitchison Computer Officer, DPMMS, Cambridge
[EMAIL PROTECTED]   http://www.dpmms.cam.ac.uk/~werdna

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



Re: [Xpert]ATI Radeon Mobility M6/7 LW on IBM Thinkpad T30 (SimultaneousCRT/LCD Display)

2002-07-09 Thread D. Sen

Well I tried your drivers. In short, they didnt work. Both the LCD and 
CRT came up with distorted lines (which can best be described as noise) 
and my machine froze.

I tried using ati and radeon in the card section and have attached 
my XF86Config-4. The logs can be found at 
http://www.senfamily.org/xfree/XFree86.0.log_HUI
and
http://www.senfamily.org/xfree/XFree86.0.log_HUI.radeon

The XF86Config-4 file was also overwritten with garbage after I tried to 
use radeon as my driver. (This could be a file system corruption due 
to the freeze + rebooting)

So far, a single monitor configuration using the old radeon (GATOS?) 
driver is working best for me. I reported that using ati and a dual 
headed configuration worked too. However, power management is broken in 
that configuration. The screen distorts if the machine is left alone for 
a while or the machine is put into 'suspend/sleep' mode.

I am stuck with a 50 Hz refresh display on the CRT with both the 
multi-headed 'ati' driver and the single-headed 'radeon' driver. I have 
chosen to use the 'radeon' as it seems to support power management.

DS


hy0 wrote:
 If you are trying to mirror your LCD on the CRT, try attached binary
 drivers. This is a version with the native 2nd-head mirroring feature for
 X4.2x.
 Simply replace radeon_drv.o and ati_drv.o on your system (under
 /usr/X11R6/lib/modules/drivers/). Use just the single head config for your
 LCD (remove all the dual-screen stuffs from your config file). The driver
 will detect and bring up your CRT to its best refresh (suppose your CRT is
 DDC capable, if not, there are options let you configure it). You can also
 configure two heads with different resolution with some special options (let
 me know if you ever need them), the driver will handle panning.
 
 This approach is better than the dual-screen approach in following ways:
 1. With dual-screen, DRI is disabled. You can enable DRI with this one.
 2. Overlay won't work on your CRT with the dual-screen setup. It'll work
 here.
 3. Less overhead. With dual-screen, only half of video ram can be used for
 one screen...
 4. With dual-screen, you may have problem with the hw cursor on your 2nd
 head (not sure if it's fixed).
 5. should be easier to setup with this one.
 
 Attached drivers have been tested by several people on a few M6 based
 laptops and other systems. It should work with M7 based systems. If you want
 to give it a try, let me know whether it works for you. If not, send me your
 log and config file.
 
 Hui
 
 
 - Original Message -
 From: D. Sen [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Monday, July 08, 2002 4:43 PM
 Subject: Re: [Xpert]ATI Radeon Mobility M6/7 LW on IBM Thinkpad T30
 (Simultaneous CRT/LCD Display)
 
 
 
Michel Daenzer wrote:
On Mon, 2002-07-08 at 17:24, D. Sen wrote:

 
  Well, I think I set up my XF86Config-4 to do what you suggested. I
am including it with this email. However, X crashes on me when I try to
invoke startx (including /var/log/XFree86.0.log as well).
 
  If I change the screen directive for the Card1 device from Screen
1 to Screen 0, I get a display on the external CRT (the LCD is just
backlit with a blank screen).
 
  Any ideas?


 [...]


  (II) RADEON(0): Shutting down Xvideo subsystems
  (II) RADEON(0): membase=0xe800 memsize=0x0400 
  gpSize=0x0008


 This looks like you're using GATOS drivers, does the crash occur with
 stock XFree86 drivers?


Specifying the ati driver as opposed to the radeon driver does work
better. X isnt crashing anymore. I am also getting a display on both the
LCD and the CRT screen. However, I dont seem to be able to change the
refresh rate on the CRT. I have tried quite a few different modelines
but the refresh rate doesnt change from the 50 Hz (It seems to pick the
modeline from the bios settings for the clock rate, etc)

The new XFree86.0.Log is at
http://cafebleu.no-ip.org:9135/xfree/XFree86.0.log_take2


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

 



-- 
---
D. Sen, PhD
21 Woodmont Drive
Randolph
NJ 07869
Home Email: [EMAIL PROTECTED]   Tel: 973 216 2326
Work Email: [EMAIL PROTECTED]   Web: http://www.auditorymodels.org/~dsen



XF86Config-4.HUI
Description: Binary data


[Xpert](EE) No devices detected

2002-07-09 Thread Kamyar

I have not been able to get X server work with my NVIDIA TNT2 M64. It
even doesn't work with SVGA or VGA drivers. I've also tried the latest
drivers from nvidia. Could anyone guess what the problem can be?





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: Tue Jul  9 09:20:13 2002
(==) Using config file: /etc/X11/XF86Config-4
(==) ServerLayout XFree86 Configured
(**) |--Screen Screen0 (0)
(**) |   |--Monitor CTX 1451
(**) |   |--Device RIVA TNT2
(**) |--Input Device Mouse0
(**) |--Input Device Keyboard0
(**) 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

(II) Open APM successful
(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 1106,0691 card 1458,5000 rev c4 class 06,00,00
hdr 00
(II) PCI: 00:01:0: chip 1106,8598 card , rev 00 class 06,04,00
hdr 01
(II) PCI: 00:07:0: chip 1106,0686 card 1458,5001 rev 40 class 06,01,00
hdr 80
(II) PCI: 00:07:1: chip 1106,0571 card 1458,5002 rev 06 class 01,01,8a
hdr 00
(II) PCI: 00:07:2: chip 1106,3038 card 1458,5004 rev 1a class 0c,03,00
hdr 00
(II) PCI: 00:07:4: chip 1106,3057 card 1458,5003 rev 40 class 0c,05,00
hdr 00
(II) PCI: 00:0c:0: chip 11c1,0442 card 11c1,0440 rev 01 class 07,80,00
hdr 00
(II) PCI: 01:00:0: chip 10de,002f card , rev 15 class 03,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-ISA 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:1:0), (0,1,1), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1  0xa000 - 0xafff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1  0xdde0 - 0xdfef (0x210) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1  0xd9c0 - 0xddcf (0x410) MX[B]
(II) Bus -1: bridge is at (0:7:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI:*(1:0:0) NVidia unknown chipset (0x002f) rev 21, Mem @
0xde00/24, 0xda00/25, BIOS @ 0xdfef/16
(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 ranges:
  

Re: [Xpert](EE) No devices detected

2002-07-09 Thread Shane Kennedy

Have you tried using Xconfigurator.  I find that much more dependable. 
I usually start with custom monitor @800x600@60Hz, and work up from
that.  If you have a second P.C, with network card, un-disable telnet
(in /etc/xinetd.d/telnet for RH), so if the X server hangs, you kan kill
iot remotely.  Remember, you cannot log in as root via telnet. Log in as
user, then su.

Shane

Kamyar wrote:
 
 I have not been able to get X server work with my NVIDIA TNT2 M64. It
 even doesn't work with SVGA or VGA drivers. I've also tried the latest
 drivers from nvidia. Could anyone guess what the problem can be?
 
 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: Tue Jul  9 09:20:13 2002
 (==) Using config file: /etc/X11/XF86Config-4
 (==) ServerLayout XFree86 Configured
 (**) |--Screen Screen0 (0)
 (**) |   |--Monitor CTX 1451
 (**) |   |--Device RIVA TNT2
 (**) |--Input Device Mouse0
 (**) |--Input Device Keyboard0
 (**) 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
 
 (II) Open APM successful
 (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 1106,0691 card 1458,5000 rev c4 class 06,00,00
 hdr 00
 (II) PCI: 00:01:0: chip 1106,8598 card , rev 00 class 06,04,00
 hdr 01
 (II) PCI: 00:07:0: chip 1106,0686 card 1458,5001 rev 40 class 06,01,00
 hdr 80
 (II) PCI: 00:07:1: chip 1106,0571 card 1458,5002 rev 06 class 01,01,8a
 hdr 00
 (II) PCI: 00:07:2: chip 1106,3038 card 1458,5004 rev 1a class 0c,03,00
 hdr 00
 (II) PCI: 00:07:4: chip 1106,3057 card 1458,5003 rev 40 class 0c,05,00
 hdr 00
 (II) PCI: 00:0c:0: chip 11c1,0442 card 11c1,0440 rev 01 class 07,80,00
 hdr 00
 (II) PCI: 01:00:0: chip 10de,002f card , rev 15 class 03,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-ISA 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:1:0), (0,1,1), BCTRL: 0x08 (VGA_EN is set)
 (II) Bus 1 I/O range:
 [0] -1  0xa000 - 0xafff (0x1000) IX[B]
 (II) Bus 1 non-prefetchable memory range:
 [0] -1  0xdde0 - 0xdfef (0x210) MX[B]
 (II) Bus 1 prefetchable memory range:
 [0] -1  0xd9c0 - 0xddcf (0x410) MX[B]
 (II) Bus -1: bridge is at (0:7:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
 (II) Bus -1 I/O range:
 (II) Bus -1 non-prefetchable memory range:
 (II) Bus -1 prefetchable memory range:
 (--) PCI:*(1:0:0) NVidia unknown chipset (0x002f) rev 21, Mem @
 0xde00/24, 0xda00/25, BIOS @ 0xdfef/16
 (II) Addressable bus resource ranges are
 [0] -1  0x - 0x (0x0) MX[B]
 [1] -1  0x - 

Re: [Xpert]HELP !!! (EE) RADEON(0): [agp] AGP not available

2002-07-09 Thread pcpa

Quoting Junior, Ricardo [EMAIL PROTECTED]:

 
 Hi Xpert people !!  : )

  Hi :-)

 I can't get my Radeon driver to work... I will explain about the
 envirounment and what I have already done.
 
 System:

Mandrake 8.2 (without any graphical package: Xfree, KDE, Gnome...);
GCC 2.96 (default from mandrake 8.2);
Xfree86 4.2 + Fixes files (get in 06/28/2002) compiled without
 errors;
XF86Config file generated by command XFree86 -configure, that is
 been
 changed yet...;
Kernel 2.4.18 (default from mandrake 8.2);
Radeon kernel module loaded on boot;
Agpgart kernel module loaded on boot;
/dev/dri/card0 with access to read/write/excute for every user;
/dev/agpgart with access to read/write for every user;

 Hardware:

All-In-Wonder Radeon 32mb
MoBo PC-Chips M830 (chipset SiS735)
128mb RAM DDR
SB Live MP3+ 5.1
M$ Wheel Mouse Optical
KDS Visual Sensation 14
 
 Here is my logs and configuration file: (zipped because the size...)
* XF86Config;
* XFree86.0.log  (from /var/log); and
* xdpyinfo.log   (from xdpyinfo command ran on X)
 
 The X is running... but not as it should be... just work resolution
 640x480
 !!!

Some suggestions:
  Try changing the order of the modes in XF86Config. Put 1024x768 first.
  You may try other values for the AgpMode option.
  Remove the path to the kernel modules from the Files section.
  Try running at different depth, 16 and 24.

 Help... I don't know what more can I do...
 
 Thanks,
 Ricardo Jr.

Boa sorte,

Paulo
___
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert



Re: [Xpert](EE) No devices detected

2002-07-09 Thread Mark Vojkovich

On Tue, 9 Jul 2002, Kamyar wrote:

 I have not been able to get X server work with my NVIDIA TNT2 M64. It
 even doesn't work with SVGA or VGA drivers. I've also tried the latest
 drivers from nvidia. Could anyone guess what the problem can be?

   I'm not sure what to make of this.  I have people telling me
that 0x002f isn't a valid PCI ID for an NVIDIA chip.  It's possible
that some vendor did something weird with their bios at some point
and ended up with a different number.  You can force the server to
treat it like another chipset with the Chipset option in the Section
Device of the XF86Config file by setting it to the name of one
of the supported chipset listed in the server output.  Eg.

   Chipset Riva TNT2 M64

  That will force the server to treat it like an M64, provided it
really is an M64.


Mark.


 
 
 
 
 
 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: Tue Jul  9 09:20:13 2002
 (==) Using config file: /etc/X11/XF86Config-4
 (==) ServerLayout XFree86 Configured
 (**) |--Screen Screen0 (0)
 (**) |   |--Monitor CTX 1451
 (**) |   |--Device RIVA TNT2
 (**) |--Input Device Mouse0
 (**) |--Input Device Keyboard0
 (**) 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
 
 (II) Open APM successful
 (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 1106,0691 card 1458,5000 rev c4 class 06,00,00
 hdr 00
 (II) PCI: 00:01:0: chip 1106,8598 card , rev 00 class 06,04,00
 hdr 01
 (II) PCI: 00:07:0: chip 1106,0686 card 1458,5001 rev 40 class 06,01,00
 hdr 80
 (II) PCI: 00:07:1: chip 1106,0571 card 1458,5002 rev 06 class 01,01,8a
 hdr 00
 (II) PCI: 00:07:2: chip 1106,3038 card 1458,5004 rev 1a class 0c,03,00
 hdr 00
 (II) PCI: 00:07:4: chip 1106,3057 card 1458,5003 rev 40 class 0c,05,00
 hdr 00
 (II) PCI: 00:0c:0: chip 11c1,0442 card 11c1,0440 rev 01 class 07,80,00
 hdr 00
 (II) PCI: 01:00:0: chip 10de,002f card , rev 15 class 03,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-ISA 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:1:0), (0,1,1), BCTRL: 0x08 (VGA_EN is set)
 (II) Bus 1 I/O range:
   [0] -1  0xa000 - 0xafff (0x1000) IX[B]
 (II) Bus 1 non-prefetchable memory range:
   [0] -1  0xdde0 - 0xdfef (0x210) MX[B]
 (II) Bus 1 prefetchable memory range:
   [0] -1  0xd9c0 - 0xddcf (0x410) MX[B]
 (II) Bus -1: bridge is at (0:7:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
 (II) Bus -1 I/O range:
 (II) Bus -1 non-prefetchable memory range:
 (II) Bus -1 prefetchable memory range:
 (--) PCI:*(1:0:0) NVidia 

RE: [Xpert]HELP !!! (EE) RADEON(0): [agp] AGP not available

2002-07-09 Thread Junior, Ricardo

Hi Paulo,  

Are you Brazilian?
I'm from Rio de Janeiro - BR...

Well..
I have already put 1024x768 and 800x600 prior than 640x480 in Modes line,
but the X can not start the graphic mode with this settings...
I don't know if this could be a problem in Monitor section...

During Mandrake installation, I can set my monitor in a list order by vendor
(KDS)... 
How can I find the correct configurations of Monitor section by vendor?
There is any tool for this?
Regarding AgpMode, I have already tried AGP 1x too, with the same
problems... This should not be the problem...

And I have already tried the 16bits Depth configuration too... without
success...

After compile Xfree86 4.2, I don't get the latest source of DRI
project... I'm using he DRM that comes with kernel... 
Can this cause any trouble?

Thanks,
_
Ricardo J. A. Júnior, Software Engineer Trainee
Bowne Global Solutions - Brazil «

(   +55 21 2515 7713
-   [EMAIL PROTECTED]
* http://www.bowneglobal.com.br/
* ICQ:  70744874


 -Original Message-
From:   [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent:   Tuesday, July 09, 2002 2:59 PM
To: [EMAIL PROTECTED]; Junior, Ricardo
Cc: Fontes, Bruno
Subject:Re: [Xpert]HELP !!! (EE) RADEON(0): [agp] AGP not available

Quoting Junior, Ricardo [EMAIL PROTECTED]:

 
 Hi Xpert people !!  : )

  Hi :-)

 I can't get my Radeon driver to work... I will explain about the
 envirounment and what I have already done.
 
 System:

Mandrake 8.2 (without any graphical package: Xfree, KDE, Gnome...);
GCC 2.96 (default from mandrake 8.2);
Xfree86 4.2 + Fixes files (get in 06/28/2002) compiled without
 errors;
XF86Config file generated by command XFree86 -configure, that is
 been
 changed yet...;
Kernel 2.4.18 (default from mandrake 8.2);
Radeon kernel module loaded on boot;
Agpgart kernel module loaded on boot;
/dev/dri/card0 with access to read/write/excute for every user;
/dev/agpgart with access to read/write for every user;

 Hardware:

All-In-Wonder Radeon 32mb
MoBo PC-Chips M830 (chipset SiS735)
128mb RAM DDR
SB Live MP3+ 5.1
M$ Wheel Mouse Optical
KDS Visual Sensation 14
 
 Here is my logs and configuration file: (zipped because the size...)
* XF86Config;
* XFree86.0.log  (from /var/log); and
* xdpyinfo.log   (from xdpyinfo command ran on X)
 
 The X is running... but not as it should be... just work resolution
 640x480
 !!!

Some suggestions:
  Try changing the order of the modes in XF86Config. Put 1024x768 first.
  You may try other values for the AgpMode option.
  Remove the path to the kernel modules from the Files section.
  Try running at different depth, 16 and 24.

 Help... I don't know what more can I do...
 
 Thanks,
 Ricardo Jr.

Boa sorte,

Paulo
___
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert



Re: [Xpert]lack of 32bpp mode for G450?

2002-07-09 Thread Ed Sweetman

I am only able to start X with fbpp at 24 if I want depth to be 32. 
Setting both to 32 will not work.   it gets the error reported in the
32bpp.logBut yea, I dont care about 3d so this seems alright. 



On Tue, 2002-07-09 at 04:54, Dr Andrew C Aitchison wrote:
 On 9 Jul 2002, Ed Sweetman wrote:
 
  http://signal-lost.homeip.net/xconfig
  http://signal-lost.homeip.net/16bpp.log
  http://signal-lost.homeip.net/32bpp.log
  
  I start X with `xinit -- -dpi 100` 
  
  from what Keith said it doesn't matter what resolution i'm on, Render
  can create an alpha layer as long as depth is not smaller than bpp. 
 
 Mostly true, but render appears not to be implemented on the 8+24 overlay
 mode (at least on the mga driver, I haven't tried the few other drivers 
 which support 2D overlays (not video overlays)). 
 
  I wasn't complaining, merely asking if I'd get alpha blending features
  from Render without being at 32 because of the message you've read in my
  32bpp.log file.  
 
 Sorry I was a bit unfriendly, I hadn't thought of ISPs swallowing your
 replies... I'm a bit defensive about the mga driver since I've been 
 working on it for about 6 years.
 
 As Keith said, nothing supports depth 32 yet (although I'm looking
 to see if I can add it to the mga driver).
 xinit -- -dpi 100 -fbpp 32 would give you a framebuffer with 32bit 
 pixels but Render wouldn't see the extra bits.
 
 -- 
 Dr. Andrew C. Aitchison   Computer Officer, DPMMS, Cambridge
 [EMAIL PROTECTED] http://www.dpmms.cam.ac.uk/~werdna
 
 


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



Re: [Xpert]HELP !!! (EE) RADEON(0): [agp] AGP not available

2002-07-09 Thread Faruk Grozdanic

Hello,

I had problems compiling Xfree 4.2.0. The binaries available at the 
website work great though. Try that maybe...

Faruk.

Junior, Ricardo wrote:

Hi Paulo,  

Are you Brazilian?
I'm from Rio de Janeiro - BR...

Well..
I have already put 1024x768 and 800x600 prior than 640x480 in Modes line,
but the X can not start the graphic mode with this settings...
I don't know if this could be a problem in Monitor section...

During Mandrake installation, I can set my monitor in a list order by vendor
(KDS)... 
How can I find the correct configurations of Monitor section by vendor?
There is any tool for this?
Regarding AgpMode, I have already tried AGP 1x too, with the same
problems... This should not be the problem...

And I have already tried the 16bits Depth configuration too... without
success...

   After compile Xfree86 4.2, I don't get the latest source of DRI
project... I'm using he DRM that comes with kernel... 
Can this cause any trouble?

Thanks,
_
Ricardo J. A. Júnior, Software Engineer Trainee
Bowne Global Solutions - Brazil «

(  +55 21 2515 7713
-  [EMAIL PROTECTED]
* http://www.bowneglobal.com.br/
* ICQ: 70744874


 -Original Message-
From:  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent:  Tuesday, July 09, 2002 2:59 PM
To:[EMAIL PROTECTED]; Junior, Ricardo
Cc:Fontes, Bruno
Subject:   Re: [Xpert]HELP !!! (EE) RADEON(0): [agp] AGP not available

Quoting Junior, Ricardo [EMAIL PROTECTED]:

Hi Xpert people !!  : )


  Hi :-)

I can't get my Radeon driver to work... I will explain about the
envirounment and what I have already done.

System:
   
   Mandrake 8.2 (without any graphical package: Xfree, KDE, Gnome...);
   GCC 2.96 (default from mandrake 8.2);
   Xfree86 4.2 + Fixes files (get in 06/28/2002) compiled without
errors;
   XF86Config file generated by command XFree86 -configure, that is
been
changed yet...;
   Kernel 2.4.18 (default from mandrake 8.2);
   Radeon kernel module loaded on boot;
   Agpgart kernel module loaded on boot;
   /dev/dri/card0 with access to read/write/excute for every user;
   /dev/agpgart with access to read/write for every user;
   
Hardware:
   
   All-In-Wonder Radeon 32mb
   MoBo PC-Chips M830 (chipset SiS735)
   128mb RAM DDR
   SB Live MP3+ 5.1
   M$ Wheel Mouse Optical
   KDS Visual Sensation 14

Here is my logs and configuration file: (zipped because the size...)
   * XF86Config;
   * XFree86.0.log  (from /var/log); and
   * xdpyinfo.log   (from xdpyinfo command ran on X)

The X is running... but not as it should be... just work resolution
640x480
!!!


Some suggestions:
  Try changing the order of the modes in XF86Config. Put 1024x768 first.
  You may try other values for the AgpMode option.
  Remove the path to the kernel modules from the Files section.
  Try running at different depth, 16 and 24.

Help... I don't know what more can I do...

Thanks,
Ricardo Jr.


Boa sorte,

Paulo
___
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert



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



Re: [Xpert]Dual head Radeon 7500 questions

2002-07-09 Thread Michel Dänzer

On Tue, 2002-07-09 at 11:54, John Gibson wrote: 
  
  I have a ATI Radeon 7500 that I am trying to get dual heads working on.
  Currently I have a mirror of my desktop on each viewsonic monitor. Below is my
  XF86Config-4 file. Thanks in advance for any help anyone can give.

I can only guess without seeing the log, but you probably need to put
the bus ID of the chip in both device sections.


-- 
Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member   /  CS student, Free Software enthusiast
___
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert



RE: [Xpert]HELP !!! (EE) RADEON(0): [agp] AGP not available

2002-07-09 Thread Junior, Ricardo

Hi Faruk,

But I've compiled it because the optimizations  :(
I really want to have it compiled...

Thanks,
Ricardo Jr.

 -Original Message-
From:   Faruk Grozdanic [mailto:[EMAIL PROTECTED]] 
Sent:   Tuesday, July 09, 2002 11:56 PM
To: [EMAIL PROTECTED]
Subject:Re: [Xpert]HELP !!! (EE) RADEON(0): [agp] AGP not available

Hello,

I had problems compiling Xfree 4.2.0. The binaries available at the 
website work great though. Try that maybe...

Faruk.

Junior, Ricardo wrote:

Hi Paulo,  

Are you Brazilian?
I'm from Rio de Janeiro - BR...

Well..
I have already put 1024x768 and 800x600 prior than 640x480 in Modes line,
but the X can not start the graphic mode with this settings...
I don't know if this could be a problem in Monitor section...

During Mandrake installation, I can set my monitor in a list order by
vendor
(KDS)... 
How can I find the correct configurations of Monitor section by vendor?
There is any tool for this?
Regarding AgpMode, I have already tried AGP 1x too, with the same
problems... This should not be the problem...

And I have already tried the 16bits Depth configuration too... without
success...

   After compile Xfree86 4.2, I don't get the latest source of DRI
project... I'm using he DRM that comes with kernel... 
Can this cause any trouble?

Thanks,
_
Ricardo J. A. Júnior, Software Engineer Trainee
Bowne Global Solutions - Brazil 

(  +55 21 2515 7713
-  [EMAIL PROTECTED]
* http://www.bowneglobal.com.br/
* ICQ: 70744874


 -Original Message-
From:  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent:  Tuesday, July 09, 2002 2:59 PM
To:[EMAIL PROTECTED]; Junior, Ricardo
Cc:Fontes, Bruno
Subject:   Re: [Xpert]HELP !!! (EE) RADEON(0): [agp] AGP not available

Quoting Junior, Ricardo [EMAIL PROTECTED]:

Hi Xpert people !!  : )


  Hi :-)

I can't get my Radeon driver to work... I will explain about the
envirounment and what I have already done.

System:
   
   Mandrake 8.2 (without any graphical package: Xfree, KDE, Gnome...);
   GCC 2.96 (default from mandrake 8.2);
   Xfree86 4.2 + Fixes files (get in 06/28/2002) compiled without
errors;
   XF86Config file generated by command XFree86 -configure, that is
been
changed yet...;
   Kernel 2.4.18 (default from mandrake 8.2);
   Radeon kernel module loaded on boot;
   Agpgart kernel module loaded on boot;
   /dev/dri/card0 with access to read/write/excute for every user;
   /dev/agpgart with access to read/write for every user;
   
Hardware:
   
   All-In-Wonder Radeon 32mb
   MoBo PC-Chips M830 (chipset SiS735)
   128mb RAM DDR
   SB Live MP3+ 5.1
   M$ Wheel Mouse Optical
   KDS Visual Sensation 14

Here is my logs and configuration file: (zipped because the size...)
   * XF86Config;
   * XFree86.0.log  (from /var/log); and
   * xdpyinfo.log   (from xdpyinfo command ran on X)

The X is running... but not as it should be... just work resolution
640x480
!!!


Some suggestions:
  Try changing the order of the modes in XF86Config. Put 1024x768 first.
  You may try other values for the AgpMode option.
  Remove the path to the kernel modules from the Files section.
  Try running at different depth, 16 and 24.

Help... I don't know what more can I do...

Thanks,
Ricardo Jr.


Boa sorte,

Paulo
___
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert



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



Re: [Xpert]how to fix window

2002-07-09 Thread Mark Vojkovich

On Tue, 9 Jul 2002, sun zongjun wrote:

 Hi:
 I want to put the window in fixed position and size. I don't want to 
 let user to resize
 and drag the window in the desktop to anywhere. How can I do that? I used
 XSetWMNormalHints() and set the XSizeHints field flags (USPosition | 
 USSize),
 But it can't help me?  What should I do?
 

   If you don't want it decorated either you can change the
override_redirect via XSetWindowAttributes(). 

Mark.
___
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert



Re: [Xpert]Dual head Radeon 7500 questions

2002-07-09 Thread Geoffrey

I've got the bus id as noted below, yet I get the same thing, mirrored 
images on both monitors.

Radeon VE here.

Michel Dänzer wrote:
 On Tue, 2002-07-09 at 11:54, John Gibson wrote: 
 
 
 I have a ATI Radeon 7500 that I am trying to get dual heads working on.
 Currently I have a mirror of my desktop on each viewsonic monitor. Below is my
 XF86Config-4 file. Thanks in advance for any help anyone can give.

 
 I can only guess without seeing the log, but you probably need to put
 the bus ID of the chip in both device sections.
 
 
 


-- 
Until later: Geoffrey   [EMAIL PROTECTED]

I didn't have to buy my radio from a specific company to listen
to FM, why doesn't that apply to the Internet (anymore...)?

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



Re: [Xpert]ATI M6-P Support status

2002-07-09 Thread Michel Dänzer

On Tue, 2002-07-09 at 11:04, Francesco Salvestrini wrote: 
 
 i'd like to know the ATI M6-P support status for XFree (4.2 release or latest 
 4.2 from CVS) for Linux and, if possible, FreeBSD.

The M6 is well supported, with even better support forthcoming. Don't know
if or how different the M6-P is though.


-- 
Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member   /  CS student, Free Software enthusiast

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



[Xpert]can't work either

2002-07-09 Thread sun Zongjun

Hi:
  Thank you for your help. But My window still has decoration and 
you can
resize it. What should I do? Following is my cods:

   unsigned long vmask = 0;
XSetWindowAttributes swa;
vmask |= CWOverrideRedirect;
swa.override_redirect = 0;
XChangeWindowAttributes(dpy,wTop,vmask,swa);

Thanks again
Sun Zongjun

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



Re: [Xpert]ATI Rage II blitting problems

2002-07-09 Thread Marc Aurele La France

On Sat, 6 Jul 2002, Henk de Leeuw wrote:

 On 9 Apr 2002, Marc Aurele La France wrote:
  On 9 Apr 2002, Kherry Zamore wrote:

  I have an ATI Rage II+DVD (Mach64, Rage128 chipset) and am using XFree86
  4.1.0 on FreeBSD.  I'm stuck with a slightly annoying problem.
  Artifacts are left on the screen after moving around some windows.  I
  tried disabling a few options and changing resolutions/color depths, but
  that didn't solve the problem.  Another thing I should mention is when I
  go to console, characters tend to disappear and reappear on the screen
  when it scrolls.  I'm not exactly sure if this is a hardware or software
  problem since XF86 3.3.6 didn't have any problems when I used it.  If
  anyone has any suggestions, it would be greatly appreciated.

  Let's narrow this down a bit.  See if the artifacts still appear with
  Option NoAccel.

 I did not see any follow-up on these posts, and I'm having the same problems.

 To me, it seems that it is caused when screen content is blitted from display
 memory to display memory. It appears most pronouncedly when I'm moving a
 window horizontally. Also, in a Konsole, I notice that pixels of characters
 are randomly absent. I think that part of video memory is used as a font
 cache, so this could be indicative of hardware blitting problems also.

 I tried the Option NoAccel, and problems disappeared.
 This also seems to point in the direction of hardware blitting trouble.

 Any more tests I can do?

Yes, replace that Option NoAccel with one or more of the following
(starting with the most likely culprit(s))

Option XaaNoScreenToScreenCopy
Option XaaNoScanlineCPUToScreenColorExpandFill
Option XaaNoPixmapCache
Option XaaNoOffscreenPixmaps
Option XaaNoMono8x8PatternFillRect
Option XaaNoSolidFillRect

Let me know which mininal set of the above cure all artifacts.

BTW, what architecture is this?

Marc.

+--+---+
|  Marc Aurele La France   |  work:   1-780-492-9310   |
|  Computing and Network Services  |  fax:1-780-492-1729   |
|  352 General Services Building   |  email:  [EMAIL PROTECTED]  |
|  University of Alberta   +---+
|  Edmonton, Alberta   |   |
|  T6G 2H1 | Standard disclaimers apply|
|  CANADA  |   |
+--+---+
XFree86 Core Team member.  ATI driver and X server internals.

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



Re: [Xpert]ATI Radeon Mobility M6/7 LW on IBM Thinkpad T30 (Simultaneous CRT/LCD Display)

2002-07-09 Thread hy0

It looks like you are still loading Gatos drm kernel driver (can't get too
much from your corrupted log file). The drivers I sent you will NOT work
with any Gatos drivers, it will lock up for sure if you still have the Gatos
version of drm kernel driver (radeon.o) on your system to be loaded. Try to
disable DRI or replace the DRI kernel driver (radeon.o) with the one from
stock X4.2 or from Linux distributions like RH7.3.
Specifying ati or radeon in your config file should give the same
result. If not, your drivers are broken somehow.
If you prefer to using Gatos drivers, posting your problem to Gatos forum
may help you better. But I doubt they will have a better solution for your
current problem.

Hui

- Original Message -
From: D. Sen [EMAIL PROTECTED]
To: hy0 [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Tuesday, July 09, 2002 9:06 AM
Subject: Re: [Xpert]ATI Radeon Mobility M6/7 LW on IBM Thinkpad T30
(Simultaneous CRT/LCD Display)


 Well I tried your drivers. In short, they didnt work. Both the LCD and
 CRT came up with distorted lines (which can best be described as noise)
 and my machine froze.

 I tried using ati and radeon in the card section and have attached
 my XF86Config-4. The logs can be found at
 http://www.senfamily.org/xfree/XFree86.0.log_HUI
 and
 http://www.senfamily.org/xfree/XFree86.0.log_HUI.radeon

 The XF86Config-4 file was also overwritten with garbage after I tried to
 use radeon as my driver. (This could be a file system corruption due
 to the freeze + rebooting)

 So far, a single monitor configuration using the old radeon (GATOS?)
 driver is working best for me. I reported that using ati and a dual
 headed configuration worked too. However, power management is broken in
 that configuration. The screen distorts if the machine is left alone for
 a while or the machine is put into 'suspend/sleep' mode.

 I am stuck with a 50 Hz refresh display on the CRT with both the
 multi-headed 'ati' driver and the single-headed 'radeon' driver. I have
 chosen to use the 'radeon' as it seems to support power management.

 DS


 hy0 wrote:
  If you are trying to mirror your LCD on the CRT, try attached binary
  drivers. This is a version with the native 2nd-head mirroring feature
for
  X4.2x.
  Simply replace radeon_drv.o and ati_drv.o on your system (under
  /usr/X11R6/lib/modules/drivers/). Use just the single head config for
your
  LCD (remove all the dual-screen stuffs from your config file). The
driver
  will detect and bring up your CRT to its best refresh (suppose your CRT
is
  DDC capable, if not, there are options let you configure it). You can
also
  configure two heads with different resolution with some special options
(let
  me know if you ever need them), the driver will handle panning.
 
  This approach is better than the dual-screen approach in following ways:
  1. With dual-screen, DRI is disabled. You can enable DRI with this one.
  2. Overlay won't work on your CRT with the dual-screen setup. It'll work
  here.
  3. Less overhead. With dual-screen, only half of video ram can be used
for
  one screen...
  4. With dual-screen, you may have problem with the hw cursor on your 2nd
  head (not sure if it's fixed).
  5. should be easier to setup with this one.
 
  Attached drivers have been tested by several people on a few M6 based
  laptops and other systems. It should work with M7 based systems. If you
want
  to give it a try, let me know whether it works for you. If not, send me
your
  log and config file.
 
  Hui
 
 
  - Original Message -
  From: D. Sen [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Cc: [EMAIL PROTECTED]
  Sent: Monday, July 08, 2002 4:43 PM
  Subject: Re: [Xpert]ATI Radeon Mobility M6/7 LW on IBM Thinkpad T30
  (Simultaneous CRT/LCD Display)
 
 
 
 Michel Daenzer wrote:
 On Mon, 2002-07-08 at 17:24, D. Sen wrote:
 
  
   Well, I think I set up my XF86Config-4 to do what you suggested. I
 am including it with this email. However, X crashes on me when I try to
 invoke startx (including /var/log/XFree86.0.log as well).
  
   If I change the screen directive for the Card1 device from
Screen
 1 to Screen 0, I get a display on the external CRT (the LCD is just
 backlit with a blank screen).
  
   Any ideas?
 
 
  [...]
 
 
   (II) RADEON(0): Shutting down Xvideo subsystems
   (II) RADEON(0): membase=0xe800 memsize=0x0400 
   gpSize=0x0008
 
 
  This looks like you're using GATOS drivers, does the crash occur with
  stock XFree86 drivers?
 
 
 Specifying the ati driver as opposed to the radeon driver does work
 better. X isnt crashing anymore. I am also getting a display on both the
 LCD and the CRT screen. However, I dont seem to be able to change the
 refresh rate on the CRT. I have tried quite a few different modelines
 but the refresh rate doesnt change from the 50 Hz (It seems to pick the
 modeline from the bios settings for the clock rate, etc)
 
 The new XFree86.0.Log is at
 

Re: [Xpert]Dual head Radeon 7500 questions

2002-07-09 Thread hy0

I guess what Michel was trying to say is:
add something like BusID PCI:1:0:0 to both of Device sections in your
config file. If it still doesn't work, post your log file.

 I've got the bus id as noted below, yet I get the same thing, mirrored
 images on both monitors.

 Radeon VE here.

 Michel Dänzer wrote:
  On Tue, 2002-07-09 at 11:54, John Gibson wrote:
 
 
  I have a ATI Radeon 7500 that I am trying to get dual heads working on.
  Currently I have a mirror of my desktop on each viewsonic monitor.
Below is my
  XF86Config-4 file. Thanks in advance for any help anyone can give.
 
 
  I can only guess without seeing the log, but you probably need to put
  the bus ID of the chip in both device sections.
 
 
 


 --
 Until later: Geoffrey [EMAIL PROTECTED]

 I didn't have to buy my radio from a specific company to listen
 to FM, why doesn't that apply to the Internet (anymore...)?

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


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



[Xpert]Re: can't work either

2002-07-09 Thread Mark Vojkovich

On Wed, 10 Jul 2002, sun Zongjun wrote:

 Hi:
   Thank you for your help. But My window still has decoration and 
 you can
 resize it. What should I do? Following is my cods:
 
unsigned long vmask = 0;
 XSetWindowAttributes swa;
 vmask |= CWOverrideRedirect;
 swa.override_redirect = 0;
 XChangeWindowAttributes(dpy,wTop,vmask,swa);
 
 Thanks again
 

   You want to enable override_redirect.  That is,

  swa.override_redirect = True;


Mark.
___
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert



Re: [Xpert]Fatal Server Error: Lockup / space: 64000 wanted 65288

2002-07-09 Thread Neale Banks

On Tue, 9 Jul 2002, Branden Robinson wrote:

 On Mon, Jul 08, 2002 at 04:26:08PM +1000, Neale Banks wrote:
   FatalError re-entered, aborting
   lockup
  
  This looks very familiar.  In my case I was getting a crash like this
  after two servers (on different VTs) had been happily runing for a while.
  
  It hasn't happened for a long time now - to be precise, since I disabled
  all acceleration in the video driver.  No, I haven't tinkered with
  selectively disabling some accelerations.
 
 Yup.  Also see Debian bugs #78908, #82836, #88102, #103294, #122375,
 #124391, and #147666.
 
 (e.g., http://bugs.debian.org/78908 )

Ideally, we would narrow this down to one (or more ;-) of the
accelerations Andrew listed at
http://www.xfree86.org/pipermail/xpert/2001-July/010072.html :

XaaNoColor8x8PatternFillRect
XaaNoColor8x8PatternFillTrap
XaaNoCPUToScreenColorExpandFill
XaaNoDashedBresenhamLine
XaaNoDashedTwoPointLine
XaaNoImageWriteRect
XaaNoMono8x8PatternFillRect
XaaNoMono8x8PatternFillTrap
XaaNoOffscreenPixmaps
XaaNoPixmapCache
XaaNoScanlineCPUToScreenColorExpandFill
XaaNoScanlineImageWriteRect
XaaNoScreenToScreenColorExpandFill
XaaNoScreenToScreenCopy
XaaNoSolidBresenhamLine
XaaNoSolidFillRect
XaaNoSolidFillTrap
XaaNoSolidHorVertLine
XaaNoSolidTwoPointLine
XaaNoWriteBitmap
XaaNoWritePixmap

Can anyone suggest likely candidates?

Regards,
Neale.

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



[Xpert]CyberBlade/XP and xterm menus

2002-07-09 Thread Neale Banks


I've got an odd quirk in xterm's menus with:

* Toshiba Satellite 1800, with CyberBlade/XP
* Linux 2.2.21, built with vesafb support
* Debian woody and pre-release xfree86 4.2.0-0pre1v1
* trident_drv.o from http://www.xfree86.org/~alanh/

In each of the Main Options, VT Options and VT Fonts an entry
approximately in the middle of the list gets a horizontally-striped
background of three different colours.  Camera snapshot is at:
http://www.planet.net.au/~neale/images/vt_menu_1.jpeg

Hmm... not so clear - the Medium entry actually has a black, mauve and
grey background (others just have a black background).

Any idea what's up here?

Thanks,
Neale.

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