CVS Update: xc (branch: trunk)

2003-08-15 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/08/15 18:11:41

Log message:
   376. Fix an XAA pixmap cache server crash that can happen in some cases
when the off-screen memory is heavily fragmented (David Dawes, based
on #5752, Koike Kazuhiko, Chisato Yamauchi).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/xaa/:
xaaPCache.c 
  
  Revision  ChangesPath
  3.2809+4 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.31  +9 -1  xc/programs/Xserver/hw/xfree86/xaa/xaaPCache.c

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


Re: Using the radeon CP engine for Xv

2003-08-15 Thread Michel Dänzer
On Thu, 2003-08-14 at 17:45, Alex Deucher wrote:
 If the CP is enabled for acceleration on the radeon, could I also use
 it to issue Xv commands rather than using mmio?  It looks like it
 should be possible.  I'd be willing to give it a try.  would any sort
 of special locking be required or can I just issue the commands to the
 ring like the accel code does?  

The latter.

 What kind of speed up would I expect if any?

None I guess, as Xv involves relatively little register write overhead.

Even if you mean transferring the image data as the r128 driver can, I'm
not sure it's worth the effort as direct writes to the framebuffer seem
to be at least as fast on well-configured current systems.

That being said, using the CP for all (or as many as reasonable)
register writes would have the benefit of not stalling the CP. Might
yield slightly better performance when mixing stuff which does and
doesn't currently use it.


-- 
Earthling Michel Dnzer   \  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


Re: blanking of non-refreshing windows

2003-08-15 Thread Michel Dänzer
On Wed, 2003-08-13 at 16:29, Andy Isaacson wrote:
 On Wed, Aug 13, 2003 at 11:39:08AM +0200, Michel Dnzer wrote:
  On Tue, 2003-08-12 at 16:49, Andy Isaacson wrote:
   A more useful solution would be to schedule an event a few dozen
   milliseconds (say, 20 or 100 ms) in the future, which upon arrival would
   check that the window has been refreshed and, if not, write it with the
   background color, on the assumption that if the app hasn't refreshed
   yet, it's not going to anytime soon.
   
   Ideally this event would only be handled when the X server is otherwise
   idle.
  
  All this effort for a band aid? A different basic approach like in
  XDarwin or XDirectFB makes more sense to me.
 
 I'm not familiar with how those two X servers operate, so could you help
 me out by explaining?  How do they handle window obscures?  How is it
 different from X11's BackingStore?

I don't know a lot of details yet, but they indeed always keep the
contents of windows around and composite the desktop with them
(actually, they have another windowing system do this, but that's not
the point).

 Note that BS is turned off by default precisely because it's frequently
 a pessimisation -- 

Actually, I thought it was because the current implementation we have
sucks.

 too often the BS pixmap is too old, and the X server writes it to the 
 framebuffer only to have it overwritten by the app as soon as it's 
 scheduled.

Well, do you want the windows to be refreshed ASAP or not? :) I don't
think this is a big deal as the windows will be kept in video RAM
whenever possible.

I can only recommend trying out XDirectFB to anyone - it was a real 'eye
opener' for me to move a screen-sized xeyes in front of a Mozilla
window. Not to mention that it does real translucency.


-- 
Earthling Michel Dnzer   \  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


Re: Questions about Widgets in X window and XMoveResizeWindow

2003-08-15 Thread dd jj
Thank you.

But it seems XRunner is not avaliable on Linux.
Any other tools I can use? Whether free or not...

Thanks"Bryan W. Headley" [EMAIL PROTECTED] wrote:

Carsten Haitzler (The Rasterman) wrote: On Thu, 14 Aug 2003 14:07:54 -0700 (PDT) dd jj <[EMAIL PROTECTED]>babbled:  Hello everyone, I hope this is the correct mailing list to post these questions... Could youplease give some comments on them? thanks. 1) Now I want to search a button with specific caption, such as "Save" or"Cancel".. "Ok" on X window (no matter GNOME or KDE) screen. Can I implementthis under different desktop enviroments(KDE,GNOME) with Xlib programming? Orit's toally impossible?   no. you can't. there is no foolproof generic way of detecting a widget irrespective of widget set. you'd need to do hacks in each widget set to do this. not to mention programs that use other widget sets or don't use them
 at all.XRunner does it, but the authors don't have a generic foolproof method, either: they have to implement different sensing algorithms for every X toolkit. Also, they cannot sense the toolkit a given application uses, either: although if the library were dynamically linked, you could infer which toolkit might be used.Heh heh... grab a screenshot of a given rectangle and run an OCR library on it.--  .:. Bryan W. Headley - [EMAIL PROTECTED]___Devel mailing list[EMAIL PROTECTED]http://XFree86.Org/mailman/listinfo/devel
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software

Re: Questions about Widgets in X window and XMoveResizeWindow

2003-08-15 Thread Bryan W. Headley
dd jj wrote:
Thank you.
 
But it seems XRunner is not avaliable on Linux.
Any other tools I can use? Whether free or not...
Huh? Their site says it runs on RedHat...

I just found this with Google...

http://sourceforge.net/projects/x11guitest

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


Any progress on the trident 1400x1050 problem?

2003-08-15 Thread Norman Walsh
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

It appears that the new version of libc6 that's out in Debian's
unstable now may be binary incompatible with existing apps. This means
my commercial X display may not work for much longer (it definitely
crashes with the current release, but that may be a bug in libc6 it's
too early (for me) to tell).

So, that prompts me to ask if there's been any progress on getting the
1400x1050 resolution on the trident driver working. I tried to work
with the 16 pixel shift-left for a couple of days, but it was pretty
hard going.

Be seeing you,
  norm

- -- 
Norman Walsh [EMAIL PROTECTED] | Any performance problem can be solved
http://nwalsh.com/| by removing a level of indirection.--M.
  | Haertel
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.7 http://mailcrypt.sourceforge.net/

iD8DBQE/PU3JOyltUcwYWjsRAglxAJ9/71c/BmjzvzmnBkMoVksngGw+jgCfVpnO
Nkmc+lwIrg54u+LVXwixr8g=
=syQU
-END PGP SIGNATURE-
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: [I18n] Re: Some thoughts on XKB symbols

2003-08-15 Thread Frank Murphy
 (I was just arguing against *country-only* based keymap names. That's
 the whole point. I don't mind country based keymaps, if there are also
 language based keymaps)

