[XFree86] Newbie, Instant Pleasures, Volume 2002

2003-09-23 Thread Adelle
Elite Mature Sites.Only for you  http://fhotosex.netfirms.com
Description - Here you can find our own collection of carefully selected adult 
paysites chosen for their premium content quality and excellent customer service.We 
are happy to inform you that you have found a place you probably will love in a 
second. 


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


Re: [XFree86] Mattrox G400 Dual Head Configuration

2003-09-23 Thread Ryan Underwood

On Tue, Sep 23, 2003 at 09:50:02PM +0100, Geoff Whitbourn wrote:
> I need help in configuring dual monitor operation. Newbie. RedHat 9. 
> Have tried the Xinerama Extensions Howto but am obviously not doing 
> something right. If anyone has succeeded and can let me have the 
> relevant config sections would be gratefull. Have two Sony G200 
> monitors. Piece of cake in windows...

I have a G400 MAX and configured it as two screens (not merged/Xinerama)
and run a window manager on each.

I have attached my config and the scripts I use to start XFree86.  Look
especially at the ServerLayout part

-- 
Ryan Underwood, , icq=10317253
Section "ServerLayout"
Identifier "Dualhead"
Screen "Screen 0" LeftOf "Screen 1"
#   Screen "Screen 0"
Screen "Screen 1"
InputDevice"Mouse1" "CorePointer"
InputDevice"Keyboard1" "CoreKeyboard"
InputDevice"pen1" "AlwaysCore"
InputDevice"eraser1" "AlwaysCore"
InputDevice"cursor1" "AlwaysCore"
#Option  "Xinerama"  "true"
EndSection

Section "Files"
RgbPath  "/usr/X11R6/lib/X11/rgb"
#   FontPath "/usr/X11R6/lib/X11/fonts/TrueType/"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "tcp/fonts:7100"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
ModulePath   "/usr/local/lib/mga"
ModulePath   "/usr/X11R6/lib/modules"
EndSection

Section "Module"
Load  "dbe"
Load  "extmod" #enable DGA (access /dev/mem directly)
Load  "type1"
Load  "freetype"
Load  "glx"
Load  "dri"
Load  "wacom"
Load  "v4l"
EndSection

Section "InputDevice"
Identifier  "Keyboard1"
Driver  "Keyboard"
Option  "AutoRepeat" "500 30"
Option  "XkbRules" "xfree86"
Option  "XkbModel" "pc104"
Option  "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier  "Mouse1"
Driver  "mouse"
Option  "Protocol" "PS/2"
Option  "Device" "/dev/mouse"
Option "Samplerate" "200"
EndSection

Section "InputDevice"
Identifier  "pen1"
Driver  "wacom"
Option  "Type" "stylus"
Option  "Mode" "Relative"
Option  "Device" "/dev/ttyS0"
Endsection

Section "InputDevice"
Identifier  "eraser1"
Driver  "wacom"
Option  "Type" "eraser"
Option  "Mode" "Relative"
Option  "Device" "/dev/ttyS0"
Endsection

Section "InputDevice"
Identifier  "cursor1"
Driver  "wacom"
Option  "Type" "cursor"
Option  "Mode" "Relative"
Option  "Device" "/dev/ttyS0"
Endsection

Section "Monitor"
Identifier   "Hitachi SuperScan Elite 802"
HorizSync31.0 - 100.0
VertRefresh  50.0 - 160.0
EndSection

Section "Monitor"
Identifier   "HP P1110"
HorizSync29.0 - 121.0
VertRefresh  50.0 - 160.0
ModeLine "1280x960"  135.00  1280 1376 1488 1800  960 961 964 1000 +HSync 
+VSync
EndSection

Section "Device"
Identifier  "Matrox Millennium G400MAX H0"
VendorName  "Matrox"
#   Driver  "fbdev"
 #   Option   "fbdev"  "/dev/fb0"
Driver  "mga"
Option  "AGPMode" "2"

# openoffice workarounds
#   Option  "XaaNoSolidFillRect" "True"
#   Option  "XaaNoScreenToScreenColorExpandFill" "True"
# mplayer xmga / mga_vid workaround for 2nd head corruption
#   VideoRam24576

Option  "DPMS"
BusID   "PCI:1:0:0"
Screen  0
EndSection

#Section "Device"
#Identifier "Matrox Millennium G400MAX H1"
#Driver "fbdev"
#Option "fbdev" "/dev/fb1"
#   Option  "DPMS"
#   Option  "NoDDC"
#   BusID   "PCI:1:0:0"
#Screen  1
#EndSection



Section "Device"
Identifier  "Matrox Millennium G400MAX H1"
VendorName  "Matrox"
Driver  "mga"
Option  "DPMS"
Option  "NoDDC"
BusID   "PCI:1:0:0"
Screen  1
EndSection

