Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
>=xorg-server-1.0.99 blocks nvidia/ati binary drivers
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page 1, 2, 3 ... 13, 14, 15  Next  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
sternklang
Veteran
Veteran


Joined: 10 Sep 2005
Posts: 1641
Location: Somewhere in time and space

PostPosted: Mon May 01, 2006 2:33 pm    Post subject: >=xorg-server-1.0.99 blocks nvidia/ati binary drivers Reply with quote

08/02/2006: ati-drivers 8.27.10 are now in Portage. This version is compatible with xorg-x11 7.1.

xorg-server versions 1.0.99.x and above have an ABI change that breaks compatibility with the NVidia (<=1.0.8762) and ATI (<=8.26.18-r1) binary drivers. Now that xorg-x11 7.1 is marked ~arch, the NVidia and ATI drivers and the new xorg-x11 block each other.

NVidia devs on the NVNews.net forums explain in this thread that support won't be there until the 9xxx series of drivers. This post indicates 9131 has been released for Windows (as of 2006-06-26).

An NVidia dev explains the details of what's broken in a message on the freedesktop.org mailing list. The most serious breakage will be seen on x86-64 systems.

This is the original closed bug on this error.

One indicator that you have this problem is seeing a backtrace similar to this:
Code:
Backtrace:
0: X(xf86SigHandler+0x94) [0x4765a4]
1: /lib/libc.so.6 [0x2aaaab5ba890]
2: [0x89b69f]

Fatal server error:
Caught signal 11. Server aborting

This may be an indicator of the x86-64 problem mentioned in the fdo email linked above.

People on non-x86-64 arches have reported being able to run the drivers with xorg-server 1.1.0, but many have encountered font rendering problems. This thread contains posts detailing workarounds for those issues. Most people who have successfully done this have also had to include 'Option "RenderAccel" "false"' in the Device section in xorg.conf to get things to work.

Until these companies release new drivers, you can work around this by masking the newer xorg-server (plus xorg drivers) and running the binary drivers, or running the open-source radeon and nv drivers with xorg-server 1.1.0. Here is a sample package.mask:
Code:
# xorg 7.1 stuff that needs masking until
# NVidia releases a compatible driver
>=x11-base/xorg-x11-7.1
>=x11-base/xorg-server-1.1.0
>=x11-drivers/xf86-input-evdev-1.1.2-r1
>=x11-drivers/xf86-video-vesa-1.2.0
>=x11-drivers/xf86-input-mouse-1.1.1
>=x11-drivers/xf86-input-keyboard-1.1.0

Obviously, substitute the drivers you use for the above drivers.


Edit: Stuck --Maedhros (2006-05-03) Unstuck - mark_alec (28-11-2006)
Edit: Changed title from "xorg-server-1.0.99.x ABI breaks nvidia/ati binary drivers". --Maedhros (2006-06-15)


Edit: Clarified version numbers, added links to nvnews forum and fdo mailing list, added font and renderaccel info, sample mask. sternklang (2006-06-26)

Edit: New compatible ATI drivers.


Last edited by sternklang on Wed Aug 02, 2006 12:14 pm; edited 4 times in total
Back to top
View user's profile Send private message
chtitux
n00b
n00b


Joined: 16 Apr 2006
Posts: 2

PostPosted: Mon May 01, 2006 3:18 pm    Post subject: bugs Reply with quote

See https://bugs.gentoo.org/show_bug.cgi?id=131811
Back to top
View user's profile Send private message
Maedhros
Bodhisattva
Bodhisattva


Joined: 14 Apr 2004
Posts: 5511
Location: Durham, UK

PostPosted: Wed May 03, 2006 7:48 am    Post subject: Reply with quote

Since modular X is now in ~arch, there's no need to have all the packages in package.unmask anymore. In fact, it can cause problems like this because you will be getting versions of packages that aren't meant to be used yet (like xorg-server-1.0.99).

chtitux wrote:
See https://bugs.gentoo.org/show_bug.cgi?id=131811

That's something different entirely. :?
_________________
No-one's more important than the earthworm.
Back to top
View user's profile Send private message
Lokheed
Veteran
Veteran


Joined: 12 Jul 2004
Posts: 1295
Location: /usr/src/linux

PostPosted: Wed May 03, 2006 6:48 pm    Post subject: Reply with quote

Using Nvidia binary driver:

Code:
media-video/nvidia-kernel-1.0.8756
media-video/nvidia-glx-1.0.8756


Everything works fine here, no crashes due to video driver and 3D is fully working:

Code:
name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
server glx extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control
client glx vendor string: NVIDIA Corporation
client glx version string: 1.4
client glx extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_visual_info,
    GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_SGI_video_sync,
    GLX_NV_swap_group, GLX_NV_video_out, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
    GLX_SGI_swap_control, GLX_NV_float_buffer, GLX_ARB_fbconfig_float