As soon as you mentioned this, I agreed. What I'm suggesting now is 2-letter 
national code keymaps and 3-letter linguistic code keymaps.

  I think this is a bad idea. Differentiating based on case can be
  problematic (as was pointed out). However, I would think that using
  ISO 3166 2-letter national codes and ISO 639 3-letter codes would
  work OK. Besides, most of the current entries already follow this.

 Depending on how you look at this :-)

 I've already pointed out that many of the languages (uhm, nations) you
 mentioned actually use the ISO 639 two-letter code ;-) Or was it the
 ISO 3166 country code?
 If we don't ask the authors, we can only guess -- and guess what? My
 guess is different from your guess ;-)

True, but my guess leads to less work. :) Just changing the Group description 
of all the 2-letter files from the language name to the nation name is less 
than moving the file to another name. And the Group description name is reall 
cosmetic, but might help when someone contributes a new keymap.

 I know I'll be a bit boring, but if case differentiation is a problem,
 I'd go for providing new namespaces for each: nation/ and language/
 (perhaps in shorter forms of n/ and l/).

I'd rather not add new namespaces.

   Of course, this would cause *major* breakage for old applications
   which rely on one layout being there with a specific name.
 
  The only applications that should care would be the installation
  programs.

 If systems are single-user, which defeats the purpose of X network
 transparency. In multi-user environments, you cannot expect every user
 to use the same language in every occasion.

I imagine that most X deployments are single-user. Plus I imagine that nearly 
all the multi-user environments (with X-terminals with no local storage) all 
have the same keyboard layout -- probably the same keyboard *model* as well.

I think I'll write up a proposal for the patch I intend to submit.

Frank

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


Re: [I18n] Re: Some thoughts on XKB symbols

2003-08-15 Thread Dr Andrew C Aitchison
On Fri, 15 Aug 2003, Frank Murphy wrote:

  If systems are single-user, which defeats the purpose of X network
  transparency. In multi-user environments, you cannot expect every user
  to use the same language in every occasion.
 
 I imagine that most X deployments are single-user. Plus I imagine that nearly 
 all the multi-user environments (with X-terminals with no local storage) all 
 have the same keyboard layout -- probably the same keyboard *model* as well.

The multi-user X deployments I know are mostly same keyboard model,
but the typical multi-user deployments I'm aware of are bunches of
machines with disks, running multiple operating systems.
Since this could be say a mixture of Sun, Mac and PC (with and without
the Windows keys) you can't say that they are all the same layout;
although I would be happy with the assumption that they would all the 
same nationality.

As your unattributed quote (possibly from Danilo Segan) says,
the users may wish to use different default languages.

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


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


Re: [I18n] Re: Some thoughts on XKB symbols

2003-08-15 Thread Alexander Pohoyda
Danilo Segan [EMAIL PROTECTED] writes:
  On Thu, 14 Aug 2003, Danilo Segan wrote:
   For the sake of difference, I would recommend the following:
   - National keymaps should use ISO 3166 code in all UPPERCASE (eg.
 US)
   - Linguistic keymaps should use ISO 639 code in all lowercase (eg.
 en)
  Is this going to cause us to run into CVS problem we had resentily,
  where we couldn't rename file hp to directory HP (or similar) ?

[...]

 Though, if anything of this scale is to be done, I'd be very eager to
 add a completely new directory (namespace) in order not to break
 compatibility. Eg. I'd introduce a new xkb/symbols/improved
 directory where to put these kind of maps ;-)

I'm thinking about a proposal to move `geometry' directory to some
more apropriate directory to change it's internal structure a bit.

Please keep me posted if you plan to do any changes to symbols
directory. Thank you in advance.


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


Re: [XFree86] Glide

2003-08-15 Thread Aivils . Stoss
The problem now is first that I do not have Glide and don´t know how or
where to get it without pay (unfortunately that is very important at the
moment)
ftp://ftp.uni-koeln.de/redhat/linux/9/en/os/i386/RedHat/RPMS/Glide3-20010520-25.i386.rpm
Donot try it install, but simple extract only (mc).
I believe ftp.uni-stuttgart.de has similar content.
Aivils

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


[XFree86] X -probeonly: which cards are detected ?

2003-08-15 Thread Holger Willebrandt
Hello,

does anybody know a website,howto ,manpage or whatever where i can find a list of all 
video cards which are detected by 'X -probeonly' ?

Thanks in advance,

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


[XFree86] TAYLOR

2003-08-15 Thread taylor_jr
ATTENTION: THE PRESIDENT/CHAIRMAN.
CEO/MD

First, may I solicit your confidentiality in this transaction, this by virtue of its 
nature. I am Mr Lutherking taylor Jr, a cousin to the president Charles Taylor of 
Liberia . As a result of the increasing rebel hostility in my country and the recent 
indictment of Charles Taylor by the international war crimes tribunal, he has mandated 
me to look for a reliable partner who will urgently assist in the collection of 
consignment of boxes containing cash of (US$22.5M) he kept in safe custody with a 
security management company in Spain and it is registered as farmily valiables.


We need a foreigner whom we will portray as the bona-fide owner of the consignment to 
prevent the company from finding out the consignment belongs to president Taylor and 
thereby confiscating such because of the current military fiasco in my country. 
Thereafter, this fund will be invested to your company or you advice us on any 
lucrative project to put the fund into.

The president has handed over to me the title documents, and all necessary 
arrangements have been made to perfect the business . I will want to be guaranteed 
that you will be able to handle this huge amount of money for an investment 
project.Upon receipt of your positive response, I will suggest we meet possible in 
Spain for us to work out modalities concerning the investment of the money and the 
ratio you will receive after the collection of the boxes from the security company in 
Spain.




Therefore , I will be grateful if you handle this as top priority because this is one 
opportunity we can not afford to loose. Please contact me on this email address( 
[EMAIL PROTECTED] or [EMAIL PROTECTED]) I urge you to please keep this transaction 
very confidential, as I am expecting your urgent reply to indicate your interest, 
however if you are not interested to assist us, you let me know urgently to enable me 
contact another willing partner.


Tel: +34-680-902-518
Best Regards

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


[XFree86] test

2003-08-15 Thread mail.yahoo.com
test

[XFree86] Screen Becomes messed up after XScreensaver turns on