Section "Screen"
Identifier "Screen 0"
Device "Matrox Millennium G400MAX H0"
Monitor"Hitachi SuperScan Elite 802"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes"1280x960" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubSection
SubSection "Display"
Depth 16
Modes"1280x960" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubSection
EndSection

Section "Screen"
Identifier "Screen 1"
Device "Matrox Millennium G400MAX H1"
Monitor"HP P1110"
DefaultDepth 24
SubSection "Display"
Depth 24
#   Modes"1024x768

Re: [XFree86] Bug report

2003-09-23 Thread Ryan Underwood
On Tue, Sep 23, 2003 at 09:09:01PM -0400, Dhananjay Tambe wrote:
> Hello,
> 
> I am a user of redhat linux Nautilus 2.2.1. while making animation file
> from tecpolot9.2 (in .avi or .rm form) i got forcibly logged out. then at
> the screen i got the message to inform about the problem to [EMAIL PROTECTED]
> 
> i have experianced this problem persistently. it will be very kind of you
> if you can give me some advice on this issue.

It would help if you posted a log, or at the very least, the version of
XFree86 and the operating system you use.

-- 
Ryan Underwood, , icq=10317253
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] Vertical Refresh.

2003-09-23 Thread Mark Vojkovich
On Tue, 23 Sep 2003, Zampelli [utf-8] Stéphane wrote:

> Hi All.
> 
> How do I know that I am in 85 Hz mode (vertical) ?

   The server prints out the refresh rates of the modes it is
using in the /var/log/XFree86.0.log file.  Eg.
 Default mode "1280x1024": 157.5 MHz, 91.1 kHz, 85.0 Hz


> How do I set the 85 Hz vertical mode ?
> 
> I would like to work in 1280*1024 @ 85Hz. My monitor supports it.

   If you have the "VertRefresh" for you Monitor in the 
/etc/X11/XF86Config file which has a range that includes 85 Hz,
you are likely getting 85 Hz modes now.


Mark.


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


[XFree86] Problem w/ AbiWord.

2003-09-23 Thread Eric H.
Title: Message



Hi.  I just installed Peanut Linux 9.4.  I'm 
not sure what is wrong w/ AbiWord(I think it happens w/ one of the graphics 
programs too).  It tells me to check this log.  Not sure what the 
error is though. I don't think its lack of memory because I listen to music on 
it.  Any help is appreciated. Thanks, Eric.
 
 
 
 

 
<>

LOG
Description: Binary data


[XFree86] Bug report

2003-09-23 Thread Dhananjay Tambe
Hello,

I am a user of redhat linux Nautilus 2.2.1. while making animation file
from tecpolot9.2 (in .avi or .rm form) i got forcibly logged out. then at
the screen i got the message to inform about the problem to [EMAIL PROTECTED]

i have experianced this problem persistently. it will be very kind of you
if you can give me some advice on this issue.

thanking you in anticipation,
with kind regards,
Dhananjay Tambe.

Research Student
Brown University

_

"Learning" is finding out what you already know
"Doing" is demonstrating that you know
"Teaching" is reminding others that they know just as well as you.
 -Bach
_

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


[XFree86] Vertical Refresh.

2003-09-23 Thread Zampelli Stéphane
Hi All.

How do I know that I am in 85 Hz mode (vertical) ?
How do I set the 85 Hz vertical mode ?

I would like to work in 1280*1024 @ 85Hz. My monitor supports it.

Thank you.

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


[XFree86] Radeon 9100 128 Mb DDR Tv-Out

2003-09-23 Thread SpawnPPC
Hi all.

I'm Emanuele, from Italy.

I have a great AmigaONE XE G4 800 Mhz with Radeon 9100 128 Mb DDR + Tv-Out.

I want make only a one question for all you:

- When 3D support for this video card?

Thanx for all.

Good work.

Emanuele.

P.S.: Typhoon unplugged rf optical mouse (model 40159B) support? Wht not?

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


[XFree86] Mattrox G400 Dual Head Configuration

2003-09-23 Thread Geoff Whitbourn
I need help in configuring dual monitor operation. Newbie. RedHat 9. 
Have tried the Xinerama Extensions Howto but am obviously not doing 
something right. If anyone has succeeded and can let me have the 
relevant config sections would be gratefull. Have two Sony G200 
monitors. Piece of cake in windows...

Thanks

G

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


Re: [XFree86] problems with X

2003-09-23 Thread Mark Vojkovich
   You need to be running XFree86 4.3.0 OR NVIDIA's binary drivers
(which will work with your current XFree86) to get that card to work.  
Your X-server is more than two years old and the drivers that come 
with it predate your graphics hardware.


Mark.

