Re: xorg 7.2 start problem

2007-05-23 Thread Andriy Babiy
 You need at least the following ports:

   x11-drivers/xf86-video-mga
   x11-drivers/xf86-input-mouse
   x11-drivers/xf86-input-keyboard

I wanted to thank everybody who helped me. I added those ports, and that 
fixed the problem I had before. So, I was able to issue:
X -configure
and obtain xorg.conf.new file. I checked the configuration and found that 
the hardware was recognized without errors. The pathes were changed 
to /usr/local accordingly.

But when I issue:
X -config /root/xorg.conf.new

the X server doesn't start; it fails with the message:

Fatal server error:
could not open default font 'fixed'

I checked xorg.conf.new and found that the pathes to appropriate fonts are 
listed there, namely:

xorg-fonts-100dpi-7.2
xorg-fonts-75dpi-7.2
xorg-fonts-cyrillic-7.2
xorg-fonts-miscbitmaps-7.2
xorg-fonts-truetype-7.2
xorg-fonts-type1-7.2

I checked all the directories; they exist, and their contents exist. I 
tried mkfontdir in each of them, but it changed nothing.

Maybe, you could advise me what I need to do in order to resolve it, apart 
from rebuilding the whole thing. Thank you very much in advance!

Andriy
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: xorg 7.2 start problem

2007-05-23 Thread Kris Kennaway
On Wed, May 23, 2007 at 12:47:28AM -0700, Andriy Babiy wrote:
  You need at least the following ports:
 
x11-drivers/xf86-video-mga
x11-drivers/xf86-input-mouse
x11-drivers/xf86-input-keyboard
 
 I wanted to thank everybody who helped me. I added those ports, and that 
 fixed the problem I had before. So, I was able to issue:
 X -configure
 and obtain xorg.conf.new file. I checked the configuration and found that 
 the hardware was recognized without errors. The pathes were changed 
 to /usr/local accordingly.
 
 But when I issue:
 X -config /root/xorg.conf.new
 
 the X server doesn't start; it fails with the message:
 
 Fatal server error:
 could not open default font 'fixed'
 
 I checked xorg.conf.new and found that the pathes to appropriate fonts are 
 listed there, namely:
 
 xorg-fonts-100dpi-7.2
 xorg-fonts-75dpi-7.2
 xorg-fonts-cyrillic-7.2
 xorg-fonts-miscbitmaps-7.2
 xorg-fonts-truetype-7.2
 xorg-fonts-type1-7.2
 
 I checked all the directories; they exist, and their contents exist. I 
 tried mkfontdir in each of them, but it changed nothing.
 
 Maybe, you could advise me what I need to do in order to resolve it, apart 
 from rebuilding the whole thing. Thank you very much in advance!

I guess you missed the several replies (and the note in UPDATING)
telling you to install the xorg port to obtain a complete xorg
installation.

Kris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: xorg 7.2 start problem

2007-05-23 Thread Andriy Babiy
 I guess you missed the several replies (and the note in UPDATING)
 telling you to install the xorg port to obtain a complete xorg
 installation.

 Kris

Thank you Kris.
Now I see, I didn't have xorg meta-port installed, that was my fault.
Do I have any chance to fix a mistake by installing it now, or the whole 
rebuild is the only way?

Andriy
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: xorg 7.2 start problem

2007-05-23 Thread Kris Kennaway
On Wed, May 23, 2007 at 01:07:18AM -0700, Andriy Babiy wrote:
  I guess you missed the several replies (and the note in UPDATING)
  telling you to install the xorg port to obtain a complete xorg
  installation.
 
  Kris
 
 Thank you Kris.
 Now I see, I didn't have xorg meta-port installed, that was my fault.
 Do I have any chance to fix a mistake by installing it now, or the whole 
 rebuild is the only way?

Just install it, it will install the rest of your missing bits.

Kris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: xorg 7.2 start problem

2007-05-23 Thread Mark Kirkwood

Kris Kennaway wrote:

On Wed, May 23, 2007 at 01:07:18AM -0700, Andriy Babiy wrote:

I guess you missed the several replies (and the note in UPDATING)
telling you to install the xorg port to obtain a complete xorg
installation.

Kris

Thank you Kris.
Now I see, I didn't have xorg meta-port installed, that was my fault.
Do I have any chance to fix a mistake by installing it now, or the whole 
rebuild is the only way?


Just install it, it will install the rest of your missing bits.



FWIW I encountered this too - and it persisted after installing the xorg 
meta-port, and was not sorted until I did deinstall/reinstall on

font-misc-misc and font-cursor-misc.

Cheers

Mark
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: xorg 7.2 start problem

2007-05-22 Thread Björn König
Andriy schrieb:
 (II) Loading font FreeType
 (II) LoadModule: mga
 (WW) Warning, couldn't open module mga
 (II) UnloadModule: mga
 (EE) Failed to load module mga (module does not exist, 0)
 (II) LoadModule: mouse
 (WW) Warning, couldn't open module mouse
 (II) UnloadModule: mouse
 (EE) Failed to load module mouse (module does not exist, 0)
 (II) LoadModule: kbd
 (WW) Warning, couldn't open module kbd
 (II) UnloadModule: kbd
 (EE) Failed to load module kbd (module does not exist, 0)
 (EE) No drivers available.

You need at least the following ports:

  x11-drivers/xf86-video-mga
  x11-drivers/xf86-input-mouse
  x11-drivers/xf86-input-keyboard

Regards
Björn


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: xorg 7.2 start problem

2007-05-22 Thread P.U.Kruppa

On Mon, 21 May 2007, Andriy Babiy wrote:


Hi everybody,

To upgrade xorg, I followed the procedure described in
the /usr/ports/UPDATING file. The build went smooth, without any build
errors. At the merge step, the script complained about mime.info files, so
I made backup copy of those and deleted the duplicates.
But after reboot I cannot start X. On that machine, I use xfce4. When I
issue startxfce4, I receive messages that modules kbd, mouse, and mga
haven't been found.
During the build I didn't see any errors; presumably, it's a configuration
error. Could you advise me on where I should look for an error?
It's i386 machine, with 6.2 stable. The Xorg.0.log file is enclosed. Errors
are at the end pf the file.
Thank you very much in advance!

Andriy

Of course you created a new xorg.conf ??
Module paths changed from /usr/X11R6 to /usr/local/ .

Regards,

Uli.