2003-08-15 Thread Sumit Sharma
I have recently installed Mandrake 9.1 on a Dell Inspiron 8100 witha  
geforce 2 go.  I am running KDE 3.1 and Xscreensaver 4.07.  The problem I am 
having is that after XScreensaver has been on for a long time, when I exit 
the screensaver, the screen becomes srewwed up in that the screen itself 
looks as if it has been shifted up about half way up the screen and the top 
part of screen shows up at the bottom.  For example if a window is maximized 
the taskbar will show up at the middle of the screen and the top part of the 
window will be below the task bar and the bottom half of the window will be 
above it.  The only way I can fix it is by restarting the Xserver with 
Ctrl-Alt-Backspace.  In addition, if I try to click on something, it 
responds as if the screen was not moved.  For example if I want to click on 
the taskbar, I have to click at the bottom of the screen where the taskbar 
would normally be.  THis only happens if the xScreensaver ahs been on for a 
long time.  If it has only been a few minutes the screen is fine.  The 
shortest amount of time after I have observed this behavior was about 1 
hour.

Any help would be greatly appreciated.

here is my Xfree Config File
# **
# Refer to the XF86Config man page for details about the format of
# this file.
# **
Section Files
   # Multiple FontPath entries are allowed (they are concatenated together)
   # By default, Mandrake 6.0 and later now use a font server independent 
of
   # the X server to render fonts.
   FontPath unix/:-1
EndSection

Section ServerFlags
   #DontZap # disable CrtlAltBS (server abort)
   #DontZoom # disable CrtlAltKP_+/KP_- (resolution switching)
   AllowMouseOpenFail # allows the server to start up even if the mouse 
doesn't work
EndSection

Section Module
   Load dbe # Double-Buffering Extension
   Load v4l # Video for Linux
   Load extmod
   Load type1
   Load freetype
   Load glx # 3D layer
EndSection
Section InputDevice
   Identifier Keyboard1
   Driver Keyboard
   Option XkbModel pc105
   Option XkbLayout us
   Option XkbCompat 
   Option XkbOptions 
EndSection
Section InputDevice
   Identifier USB Mouse
   Driver mouse
   Option Protocol ExplorerPS/2
   Option Device /dev/usbmouse
   Option Buttons 6
   Option ZAxisMapping 5 6
   Option Emulate3Buttons no
EndSection
Section InputDevice
   Identifier Touchpad
   Driver mouse
   Option Protocol PS/2
   Option Device /dev/psaux
   Option Emulate3Buttons
   Option Buttons 3
EndSection
Section Monitor
   Identifier monitor1
   VendorName Dell
   ModelName Dell 1400X Laptop Display Panel
   HorizSync 31.5-90.0
   VertRefresh 59.0-75.0
   # Sony Vaio C1(X,XS,VE,VN)?
   # 1024x480 @ 85.6 Hz, 48 kHz hsync
   ModeLine 1024x48065.00 1024 1032 1176 1344   480  488  494  563 
-hsync -vsync

   # TV fullscreen mode or DVD fullscreen output.
   # 768x576 @ 79 Hz, 50 kHz hsync
   ModeLine 768x576 50.00  768  832  846 1000   576  590  595  630
   # 768x576 @ 100 Hz, 61.6 kHz hsync
   ModeLine 768x576 63.07  768  800  960 1024   576  578  590  616
EndSection
Section Device
   Identifier device1
   VendorName nVidia Corporation
   BoardName NVIDIA GeForce2 DDR (generic)
   Driver nv
   Option DPMS
EndSection
Section Screen
   Identifier screen1
   Device device1
   Monitor monitor1
   DefaultColorDepth 24
   Subsection Display
   Depth 8
   Modes 1400x1050 1280x1024 1280x960 1152x864 1024x768 
800x600 640x480
   EndSubsection

   Subsection Display
   Depth 15
   Modes 1400x1050 1280x1024 1280x960 1152x864 1024x768 
800x600 640x480
   EndSubsection

   Subsection Display
   Depth 16
   Modes 1400x1050 1280x1024 1280x960 1152x864 1024x768 
800x600 640x480
   EndSubsection

   Subsection Display
   Depth 24
   Modes 1400x1050 1280x1024 1280x960 1152x864 1024x768 
800x600 640x480
   EndSubsection
EndSection

Section ServerLayout
   Identifier layout1
   InputDevice Keyboard1 CoreKeyboard
   InputDevice Touchpad AlwaysCore
   InputDevice USB Mouse CorePointer
   Screen screen1
EndSection
and my XFree log file
XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.21-0.13mdksmp i686 [ELF]
Build Date: 12 March 2003
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/XFree86.0.log, Time: Thu Aug 14 22:32:46 2003
(==) Using config file: /etc/X11/XF86Config-4
(==) ServerLayout layout1
(**) |--Screen screen1 (0)
(**) |   |--Monitor monitor1
(**) |   |--Device device1
(**) |--Input Device Keyboard1
(WW) Option XkbCompat requires 

[XFree86] yerli kaliteyi al, issizlik azalsin!

2003-08-15 Thread yabanci mal almiyorum
SZ KALMAMAK N 
SZLERE  SALANMASI N
TRKYE?NN KAMPANYASI?NA KATIL!
--
 

YERL KALTEY AL!

yatrmlar oalsn

SZLK AZALSIN!



YABANCI MALI ALMA! SZ KALMA!

1 milyon 200 bin iyeri kapand, 
9 milyon meslek sahibi insanmz isiz kald!
Bugn lkemizde sanayide ve i hayatnda 
-i bilmezlikten ya da kiisel beceriksizlikten kaynaklanmayan- 
seri iflaslarla iyerleri kapanyor. 
Ak iletmeler ise srekli klyor, ii karyor. 


HER 6.500 DOLARA 1 SZ!

Tketim mallar ithalatna giden her 6 bin 500 dolar, 
Trkiye?de 1 kiiyi isiz brakyor. 
Son drt yldaki 60 milyar dolarlk ithalat yerine 
9 milyon kiiye i salayabilirdik!
 

SZL KEND ELLERNLE BYTME!

Azalan yatrm, oalan isizliktir.
Kaliteli yerlisi varken, yabancsn tercih etmek, zaten kt olan parann
dar gitmesine yol amakta, yatrmlar azaltmaktadr. 
Bugn Trkiye?de pek ok rn, dnya standartlarnda retilmektedir.
Trkiye kaliteyi yakalamtr! 


YERL KALTEY AL!

iye cret, memura maa olsun! 
Okul olsun, yol olsun, hizmet olsun! 
sizlerimize i, bebelerimize a olsun!

 
---
Kampanyann gerekeleri ve destekleyenlerin listesi

www.YABANCI-MAL-ALMIYORUM.com ?dadr. 

(Bu ileti 6 milyon Trk nternet kullancsna gnderildi;
kampanya, 300.000 bin yerli reticiye, sanayi ve ticaret odalarna,
odalara ve birliklere, drt ii konfederasyonuna, sendikalarna,
ubelerine, derneklere ve niversitelere duyuruldu.) 
---
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] Screen Becomes messed up after XScreensaver turns on