On Tue, 23 Sep 2003, Greg Cooper wrote:

> Hi,
>  
> When I run xf86cfg it crash.
>  
> Please find attached the log file and the output from scanpci.
>  
> If you know of a work around so that I can get X running I would be very
> grateful.
>  
> Thanks
> Greg
> 

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


[XFree86] FW: problems with X

2003-09-23 Thread Greg Cooper








 

Hi,

 

I hope this is not a resend..

 

When I run xf86cfg it crash.

 

Please find attached the log file and the output from
scanpci.

 

If you know of a work around so that I can get X running I
would be very grateful.

 

Thanks
Greg








XFree86.8.log
Description: Binary data


scanpci
Description: Binary data


[XFree86] problems with X

2003-09-23 Thread Greg Cooper








Hi,

 

When I run xf86cfg it crash.

 

Please find attached the log file and the output from
scanpci.

 

If you know of a work around so that I can get X running I
would be very grateful.

 

Thanks
Greg








XFree86.8.log
Description: Binary data


scanpci
Description: Binary data


[XFree86] ATI Rage 128 Mobility with Dell LATITUDE C600 issues

2003-09-23 Thread Jose_Maria_Gonzalez



Hi 
There,
 
I would like to 
report an error   I am having with XFree86. Attached is the logs as 
well as some other useful information.
The video card I am 
having problems with is ATI Rage 128 Mobility and i am using Redhat 9.0 on 
a Dell LATITUDE C600.
 
I have been using 
redhat 7.2 and 8.0 with any problems before but since i have upgrade to 9.0 the 
XFree86 server reports an error. 
 
thanks in advance,
looking forward to hearing from 
you
 
 
 
Rgds,





_Jose Maria Gonzalez 
Martin

Systems consultant, 
RHCE,MCSE,MCSA 
Tel:+353-(0)61-486313
Fax:+353-(0)61-304090 
jose_maria_gonzalez@dell.com


  
  
  Dell 

  http://www.dell.com
  
Dell ASC Lab Europe | EMF1, Raheen Industrial Estate| Limerick 
|



 
 
 
 
 
 
 


kernelversion
Description: Binary data


XFree86.0.log
Description: Binary data


XFree86version
Description: Binary data


[XFree86] Xfree86

2003-09-23 Thread ÎÎÎ ÑÒÝÀÐÑ ËÄ







Возвращаем5долги8предприятия
(Предлагаем4комплекс5юридических4услуг)
Оплата услуг после
поступления денег на Ваш расчетный счет!


ООО “СТЭАРС
ЛД”,8специализируется на возврате дебиторской
задолженности5законными методами, на всей3территории России.

Отличительные черты работы с нами:


  
  Возврат неплатежей в1кратчайшие сроки
  Возможность сохранения8хозяйственных связей
  Консультации по6договорам9поставки и др. вопросам6хозяйственного
права;
  Представительство в8Арбитражном суде в качестве истца, ответчика,
третьего лица;
  Работа с судебными
приставами (исполнительное9производство);
  Минимизация судебных
издержек;
  Разрешение вопросов,
связанных с8налогообложением;
  Выезд к клиенту (в
пределах Москвы1и Московской области4бесплатный).


Постоянное
сотрудничество3с нашей фирмой позволяет
предотвратить5переход неплатежей в безнадежные
долги.

Подтверждения
и0разрешения на право6осуществления трудовой6деятельности иностранцам на территории0РФ

ООО “СТЭАРС ЛД”
проводит5профессиональные консультации о
порядке5получения разрешений на работу
иностранным гражданам в РФ (СНГ и дальнее
зарубежье), по минимальным расценкам8окажет
содействие в получении подтверждения и
разрешения3на работу в Москве иностранцам, а
также готово3оказывать услуги6по регистрации и
поддержке иностранных8представительств,
филиалов, регистрации юридических лиц в8РФ.

Тел. юридического5отдела по возврату3дебиторской задолженности
/095/ 273-68-60
Тел. отдела по услугам для4бизнеса в России
/095/ 762-62-59, /916/ 518-66-87

Надеемся0на
плодотворное1сотрудничество
93389257248





[XFree86] Caught Signal11 under vmware

2003-09-23 Thread Guillaume Rix
Hi Gang,