GLX version: 1.3
GLX extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control,
    GLX_ARB_get_proc_address
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce4 MX 4000/AGP/SSE2/3DNOW!
OpenGL version string: 1.5.6 NVIDIA 87.56
OpenGL extensions:
    GL_ARB_imaging, GL_ARB_multitexture, GL_ARB_pixel_buffer_object,
    GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_shader_objects,
    GL_ARB_shading_language_100, GL_ARB_texture_compression,
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
    GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3,
    GL_ARB_texture_mirrored_repeat, GL_ARB_texture_rectangle,
    GL_ARB_transpose_matrix, GL_ARB_vertex_buffer_object,
    GL_ARB_vertex_program, GL_ARB_vertex_shader, GL_ARB_window_pos,
    GL_S3_s3tc, GL_EXT_texture_env_add, GL_EXT_abgr, GL_EXT_bgra,
    GL_EXT_blend_color, GL_EXT_blend_minmax, GL_EXT_blend_subtract,
    GL_EXT_clip_volume_hint, GL_EXT_compiled_vertex_array, GL_EXT_Cg_shader,
    GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_multi_draw_arrays,
    GL_EXT_packed_pixels, GL_EXT_paletted_texture, GL_EXT_pixel_buffer_object,
    GL_EXT_point_parameters, GL_EXT_rescale_normal, GL_EXT_secondary_color,
    GL_EXT_separate_specular_color, GL_EXT_shared_texture_palette,
    GL_EXT_stencil_wrap, GL_EXT_texture_compression_s3tc,
    GL_EXT_texture_cube_map, GL_EXT_texture_edge_clamp,
    GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
    GL_EXT_texture_filter_anisotropic, GL_EXT_texture_lod,
    GL_EXT_texture_lod_bias, GL_EXT_texture_object, GL_EXT_vertex_array,
    GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat,
    GL_KTX_buffer_region, GL_NV_blend_square, GL_NV_fence,
    GL_NV_fog_distance, GL_NV_light_max_exponent, GL_NV_packed_depth_stencil,
    GL_NV_pixel_data_range, GL_NV_point_sprite, GL_NV_register_combiners,
    GL_NV_texgen_reflection, GL_NV_texture_env_combine4,
    GL_NV_texture_rectangle, GL_NV_vertex_array_range,
    GL_NV_vertex_array_range2, GL_NV_vertex_program, GL_NV_vertex_program1_1,
    GL_SGIS_generate_mipmap, GL_SGIS_multitexture, GL_SGIS_texture_lod,
    GL_SUN_slice_accum
glu version: 1.3
glu extensions:
    GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess

   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------
0x21 24 tc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  0 0 None
0x22 24 dc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  0 0 None
0x23 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  0 0 None
0x24 24 tc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  0 0 None
0x25 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  0 0 None
0x26 24 tc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  0 0 None
0x27 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  0 0 None
0x28 24 tc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  0 0 None
0x29 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  0 0 None
0x2a 24 tc  0 32  0 r  y  .  8  8  8  0  4 16  0 16 16 16 16  0 0 None
0x2b 24 tc  0 32  0 r  y  .  8  8  8  8  4 16  0 16 16 16 16  0 0 None
0x2c 24 tc  0 32  0 r  .  .  8  8  8  0  4 16  0 16 16 16 16  0 0 None
0x2d 24 tc  0 32  0 r  .  .  8  8  8  8  4 16  0 16 16 16 16  0 0 None
0x2e 24 tc  0 32  0 r  y  .  8  8  8  0  4  0  0 16 16 16 16  0 0 None
0x2f 24 tc  0 32  0 r  y  .  8  8  8  8  4  0  0 16 16 16 16  0 0 None
0x30 24 tc  0 32  0 r  .  .  8  8  8  0  4  0  0 16 16 16 16  0 0 None
0x31 24 tc  0 32  0 r  .  .  8  8  8  8  4  0  0 16 16 16 16  0 0 None
0x32 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  0 0 None
0x33 24 dc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  0 0 None
0x34 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  0 0 None
0x35 24 dc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  0 0 None
0x36 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  0 0 None
0x37 24 dc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  0 0 None
0x38 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  0 0 None
0x39 24 dc  0 32  0 r  y  .  8  8  8  0  4 16  0 16 16 16 16  0 0 None
0x3a 24 dc  0 32  0 r  y  .  8  8  8  8  4 16  0 16 16 16 16  0 0 None
0x3b 24 dc  0 32  0 r  .  .  8  8  8  0  4 16  0 16 16 16 16  0 0 None
0x3c 24 dc  0 32  0 r  .  .  8  8  8  8  4 16  0 16 16 16 16  0 0 None
0x3d 24 dc  0 32  0 r  y  .  8  8  8  0  4  0  0 16 16 16 16  0 0 None
0x3e 24 dc  0 32  0 r  y  .  8  8  8  8  4  0  0 16 16 16 16  0 0 None
0x3f 24 dc  0 32  0 r  .  .  8  8  8  0  4  0  0 16 16 16 16  0 0 None
0x40 24 dc  0 32  0 r  .  .  8  8  8  8  4  0  0 16 16 16 16  0 0 None

_________________
You're not afraid of the dark are you?
Back to top
View user's profile Send private message
Devport
Guru
Guru