2003-08-15 Thread Mark Vojkovich
  Remove Option DPMS.  DPMS doesn't work for flat panels in the nv
driver.   In XFree86 CVS that bug is fixed in the sense that it doesn't
try to use DPMS, but instead just blanks the screen when there's a
flat panel.  It used to always just blank the screen when DPMS was
specified (ie. not really DPMS), but XFree86 4.3 added real DPMS 
support for the first time, however, it only works on CRTs and gives
symptoms like you describe on flat panels.

Mark.


On Fri, 15 Aug 2003, Sumit Sharma wrote:

 I have recently installed Mandrake 9.1 on a Dell Inspiron 8100 witha  
 geforce 2 go.  I am running KDE 3.1 and Xscreensaver 4.07.  The problem I am 
 having is that after XScreensaver has been on for a long time, when I exit 
 the screensaver, the screen becomes srewwed up in that the screen itself 
 looks as if it has been shifted up about half way up the screen and the top 
 part of screen shows up at the bottom.  For example if a window is maximized 
 the taskbar will show up at the middle of the screen and the top part of the 
 window will be below the task bar and the bottom half of the window will be 
 above it.  The only way I can fix it is by restarting the Xserver with 
 Ctrl-Alt-Backspace.  In addition, if I try to click on something, it 
 responds as if the screen was not moved.  For example if I want to click on 
 the taskbar, I have to click at the bottom of the screen where the taskbar 
 would normally be.  THis only happens if the xScreensaver ahs been on for a 
 long time.  If it has only been a few minutes the screen is fine.  The 
 shortest amount of time after I have observed this behavior was about 1 
 hour.
 
 Any help would be greatly appreciated.
 
 here is my Xfree Config File
 # **
 # Refer to the XF86Config man page for details about the format of
 # this file.
 # **
 
 Section Files
 # Multiple FontPath entries are allowed (they are concatenated together)
 # By default, Mandrake 6.0 and later now use a font server independent 
 of
 # the X server to render fonts.
 FontPath unix/:-1
 EndSection
 
 Section ServerFlags
 #DontZap # disable CrtlAltBS (server abort)
 #DontZoom # disable CrtlAltKP_+/KP_- (resolution switching)
 AllowMouseOpenFail # allows the server to start up even if the mouse 
 doesn't work
 EndSection
 
 Section Module
 Load dbe # Double-Buffering Extension
 Load v4l # Video for Linux
 Load extmod
 Load type1
 Load freetype
 Load glx # 3D layer
 EndSection
 
 Section InputDevice
 Identifier Keyboard1
 Driver Keyboard
 Option XkbModel pc105
 Option XkbLayout us
 Option XkbCompat 
 Option XkbOptions 
 EndSection
 
 Section InputDevice
 Identifier USB Mouse
 Driver mouse
 Option Protocol ExplorerPS/2
 Option Device /dev/usbmouse
 Option Buttons 6
 Option ZAxisMapping 5 6
 Option Emulate3Buttons no
 EndSection
 
 Section InputDevice
 Identifier Touchpad
 Driver mouse
 Option Protocol PS/2
 Option Device /dev/psaux
 Option Emulate3Buttons
 Option Buttons 3
 EndSection
 
 Section Monitor
 Identifier monitor1
 VendorName Dell
 ModelName Dell 1400X Laptop Display Panel
 HorizSync 31.5-90.0
 VertRefresh 59.0-75.0
 
 # Sony Vaio C1(X,XS,VE,VN)?
 # 1024x480 @ 85.6 Hz, 48 kHz hsync
 ModeLine 1024x48065.00 1024 1032 1176 1344   480  488  494  563 
 -hsync -vsync
 
 # TV fullscreen mode or DVD fullscreen output.
 # 768x576 @ 79 Hz, 50 kHz hsync
 ModeLine 768x576 50.00  768  832  846 1000   576  590  595  630
 
 # 768x576 @ 100 Hz, 61.6 kHz hsync
 ModeLine 768x576 63.07  768  800  960 1024   576  578  590  616
 EndSection
 
 Section Device
 Identifier device1
 VendorName nVidia Corporation
 BoardName NVIDIA GeForce2 DDR (generic)
 Driver nv
 Option DPMS
 EndSection
 
 Section Screen
 Identifier screen1
 Device device1
 Monitor monitor1
 DefaultColorDepth 24
 
 Subsection Display
 Depth 8
 Modes 1400x1050 1280x1024 1280x960 1152x864 1024x768 
 800x600 640x480
 EndSubsection
 
 Subsection Display
 Depth 15
 Modes 1400x1050 1280x1024 1280x960 1152x864 1024x768 
 800x600 640x480
 EndSubsection
 
 Subsection Display
 Depth 16
 Modes 1400x1050 1280x1024 1280x960 1152x864 1024x768 
 800x600 640x480
 EndSubsection
 
 Subsection Display
 Depth 24
 Modes 1400x1050 1280x1024 1280x960 1152x864 1024x768 
 800x600 640x480
 EndSubsection
 EndSection
 
 Section ServerLayout
 Identifier layout1
 InputDevice Keyboard1 CoreKeyboard
 InputDevice Touchpad AlwaysCore
 InputDevice USB Mouse CorePointer
 Screen screen1
 EndSection
 
 
 and my XFree log file
 XFree86 Version 4.3.0
 Release Date: 27 February 2003
 X 

[XFree86] Assistance

2003-08-15 Thread sarah . mutete
sir/ madam 

I need your help, i am Sarah Mutete the wife of a 

Late minister during the reign of mobutu seseko, 
I came to know you in the course of my search for 
a reliable and God fearing partner and I decide 
to contact you because I believe you are a reputable 

person and I felt you can help us over this 
confidential 
matter. I count on your intergrity and honesty to be 
able 
to handle this business. 


My Husband was a minister in Democratic Republic of 
Congo , then Zaire during the reign of Late President Mobutu. 
My Husbandr was killed during the rebel attack and 
our house was burnt. We manage to escape to Ghana 
with my son and two of my sisters 
where we are now taking refuge.Before the death of 
my Husband he deposited US31.5 MILLION, with a 
security 
company in Europe.The money is kept in a trunk boxes 

and was registered as precious substance. Thus there 
is 
nobody that knows that it is money that is in the 
box. 

All the document with which the money was deposited 
is 
with us. I am looking for somebody to that is 
capable 
and willing to travel to any part of Europe to 
receive the two trunk boxes of money on behalf of my 
family from the security company. 

