View previous topic :: View next topic |
Author |
Message |
Anubious n00b
Joined: 17 Aug 2006 Posts: 46
|
Posted: Sun May 13, 2007 7:32 am Post subject: nvxbox module not found |
|
|
im using the xbox profile, i try to emerge xorg. it emerges fine but when i try to start x, it says nvxbox module not found. what do i do? |
|
Back to top |
|
|
Anubious n00b
Joined: 17 Aug 2006 Posts: 46
|
Posted: Sun May 13, 2007 11:13 am Post subject: |
|
|
I try to build xborg 6.9.0 myself and compiles fine except for this one error here (i know because i said ignore erros and keep building)
fcfreetype.c:53:10: #include expects "FILENAME" or <FILENAME>
fcfreetype.c:58:10: #include expects "FILENAME" or <FILENAME>
fcfreetype.c:59:10: #include expects "FILENAME" or <FILENAME>
fcfreetype.c:60:10: #include expects "FILENAME" or <FILENAME>
fcfreetype.c:565:5: warning: "HAVE_ICONV" is not defined
fcfreetype.c:575:5: warning: "USE_ICONV" is not defined
fcfreetype.c:699:5: warning: "USE_ICONV" is not defined
fcfreetype.c: In function `FcGetPixelSize':
fcfreetype.c:958: error: dereferencing pointer to incomplete type
fcfreetype.c:963:5: warning: "HAVE_FT_BITMAP_SIZE_Y_PPEM" is not defined
fcfreetype.c: In function `FcFreeTypeQuery':
fcfreetype.c:1435: error: dereferencing pointer to incomplete type
fcfreetype.c:1442: error: dereferencing pointer to incomplete type
fcfreetype.c:1465: error: dereferencing pointer to incomplete type
fcfreetype.c:1545: error: dereferencing pointer to incomplete type
fcfreetype.c:1562: warning: implicit declaration of function `FT_MODULE_CLASS'
fcfreetype.c:1562: error: dereferencing pointer to incomplete type
fcfreetype.c:1562: error: invalid type argument of `->'
fcfreetype.c:1562: error: dereferencing pointer to incomplete type
fcfreetype.c:1562: error: invalid type argument of `->'
fcfreetype.c:1562: error: dereferencing pointer to incomplete type
fcfreetype.c:1562: error: invalid type argument of `->'
fcfreetype.c:1562: error: dereferencing pointer to incomplete type
fcfreetype.c:1562: error: invalid type argument of `->'
fcfreetype.c:1562: error: dereferencing pointer to incomplete type
fcfreetype.c:1562: error: invalid type argument of `->'
fcfreetype.c:1562: error: dereferencing pointer to incomplete type
fcfreetype.c:1562: error: invalid type argument of `->'
fcfreetype.c:1562: error: dereferencing pointer to incomplete type
fcfreetype.c:1562: error: invalid type argument of `->'
fcfreetype.c:1562: error: dereferencing pointer to incomplete type
fcfreetype.c:1562: error: invalid type argument of `->'
fcfreetype.c:1562: error: dereferencing pointer to incomplete type
fcfreetype.c:1562: error: invalid type argument of `->'
fcfreetype.c:1562: error: dereferencing pointer to incomplete type
fcfreetype.c:1562: error: invalid type argument of `->'
fcfreetype.c:1562: error: dereferencing pointer to incomplete type
fcfreetype.c:1562: error: invalid type argument of `->'
fcfreetype.c:1562: error: dereferencing pointer to incomplete type
fcfreetype.c:1562: error: invalid type argument of `->'
fcfreetype.c:1562: error: dereferencing pointer to incomplete type
fcfreetype.c:1562: error: invalid type argument of `->'
fcfreetype.c:1562: error: dereferencing pointer to incomplete type
fcfreetype.c:1562: error: invalid type argument of `->'
fcfreetype.c:1562: error: dereferencing pointer to incomplete type
fcfreetype.c:1562: error: invalid type argument of `->'
fcfreetype.c:1562: error: dereferencing pointer to incomplete type
fcfreetype.c:1562: error: invalid type argument of `->'
fcfreetype.c:1562: error: dereferencing pointer to incomplete type
fcfreetype.c:1562: error: invalid type argument of `->'
fcfreetype.c:1562: error: dereferencing pointer to incomplete type
fcfreetype.c:1562: error: invalid type argument of `->'
fcfreetype.c:1562: error: dereferencing pointer to incomplete type
fcfreetype.c:1562: error: invalid type argument of `->'
fcfreetype.c:1562: error: dereferencing pointer to incomplete type
fcfreetype.c:1562: error: invalid type argument of `->'
fcfreetype.c:1599: error: dereferencing pointer to incomplete type
fcfreetype.c:1609: error: dereferencing pointer to incomplete type
fcfreetype.c: In function `GetScriptTags':
fcfreetype.c:2710: error: `TT_Face' undeclared (first use in this function)
fcfreetype.c:2710: error: (Each undeclared identifier is reported only once
fcfreetype.c:2710: error: for each function it appears in.)
fcfreetype.c:2710: error: parse error before "tt_face"
fcfreetype.c:2719: error: `tt_face' undeclared (first use in this function)
fcfreetype.c:2722: warning: implicit declaration of function `FT_STREAM_POS'
fcfreetype.c:2726: warning: implicit declaration of function `FT_STREAM_SEEK'
fcfreetype.c:2726: warning: implicit declaration of function `FT_FRAME_ENTER'
fcfreetype.c:2729: warning: implicit declaration of function `FT_GET_USHORT'
fcfreetype.c:2731: warning: implicit declaration of function `FT_FRAME_EXIT'
fcfreetype.c:2747: warning: implicit declaration of function `FT_SET_ERROR'
fcfreetype.c:2747: warning: implicit declaration of function `FT_MEM_ALLOC_ARRAY'
fcfreetype.c:2747: error: parse error before "FT_ULong"
fcfreetype.c:2756: warning: implicit declaration of function `FT_GET_ULONG'
fcfreetype.c:2787: warning: implicit declaration of function `FT_FREE'
fcfreetype.c:2714: warning: unused variable `memory'
fcfreetype.c: In function `FcFontCapabilities':
fcfreetype.c:2800: warning: unused variable `memory'
make[3]: *** [fcfreetype.o] Error 1
make[3]: Leaving directory `/root/xorg-x11-6.9/xc/lib/fontconfig'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/root/xorg-x11-6.9/xc/lib'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/root/xorg-x11-6.9/xc'
make: *** [all] Error 2
anyone know what to do?
EDIT: does anyone know where gentoo put xorg's modules?
i can also build the drivers i need from the xbox-linux cvs, but where do i put them? man! why couldnt they just keep 6.9.0??!!! |
|
Back to top |
|
|
mark_alec Bodhisattva
Joined: 11 Sep 2004 Posts: 6066 Location: Melbourne, Australia
|
Posted: Sun May 13, 2007 12:12 pm Post subject: |
|
|
Moved from Installing Gentoo to Desktop Environments.
Could you please post your /var/log/Xorg.0.log _________________ www.gentoo.org.au || #gentoo-au |
|
Back to top |
|
|
Anubious n00b
Joined: 17 Aug 2006 Posts: 46
|
Posted: Sun May 13, 2007 2:12 pm Post subject: |
|
|
I can only post the bottom part (to long to copy and paste)
___________
(II) Loading font Type1
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 7.2.0, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "nvxbox"
(WW) Warning, couldn't open module nvxbox
(II) UnloadModule: "nvxbox"
(EE) Failed to load module "nvxbox" (module does not exist, 0)
(II) LoadModule: "keyboard"
(II) Loading /usr/lib/xorg/modules/input//keyboard_drv.so
(II) Module keyboard: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.1.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(EE) No drivers available.
Fatal server error: (ignore this i was in SSH and it says no screen found)
_______________________________ |
|
Back to top |
|
|
Anubious n00b
Joined: 17 Aug 2006 Posts: 46
|
Posted: Sun May 13, 2007 2:39 pm Post subject: |
|
|
tried to build modules by hand and put them in xorg 7.2's direcotry and i got:
xauth: creating new authority file /root/.serverauth.29434
X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: Linux 2.6.16.26-xbox i686
Current Operating System: Linux linuxbox.regis.home 2.6.16.26-xbox #1 Fri May 11 18:24:26 Local time zone must be set--see zic manu i686
Build Date: 12 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: Sat May 12 13:59:00 2007
(==) Using config file: "/etc/X11/xorg.conf"
(EE) module ABI major version (0) doesn't match the server's version (1)
(EE) Failed to load module "nvxbox" (module requirement mismatch, 0)
(EE) No drivers available.
Fatal server error:
no screens found
XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining.
___________________
again ignore the no screens found (im in puTTY) |
|
Back to top |
|
|
Anubious n00b
Joined: 17 Aug 2006 Posts: 46
|
Posted: Sun May 13, 2007 3:02 pm Post subject: |
|
|
if i can just get past this error when compiling from raw source (with xbox patches applied):
_____________
making all in lib/Xinerama...
make[1]: Entering directory `/root/xorg-x11-6.9/xc/lib/Xinerama'
make[1]: Leaving directory `/root/xorg-x11-6.9/xc/lib/Xinerama'
making all in lib/Xrender...
make[1]: Entering directory `/root/xorg-x11-6.9/xc/lib/Xrender'
make[1]: Leaving directory `/root/xorg-x11-6.9/xc/lib/Xrender'
making all in lib/fontconfig...
make[1]: Entering directory `/root/xorg-x11-6.9/xc/lib/fontconfig'
rm -f fcfreetype.o
gcc -m32 -c -O2 -fno-strength-reduce -fno-strict-aliasing -ansi -Wall -Wpointer-arith -Wundef -I/usr/include/freetype2 -I/usr/include/freetype2/config -I../../extras/fontconfig/src -I../../extras/fontconfig -I../../exports/include/X11 -I../.. -I../../exports/include -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -DFC_DEFAULT_FONTS='""' -DHAVE_EXPAT -DXFREE86_FT2 -DFONTCONFIG_PATH='"/etc/fonts"' -DHAVE_MKSTEMP -DHAVE_FT_GET_BDF_PROPERTY -DHAVE_FT_GET_NEXT_CHAR -DHAVE_FT_GET_PS_FONT_INFO -DHAVE_FT_GET_X11_FONT_FORMAT -DHAVE_FT_HAS_PS_GLYPH_NAMES -DHAVE_LINK -DHAVE_GETUID -DHAVE_GETEUID -fPIC fcfreetype.c
fcfreetype.c:53:10: #include expects "FILENAME" or <FILENAME>
fcfreetype.c:58:10: #include expects "FILENAME" or <FILENAME>
fcfreetype.c:59:10: #include expects "FILENAME" or <FILENAME>
fcfreetype.c:60:10: #include expects "FILENAME" or <FILENAME>
fcfreetype.c:565:5: warning: "HAVE_ICONV" is not defined
fcfreetype.c:575:5: warning: "USE_ICONV" is not defined
fcfreetype.c:699:5: warning: "USE_ICONV" is not defined
fcfreetype.c: In function `FcGetPixelSize':
fcfreetype.c:958: error: dereferencing pointer to incomplete type
fcfreetype.c:963:5: warning: "HAVE_FT_BITMAP_SIZE_Y_PPEM" is not defined
fcfreetype.c: In function `FcFreeTypeQuery':
fcfreetype.c:1435: error: dereferencing pointer to incomplete type
fcfreetype.c:1442: error: dereferencing pointer to incomplete type
fcfreetype.c:1465: error: dereferencing pointer to incomplete type
fcfreetype.c:1545: error: dereferencing pointer to incomplete type
fcfreetype.c:1562: warning: implicit declaration of function `FT_MODULE_CLASS'
fcfreetype.c:1562: error: dereferencing pointer to incomplete type
fcfreetype.c:1562: error: invalid type argument of `->'
fcfreetype.c:1562: error: dereferencing pointer to incomplete type
fcfreetype.c:1562: error: invalid type argument of `->'
fcfreetype.c:1562: error: dereferencing pointer to incomplete type
fcfreetype.c:1562: error: invalid type argument of `->'
fcfreetype.c:1562: error: dereferencing pointer to incomplete type
fcfreetype.c:1562: error: invalid type argument of `->'
fcfreetype.c:1562: error: dereferencing pointer to incomplete type
fcfreetype.c:1562: error: invalid type argument of `->'
fcfreetype.c:1562: error: dereferencing pointer to incomplete type
fcfreetype.c:1562: error: invalid type argument of `->'
fcfreetype.c:1562: error: dereferencing pointer to incomplete type
fcfreetype.c:1562: error: invalid type argument of `->'
fcfreetype.c:1562: error: dereferencing pointer to incomplete type
fcfreetype.c:1562: error: invalid type argument of `->'
fcfreetype.c:1562: error: dereferencing pointer to incomplete type
fcfreetype.c:1562: error: invalid type argument of `->'
fcfreetype.c:1562: error: dereferencing pointer to incomplete type
fcfreetype.c:1562: error: invalid type argument of `->'
fcfreetype.c:1562: error: dereferencing pointer to incomplete type
fcfreetype.c:1562: error: invalid type argument of `->'
fcfreetype.c:1562: error: dereferencing pointer to incomplete type
fcfreetype.c:1562: error: invalid type argument of `->'
fcfreetype.c:1562: error: dereferencing pointer to incomplete type
fcfreetype.c:1562: error: invalid type argument of `->'
fcfreetype.c:1562: error: dereferencing pointer to incomplete type
fcfreetype.c:1562: error: invalid type argument of `->'
fcfreetype.c:1562: error: dereferencing pointer to incomplete type
fcfreetype.c:1562: error: invalid type argument of `->'
fcfreetype.c:1562: error: dereferencing pointer to incomplete type
fcfreetype.c:1562: error: invalid type argument of `->'
fcfreetype.c:1562: error: dereferencing pointer to incomplete type
fcfreetype.c:1562: error: invalid type argument of `->'
fcfreetype.c:1562: error: dereferencing pointer to incomplete type
fcfreetype.c:1562: error: invalid type argument of `->'
fcfreetype.c:1562: error: dereferencing pointer to incomplete type
fcfreetype.c:1562: error: invalid type argument of `->'
fcfreetype.c:1562: error: dereferencing pointer to incomplete type
fcfreetype.c:1562: error: invalid type argument of `->'
fcfreetype.c:1599: error: dereferencing pointer to incomplete type
fcfreetype.c:1609: error: dereferencing pointer to incomplete type
fcfreetype.c: In function `GetScriptTags':
fcfreetype.c:2710: error: `TT_Face' undeclared (first use in this function)
fcfreetype.c:2710: error: (Each undeclared identifier is reported only once
fcfreetype.c:2710: error: for each function it appears in.)
fcfreetype.c:2710: error: parse error before "tt_face"
fcfreetype.c:2719: error: `tt_face' undeclared (first use in this function)
fcfreetype.c:2722: warning: implicit declaration of function `FT_STREAM_POS'
fcfreetype.c:2726: warning: implicit declaration of function `FT_STREAM_SEEK'
fcfreetype.c:2726: warning: implicit declaration of function `FT_FRAME_ENTER'
fcfreetype.c:2729: warning: implicit declaration of function `FT_GET_USHORT'
fcfreetype.c:2731: warning: implicit declaration of function `FT_FRAME_EXIT'
fcfreetype.c:2747: warning: implicit declaration of function `FT_SET_ERROR'
fcfreetype.c:2747: warning: implicit declaration of function `FT_MEM_ALLOC_ARRAY'
fcfreetype.c:2747: error: parse error before "FT_ULong"
fcfreetype.c:2756: warning: implicit declaration of function `FT_GET_ULONG'
fcfreetype.c:2787: warning: implicit declaration of function `FT_FREE'
fcfreetype.c:2714: warning: unused variable `memory'
fcfreetype.c: In function `FcFontCapabilities':
fcfreetype.c:2800: warning: unused variable `memory'
make[1]: *** [fcfreetype.o] Error 1
make[1]: Leaving directory `/root/xorg-x11-6.9/xc/lib/fontconfig'
make: *** [all] Error 2
________________
then i could compile 6.9.0! this is the only error! it always does this when it gets to compile the fonts |
|
Back to top |
|
|
Anubious n00b
Joined: 17 Aug 2006 Posts: 46
|
Posted: Mon May 14, 2007 8:31 am Post subject: |
|
|
can no one help me ? |
|
Back to top |
|
|
mark_alec Bodhisattva
Joined: 11 Sep 2004 Posts: 6066 Location: Melbourne, Australia
|
Posted: Mon May 14, 2007 8:49 am Post subject: |
|
|
Moved from Desktop Environments to Gentoo on Alternative Architectures.
Something that you could try would be to copy an ebuild for any xf86-video-<driver> to xf86-video-nvbox, and download the contents of http://xbox.cvs.sourceforge.net/xbox-linux/xf86-video-nvxbox/ too /usr/portage/distfiles/xf86-video-nvbox.tar.bz2. Then try to emerge it. _________________ www.gentoo.org.au || #gentoo-au |
|
Back to top |
|
|
Anubious n00b
Joined: 17 Aug 2006 Posts: 46
|
Posted: Mon May 14, 2007 10:56 pm Post subject: |
|
|
its ok. i am defeated. ive tried just about everything. scoured google. i tried getting the old gentoo ebuild and it still failed giving me the exact same error. im gonna try another xbox linux distro. but for the record, whle i was using gentoo (not gentoox, it was shit) i had nothing but good experiences. I think ill install debian again. thanks for suggesting something
oh yeah your idea wouldn't work, it checks the checksums. xorg also checks what version driver your using it for. its really to bad
i might try to get a gentoox and see if i can copy its xorg install and see what happens. i ju |
|
Back to top |
|
|
|