Joined: 15 Dec 2004
Posts: 361

PostPosted: Wed May 03, 2006 7:12 pm    Post subject: Reply with quote

@Lokheed : And you are using xorg-server-1.0.99.x or what is your point ?
Back to top
View user's profile Send private message
Ravilj
Apprentice
Apprentice


Joined: 29 Jul 2004
Posts: 164
Location: ziig / #

PostPosted: Thu May 04, 2006 12:48 am    Post subject: Reply with quote

I see ATI have 8.24.8 drivers out as of 04/12/06, any idea when they will be in the portage?

Linkage: https://support.ati.com/ics/support/default.asp?deptID=894&task=knowledge&folderID=27
Back to top
View user's profile Send private message
sternklang
Veteran
Veteran


Joined: 10 Sep 2005
Posts: 1641
Location: Somewhere in time and space

PostPosted: Thu May 04, 2006 12:21 pm    Post subject: Reply with quote

@Lokheed, did you do something special to get the NVidia driver working with 1.0.99.x? I (and most other people trying this) ran into something like the error message in my first post, so if there's a workaround it would be good to hear about it.
Back to top
View user's profile Send private message
Lokheed
Veteran
Veteran


Joined: 12 Jul 2004
Posts: 1295
Location: /usr/src/linux

PostPosted: Thu May 04, 2006 4:39 pm    Post subject: Reply with quote

sternklang wrote:
@Lokheed, did you do something special to get the NVidia driver working with 1.0.99.x? I (and most other people trying this) ran into something like the error message in my first post, so if there's a workaround it would be good to hear about it.


Not a thing, which is why I was surprised to see this point with such a definite statement as "you use this version of Xorg, it will break." If you think of anything that might help, gimme a shout or post back and I can offer further info (xorg log, make.conf, etc.). Other than emerge info and what I have given, I dont know what more I can post up.

Very strange indeed, but my 3D has worked with all new 7.1 RCs of Xorg...like I said, this is the first I had heard about this problem. Maybe I got lucky on the brand of card?
_________________
You're not afraid of the dark are you?
Back to top
View user's profile Send private message
sternklang
Veteran
Veteran


Joined: 10 Sep 2005
Posts: 1641
Location: Somewhere in time and space

PostPosted: Thu May 04, 2006 5:09 pm    Post subject: Reply with quote

Lokheed wrote:
Very strange indeed, but my 3D has worked with all new 7.1 RCs of Xorg...like I said, this is the first I had heard about this problem. Maybe I got lucky on the brand of card?
The truly strange thing is that both that thread linked above on nvnews.net and at least one other thread I've read there feature NVidia employees saying the ABI change in the 7.1 RCs is incompatible with the current NVidia drivers. People with ATI binary drivers have reported the same issue. I'm not sure how the particular card would make a difference, but then I also don't know why your system is working either. :wink:

It would be interesting to see your emerge --info. For comparison, here's mine:
Code:
Portage 2.1_pre10-r2 (default-linux/amd64/2006.0, gcc-4.1.0, glibc-2.4-r1, 2.6.16-ck6-r1 x86_64)
=================================================================
System uname: 2.6.16-ck6-r1 x86_64 AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System version 1.12.0_pre19
ccache version 2.4 [enabled]
dev-lang/python:     2.3.5-r2, 2.4.3
dev-util/ccache:     2.4-r1
dev-util/confcache:  0.4.2
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r1, 2.16.91.0.6, 2.16.91.0.7, 2.16.92
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -O2 -pipe -ggdb"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/lib64/mozilla/defaults/pref /usr/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-march=k8 -O2 -pipe -ggdb -ffriend-injection"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS=""
FEATURES="autoconfig ccache confcache distlocks metadata-transfer parallel-fetch sandbox sfperms splitdebug"
GENTOO_MIRRORS="http://distro.ibiblio.org/pub/linux/distributions/gentoo/ http://gentoo.osuosl.org/ "
LANG="en_US.UTF-8"
LC_ALL="en_US.UTF-8"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/bmg-main /usr/local/gentopia /usr/local/xgl-testing /usr/local/portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="amd64 X aac alsa avi bash-completion berkdb bitmap-fonts bzip2 cairo cdr cli crypt cups dbus debug dri dvd dvdr eds emboss encode esd firefox flac foomaticdb fortran gdbm gif glitz gnome gpm gstreamer gtk gtk2 hal imlib ipv6 isdnlog java jpeg kde ldap lzw lzw-tiff mad mono mp3 mpeg ncurses nls nptl nptlonly ogg opengl pam pcre pdflib perl pic png pppd python qt quicktime readline reflection ruby samba sdl session spell spl sqlite ssl tcpd theora tiff truetype truetype-fonts type1-fonts unicode usb vorbis xml xml2 xorg xpm xv zlib elibc_glibc input_devices_keyboard input_devices_mouse input_devices_evdev kernel_linux userland_GNU video_cards_vesa video_cards_nvidia"
Unset:  ASFLAGS, CTARGET, INSTALL_MASK, LDFLAGS, LINGUAS, MAKEOPTS
Back to top
View user's profile Send private message
micko
Tux's lil' helper
Tux's lil' helper