We need a trust worthy and experience person that 
will 

help us to invest this money in your country and 
take 
us as one family and will also buy a house for us 
over 
there where we can live safely. 


We are expecting to hear from you.Please contact me 
on 

this Email Address:[EMAIL PROTECTED] 
Thanks for your anticipated cooperation.please 
include your telephone number and fax number in 
your reply 
Best Regards, 

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


[XFree86] Fwd: XF86Config or XF86Config-4...?

2003-08-15 Thread and
I have both XF86Config and XF86Config-4 files in my /etc/X11/  
directory... Which  one is the one being used and should I delete the 
other one?

I'm using debian woody, but have installed  a new vanilla kernel 2.4.21 
and a new xfree86-4.3.99.10 from cvs,  so I was thinking that the 
XF86Config-4 is the one installed by debian and the XF86Config is the 
new one.

Any insights?
thanks
anders
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Japanese fonts

2003-08-15 Thread Rob Taft
Hi, I'm trying to get Japanese fonts working without the X Font Server.  The
seem to work fine with the font server, but I need to get it working without
going through the font server.  This is the section I am concerned with:

Section Files
RgbPath /usr/X11R6/lib/X11/rgb
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
# xfs FontPath unix/:-1
FontPath /usr/X11R6/lib/X11/fonts/misc:unscaled
FontPath /usr/X11R6/lib/X11/fonts/75dpi:unscaled
FontPath /usr/X11R6/lib/X11/fonts/misc:unscaled
FontPath /usr/X11R6/lib/X11/fonts/Type1
FontPath /usr/X11R6/lib/X11/fonts/TTF
FontPath /usr/X11R6/lib/X11/fonts/Speedo
FontPath /usr/X11R6/lib/X11/fonts/mdk:unscaled
FontPath /usr/share/fonts/default/Type1
EndSection

This was done previously to get the fonts working without the font server.
They seem to include everything in the fonts directory, and I know Japanese
fonts are installed somewhere because I had them working with the font
server.  I mean not working as in getting blocks or getting UTF-8 garble.
Any suggestions?

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


Re: [XFree86] Screen Becomes messed up after XScreensaver turns on

2003-08-15 Thread Sumit Sharma
I commented out the DPMS line, restared the x server, but it still happened. 
 I also found that it happens when I close the lid on the laptop.

-Sumit


From: Mark Vojkovich [EMAIL PROTECTED]
To: Sumit Sharma [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Subject: Re: [XFree86] Screen Becomes messed up after XScreensaver turns on
Date: Fri, 15 Aug 2003 11:01:42 -0700 (PDT)
  Remove Option DPMS.  DPMS doesn't work for flat panels in the nv
driver.   In XFree86 CVS that bug is fixed in the sense that it doesn't
try to use DPMS, but instead just blanks the screen when there's a
flat panel.  It used to always just blank the screen when DPMS was
specified (ie. not really DPMS), but XFree86 4.3 added real DPMS
support for the first time, however, it only works on CRTs and gives
symptoms like you describe on flat panels.
			Mark.

On Fri, 15 Aug 2003, Sumit Sharma wrote:

 I have recently installed Mandrake 9.1 on a Dell Inspiron 8100 witha
 geforce 2 go.  I am running KDE 3.1 and Xscreensaver 4.07.  The problem 
I am
 having is that after XScreensaver has been on for a long time, when I 
exit
 the screensaver, the screen becomes srewwed up in that the screen itself
 looks as if it has been shifted up about half way up the screen and the 
top
 part of screen shows up at the bottom.  For example if a window is 
maximized
 the taskbar will show up at the middle of the screen and the top part of 
the
 window will be below the task bar and the bottom half of the window will 
be
 above it.  The only way I can fix it is by restarting the Xserver with
 Ctrl-Alt-Backspace.  In addition, if I try to click on something, it
 responds as if the screen was not moved.  For example if I want to click 
on
 the taskbar, I have to click at the bottom of the screen where the 
taskbar
 would normally be.  THis only happens if the xScreensaver ahs been on 
for a
 long time.  If it has only been a few minutes the screen is fine.  The
 shortest amount of time after I have observed this behavior was about 1
 hour.

 Any help would be greatly appreciated.

 here is my Xfree Config File
 # **
 # Refer to the XF86Config man page for details about the format of
 # this file.
 # **

 Section Files
 # Multiple FontPath entries are allowed (they are concatenated 
together)
 # By default, Mandrake 6.0 and later now use a font server 
independent
 of
 # the X server to render fonts.
 FontPath unix/:-1
 EndSection

 Section ServerFlags
 #DontZap # disable CrtlAltBS (server abort)
 #DontZoom # disable CrtlAltKP_+/KP_- (resolution switching)
 AllowMouseOpenFail # allows the server to start up even if the mouse
 doesn't work
 EndSection

 Section Module
 Load dbe # Double-Buffering Extension
 Load v4l # Video for Linux
 Load extmod
 Load type1
 Load freetype
 Load glx # 3D layer
 EndSection

 Section InputDevice
 Identifier Keyboard1
 Driver Keyboard
 Option XkbModel pc105
 Option XkbLayout us
 Option XkbCompat 
 Option XkbOptions 
 EndSection

 Section InputDevice
 Identifier USB Mouse
 Driver mouse
 Option Protocol ExplorerPS/2
 Option Device /dev/usbmouse
 Option Buttons 6
 Option ZAxisMapping 5 6
 Option Emulate3Buttons no
 EndSection

 Section InputDevice
 Identifier Touchpad
 Driver mouse
 Option Protocol PS/2
 Option Device /dev/psaux
 Option Emulate3Buttons
 Option Buttons 3
 EndSection

 Section Monitor
 Identifier monitor1
 VendorName Dell
 ModelName Dell 1400X Laptop Display Panel
 HorizSync 31.5-90.0
 VertRefresh 59.0-75.0

 # Sony Vaio C1(X,XS,VE,VN)?
 # 1024x480 @ 85.6 Hz, 48 kHz hsync
 ModeLine 1024x48065.00 1024 1032 1176 1344   480  488  494  
563
 -hsync -vsync

 # TV fullscreen mode or DVD fullscreen output.
 # 768x576 @ 79 Hz, 50 kHz hsync
 ModeLine 768x576 50.00  768  832  846 1000   576  590  595  
630

 # 768x576 @ 100 Hz, 61.6 kHz hsync
 ModeLine 768x576 63.07  768  800  960 1024   576  578  590  