_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/S01060040ca14628b:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: FreeBSD 6.2-STABLE i386
Current Operating System: FreeBSD S01060040ca14628b 6.2-STABLE FreeBSD
6.2-STABLE #0: Fri May 11 03:30:47 PDT 2007
root@:/usr/obj/usr/src/sys/HP386 i386
Build Date: 20 May 2007
Before reporting problems, check http://wiki.x.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/Xorg.0.log, Time: Mon May 21 16:42:21 2007
(==) Using config file: /etc/X11/xorg.conf
(==) ServerLayout Simple Layout
(**) |--Screen Screen 1 (0)
(**) |   |--Monitor HP-D8896
(**) |   |--Device Matrox
(**) |--Input Device Mouse1
(**) |--Input Device Keyboard1
(WW) `fonts.dir' not found (or not valid)
in /usr/local/lib/X11/fonts/local/.
Entry deleted from font path.
(Run 'mkfontdir' on /usr/local/lib/X11/fonts/local/).
(**) FontPath set to:
/usr/local/lib/X11/fonts/misc/,
/usr/local/lib/X11/fonts/TTF/,
/usr/local/lib/X11/fonts/OTF,
/usr/local/lib/X11/fonts/Type1/,
/usr/local/lib/X11/fonts/100dpi/,
/usr/local/lib/X11/fonts/75dpi/
(==) RgbPath set to /usr/local/share/X11/rgb
(==) ModulePath set to /usr/local/lib/xorg/modules
(II) Loader magic: 0x81c0340
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.1
X.Org XInput driver : 0.7
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on freebsd
(II) LoadModule: pcidata
(II) Loading /usr/local/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor=X.Org Foundation
compiled for 7.2.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.1
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9

(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,7190 card , rev 03 class 06,00,00 hdr
00
(II) PCI: 00:01:0: chip 8086,7191 card , rev 03 class 06,04,00 hdr
01
(II) PCI: 00:04:0: chip 8086,7110 card , rev 02 class 06,01,00 hdr
80
(II) PCI: 00:04:1: chip 8086,7111 card , rev 01 class 01,01,80 hdr
00
(II) PCI: 00:04:2: chip 8086,7112 card , rev 01 class 0c,03,00 hdr
00
(II) PCI: 00:04:3: chip 8086,7113 card , rev 02 class 06,80,00 hdr
00
(II) PCI: 00:06:0: chip 1013,6003 card 1013,4280 rev 01 class 04,01,00 hdr
00
(II) PCI: 00:0b:0: chip 10b7,9055 card 10b7,9055 rev 30 class 02,00,00 hdr
00
(II) PCI: 01:00:0: chip 102b,0521 card 102b,ff00 rev 03 class 03,00,00 hdr
00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1  0   0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x008c (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
[0] -1  0   0xf420 - 0xf4ff (0xe0) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1  0   0xf500 - 0xf5ff (0x100) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:4:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) Matrox Graphics, Inc. MGA G200 AGP rev 3, Mem @
0xf500/24, 0xf420/14, 0xf480/23
(II) Addressable bus resource ranges 

xorg 7.2 start problem

2007-05-21 Thread Andriy Babiy
Hi everybody,

To upgrade xorg, I followed the procedure described in 
the /usr/ports/UPDATING file. The build went smooth, without any build 
errors. At the merge step, the script complained about mime.info files, so 
I made backup copy of those and deleted the duplicates.
But after reboot I cannot start X. On that machine, I use xfce4. When I 
issue startxfce4, I receive messages that modules kbd, mouse, and mga 
haven't been found.
During the build I didn't see any errors; presumably, it's a configuration 
error. Could you advise me on where I should look for an error?
It's i386 machine, with 6.2 stable. The Xorg.0.log file is enclosed. Errors 
are at the end pf the file.
Thank you very much in advance!

Andriy


_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/S01060040ca14628b:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: FreeBSD 6.2-STABLE i386 
Current Operating System: FreeBSD S01060040ca14628b 6.2-STABLE FreeBSD 
6.2-STABLE #0: Fri May 11 03:30:47 PDT 2007 
root@:/usr/obj/usr/src/sys/HP386 i386
Build Date: 20 May 2007
Before reporting problems, check http://wiki.x.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/Xorg.0.log, Time: Mon May 21 16:42:21 2007
(==) Using config file: /etc/X11/xorg.conf
(==) ServerLayout Simple Layout
(**) |--Screen Screen 1 (0)
(**) |   |--Monitor HP-D8896
(**) |   |--Device Matrox
(**) |--Input Device Mouse1
(**) |--Input Device Keyboard1
(WW) `fonts.dir' not found (or not valid) 
in /usr/local/lib/X11/fonts/local/.
Entry deleted from font path.
(Run 'mkfontdir' on /usr/local/lib/X11/fonts/local/).
(**) FontPath set to:
/usr/local/lib/X11/fonts/misc/,
/usr/local/lib/X11/fonts/TTF/,
/usr/local/lib/X11/fonts/OTF,
/usr/local/lib/X11/fonts/Type1/,
/usr/local/lib/X11/fonts/100dpi/,
/usr/local/lib/X11/fonts/75dpi/
(==) RgbPath set to /usr/local/share/X11/rgb
(==) ModulePath set to /usr/local/lib/xorg/modules
(II) Loader magic: 0x81c0340
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.1
X.Org XInput driver : 0.7
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on freebsd
(II) LoadModule: pcidata
(II) Loading /usr/local/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor=X.Org Foundation
compiled for 7.2.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.1
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9