I use vmware workstation4.0 under Windows2000.
I install openBSD3.3 as GuestOS without problem.
But, I have a SIG11 when run "startx".
You can found in attachment my "etc/X11/XF86Config" resulting of the
command "X - configure".
My Video Card is a Rage 128 Pro 16M AND my monitor a DELL trinitron
X worked well one time after a "xf86cfg" but I can't run this command
now (SIG11 at each time".
Please help me, I use the driver "vmware.a".
I have the same problem with a XF86Config generated vy "XFree86 -configure".
I didn't found any usefull error for me.
Thanks in advance

(--) checkDevMem: using aperture driver /dev/xf86
(--) Using wscons driver in pcvt compatibility mode (version 3.32)
(WW) xf86AcquireGART: AGPIOC_ACQUIRE failed (Device busy)
(WW) GARTInit: AGPIOC_INFO failed (Device not configured)

XFree86 Version 4.2.1 (for OpenBSD) / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 3 September 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: OpenBSD 3.3 i386 
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 Sep 23 03:13:25 2003
(==) Using config file: "/etc/X11/XF86Config"
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to 
"/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(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 openbsd
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
compiled for 4.2.1, 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.1, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.5
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,7190 card 15ad,1976 rev 01 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,7191 card , rev 01 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 8086,7110 card 15ad,1976 rev 08 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 8086,7111 card 15ad,1976 rev 01 class 01,01,8a hdr 00
(II) PCI: 00:07:2: chip 8086,7112 card 15ad,1976 rev 00 class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 8086,7113 card 15ad,1976 rev 08 class 06,80,00 hdr 80
(II) PCI: 00:0f:0: chip 15ad,0405 card 15ad,0405 rev 00 class 03,00,00 hdr 00
(II) PCI: 00:10:0: chip 1022,2000 card 1022,2000 rev 10 class 02,00,00 hdr 00
(II) PCI: 00:11:0: chip 1274,1371 card 1274,1371 rev 02 class 04,01,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.1, 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: 0x80 (VGA_EN is cleared)
(II) Bus 1 I/O range:
(II) Bus 1 non-prefetchable memory range:
(II) Bus 1 prefetchable memory range:
(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:*(0:15:0) VMware PCI SVGA (FIFO) rev 0, Mem @ 0xfd00/24, 0xfc00/24, 
I/O @ 0x10e0/4
(II) Addressable bus resource ranges are
[0] -1  0x00

[XFree86] Russian watches webstore

2003-09-23 Thread Russian watches webstore
Hello from Russian watches webstore - SaleRussia.com ! 

We have just opened after re-design and have completely replaced our assortment of 
watches. 

We are glad present to you true Russian mechanical watches of mark the Vostok, Slava, 
Chaika, Orion. Men's, lady's, military, casual, presidents and more styles. 
Our prices starting from US$ 25,00. Average cost of watches - US$ 45,00. 
FREE-OF-CHARGE international delivery. Watch as a gift FREE-OF-CHARGE, with each order 
for US$ 75,00. A little gift FREE-OF-CHARGE for each client. 

- More than 300 different items
- Prices from 25 up to 230 USD 
- Special actions and sales
- Free-of-charge worldwide delivery
- Many variants of payment
- Free additional services
- Friendly and fast communication
- 5 year experience of working on Russian market
- 1 year warranty

All is at our webstore http://www.salerussia.com 

---
5 our bestsellers in September 2003:
---
Vostok "Komandirskie" (military)  -  $US 32,00 
http://www.salerussia.com/view_product.php?product=V219878

Chaika "Enamel" (lady's with finift/enamel) - $US 76,00
http://www.salerussia.com/view_product.php?product=C09636433

Vostok "Amphibia" (diver's , water resistant -200m) - $US 52,00
http://www.salerussia.com/view_product.php?product=V420526

Vostok "Troika" (autowind, trasparent back cover) - $US 61,00
http://www.salerussia.com/view_product.php?product=V691607

Chaika "Svetlana" (lady's/ elegant) - $US 25,00
http://www.salerussia.com/view_product.php?product=C00995090

We shall be very glad to your visiting.

Yours faithfully, 
SaleRussia.com - Moscow, Russia

Excuse if this letter has troubled you!
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] crash report

2003-09-23 Thread Fan Jiao
Hello,

I have been using redhat 9 with kernel 2.4.20-20.9. But
my video hardware accelaration didn't work so I loaded
radeon-20030923-linux.i386.tar.bz2. Now my X server
cannot be run.
Attached please find the XFree86.log.

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-20.9 ([EMAIL PROTECTED]) (gcc version 3.2.2 20030222 
(Red Hat Linux 3.2.2-5)) #2 Wed Sep 17 16:02:29 PDT 2003 
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Tue Sep 23 07:45:33 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

(WW) Open APM failed (/dev/apm_bios) (No such device)
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.2
XFree86 Video Driver: 0.6
XFree86 XInput driver : 0.4
XFree86 Server Extension : 0.2
XFree86 Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,3580 card 1028,015f rev 02 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 8086,3584 card 1028,015f rev 02 class 08,80,00 hdr 00
(II) PCI: 00:00:3: chip 8086,3585 card 1028,015f rev 02 class 08,80,00 hdr 80
(II) PCI: 00:01:0: chip 8086,3581 card , rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24c2 card 1028,015f rev 01 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24c4 card 1028,015f rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24c7 card 1028,015f rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24cd card 1028,015f rev 01 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card , rev 81 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24cc card , rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24ca card 1028,015f rev 01 class 01,01,8a hdr 00
(II) PCI: 00:1f:5: chip 8086,24c5 card 1028,015f rev 01 class 04,01,00 hdr 00
(II) PCI: 00:1f:6: chip 8086,24c6 card 14e4,4d64 rev 01 class 07,03,00 hdr 00
(II) PCI: 01:00:0: chip 1002,4c66 card 1028,0149 rev 02 class 03,00,00 hdr 00
(II) PCI: 02:01:0: chip 14e4,4401 card 1028,015f rev 01 class 02,00,00 hdr 00
(II) PCI: 02:02:0: chip 14e4,4324 card 1028,0001 rev 02 class 02,80,00 hdr 00
(II) PCI: 02:04:0: chip 104c,ac44 card , rev 02 class 06,07,00 hdr 82
(II) PCI: 02:04:1: chip 104c,8029 card 1028,015f rev 00 class 0c,00,10 hdr 80
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,3), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1  0   0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1  0   0xc000 - 0xc0ff (0x100) IX[B]
[1] -1  0   0xc

Re: [XFree86] Setting up a Hercules 3D Prophet 7000 Dual-head]

2003-09-23 Thread Alex Deucher
remove these lines from your config:

Option  "CloneDisplay" "0"
Screen  0
Option  "EnablePageFlip" "true"

Pageflipping doesn't work too well with mergedfb as of yet.  right now
it only works well with crtc2 right of crtc1 and even then it has
issues when in a clone mode.

if that doesn't work send your xfree86 log.

Alex

--

Well, I tried the mergedfb. I got the most stable mirroring until now
(so I get the \
same picture on both screens), but still can't get both screens to act
as one big \
screen. However, it seems like I'm *almost* there -- Each screen seems
to be double \
in width, as the width I set in the "Virtual" option of the SubSection
Display. If I \
set "CRT2Position" as "LeftOf" I can only see the left-side of the
desktop (I use \
gnome, and see the left-side of the desktop -- the panel with the
menu-icon, the \
"Start Here" icon etc.) on both screens, and I can see that each screen
has another \
"hidden" screen in its right side. If I set CRT2Position as "RightOf" I
see the \
right-side of the desktop on each screen and there's a hidden screen on
the left of \
each monitor. Attached is my current XF86Config file (the relative
parts, no need to \
write here my InputDevice's I guess)... any ideas what might fix this?
Thanks alot \
for your help :-)

Section "ServerLayout"
Identifier "XFree86 Configured"
Screen  0  "Screen0" 0 0
#Screen  1  "Screen1" RightOf "Screen0"
InputDevice"Mouse0" "CorePointer"
InputDevice"Keyboard0" "CoreKeyboard"
EndSection

.
.
.

Section "Module"
Load  "dbe"
Load  "dri"
Load  "extmod"
Load  "glx"
Load  "record"
Load  "xtrap"
Load  "speedo"
Load  "type1"
EndSection

.
.
.

Section "Monitor"
#DisplaySize  320   240 # mm
Identifier   "Monitor0"
VendorName   "NCI"
ModelName"NEC CI VR17"
HorizSync30.0 - 50.0
VertRefresh  50 - 120
Option  "dpms"
EndSection

Section "Device"
Identifier  "Card0"
Driver  "radeon"
VendorName  "ATI Technologies Inc"
BoardName   "Radeon RV100 QY [Radeon 7000/VE]"
BusID   "PCI:1:0:0"
Option  "AGPMode" "4"
Option  "AGPFastWrite" "true"
Option  "EnablePageFlip" "true"
Option  "dpms"
Option  "MergedFB" "true"
Option  "CRT2Position" "LeftOf"
Option  "CRT2HSync" "30-70"
Option  "CRT2VRefresh" "50-120"
Option  "MetaModes" "1024x768-1024x768"
Option  "CloneDisplay" "0"
Screen  0
EndSection

Section "Device"
Identifier  "Card1"
Driver  "radeon"
BusID   "PCI:1:0:0"
Option  "dpms"
Screen  1
EndSection
   

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor"Monitor0"
DefaultDepth 16
SubSection "Display"
Virtual   2048 768
Depth 16
Viewport  0 0
Modes"1024x768"
EndSubSection
EndSection
   


Alon.

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


[XFree86] cannot load startx, shows fatal server error

2003-09-23 Thread ADITYA BASU
cannot load startx


XFree86 Version 4.3.0 (Red Hat Linux release: 4.3.0-2)
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20-3bigmem i686 [ELF]
Build Date: 27 February 2003
Build Host: porky.devel.redhat.com

Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.4.20-8 ([EMAIL PROTECTED]) (gcc
version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #1 Thu Mar 13 17:54:28 EST
2003
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Tue Sep 23 17:53:01 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
(**) 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 = 0x8000f800, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2560 card , rev 01 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,2562 card 1014,0267 rev 01 class 03,00,00 hdr 00
(II) PCI: 00:1d:0: chip 8086,24c2 card 1014,0267 rev 01 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24c4 card 1014,0267 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24c7 card 1014,0267 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24cd card 1014,0267 rev 01 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card , rev 81 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24c0 card , rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24cb card 1014,0267 rev 01 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,24c3 card 1014,0267 rev 01 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24c5 card 1014,0267 rev 01 class 04,01,00 hdr 00
(II) PCI: 02:08:0: chip 8086,1039 card 1014,0267 rev 81 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1  0   0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 I/O range:
[0] -1  0   0x2000 - 0x20ff (0x100) IX[B]
[1] -1  0   0x2400 - 0x24ff (0x100) IX[B]
[2] -1  0   0x2800 - 0x28ff (0x100) IX[B]
[3] -1  0   0x2c00 - 0x2cff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
[0] -1  0   0xc010 - 0xc01f (0x10) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(0:2:0) Intel Corp. 82845G/GL [Brookdale-G] Chipset Integrated
Graphics Device rev 1, Mem @ 0x8800/27, 0x8000/19
(II) Addressable bus resource ranges are
[0] -1  0   0x - 0x (0x0) MX[B]
[1] -1  0   0x - 0x (0x1) IX[B]
(II) OS-reported resource ranges:
[0] -1  0   0xffe0 - 0x (0x20) MX[B](B)
[1] -1  0   0x0010 - 0x3fff (0x3ff0) MX[B]E(B)
[2] -1  0   0x000f - 0x000f (0x1) MX[B]
[3] -1  0   0x000c - 0x000e (0x3) MX[B]
[4] -1  0   0x - 0x0009 (0xa) MX[B]
 

[XFree86] Problem with ASP Linux 7.3

2003-09-23 Thread ivan

  

- 

*** Ivan Babichuk ***
system administrator

"SVICHADO" Publishing House Ltd.
UKRAINE, Lviv, 79008
P.O.Box 808
22 Vynnychenka St.
tel./fax: (+380322) 978-108, 971-633
URL: http://www.svichado.com 

XF86Config-4.
Description: Binary data


XFree86.0.log
Description: Binary data


[XFree86] Re: XFree86 -- confirmation of subscription -- request 721337

2003-09-23 Thread ADITYA BASU
confirm 721337



-- 
Aditya Basu,
Biotechnology,
BJM-SBB, Phone: 25764771
IIT Bombay,
Powai,
Mumabi -400076


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


[XFree86] Problem with ASP Linux 7.3

2003-09-23 Thread ivan

  HELP ME Please!!

- 

*** Ivan Babichuk ***
system administrator

"SVICHADO" Publishing House Ltd.
UKRAINE, Lviv, 79008
P.O.Box 808
22 Vynnychenka St.
tel./fax: (+380322) 978-108, 971-633
URL: http://www.svichado.com 

XFree86.0.log
Description: Binary data


[XFree86] XFree86 crash log

2003-09-23 Thread Daisuke Yamazaki
Hi,

OS is FreeBSD 5.1 release.

---
XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: FreeBSD 5.1 i386 [ELF] 
Build Date: 24 May 2003
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Tue Sep 23 17:34:03 2003
(==) Using config file: "/etc/X11/XF86Config"
(==) ServerLayout "Layout0"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbModel" "pc101"
(**) XKB: model: "pc101"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Mouse0"
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/100dpi/".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/100dpi/").
(==) FontPath set to 
"/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9

(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.2
XFree86 Video Driver: 0.6
XFree86 XInput driver : 0.4
XFree86 Server Extension : 0.2
XFree86 Font Renderer : 0.4
(II) Loader running on freebsd
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,0598 card , rev 04 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,0586 card , rev 41 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 1106,0571 card , rev 06 class 01,01,8a hdr 00
(II) PCI: 00:07:2: chip 1106,3038 card 0925,1234 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 1106,3040 card , rev 10 class 06,80,00 hdr 00
(II) PCI: 00:08:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: 00:09:0: chip 1163,0001 card , rev 03 class 03,00,00 hdr 00
(II) PCI: 00:0a:0: chip 1106,3043 card 3043,1106 rev 06 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1  0   0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 1 I/O range:
[0] -1  0   0xb000 - 0xb0ff (0x100) IX[B]
[1] -1  0   0xb400 - 0xb4ff (0x100) IX[B]
[2] -1  0   0xb800 - 0xb8ff (0x100) IX[B]
[3] -1  0   0xbc00 - 0xbcff (0x100) IX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(0:9:0) Rendition Verite 1000 rev 3, Mem @ 0xe400/24, I/O @ 0xcc00/8, 
BIOS @ 0xe500/17
(II) Addressable bus resource ranges are
[0] -1  0   0x - 0x (0x0) MX[B]
[1] -1  0   0x - 0x (0x1) IX[B]
(II) OS-reported resource ranges:
[0] -1  0   0xffe0 - 0x (0x20) MX[B](B)
[1] -1  0   0x0010 - 0x3fff (0x3ff0) MX[B]E(B)
[2] -1  0   0x000f - 0x000f (0x1) MX[B]
[3] -1  0   0x000c - 0x000e (0x3) MX[B]
[4] -1  0   0x - 0x0009 (0xa) MX[B]
[5] -1  0   0x - 0x (0x1) IX[B]
[6] -1  0   0x - 0x00ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xe000 from 0x to 0xdfff
(II) Active PCI resource ranges:
[0] -1  0   0xe6001000 - 0xe6001fff (0x1000) MX

[XFree86] help

2003-09-23 Thread Pgennady
I have error in load REDHAT 7.2
Help me,please!



-- 
С уважением,
 Pgennady  mailto:[EMAIL PROTECTED]

XFree86.0.log
Description: Binary data


[XFree86] error problem

2003-09-23 Thread ADITYA BASU



-- 
Aditya Basu,
Biotechnology,
BJM-SBB, Phone: 25764771
IIT Bombay,
Powai,
Mumabi -400076



XFree86.0.log
Description: Binary data


[XFree86] S3_Virge driver w/ chip 86e280 gives 'red dots', X 4.3.99.12.

2003-09-23 Thread Henrik 'Snout' Isacsson
Sent to Mr. Brosius in private first, but yes, it's a better idea to send
it to a wider audience.

In addition to the below, I'll mention that the 'red dots' seem to mainly
show up where I have a dark color on screen; most notably seen in my XMMS
skin which is a lot of dark and mid-bright browns. Something of interest
is that not _every_ pixel has the distortion: On a long line of
same-colored pixels, the dots (*) is distributed something like:
"*---*--**-**-*--***---*---*"
And they stay like that even if I move the window! Ie, not dependant on
the window being in a certain position on screen.

-- Forwarded message --
Date: Tue, 23 Sep 2003 02:43:27 +0200 (CEST)
From: Henrik 'Snout' Isacsson <[EMAIL PROTECTED]>
To: Kevin Brosius <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Subject: Re: S3 Virge driver on 86e280

> > Hi there! I have a laptop with an S3 86e280 chip in it, like the fellow in
> > 
> > reported about.

> Hi Henrik,
>   Any reason you didn't copy this to the trouble report mail list?  I'd
> prefer that everyone benefit from responses.

Oops. My bad there.. I can repost there, for sure. I'll put in my
replies to your questions too, so you won't have to repeat those.

It seems best to me to add to the thread at
http://xfree86.desiato.de/xfree86/pipermail/xpert/2001-December/013714.html
since that's where the "remove VBE" tip was that helped me, too. Umm. This
might sound stupid, but how do I add to the thread? I see no "reply" on
the web page; do I mail to "[EMAIL PROTECTED]", or some other address?

> Have you tried 4.3.0?  Are these new problems in CVS or do they also
> happen in 4.3.0?

The lockup has happened since 4.0.3, pretty much 4.* I've tried since
3.3.6. (3.3.6 works fine, but isn't as accelerated as I'd like.. ie,
slow.)

> For the red dots, try the option:
>
> option "xvideo" "off"
>
> in the driver section, does that help?

No, same red dots.

> Also, how much video ram do you think the card has?  The log reports
> 4M.  Do you think it rally has 4M in the laptop?

As far as I understand, it has 4 or 8MB in it.
Hmm. I can run 800x600x24bpp, but that's only 1.4MB so it doesn't really
say much. I have the '8MB' figure from the previous owner of the laptop
who ran Win98 on it.

Since I installed a too big harddrive for the BIOS to handle, I can't boot
Win98 and see what it reports even, only linux works on it now. Not much
help there..


== XFree.0.log :

This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to [EMAIL PROTECTED] and patches submitted
to [EMAIL PROTECTED]  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs).

XFree86 Version 4.3.99.12
Release Date: 10 September 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.22-ck2 i586 [ELF]
Current Operating System: Linux laptop 2.4.22-ck2 #4 sön sep 21 19:08:28
CEST 20
03 i586
Build Date: 22 September 2003
Changelog Date: 10 September 2003
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Tue Sep 23 03:44:26 2003
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "Generic Video Card"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(**) FontPath set to
"/usr/X11R6/lib/X11/fonts/misc,/usr/X11R6/lib/X11/fonts/cyr
illic,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/75dpi/:
unscaled,/usr/X11R6/lib/X11/fonts/Type1,/usr/X11R6/lib/X11/fonts/Speedo,/usr/X11
R6/lib/X11/fonts/100dpi,/usr/X11R6/lib/X11/fonts/75dpi"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(--) using VT number 3

(II) Open APM successful
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.2
XFree86 Video Driver: 0.7
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.99.12, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 F

Re: [XFree86] Re: TVP4010 + glint driver, RAMDAC problem and wont work

2003-09-23 Thread Alan Hourihane
On Tue, Sep 23, 2003 at 02:12:41AM -0400, Greg Stark wrote:
> Self-followup:
> 
> > Everything works fine as long as the TI card is the first one listed in the
> > ServerLayout. If it isn't then the X server seems to wedge hard.
> 
> Just to be clear. I tested:
> 
> glint+ati  works
> glint+mga  works
> mga+glint+ati  fails
> glint+mga+ati  works
> 
> I could test the other combinations but I'm pretty convinced :)

Sounds like it's the int10 module. Especially with the call wedged in
vm86old.

Can you try adding

Option "NoINT10"

to your GLINT Device Section.

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


Re: [XFree86] Re: TVP4010 + glint driver, RAMDAC problem and wont work

2003-09-23 Thread Alan Hourihane
On Mon, Sep 22, 2003 at 11:30:16PM -0400, Greg Stark wrote:
> 
> Alan Hourihane <[EMAIL PROTECTED]> writes:
> 
> > O.k. With it being a three headed system, your gonna have to do some
> > digging yourself. I don't have the combination of cards you have to
> > replicate the problem.
> 
> Oh sure. But I don't really know where to start. What could possibly cause a
> black screen like this?
 
Don't know without furthur work.

> I suppose I could test various combinations of cards. I wonder if this happens
> with just the glint driver active for that matter.

I guess that's a good thing to try first of all.

> But even if it does, how would I find more information? Are there register to
> dump (how)? 

Use the source luke.

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


[XFree86] Caught Signal11 under vmware

2003-09-23 Thread Guillaume Rix
Hi Gang,

I use vmware workstation4.0 under Windows2000.
I install openBSD3.3 as GuestOS without problem.
But, I have a SIG11 when run "startx".
You can found in attachment my "etc/X11/XF86Config" resulting of the 
command "X - configure".
My Video Card is a Rage 128 Pro 16M AND my monitor a DELL trinitron

X worked well one time after a "xf86cfg" but I can't run this command 
now (SIG11 at each time".
Please help me, I use the driver "vmware.a".
I have the same problem with a XF86Config generated vy "XFree86 -configure".
I didn't found any usefull error for me.

Thanks in advance
(--) checkDevMem: using aperture driver /dev/xf86
(--) Using wscons driver in pcvt compatibility mode (version 3.32)
(WW) xf86AcquireGART: AGPIOC_ACQUIRE failed (Device busy)
(WW) GARTInit: AGPIOC_INFO failed (Device not configured)

XFree86 Version 4.2.1 (for OpenBSD) / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 3 September 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: OpenBSD 3.3 i386 
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 Sep 23 03:13:25 2003
(==) Using config file: "/etc/X11/XF86Config"
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to 
"/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(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 openbsd
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
compiled for 4.2.1, 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.1, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.5
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,7190 card 15ad,1976 rev 01 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,7191 card , rev 01 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 8086,7110 card 15ad,1976 rev 08 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 8086,7111 card 15ad,1976 rev 01 class 01,01,8a hdr 00
(II) PCI: 00:07:2: chip 8086,7112 card 15ad,1976 rev 00 class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 8086,7113 card 15ad,1976 rev 08 class 06,80,00 hdr 80
(II) PCI: 00:0f:0: chip 15ad,0405 card 15ad,0405 rev 00 class 03,00,00 hdr 00
(II) PCI: 00:10:0: chip 1022,2000 card 1022,2000 rev 10 class 02,00,00 hdr 00
(II) PCI: 00:11:0: chip 1274,1371 card 1274,1371 rev 02 class 04,01,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.1, 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: 0x80 (VGA_EN is cleared)
(II) Bus 1 I/O range:
(II) Bus 1 non-prefetchable memory range:
(II) Bus 1 prefetchable memory range:
(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:*(0:15:0) VMware PCI SVGA (FIFO) rev 0, Mem @ 0xfd00/24, 0xfc00/24, 
I/O @ 0x10e0/4
(II) Addressable bus resource ranges are
[0] -1  0