616
 EndSection

 Section Device
 Identifier device1
 VendorName nVidia Corporation
 BoardName NVIDIA GeForce2 DDR (generic)
 Driver nv
 Option DPMS
 EndSection

 Section Screen
 Identifier screen1
 Device device1
 Monitor monitor1
 DefaultColorDepth 24

 Subsection Display
 Depth 8
 Modes 1400x1050 1280x1024 1280x960 1152x864 1024x768
 800x600 640x480
 EndSubsection

 Subsection Display
 Depth 15
 Modes 1400x1050 1280x1024 1280x960 1152x864 1024x768
 800x600 640x480
 EndSubsection

 Subsection Display
 Depth 16
 Modes 1400x1050 1280x1024 1280x960 1152x864 1024x768
 800x600 640x480
 EndSubsection

 Subsection Display
 Depth 24
 Modes 1400x1050 1280x1024 1280x960 1152x864 1024x768
 800x600 

Re: [XFree86] Screen Becomes messed up after XScreensaver turns on

2003-08-15 Thread Mark Vojkovich
  Then that would be related to power management support handled by
the BIOS.  There's no mechanism for the nv driver to know about or 
respond to such events.  It doesn't know that the lid has closed.
Switching VTs and back probably clears it up when that happens though.
What's needed is a reinitialization of the chip and switching VTs
and back will do that.

  It's possible that NVIDIA's 4496 binary Linux drivers handle that
better since that features a kernel module which can respond to
APM events.  Hopefully, those are APM events rather than ACPI
events, which NVIDIA's binary drivers don't support.


Mark.

On Fri, 15 Aug 2003, Sumit Sharma wrote:

 I commented out the DPMS line, restared the x server, but it still happened. 
   I also found that it happens when I close the lid on the laptop.
 
 -Sumit
 
 
 From: Mark Vojkovich [EMAIL PROTECTED]
 To: Sumit Sharma [EMAIL PROTECTED]
 CC: [EMAIL PROTECTED]
 Subject: Re: [XFree86] Screen Becomes messed up after XScreensaver turns on
 Date: Fri, 15 Aug 2003 11:01:42 -0700 (PDT)
 
 
Remove Option DPMS.  DPMS doesn't work for flat panels in the nv
 driver.   In XFree86 CVS that bug is fixed in the sense that it doesn't
 try to use DPMS, but instead just blanks the screen when there's a
 flat panel.  It used to always just blank the screen when DPMS was
 specified (ie. not really DPMS), but XFree86 4.3 added real DPMS
 support for the first time, however, it only works on CRTs and gives
 symptoms like you describe on flat panels.
 
  Mark.
 
 
 On Fri, 15 Aug 2003, Sumit Sharma wrote:
 
   I have recently installed Mandrake 9.1 on a Dell Inspiron 8100 witha
   geforce 2 go.  I am running KDE 3.1 and Xscreensaver 4.07.  The problem 
 I am
   having is that after XScreensaver has been on for a long time, when I 
 exit
   the screensaver, the screen becomes srewwed up in that the screen itself
   looks as if it has been shifted up about half way up the screen and the 
 top
   part of screen shows up at the bottom.  For example if a window is 
 maximized
   the taskbar will show up at the middle of the screen and the top part of 
 the
   window will be below the task bar and the bottom half of the window will 
 be
   above it.  The only way I can fix it is by restarting the Xserver with
   Ctrl-Alt-Backspace.  In addition, if I try to click on something, it
   responds as if the screen was not moved.  For example if I want to click 
 on
   the taskbar, I have to click at the bottom of the screen where the 
 taskbar
   would normally be.  THis only happens if the xScreensaver ahs been on 
 for a
   long time.  If it has only been a few minutes the screen is fine.  The
   shortest amount of time after I have observed this behavior was about 1
   hour.
  
   Any help would be greatly appreciated.
  
   here is my Xfree Config File
   # **
   # Refer to the XF86Config man page for details about the format of
   # this file.
   # **
  
   Section Files
   # Multiple FontPath entries are allowed (they are concatenated 
 together)
   # By default, Mandrake 6.0 and later now use a font server 
 independent
   of
   # the X server to render fonts.
   FontPath unix/:-1
   EndSection
  
   Section ServerFlags
   #DontZap # disable CrtlAltBS (server abort)
   #DontZoom # disable CrtlAltKP_+/KP_- (resolution switching)
   AllowMouseOpenFail # allows the server to start up even if the mouse
   doesn't work
   EndSection
  
   Section Module
   Load dbe # Double-Buffering Extension
   Load v4l # Video for Linux
   Load extmod
   Load type1
   Load freetype
   Load glx # 3D layer
   EndSection
  
   Section InputDevice
   Identifier Keyboard1
   Driver Keyboard
   Option XkbModel pc105
   Option XkbLayout us
   Option XkbCompat 
   Option XkbOptions 
   EndSection
  
   Section InputDevice
   Identifier USB Mouse
   Driver mouse
   Option Protocol ExplorerPS/2
   Option Device /dev/usbmouse
   Option Buttons 6
   Option ZAxisMapping 5 6
   Option Emulate3Buttons no
   EndSection
  
   Section InputDevice
   Identifier Touchpad
   Driver mouse
   Option Protocol PS/2
   Option Device /dev/psaux
   Option Emulate3Buttons
   Option Buttons 3
   EndSection
  
   Section Monitor
   Identifier monitor1
   VendorName Dell
   ModelName Dell 1400X Laptop Display Panel
   HorizSync 31.5-90.0
   VertRefresh 59.0-75.0
  
   # Sony Vaio C1(X,XS,VE,VN)?
   # 1024x480 @ 85.6 Hz, 48 kHz hsync
   ModeLine 1024x48065.00 1024 1032 1176 1344   480  488  494  
 563
   -hsync -vsync
  
   # TV fullscreen mode or DVD fullscreen output.
   # 768x576 @ 79 Hz, 50 kHz hsync
   ModeLine 768x576 50.00  768  832  846 1000   576  590  595  
 630
  

Re: [XFree86] Fwd: XF86Config or XF86Config-4...?

2003-08-15 Thread Mark Vojkovich
   The XF86Config-4 takes precedence.  This was done so distributions
could have XFree86 3.x and 4.x installed simultaneously.  3.x reads
the XF86Config, 4.x reads the XF86Config-4 by default but reads the
XF86Config if XF86Config-4 doesn't exist.  As always,
/var/log/XFree86.0.log will print out which config file it's using, eg.:

(==) Using config file: /etc/X11/XF86Config