Joined: 16 Dec 2004
Posts: 121
Location: Finland / Turku

PostPosted: Thu May 04, 2006 7:17 pm    Post subject: Reply with quote

I use the newest nvidia drivers and xorg-server 1.0.99.x does indeed start, but I se no fonts at all. I didn't find anything wrong in Xorg.log. Has anyone run into similar problems? I could try re-installing the hardmasked version and post logs here, but not now...
Back to top
View user's profile Send private message
Lokheed
Veteran
Veteran


Joined: 12 Jul 2004
Posts: 1295
Location: /usr/src/linux

PostPosted: Fri May 05, 2006 1:41 am    Post subject: Reply with quote

sternklang, here is the output from emerge info:

Code:
Portage 2.1_pre10-r2 (default-linux/x86/2006.0, gcc-3.4.5, glibc-2.3.6-r3, 2.6.16.11 i686)
=================================================================
System uname: 2.6.16.11 i686 AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System version 1.6.15
dev-lang/python:     2.4.3-r1
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.18
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r5
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -pipe"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--alphabetical"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="en_US.UTF-8"
LC_ALL="en_US.UTF-8"
LDFLAGS="-Wl,-O1"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/home/tmp/"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/home/william/Overlay"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow X acpi alsa apache2 avi berkdb bzip2 cdr cli cups dbus dri dts dvd dvdr emboss foomaticdb fortran gdbm gif gnome gphoto2 gstreamer gtk2 hal imlib isdnlog jpeg libg++ libwww mad mmx motif mp3 mpeg ncurses nptl opengl pam pcre pdflib perl png ppds pppd python quicktime readline reflection session spell spl sse ssl tcpd truetype truetype-fonts type1-fonts udev unicode usb xml xorg xv xvid zlib elibc_glibc input_devices_mouse input_devices_keyboard kernel_linux userland_GNU video_cards_nv video_cards_nvidia"
Unset:  ASFLAGS, CTARGET, INSTALL_MASK, LINGUAS



We have the same processor :) Mine is running in 32bit mode. I am still on GCC 3.4 and glibc 2.3. Same version kernel...

Like I said above, I dont know why mine works. I was surprised to see this post, thinking "there is a problem with the binary drivers?" But someone else has go to have it working...I am starting to feel special ;)
_________________
You're not afraid of the dark are you?
Back to top
View user's profile Send private message
huh_dude
Apprentice
Apprentice


Joined: 12 Aug 2005
Posts: 166
Location: Melbourne, Australia

PostPosted: Sat May 06, 2006 12:59 pm    Post subject: Reply with quote

I got fbsplash working and the nvidia driver is installed, however when booting into my new 2.6.16-r6 environment I couldn't read text. the font color is too light against my splash background. I decided to change it. Compiling initramfs into the kernel I got a final make error message (system still boots) as follows:
Code:

/lib/modules/2.6.16-gentoo-r6/video/nvidia.ko  -needs unknown symbol:

 _spin_unlock_irq
smp_call_function
cpu_online_map
_spin_unlock_irqrestore
_spin_lock_irq
_spin_lock_irqsave


Card is nvidia gforce4 Ti 4200 (128Mb)
gcc-3.4.5 i686
driver 8756-pkg1.run

gui is not up. host is unreachable, hostnames are set but as I want to start working inside my installation the splash must be set up first. This gives me an error message I have no wish to see at the end of a kernel compile but on the good side it will prolly fix kde, at least on the h/w setup side.
_________________
teh last part was important, setflags bit in...
#include <milk>
#include <iomanip>
int main()
{
const float large_mug=pourPot;
cin>> coffee | large_mug;
cout<<"Coffee"=coffee;
}
#make Coffee ..was zero, the program wouldn't work.
Back to top
View user's profile Send private message
BlackBelt
Guru
Guru


Joined: 27 Nov 2004
Posts: 369
Location: Messina/Pisa

PostPosted: Sat May 06, 2006 1:28 pm    Post subject: Reply with quote

I have downgrade xorg at 1.0.2-r4 ersion after xorg-server-1.0.99 installation.
When I lanch X it dosen¬'t start and I have the follow error:
Module ABI (6) minor version is newer of server's version(5).
How can downgrade ABI module? I'v tried to reinstall nvdia-glx e nvidia-kernel but dosen't work.

thanks in advance for any reply.
_________________
"Sulla strada per l'inferno c'e' sempre un sacco di gente,
ma è comunque una via che si percorre in solitudine."

Charles Bukowski
Back to top
View user's profile Send private message
sternklang
Veteran
Veteran


Joined: 10 Sep 2005
Posts: 1641
Location: Somewhere in time and space

PostPosted: Sat May 06, 2006 1:48 pm    Post subject: Reply with quote

BlackBelt wrote:
Module ABI (6) minor version is newer of server's version(5).
How can downgrade ABI module? I'v tried to reinstall nvdia-glx e nvidia-kernel but dosen't work.

