Re: [XFree86] Newbie Xconfiguration problem - graphics card?

2003-02-22 Thread Lionel Lecoq
The X version with RH 7.0 is way too old for your card...
Lionel
--- Neil Murray <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> Just tried to install RH Linux 7.0 for the 1st time.
> Unsurprisingly, had a problem post-install with
> configuring X-Windows. I think this is due to my
> graphics card (a nVidia GEForce2 Ultra 64Mb). My
> machine spec is 1200MHz Athlon, 60Gb HD, Soundblaster
> Platinum Live! sound card, 256Mb RAM.
> 
> Resulting problem is that I cant get into X-Windows.
> I've attached my XFree86.9.log file and the
> XF86Config-4 file for scrutiny. Sorry it's so long.
> 
> I'm totally new to this game, and would appreciate any
> help at all. Oh, and please keep replies as
> non-technical as possible!
> 
> Many thanks!!
> Neil Murray ([EMAIL PROTECTED])
> 
> --
> # XFree86 4.0 configuration generated by Xconfigurator
> 
> Section "ServerLayout"
>   Identifier "XFree86 Configured"
>   Screen  0  "Screen0" 0 0
>   InputDevice"Mouse0" "CorePointer"
>   InputDevice"Keyboard0" "CoreKeyboard"
> EndSection
> 
> # By default, Red Hat Linux 6.0 and later use xfs
> 
> Section "Files"
>   FontPath "unix/:7100"
> EndSection
> 
> # This loads all the modules...
> 
> Section "Module"
>   Load  "GLcore"
>   Load  "dbe"
>   Load  "dri"
>   Load  "extmod"
>   Load  "glx"
>   Load  "pex5"
>   Load  "record"
>   Load  "xie"
>   Load  "v4l"
> EndSection
> 
> Section "InputDevice"
>   Identifier  "Keyboard0"
>   Driver  "keyboard"
>   Option  "XkbLayout" "gb"
> EndSection
> 
> Section "InputDevice"
>   Identifier  "Mouse0"
>   Driver  "mouse"
>   Option  "Device" "/dev/mouse"
>   Option  "Protocol" "IMPS/2"
>   Option  "Emulate3Buttons" "off"
>   Option  "ZAxisMapping" "4 5"
> EndSection
> 
> Section "Monitor"
>   Identifier "NFL9905"
>   VendorName "Unknown"
>   ModelName  "Unknown"
>   HorizSync 30 - 96
>   VertRefresh 50 - 140
> EndSection
> 
> Section "Device"
>   Identifier "nVidia Corporation|NV15 Bladerunner
> (Geforce2 GTS)"
>   Driver "nv"
>   BoardName "Unknown"
> EndSection
> 
> Section "Screen"
>   Identifier "Screen0"
>   Device "nVidia Corporation|NV15 Bladerunner (Geforce2
> GTS)"
>   Monitor "NFL9905"
>   DefaultDepth 24
>   Subsection "Display"
>   Depth 32
>   Modes "1024x768"
>   EndSubSection
>   Subsection "Display"
>   Depth 24
>   Modes "1024x768"
>   EndSubSection
> EndSection
> 
> Section "DRI"
> EndSection
> --
> XFree86 Version 4.0.1a / X Window System
> (protocol Version 11, revision 0, vendor release 6400)
> Release Date: 2 August 2000
>   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/FAQ)
> Operating System: Linux 2.2.5-22smp i686 [ELF] 
> Module Loader present
> (==) Log file: "/var/log/XFree86.9.log", Time: Fri Feb
> 21 17:59:38 2003
> (==) Using config file: "/etc/X11/XF86Config-4"
> Markers: (--) probed, (**) from config file, (==)
> default setting,
>  (++) from command line, (!!) notice, (II)
> informational,
>  (WW) warning, (EE) error, (??) unknown.
> (==) ServerLayout "XFree86 Configured"
> (**) |-->Screen "Screen0" (0)
> (**) |   |-->Monitor "NFL9905"
> (**) |   |-->Device "nVidia Corporation|NV15
> Bladerunner (Geforce2 GTS)"
> (**) |-->Input Device "Mouse0"
> (**) |-->Input Device "Keyboard0"
> (**) Option "XkbLayout" "gb"
> (**) XKB: layout: "gb"
> (++) FontPath set to
>
"/usr/X11R6/lib/X11/fonts/75dpi,/usr/X11R6/lib/X11/fonts/misc,/usr/share/fonts/ISO8859-2/75dpi,/usr/share/fonts/ISO8859-2/misc,/usr/share/fonts/ISO8859-7/75dpi,/usr/share/fonts/ISO8859-7/misc,/usr/share/fonts/ISO8859-9/75dpi,/usr/share/fonts/ISO8859-9/misc,/usr/X11R6/lib/X11/fonts/cyrillic"
> (==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
> (==) ModulePath set to "/usr/X11R6/lib/modules"
> (--) using VT number 6
> 
> (II) Module ABI versions:
>   XFree86 ANSI C Emulation: 0.1
>   XFree86 Video Driver: 0.2
>   XFree86 XInput driver : 0.1
>   XFree86 Server Extension : 0.1
>   XFree86 Font Renderer : 0.1
> (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.0.1a, module version = 1.0.0
>   Module class: XFree86 Font Renderer
>   ABI class: XFree86 Font Renderer, version 0.1
> (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.0.1a, module version = 0.1.0
>   ABI class: XFree86 Video Driver, version 0.2
> (II) PCI: Probing config 

Re: [XFree86] Newbie Xconfiguration problem - graphics card?

2003-02-21 Thread Mark Vojkovich
On Fri, 21 Feb 2003, [iso-8859-1] Neil Murray wrote:

> Hi,
> 
> Just tried to install RH Linux 7.0 for the 1st time.
> Unsurprisingly, had a problem post-install with
> configuring X-Windows. I think this is due to my
> graphics card (a nVidia GEForce2 Ultra 64Mb). My
> machine spec is 1200MHz Athlon, 60Gb HD, Soundblaster
> Platinum Live! sound card, 256Mb RAM.
> 
> Resulting problem is that I cant get into X-Windows.
> I've attached my XFree86.9.log file and the
> XF86Config-4 file for scrutiny. Sorry it's so long.
> 
> I'm totally new to this game, and would appreciate any
> help at all. Oh, and please keep replies as
> non-technical as possible!

   Your X-server is too old ("2 August 2000") and doesn't support
that card.  Upgrade to XFree86 4.2 or one of the 4.2.99.x snapshots.


Mark.


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


[XFree86] Newbie Xconfiguration problem - graphics card?

2003-02-21 Thread Neil Murray
Hi,

Just tried to install RH Linux 7.0 for the 1st time.
Unsurprisingly, had a problem post-install with
configuring X-Windows. I think this is due to my
graphics card (a nVidia GEForce2 Ultra 64Mb). My
machine spec is 1200MHz Athlon, 60Gb HD, Soundblaster
Platinum Live! sound card, 256Mb RAM.

Resulting problem is that I cant get into X-Windows.
I've attached my XFree86.9.log file and the
XF86Config-4 file for scrutiny. Sorry it's so long.

I'm totally new to this game, and would appreciate any
help at all. Oh, and please keep replies as
non-technical as possible!

Many thanks!!
Neil Murray ([EMAIL PROTECTED])

--
# XFree86 4.0 configuration generated by Xconfigurator

Section "ServerLayout"
Identifier "XFree86 Configured"
Screen  0  "Screen0" 0 0
InputDevice"Mouse0" "CorePointer"
InputDevice"Keyboard0" "CoreKeyboard"
EndSection

# By default, Red Hat Linux 6.0 and later use xfs

Section "Files"
FontPath "unix/:7100"
EndSection

# This loads all the modules...

Section "Module"
Load  "GLcore"
Load  "dbe"
Load  "dri"
Load  "extmod"
Load  "glx"
Load  "pex5"
Load  "record"
Load  "xie"
Load  "v4l"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver  "keyboard"
Option  "XkbLayout" "gb"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver  "mouse"
Option  "Device" "/dev/mouse"
Option  "Protocol" "IMPS/2"
Option  "Emulate3Buttons" "off"
Option  "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "NFL9905"
VendorName "Unknown"
ModelName  "Unknown"
HorizSync 30 - 96
VertRefresh 50 - 140
EndSection

Section "Device"
Identifier "nVidia Corporation|NV15 Bladerunner
(Geforce2 GTS)"
Driver "nv"
BoardName "Unknown"
EndSection

Section "Screen"
Identifier "Screen0"
Device "nVidia Corporation|NV15 Bladerunner (Geforce2
GTS)"
Monitor "NFL9905"
DefaultDepth 24
Subsection "Display"
Depth 32
Modes "1024x768"
EndSubSection
Subsection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection

Section "DRI"
EndSection
--
XFree86 Version 4.0.1a / X Window System
(protocol Version 11, revision 0, vendor release 6400)
Release Date: 2 August 2000
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/FAQ)
Operating System: Linux 2.2.5-22smp i686 [ELF] 
Module Loader present
(==) Log file: "/var/log/XFree86.9.log", Time: Fri Feb
21 17:59:38 2003
(==) Using config file: "/etc/X11/XF86Config-4"
Markers: (--) probed, (**) from config file, (==)
default setting,
 (++) from command line, (!!) notice, (II)
informational,
 (WW) warning, (EE) error, (??) unknown.
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "NFL9905"
(**) |   |-->Device "nVidia Corporation|NV15
Bladerunner (Geforce2 GTS)"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbLayout" "gb"
(**) XKB: layout: "gb"
(++) FontPath set to
"/usr/X11R6/lib/X11/fonts/75dpi,/usr/X11R6/lib/X11/fonts/misc,/usr/share/fonts/ISO8859-2/75dpi,/usr/share/fonts/ISO8859-2/misc,/usr/share/fonts/ISO8859-7/75dpi,/usr/share/fonts/ISO8859-7/misc,/usr/share/fonts/ISO8859-9/75dpi,/usr/share/fonts/ISO8859-9/misc,/usr/X11R6/lib/X11/fonts/cyrillic"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(--) using VT number 6

(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.1
XFree86 Video Driver: 0.2
XFree86 XInput driver : 0.1
XFree86 Server Extension : 0.1
XFree86 Font Renderer : 0.1
(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.0.1a, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.1
(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.0.1a, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.2
(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,0305 card , rev
02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,8305 card , rev
00 class