Mark

On Fri, 15 Aug 2003, and wrote:

 I have both XF86Config and XF86Config-4 files in my /etc/X11/  
 directory... Which  one is the one being used and should I delete the 
 other one?
 
 I'm using debian woody, but have installed  a new vanilla kernel 2.4.21 
 and a new xfree86-4.3.99.10 from cvs,  so I was thinking that the 
 XF86Config-4 is the one installed by debian and the XF86Config is the 
 new one.
 
 Any insights?
 thanks
 anders
 
 ___
 XFree86 mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xfree86
 

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


[XFree86] No Xserver

2003-08-15 Thread Bram Klievink
Please, first of all, excuse me in advance for my English (I'm Dutch)
Next, there seems to be a problem with my configuration when trying to run 
the X window system.
I tried a lot of things, including different distributions and newer nvidia 
drivers.
Here's the problem:
after I configure the xserver (manualy or automatically with Sax2, using 
Suse 8.2) the server tries to start. Then the screen turns black and 
nothing seems to happen.
If I switch back to a shell (ctrl+alt+f1 for example), I see a flash of 
what I am expecting to see: KDE.
I tried lots of things, I think the problem is a combination: I'm using an 
18.1 TFT monitor (by Samsung), connected DVI to a Geforce4Ti4200. But the 
Suse website declares this monitor as compatibel and everything should work 
fine. I updated almost every piece of software on my system, but I cannot 
use KDE.
Maybe someone knows this problem and can tell me how to fix it.
Thanks in advance,

Bram

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


[XFree86] Screen(s) found, but none have a usable configuration.

2003-08-15 Thread anthony



Hi,

I've installed 
Redhat 9 on top of a pretty old laptop which has a VGA LCD.
And I don't know how 
to get gnome or XFree running.

Each time I ran 
startx, I got: Screen(s) found, but none have a usable 
configuration.

I've attached the 
log file from XFree to request your help in this matter.

Please advise on how 
I can get X11 to work on the laptop.

Thanks.

Anthony.

PS: It's a Compaq 
Presario 1245.

XFree86 Version 4.3.0 (Red Hat Linux release: 4.3.0-2)
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20-3bigmem i686 [ELF] 
Build Date: 27 February 2003
Build Host: porky.devel.redhat.com
 
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.4.20-8 ([EMAIL PROTECTED]) (gcc version 3.2.2 20030222 (Red 
Hat Linux 3.2.2-5)) #1 Thu Mar 13 16:42:56 EST 2003 
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/XFree86.0.log, Time: Sat Aug 16 07:42:10 2003
(==) Using config file: /etc/X11/XF86Config
(==) ServerLayout Default Layout
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device Videocard0
(**) |--Input Device Mouse0
(**) |--Input Device Keyboard0
(**) Option XkbRules xfree86
(**) XKB: rules: xfree86
(**) Option XkbModel pc105
(**) XKB: model: pc105
(**) Option XkbLayout us
(**) XKB: layout: us
(==) Keyboard: CustomKeycode disabled
(**) |--Input Device DevInputMice
(**) FontPath set to unix/:7100
(**) RgbPath set to /usr/X11R6/lib/X11/rgb
(==) ModulePath set to /usr/X11R6/lib/modules
(--) using VT number 7

(II) Open APM successful
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.2
XFree86 Video Driver: 0.6
XFree86 XInput driver : 0.4
XFree86 Server Extension : 0.2
XFree86 Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: bitmap
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor=The XFree86 Project
compiled for 4.3.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: pcidata
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor=The XFree86 Project
compiled for 4.3.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1045,c701 card , rev 32 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1045,c700 card , rev 31 class 06,01,00 hdr 00
(II) PCI: 00:0a:0: chip 104c,ac15 card 4000, rev 01 class 06,07,00 hdr 82
(II) PCI: 00:0a:1: chip 104c,ac15 card 4800, rev 01 class 06,07,00 hdr 82
(II) PCI: 00:12:0: chip 10c8,0004 card 0e11,b0bd rev 01 class 03,00,00 hdr 00
(II) PCI: 00:13:0: chip 1045,c861 card 0e11,f8b0 rev 10 class 0c,03,10 hdr 00
(II) PCI: 00:14:0: chip 1045,d568 card 0e11,b0c2 rev 30 class 01,01,80 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,5), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1  0   0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 1: bridge is at (0:10:0), (0,1,4), BCTRL: 0x05c0 (VGA_EN is cleared)
(II) Bus 1 I/O range:
[0] -1  0   0x4000 - 0x40ff (0x100) IX[B]
[1] -1  0   0x4400 - 0x44ff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1  0   0x1080 - 0x10bf (0x40) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1  0   0x1040 - 0x107f (0x40) MX[B]
(II) PCI-to-CardBus bridge:
(II) Bus 5: bridge is at (0:10:1), (0,5,8), BCTRL: 0x05c0 (VGA_EN is cleared)
(II) Bus 5 I/O range:
[0] -1  0   0x4800 - 0x48ff (0x100) IX[B]
[1] -1  0   0x4c00 - 0x4cff (0x100) IX[B]
(II) Bus 5 non-prefetchable memory range:
[0] -1  0   0x1100 - 0x113f (0x40) MX[B]
(II) Bus 5 prefetchable memory range:
[0] -1  0   0x10c0 - 0x10ff (0x40) MX[B]
(--) PCI:*(0:18:0) Neomagic Corporation NM2160 [MagicGraph 128XD] rev 1, Mem @ 
0xfd00/24, 0xfea0/21, 0xfed0/20
(II) Addressable bus resource ranges are
[0] -1  0   0x - 0x (0x0) MX[B]
 

Re: [XFree86] Screen Becomes messed up after XScreensaver turns on

2003-08-15 Thread Mark Vojkovich
On Fri, 15 Aug 2003, Sumit Sharma wrote:

 See the problem then is that if that happens I have to restart the X server 
 and lose whatever programs were open.  Sure I can save them and KDE brings 
 most back when it restores the session, but doesn't bring back things like 
 mozilla and the sites I was at.

   You shouldn't have to restart the server.  Switching VTs and back
should do a full hardware reinitialization.

 
 After some more inspection I found that the log file still has loading 
 estension DPMS in it.  I even tryed to change the line in my config file to 
 Option DPMS off, but the loading extension DPMS is still in the logfile 
 after restating the x server.  Any idea why that is.

   That's fine.  That's an extension to allow applications like
xset to force DPMS modes.  If the driver doesn't support the special
modes like standby and suspend the server will blank the screen instead.