Could you post the section of /var/log/Xorg.0.log that includes this error? Is it definitely loading the nvidia driver that's giving you this error?
Back to top
View user's profile Send private message
sternklang
Veteran
Veteran


Joined: 10 Sep 2005
Posts: 1641
Location: Somewhere in time and space

PostPosted: Sat May 06, 2006 1:55 pm    Post subject: Reply with quote

Lokheed wrote:
Like I said above, I dont know why mine works. I was surprised to see this post, thinking "there is a problem with the binary drivers?" But someone else has go to have it working...I am starting to feel special ;)

And well you should... :wink:

No, I don't see anything in emerge --info that makes this make sense. Just out of curiosity, have you shut down X, run env-update/modules-update and restarted X since you updated? (Or rebooted for that matter.) Just trying to get all the silly questions out of the way. :)
Back to top
View user's profile Send private message
BlackBelt
Guru
Guru


Joined: 27 Nov 2004
Posts: 369
Location: Messina/Pisa

PostPosted: Sat May 06, 2006 2:12 pm    Post subject: Reply with quote

I've reboot lot of time but it doent work... Any idea? How can downgrade abi module


thanks
_________________
"Sulla strada per l'inferno c'e' sempre un sacco di gente,
ma è comunque una via che si percorre in solitudine."

Charles Bukowski
Back to top
View user's profile Send private message
BlackBelt
Guru
Guru


Joined: 27 Nov 2004
Posts: 369
Location: Messina/Pisa

PostPosted: Sat May 06, 2006 2:54 pm    Post subject: Reply with quote

ok.. I have downgrade xf86-input-mouse e xf86-input-keybord and tadada.. X started.

thanks
_________________
"Sulla strada per l'inferno c'e' sempre un sacco di gente,
ma è comunque una via che si percorre in solitudine."

Charles Bukowski
Back to top
View user's profile Send private message
Lokheed
Veteran
Veteran


Joined: 12 Jul 2004
Posts: 1295
Location: /usr/src/linux

PostPosted: Sun May 07, 2006 8:52 am    Post subject: Reply with quote

sternklang wrote:
Lokheed wrote:
Like I said above, I dont know why mine works. I was surprised to see this post, thinking "there is a problem with the binary drivers?" But someone else has go to have it working...I am starting to feel special ;)

And well you should... :wink:

No, I don't see anything in emerge --info that makes this make sense. Just out of curiosity, have you shut down X, run env-update/modules-update and restarted X since you updated? (Or rebooted for that matter.) Just trying to get all the silly questions out of the way. :)


Yeah, I have rebooted since, even recompiled (updated) kernels. Reinstalled nvidia-kernel and even nvidia-glx even. It looks like in all rights it shouldnt work, but it does. I'll post my Xorg.log:


Code:
X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System: Linux 2.6.16.11 i686
Current Operating System: Linux megatron 2.6.16.11 #1 PREEMPT Fri Apr 28 09:42:02 PDT 2006 i686
Build Date: 02 May 2006
   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  6 01:25:24 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "LCD" (0)