(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,7190 card , rev 03 class 06,00,00 hdr 
00
(II) PCI: 00:01:0: chip 8086,7191 card , rev 03 class 06,04,00 hdr 
01
(II) PCI: 00:04:0: chip 8086,7110 card , rev 02 class 06,01,00 hdr 
80
(II) PCI: 00:04:1: chip 8086,7111 card , rev 01 class 01,01,80 hdr 
00
(II) PCI: 00:04:2: chip 8086,7112 card , rev 01 class 0c,03,00 hdr 
00
(II) PCI: 00:04:3: chip 8086,7113 card , rev 02 class 06,80,00 hdr 
00
(II) PCI: 00:06:0: chip 1013,6003 card 1013,4280 rev 01 class 04,01,00 hdr 
00
(II) PCI: 00:0b:0: chip 10b7,9055 card 10b7,9055 rev 30 class 02,00,00 hdr 
00
(II) PCI: 01:00:0: chip 102b,0521 card 102b,ff00 rev 03 class 03,00,00 hdr 
00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1  0   0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x008c (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
[0] -1  0   0xf420 - 0xf4ff (0xe0) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1  0   0xf500 - 0xf5ff (0x100) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:4:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) Matrox Graphics, Inc. MGA G200 AGP rev 3, Mem @ 
0xf500/24, 0xf420/14, 0xf480/23
(II) Addressable bus resource ranges are
[0] -1  0   0x - 0x (0x0) MX[B]
[1] -1  0   0x - 0x (0x1) IX[B]
(II) 

Re: xorg 7.2 start problem

2007-05-21 Thread Beech Rintoul
On Monday 21 May 2007, Andriy Babiy said:
 Hi everybody,

 To upgrade xorg, I followed the procedure described in
 the /usr/ports/UPDATING file. The build went smooth, without any
 build errors. At the merge step, the script complained about
 mime.info files, so I made backup copy of those and deleted the
 duplicates.
 But after reboot I cannot start X. On that machine, I use xfce4.
 When I issue startxfce4, I receive messages that modules kbd,
 mouse, and mga haven't been found.
 During the build I didn't see any errors; presumably, it's a
 configuration error. Could you advise me on where I should look for
 an error? It's i386 machine, with 6.2 stable. The Xorg.0.log file
 is enclosed. Errors are at the end pf the file.
 Thank you very much in advance!

 Andriy

 
 _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
 _XSERVTransOpen: transport open failed for
 inet6/S01060040ca14628b:0 _XSERVTransMakeAllCOTSServerListeners:
 failed to open listener for inet6

 X Window System Version 7.2.0
 Release Date: 22 January 2007
 X Protocol Version 11, Revision 0, Release 7.2
 Build Operating System: FreeBSD 6.2-STABLE i386
 Current Operating System: FreeBSD S01060040ca14628b 6.2-STABLE
 FreeBSD 6.2-STABLE #0: Fri May 11 03:30:47 PDT 2007
 root@:/usr/obj/usr/src/sys/HP386 i386
 Build Date: 20 May 2007
   Before reporting problems, check http://wiki.x.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/Xorg.0.log, Time: Mon May 21 16:42:21
 2007 (==) Using config file: /etc/X11/xorg.conf
 (==) ServerLayout Simple Layout
 (**) |--Screen Screen 1 (0)
 (**) |   |--Monitor HP-D8896
 (**) |   |--Device Matrox
 (**) |--Input Device Mouse1
 (**) |--Input Device Keyboard1
 (WW) `fonts.dir' not found (or not valid)
 in /usr/local/lib/X11/fonts/local/.
   Entry deleted from font path.
   (Run 'mkfontdir' on /usr/local/lib/X11/fonts/local/).
 (**) FontPath set to:
   /usr/local/lib/X11/fonts/misc/,
   /usr/local/lib/X11/fonts/TTF/,
   /usr/local/lib/X11/fonts/OTF,
   /usr/local/lib/X11/fonts/Type1/,
   /usr/local/lib/X11/fonts/100dpi/,
   /usr/local/lib/X11/fonts/75dpi/
 (==) RgbPath set to /usr/local/share/X11/rgb
 (==) ModulePath set to /usr/local/lib/xorg/modules
 (II) Loader magic: 0x81c0340
 (II) Module ABI versions:
   X.Org ANSI C Emulation: 0.3
   X.Org Video Driver: 1.1
   X.Org XInput driver : 0.7
   X.Org Server Extension : 0.3
   X.Org Font Renderer : 0.5
 (II) Loader running on freebsd
 (II) LoadModule: pcidata
 (II) Loading /usr/local/lib/xorg/modules//libpcidata.so
 (II) Module pcidata: vendor=X.Org Foundation
   compiled for 7.2.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 1.1
 (--) Using syscons driver with X support (version 2.0)
 (--) using VT number 9

 (II) PCI: Probing config type using method 1
 (II) PCI: Config type is 1
 (II) PCI: stages = 0x03, oldVal1 = 0x, mode1Res1 =
 0x8000 (II) PCI: PCI scan (all values are in hex)
 (II) PCI: 00:00:0: chip 8086,7190 card , rev 03 class
 06,00,00 hdr 00
 (II) PCI: 00:01:0: chip 8086,7191 card , rev 03 class
 06,04,00 hdr 01
 (II) PCI: 00:04:0: chip 8086,7110 card , rev 02 class
 06,01,00 hdr 80
 (II) PCI: 00:04:1: chip 8086,7111 card , rev 01 class
 01,01,80 hdr 00
 (II) PCI: 00:04:2: chip 8086,7112 card , rev 01 class
 0c,03,00 hdr 00
 (II) PCI: 00:04:3: chip 8086,7113 card , rev 02 class
 06,80,00 hdr 00
 (II) PCI: 00:06:0: chip 1013,6003 card 1013,4280 rev 01 class
 04,01,00 hdr 00
 (II) PCI: 00:0b:0: chip 10b7,9055 card 10b7,9055 rev 30 class
 02,00,00 hdr 00
 (II) PCI: 01:00:0: chip 102b,0521 card 102b,ff00 rev 03 class
 03,00,00 hdr 00
 (II) PCI: End of PCI scan
 (II) Host-to-PCI bridge:
 (II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is
 set) (II) Bus 0 I/O range:
   [0] -1  0   0x - 0x (0x1) IX[B]
 (II) Bus 0 non-prefetchable memory range:
   [0] -1  0   0x - 0x (0x0) MX[B]
 (II) Bus 0 prefetchable memory range:
   [0] -1  0   0x - 0x (0x0) MX[B]
 (II) PCI-to-PCI bridge:
 (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x008c (VGA_EN is
 set) (II) Bus 1 non-prefetchable memory range:
   [0] -1  0   0xf420 - 0xf4ff (0xe0) MX[B]
 (II) Bus 1 prefetchable memory range:
   [0] -1  0   0xf500 - 0xf5ff (0x100) MX[B]
 (II) PCI-to-ISA bridge:
 (II) Bus -1: bridge is at (0:4:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN
 is set) (--) PCI:*(1:0:0) Matrox Graphics, Inc. MGA G200 AGP rev 3,
 Mem @ 0xf500/24, 0xf420/14, 0xf480/23
 (II) Addressable bus resource ranges are
   [0] -1  0   0x - 0x 

Re: xorg 7.2 start problem

2007-05-21 Thread Kris Kennaway
On Mon, May 21, 2007 at 06:23:29PM -0700, Andriy Babiy wrote:
 Hi everybody,
 
 To upgrade xorg, I followed the procedure described in 
 the /usr/ports/UPDATING file. The build went smooth, without any build 
 errors. At the merge step, the script complained about mime.info files, so 
 I made backup copy of those and deleted the duplicates.
 But after reboot I cannot start X. On that machine, I use xfce4. When I 
 issue startxfce4, I receive messages that modules kbd, mouse, and mga 
 haven't been found.
 During the build I didn't see any errors; presumably, it's a configuration 
 error. Could you advise me on where I should look for an error?
 It's i386 machine, with 6.2 stable. The Xorg.0.log file is enclosed. Errors 
 are at the end pf the file.
 Thank you very much in advance!

Hard to guess without the information requested in UPDATING, but it
could be that you don't have the complete xorg installed (i.e. missing
/usr/ports/x11/xorg).

Kris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]