Mark.


 
 -Sumit
 
 
 From: Mark Vojkovich [EMAIL PROTECTED]
 To: Sumit Sharma [EMAIL PROTECTED]
 CC: [EMAIL PROTECTED]
 Subject: Re: [XFree86] Screen Becomes messed up after XScreensaver turns on
 Date: Fri, 15 Aug 2003 14:14:56 -0700 (PDT)
 
 
Then that would be related to power management support handled by
 the BIOS.  There's no mechanism for the nv driver to know about or
 respond to such events.  It doesn't know that the lid has closed.
 Switching VTs and back probably clears it up when that happens though.
 What's needed is a reinitialization of the chip and switching VTs
 and back will do that.
 
It's possible that NVIDIA's 4496 binary Linux drivers handle that
 better since that features a kernel module which can respond to
 APM events.  Hopefully, those are APM events rather than ACPI
 events, which NVIDIA's binary drivers don't support.
 
 
  Mark.
 
 On Fri, 15 Aug 2003, Sumit Sharma wrote:
 
   I commented out the DPMS line, restared the x server, but it still 
 happened.
 I also found that it happens when I close the lid on the laptop.
  
   -Sumit
  
  
   From: Mark Vojkovich [EMAIL PROTECTED]
   To: Sumit Sharma [EMAIL PROTECTED]
   CC: [EMAIL PROTECTED]
   Subject: Re: [XFree86] Screen Becomes messed up after XScreensaver 
 turns on
   Date: Fri, 15 Aug 2003 11:01:42 -0700 (PDT)
   
   
  Remove Option DPMS.  DPMS doesn't work for flat panels in the nv
   driver.   In XFree86 CVS that bug is fixed in the sense that it doesn't
   try to use DPMS, but instead just blanks the screen when there's a
   flat panel.  It used to always just blank the screen when DPMS was
   specified (ie. not really DPMS), but XFree86 4.3 added real DPMS
   support for the first time, however, it only works on CRTs and gives
   symptoms like you describe on flat panels.
   
Mark.
   
   
   On Fri, 15 Aug 2003, Sumit Sharma wrote:
   
 I have recently installed Mandrake 9.1 on a Dell Inspiron 8100 witha
 geforce 2 go.  I am running KDE 3.1 and Xscreensaver 4.07.  The 
 problem
   I am
 having is that after XScreensaver has been on for a long time, when 
 I
   exit
 the screensaver, the screen becomes srewwed up in that the screen 
 itself
 looks as if it has been shifted up about half way up the screen and 
 the
   top
 part of screen shows up at the bottom.  For example if a window is
   maximized
 the taskbar will show up at the middle of the screen and the top 
 part of
   the
 window will be below the task bar and the bottom half of the window 
 will
   be
 above it.  The only way I can fix it is by restarting the Xserver 
 with
 Ctrl-Alt-Backspace.  In addition, if I try to click on something, it
 responds as if the screen was not moved.  For example if I want to 
 click
   on
 the taskbar, I have to click at the bottom of the screen where the
   taskbar
 would normally be.  THis only happens if the xScreensaver ahs been 
 on
   for a
 long time.  If it has only been a few minutes the screen is fine.  
 The
 shortest amount of time after I have observed this behavior was 
 about 1
 hour.


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


Re: [XFree86] Screen(s) found, but none have a usable configuration.

2003-08-15 Thread Mark Vojkovich
(II) NEOMAGIC(0): Monitor0: Using hsync range of 50.00-61.00 kHz
(II) NEOMAGIC(0): Monitor0: Using vrefresh value of 31.50 Hz

   Those look backwards.  For an 800x600 panel I would expect a vrefresh 
in the 50-65 range and an hsync in the 30-38 range.  You might
try changing the /etc/X11/XF86Config to that:

HorizSync   30 - 38
VertRefresh 50 - 65

That would allow standard 60 Hz 640x480 and 800x600 modes.  You
can probably run in depth 16 at 800x600 (assuming the driver supports
it).


Mark.

On Sat, 16 Aug 2003, anthony wrote:

 Hi,
 
 I've installed Redhat 9 on top of a pretty old laptop which has a VGA LCD.
 And I don't know how to get gnome or XFree running.
 
 Each time I ran startx, I got: Screen(s) found, but none have a usable
 configuration.
 
 I've attached the log file from XFree to request your help in this matter.
 
 Please advise on how I can get X11 to work on the laptop.
 
 Thanks.
 
 Anthony.
 
 PS: It's a Compaq Presario 1245.
 

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


Re: [XFree86] dual monitors

2003-08-15 Thread Larry McDaniel




On Mon, 2003-08-11 at 08:20, Alex Deucher wrote:

  You may also want to
 
  remove the matrox hal module.
 


OK, did that, but then I got those scrolling lines back ... up one monitor and down the other. Also, X would still lock up. So I reinstalled the latest drivers from Matrox, which is how I got rid of those lines in the first place, and now they are gone.

As it stands now, a browser will typically lock up a couple of times upon opening, but if I xkill and keep trying, it will work. (However, MSNBC will lock it up about EVERY time.) Also, when the screen saver kicks in, it will usually kill X and any programs I have running as well.

Any help is greatly appreciated.
thanks,
larry




Re: [XFree86] No Xserver

2003-08-15 Thread Marcel Mourguiart Montt
I had a similar problem ... if your monitor turn black the is posible
that the problen is in your video driver ( for geforce4) maybe you
should try to download the driver and the kernel for nvidia video driver
and then  try again


El vie, 15 de 08 de 2003 a las 17:34, Bram Klievink escribió:
 Please, first of all, excuse me in advance for my English (I'm Dutch)
 Next, there seems to be a problem with my configuration when trying to run 
 the X window system.
 I tried a lot of things, including different distributions and newer nvidia 
 drivers.
 Here's the problem:
 after I configure the xserver (manualy or automatically with Sax2, using 
 Suse 8.2) the server tries to start. Then the screen turns black and 
 nothing seems to happen.
 If I switch back to a shell (ctrl+alt+f1 for example), I see a flash of 
 what I am expecting to see: KDE.
 I tried lots of things, I think the problem is a combination: I'm using an 
 18.1 TFT monitor (by Samsung), connected DVI to a Geforce4Ti4200. But the 
 Suse website declares this monitor as compatibel and everything should work 
 fine. I updated almost every piece of software on my system, but I cannot 
 use KDE.
 Maybe someone knows this problem and can tell me how to fix it.
 Thanks in advance,
 
 Bram
 
 
 ___
 XFree86 mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xfree86

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