(**) |   |-->Monitor "BenQ"
(**) |   |-->Device "Geforce"
(**) |-->Input Device "Mouse"
(**) |-->Input Device "Keyboard"
(**) FontPath set to:
   /usr/share/fonts/misc,
   /usr/share/fonts/75dpi,
   /usr/share/fonts/100dpi,
   /usr/share/fonts/Type1
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Option "Xinerama" "false"
(II) Module ABI versions:
   X.Org ANSI C Emulation: 0.3
   X.Org Video Driver: 1.0
   X.Org XInput driver : 0.6
   X.Org Server Extension : 0.3
   X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 1.0
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,00e1 card 1043,813f rev a1 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 10de,00e0 card 1043,813f rev a2 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,00e4 card 1043,813f rev a1 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,00e7 card 1043,813f rev a1 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,00e7 card 1043,813f rev a1 class 0c,03,10 hdr 80
(II) PCI: 00:02:2: chip 10de,00e8 card 1043,813f rev a2 class 0c,03,20 hdr 80
(II) PCI: 00:05:0: chip 10de,00df card 1043,80a7 rev a2 class 06,80,00 hdr 00
(II) PCI: 00:08:0: chip 10de,00e5 card 1043,813f rev a2 class 01,01,8a hdr 00
(II) PCI: 00:0b:0: chip 10de,00e2 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:0e:0: chip 10de,00ed card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:00:0: chip 10de,0185 card 1043,8183 rev c1 class 03,00,00 hdr 00
(II) PCI: 02:07:0: chip 1102,0002 card 1102,8027 rev 08 class 04,01,00 hdr 80
(II) PCI: 02:07:1: chip 1102,7002 card 1102,0020 rev 08 class 09,80,00 hdr 80
(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   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:11:0), (0,1,1), BCTRL: 0x000b (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
   [0] -1   0   0xfca00000 - 0xfeafffff (0x2100000) MX[B]
(II) Bus 1 prefetchable memory range:
   [0] -1   0   0xec900000 - 0xf48fffff (0x8000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:14:0), (0,2,2), BCTRL: 0x0003 (VGA_EN is cleared)
(II) Bus 2 I/O range:
   [0] -1   0   0x0000d000 - 0x0000dfff (0x1000) IX[B]
(--) PCI:*(1:0:0) nVidia Corporation NV18 [GeForce4 MX 4000 AGP 8x] rev 193, Mem @ 0xfd000000/24, 0xf0000000/26, BIOS @ 0xfeae0000/17
(II) Addressable bus resource ranges are
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
   [1] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
   [0] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [5] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xf8000000 from 0xfbffffff to 0xf7ffffff
(II) Active PCI resource ranges:
   [0] -1   0   0xfebfc000 - 0xfebfcfff (0x1000) MX[B]
   [1] -1   0   0xfebffc00 - 0xfebffcff (0x100) MX[B]
   [2] -1   0   0xfebfe000 - 0xfebfefff (0x1000) MX[B]
   [3] -1   0   0xfebfd000 - 0xfebfdfff (0x1000) MX[B]
   [4] -1   0   0xf8000000 - 0xf7ffffff (0x0) MX[B]O
   [5] -1   0   0xfeae0000 - 0xfeafffff (0x20000) MX[B](B)
   [6] -1   0   0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
   [7] -1   0   0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
   [8] -1   0   0x0000dc00 - 0x0000dc07 (0x8) IX[B]
   [9] -1   0   0x0000d800 - 0x0000d81f (0x20) IX[B]
   [10] -1   0   0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
   [11] -1   0   0x0000ec00 - 0x0000ec07 (0x8) IX[B]
   [12] -1   0   0x00005040 - 0x0000507f (0x40) IX[B]
   [13] -1   0   0x00005000 - 0x0000503f (0x40) IX[B]
   [14] -1   0   0x00005080 - 0x0000509f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
   [0] -1   0   0xfebfc000 - 0xfebfcfff (0x1000) MX[B]
   [1] -1   0   0xfebffc00 - 0xfebffcff (0x100) MX[B]
   [2] -1   0   0xfebfe000 - 0xfebfefff (0x1000) MX[B]
   [3] -1   0   0xfebfd000 - 0xfebfdfff (0x1000) MX[B]
   [4] -1   0   0xf8000000 - 0xf7ffffff (0x0) MX[B]O
   [5] -1   0   0xfeae0000 - 0xfeafffff (0x20000) MX[B](B)
   [6] -1   0   0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
   [7] -1   0   0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
   [8] -1   0   0x0000dc00 - 0x0000dc07 (0x8) IX[B]
   [9] -1   0   0x0000d800 - 0x0000d81f (0x20) IX[B]
   [10] -1   0   0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
   [11] -1   0   0x0000ec00 - 0x0000ec07 (0x8) IX[B]
   [12] -1   0   0x00005040 - 0x0000507f (0x40) IX[B]
   [13] -1   0   0x00005000 - 0x0000503f (0x40) IX[B]
   [14] -1   0   0x00005080 - 0x0000509f (0x20) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
   [0] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [5] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
   [0] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0xfebfc000 - 0xfebfcfff (0x1000) MX[B]
   [5] -1   0   0xfebffc00 - 0xfebffcff (0x100) MX[B]
   [6] -1   0   0xfebfe000 - 0xfebfefff (0x1000) MX[B]
   [7] -1   0   0xfebfd000 - 0xfebfdfff (0x1000) MX[B]
   [8] -1   0   0xf8000000 - 0xf7ffffff (0x0) MX[B]O
   [9] -1   0   0xfeae0000 - 0xfeafffff (0x20000) MX[B](B)
   [10] -1   0   0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
   [11] -1   0   0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
   [12] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [13] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [14] -1   0   0x0000dc00 - 0x0000dc07 (0x8) IX[B]
   [15] -1   0   0x0000d800 - 0x0000d81f (0x20) IX[B]
   [16] -1   0   0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
   [17] -1   0   0x0000ec00 - 0x0000ec07 (0x8) IX[B]
   [18] -1   0   0x00005040 - 0x0000507f (0x40) IX[B]
   [19] -1   0   0x00005000 - 0x0000503f (0x40) IX[B]
   [20] -1   0   0x00005080 - 0x0000509f (0x20) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(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.0.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: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
   compiled for 4.0.2, module version = 1.0.8756
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
   compiled for 4.0.2, module version = 1.0.8756
   Module class: X.Org Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.1.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.1.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.6
(II) NVIDIA X Driver  1.0-8756  Wed Mar 29 14:29:06 PST 2006
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 0.1.0
   ABI class: X.Org Video Driver, version 1.0
(II) resource ranges after xf86ClaimFixedResources() call:
   [0] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0xfebfc000 - 0xfebfcfff (0x1000) MX[B]
   [5] -1   0   0xfebffc00 - 0xfebffcff (0x100) MX[B]
   [6] -1   0   0xfebfe000 - 0xfebfefff (0x1000) MX[B]
   [7] -1   0   0xfebfd000 - 0xfebfdfff (0x1000) MX[B]
   [8] -1   0   0xf8000000 - 0xf7ffffff (0x0) MX[B]O
   [9] -1   0   0xfeae0000 - 0xfeafffff (0x20000) MX[B](B)
   [10] -1   0   0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
   [11] -1   0   0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
   [12] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [13] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [14] -1   0   0x0000dc00 - 0x0000dc07 (0x8) IX[B]
   [15] -1   0   0x0000d800 - 0x0000d81f (0x20) IX[B]
   [16] -1   0   0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
   [17] -1   0   0x0000ec00 - 0x0000ec07 (0x8) IX[B]
   [18] -1   0   0x00005040 - 0x0000507f (0x40) IX[B]
   [19] -1   0   0x00005000 - 0x0000503f (0x40) IX[B]
   [20] -1   0   0x00005080 - 0x0000509f (0x20) IX[B]
(II) resource ranges after probing:
   [0] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0xfebfc000 - 0xfebfcfff (0x1000) MX[B]
   [5] -1   0   0xfebffc00 - 0xfebffcff (0x100) MX[B]
   [6] -1   0   0xfebfe000 - 0xfebfefff (0x1000) MX[B]
   [7] -1   0   0xfebfd000 - 0xfebfdfff (0x1000) MX[B]
   [8] -1   0   0xf8000000 - 0xf7ffffff (0x0) MX[B]O
   [9] -1   0   0xfeae0000 - 0xfeafffff (0x20000) MX[B](B)
   [10] -1   0   0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
   [11] -1   0   0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
   [12] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B]
   [13] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B]
   [14] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B]
   [15] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [16] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [17] -1   0   0x0000dc00 - 0x0000dc07 (0x8) IX[B]
   [18] -1   0   0x0000d800 - 0x0000d81f (0x20) IX[B]
   [19] -1   0   0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
   [20] -1   0   0x0000ec00 - 0x0000ec07 (0x8) IX[B]
   [21] -1   0   0x00005040 - 0x0000507f (0x40) IX[B]
   [22] -1   0   0x00005000 - 0x0000503f (0x40) IX[B]
   [23] -1   0   0x00005080 - 0x0000509f (0x20) IX[B]
   [24] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [25] 0   0   0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "NoLogo" "true"
(**) NVIDIA(0): Option "UseEdidDpi" "FALSE"
(**) NVIDIA(0): Enabling RENDER acceleration
(II) NVIDIA(0): NVIDIA GPU GeForce4 MX 4000 at PCI:1:0:0
(--) NVIDIA(0): VideoRAM: 65536 kBytes
(--) NVIDIA(0): VideoBIOS: 04.18.20.47.00
(II) NVIDIA(0): Detected AGP rate: 8X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce4 MX 4000 at PCI:1:0:0:
(--) NVIDIA(0):     BenQ FP737s-D (CRT-0)
(--) NVIDIA(0): BenQ FP737s-D (CRT-0): 350 MHz maximum pixel clock
(II) NVIDIA(0): Assigned Display Device: CRT-0
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "1280x1024"
(II) NVIDIA(0):     "1024x768"
(II) NVIDIA(0):     "800x600"
(II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
(==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
   [0] 0   0   0xf0000000 - 0xf3ffffff (0x4000000) MX[B]
   [1] 0   0   0xfd000000 - 0xfdffffff (0x1000000) MX[B]
   [2] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [3] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [4] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [5] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [6] -1   0   0xfebfc000 - 0xfebfcfff (0x1000) MX[B]
   [7] -1   0   0xfebffc00 - 0xfebffcff (0x100) MX[B]
   [8] -1   0   0xfebfe000 - 0xfebfefff (0x1000) MX[B]
   [9] -1   0   0xfebfd000 - 0xfebfdfff (0x1000) MX[B]
   [10] -1   0   0xf8000000 - 0xf7ffffff (0x0) MX[B]O
   [11] -1   0   0xfeae0000 - 0xfeafffff (0x20000) MX[B](B)
   [12] -1   0   0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
   [13] -1   0   0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
   [14] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
   [15] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
   [16] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
   [17] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [18] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [19] -1   0   0x0000dc00 - 0x0000dc07 (0x8) IX[B]
   [20] -1   0   0x0000d800 - 0x0000d81f (0x20) IX[B]
   [21] -1   0   0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
   [22] -1   0   0x0000ec00 - 0x0000ec07 (0x8) IX[B]
   [23] -1   0   0x00005040 - 0x0000507f (0x40) IX[B]
   [24] -1   0   0x00005000 - 0x0000503f (0x40) IX[B]
   [25] -1   0   0x00005080 - 0x0000509f (0x20) IX[B]
   [26] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
   [27] 0   0   0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Setting mode "1280x1024"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) Option "dpms"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
(**) Option "Protocol" "ExplorerPS/2"
(**) Mouse: Device: "/dev/input/mice"
(**) Mouse: Protocol: "ExplorerPS/2"
(**) Option "CorePointer"
(**) Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "no"
(**) Option "ZAxisMapping" "4 5"
(**) Mouse: ZAxisMapping: buttons 4 and 5
(**) Mouse: Buttons: 9
(**) Option "CoreKeyboard"
(**) Keyboard: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc104"
(**) Keyboard: XkbModel: "pc104"
(**) Option "XkbLayout" "us"
(**) Keyboard: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
    xkb_keycodes             { include "xfree86+aliases(qwerty)" };
    xkb_types                { include "complete" };
    xkb_compatibility        { include "complete" };
    xkb_symbols              { include "pc/pc(pc104)+pc/us" };
    xkb_geometry             { include "pc(pc104)" };
(II) Mouse: ps2EnableDataReporting: succeeded

_________________
You're not afraid of the dark are you?
Back to top
View user's profile Send private message
southsider
Guru
Guru


Joined: 05 Jul 2004
Posts: 358

PostPosted: Sun May 07, 2006 12:19 pm    Post subject: Reply with quote

When did Xorg jump their version numbers from 7.0 to 1.0?
Back to top
View user's profile Send private message
CloudBolt
Apprentice
Apprentice


Joined: 04 Feb 2006
Posts: 192
Location: The Netherlands

PostPosted: Sun May 07, 2006 5:18 pm    Post subject: Reply with quote

southsider wrote:
When did Xorg jump their version numbers from 7.0 to 1.0?


that's just the X server's version, not X.org as a whole.
_________________
GNU/Linux is an operating system.
IBM OS/2 is half an operating system.
Windows is a shell.
DOS is a boot partition virus.
Back to top
View user's profile Send private message
rek2
Guru
Guru


Joined: 05 Jan 2003
Posts: 477
Location: Boston USA/Barcelona Spain

PostPosted: Sun May 07, 2006 11:31 pm    Post subject: Reply with quote

I have the same problem with the Fonts not showing right in X with the nvidia-drivers and new Xserver :-(
when I try to downgrade I cant run X cause it says ABI version different etc etc..
how or what do I need to downgrade also?
_________________
http://www.dailyradical.org
http://www.binaryfreedom.info
use jabber!!! sing on now, register an account:
http://jabber.binaryfreedom.info
Back to top
View user's profile Send private message
Conzar
Tux's lil' helper
Tux's lil' helper


Joined: 04 Feb 2004
Posts: 89

PostPosted: Fri May 12, 2006 7:28 pm    Post subject: Reply with quote

After doing an emerge world, I get the error "unable to load module" nvidia.

Any clue if this is related to what listed here?

BTW, I don't have org-server emerged. I only have xorg-x11 emerged.
Back to top
View user's profile Send private message
Conzar
Tux's lil' helper
Tux's lil' helper


Joined: 04 Feb 2004
Posts: 89

PostPosted: Fri May 12, 2006 10:20 pm    Post subject: Reply with quote

So it looks like I'm going through the woes of upgrading from a monilithic xorg-x11 to module based one.
When I did an emerge world, I didn't realize that I was doing this. So now I'm going through this web page.

Maybe this will help others.

http://www.gentoo.org/proj/en/desktop/x/x11/modular-x-howto.xml
Back to top
View user's profile Send private message
BlackBelt
Guru
Guru


Joined: 27 Nov 2004
Posts: 369
Location: Messina/Pisa

PostPosted: Sat May 13, 2006 9:01 am    Post subject: Reply with quote

Quote:
I try to downgrade I cant run X cause it says ABI version different etc etc..
how or what do I need to downgrade also?


I have downgrade xf86-input-mouse e xf86-input-keybord
_________________
"Sulla strada per l'inferno c'e' sempre un sacco di gente,
ma è comunque una via che si percorre in solitudine."

Charles Bukowski
Back to top
View user's profile Send private message
Consul
n00b
n00b


Joined: 03 May 2003
Posts: 31
Location: Port Huron, Michigan, USA

PostPosted: Tue May 16, 2006 12:50 am    Post subject: Reply with quote

I've been having problems with the binary ATI drivers since I decided to do a complete reinstall of my system (it started behaving very poorly, and nothing I tried could fix it). Now, running "emerge ati-drivers" after emerging the latest X.org on the latest kernel does this:
Code:

Cannot stat fglrx.ko: No such file or directory

Before that, it makes mention that it cannot install the DRM module. I'm assuming this has nothing to do with Digital Rights Management. ;)

The final result is that the ATI binary driver cannot install on my system. I have an R300 card, and in the docs, it says that the open source drivers support only up to the R250, unless this has changed. I'm not too concerned with 3D for now, anyway. I just want my desktop machine back.

I am now on try number 11 of starting the entire install from scratch. I'm downloading the Stage 3 tarball as I type this.

Someone once said that the definition of insanity was repeating the same process over and over again and expecting a different result each time...
_________________
Mother, please, is it just a disease that has them breaking all of my laws?
Check if you can disconnect the effect, and I'll go after the cause.
-- Moribund the Burgermeister
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page 1, 2, 3 ... 13, 14, 15  Next
Page 1 of 15

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum