Re: Xorg and nvidia-driver-173 ABI

2009-04-09 Thread RW
On Thu, 09 Apr 2009 07:19:31 -0400
Michael Powell nightre...@verizon.net wrote:

 RW wrote:
 
  I picked-up the most recent xorg update a couple of days ago, and
  since then X has been failing to start with the binary nvidia
  driver, and is leaving the following in Xorg.0.log:
  
(EE) NVIDIA(0): This video driver ABI is not supported.
(EE) NVIDIA(0): Use the -ignoreABI option to override this check.

 Have you rebuilt the nvidia-port after the xorg update? You might
 just need to do the make, make deinstall, make reinstall dance for
 the version you're using. This will rebuild the kernel module to
 match the new xorg.


Yes, I always do that, the driver installs a library that overwrites
one installed by Xorg, and doesn't work correctly otherwise.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Xorg and nvidia-driver-173 ABI

2009-04-09 Thread Michael Powell
RW wrote:

 I picked-up the most recent xorg update a couple of days ago, and
 since then X has been failing to start with the binary nvidia driver,
 and is leaving the following in Xorg.0.log:
 
   (EE) NVIDIA(0): This video driver ABI is not supported.
   (EE) NVIDIA(0): Use the -ignoreABI option to override this check.
 
 -ignoreABI doesn't help.
 
 I presume that nvidia will eventually fix this for the current driver,
 but I'm using the legacy driver port x11/nvidia-driver-173. Is there any
 prospect of the nvidia driver working again on my hardware?
 
 If the answer is no, would the nv driver benefit from a switch from
 i386 to amd64.
 

Have you rebuilt the nvidia-port after the xorg update? You might just need 
to do the make, make deinstall, make reinstall dance for the version you're 
using. This will rebuild the kernel module to match the new xorg.

-Mike




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


Xorg and nvidia-driver-173 ABI

2009-04-08 Thread RW
I picked-up the most recent xorg update a couple of days ago, and
since then X has been failing to start with the binary nvidia driver,
and is leaving the following in Xorg.0.log:

  (EE) NVIDIA(0): This video driver ABI is not supported.
  (EE) NVIDIA(0): Use the -ignoreABI option to override this check.

-ignoreABI doesn't help.

I presume that nvidia will eventually fix this for the current driver,
but I'm using the legacy driver port x11/nvidia-driver-173. Is there any
prospect of the nvidia driver working again on my hardware?

If the answer is no, would the nv driver benefit from a switch from
i386 to amd64.  

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


Re: xorg and nvidia

2009-02-10 Thread Mel
On Monday 09 February 2009 02:51:04 Daniel Leal wrote:
 Hi everyone!

 I am trying to convince my girlfriend to use freebsd as a desktop in her
 (not so) old toshiba S2450-201 laptop. I use it in my toshiba A200
 laptop and it works fine.
 I just install it in her laptop with a 30GB disk I have... Installation
 was fine. This laptop as a nvidia geforce4 420 go graphics board with
 32MB.
 The setup of xorg.conf was made through Xorg -configure. I tested with
 startx and it worked. Then I installed the nvidia driver. I had to try
 all 3 driver versions and the only one that worked was
 nvidia-driver-71xx. Then reboot and then I run nvidia-xconfig. And
 startx... great, it worked! The nvidia logo appeared in the screen
 during xorg startup. Fine! Then I installed nvidia-settings. But when I
 try to run it it complains that it appear that I not using the NVIDIA X
 driver. But I am!!
 It also said that NV-CONTROL extension version 1.6 is too old and the
 minimum required version is 1.11.
 In my xorg.conf I have 1024x768 resolution, but xorg is with 800x600.
 I also dont have the VSR and HSR for this laptop. I just cant find it
 anywhere...

 Can someone help me with this please?

 Here is my xorg.conf:

 # nvidia-xconfig: X configuration file generated by nvidia-xconfig
 # nvidia-xconfig:  version 1.0  (r...@dinamite)  Sat Feb  7 22:24:54 WET
 2009

 Section ServerLayout
 Identifier X.org Configured
 Screen  0  Screen0 0 0
 InputDeviceMouse0 CorePointer
 InputDeviceKeyboard0 CoreKeyboard
 EndSection

 Section Files
 RgbPath /usr/local/share/X11/rgb
 ModulePath  /usr/local/lib/xorg/modules
 FontPath/usr/local/lib/X11/fonts/misc/
 FontPath/usr/local/lib/X11/fonts/TTF/
 FontPath/usr/local/lib/X11/fonts/OTF
 FontPath/usr/local/lib/X11/fonts/Type1/
 FontPath/usr/local/lib/X11/fonts/100dpi/
 FontPath/usr/local/lib/X11/fonts/75dpi/
 EndSection

 Section Module
 Load   dbe
 Load   extmod
 Load   glx
 Load   record
 Load   xtrap
 Load   freetype
 Load   type1
 EndSection

 Section InputDevice
 Identifier Keyboard0
 Driver kbd
 EndSection

 Section InputDevice
 Identifier Mouse0
 Driver mouse
 Option Protocol auto
 Option Device /dev/sysmouse
 Option ZAxisMapping 4 5 6 7
 EndSection

 Section Monitor
 Identifier Monitor0
 VendorName Monitor Vendor
 ModelName  Monitor Model
 EndSection

nvidia-xconfig couldn't read the monitor. If Xorg -configure + nv driver, 
generated a 1024x768 screen, then steal those values and put them here.

/var/log/Xorg.0.log should show why it doesn't accept that mode and also list 
some possible modes. Whether these modes are actually correct is undefined.
-- 
Mel

Problem with today's modular software: they start with the modules
and never get to the software part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


xorg and nvidia

2009-02-09 Thread Daniel Leal

Hi everyone!

I am trying to convince my girlfriend to use freebsd as a desktop in her 
(not so) old toshiba S2450-201 laptop. I use it in my toshiba A200 
laptop and it works fine.
I just install it in her laptop with a 30GB disk I have... Installation 
was fine. This laptop as a nvidia geforce4 420 go graphics board with 
32MB.
The setup of xorg.conf was made through Xorg -configure. I tested with 
startx and it worked. Then I installed the nvidia driver. I had to try 
all 3 driver versions and the only one that worked was 
nvidia-driver-71xx. Then reboot and then I run nvidia-xconfig. And 
startx... great, it worked! The nvidia logo appeared in the screen 
during xorg startup. Fine! Then I installed nvidia-settings. But when I 
try to run it it complains that it appear that I not using the NVIDIA X 
driver. But I am!!
It also said that NV-CONTROL extension version 1.6 is too old and the 
minimum required version is 1.11.

In my xorg.conf I have 1024x768 resolution, but xorg is with 800x600.
I also dont have the VSR and HSR for this laptop. I just cant find it 
anywhere...


Can someone help me with this please?

Here is my xorg.conf:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (r...@dinamite)  Sat Feb  7 22:24:54 WET 2009

Section ServerLayout
   Identifier X.org Configured
   Screen  0  Screen0 0 0
   InputDeviceMouse0 CorePointer
   InputDeviceKeyboard0 CoreKeyboard
EndSection

Section Files
   RgbPath /usr/local/share/X11/rgb
   ModulePath  /usr/local/lib/xorg/modules
   FontPath/usr/local/lib/X11/fonts/misc/
   FontPath/usr/local/lib/X11/fonts/TTF/
   FontPath/usr/local/lib/X11/fonts/OTF
   FontPath/usr/local/lib/X11/fonts/Type1/
   FontPath/usr/local/lib/X11/fonts/100dpi/
   FontPath/usr/local/lib/X11/fonts/75dpi/
EndSection

Section Module
   Load   dbe
   Load   extmod
   Load   glx
   Load   record
   Load   xtrap
   Load   freetype
   Load   type1
EndSection

Section InputDevice
   Identifier Keyboard0
   Driver kbd
EndSection

Section InputDevice
   Identifier Mouse0
   Driver mouse
   Option Protocol auto
   Option Device /dev/sysmouse
   Option ZAxisMapping 4 5 6 7
EndSection

Section Monitor
   Identifier Monitor0
   VendorName Monitor Vendor
   ModelName  Monitor Model
EndSection

Section Device

   ### Available Driver options are:-
   ### Values: i: integer, f: float, bool: True/False,
   ### string: String, freq: f Hz/kHz/MHz
   ### [arg]: arg optional
   #Option SWcursor  # [bool]
   #Option HWcursor  # [bool]
   #Option NoAccel   # [bool]
   #Option ShadowFB  # [bool]
   #Option UseFBDev  # [bool]
   #Option Rotate# [str]
   #Option VideoKey  # i
   #Option FlatPanel # [bool]
   #Option FPDither  # [bool]
   #Option CrtcNumber# i
   #Option FPScale   # [bool]
   #Option FPTweak   # i
   #Option DualHead  # [bool]
   Identifier Card0
   Driver nvidia
   VendorName nVidia Corporation
   BoardName  NV17 [GeForce4 420 Go]
EndSection

Section Screen

   Identifier Screen0
   Device Card0
   MonitorMonitor0
   DefaultDepth16
   SubSection Display
   Viewport0 0
   Depth   16
   Modes  1024x768
   EndSubSection
EndSection


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


FreeBSD 7.1, Xorg 7.4, Nvidia

2009-01-25 Thread Jeff Molofee
I upgrade to Xorg 7.4 yesterday, and now I can't seem to start gnome. 
For the life of me, I can't figure out what is going on. startx and X 
both start fine... (that is how I am able to type this email). But when 
starting the machine, my screen just flashes a few times and returns to 
the console. Looking at Xorg.0.log I see the same error a few others are 
getting...


dlopen: /usr/local/lib/xorg/modules//libwfb.so: Undefined symbol
miZeroLineScreenIndex
(EE) Failed to load /usr/local/lib/modules//libfw.so
(EE) Failed to load module wfb (loader failed 7)
(EE) NVIDIA(0): Need libwfb but wfbScreenInit not found

I am also not able to use Vesa or NV (both options that have worked in 
the past when having issues with the Nvidia driver).


I have read updating, and none of the advice has helped.

I have even tried the 180.22 driver.

Can anyone tell me what I need to do to get Gnome/GDM working again? I 
don't care if I have 3d, as long as I have a usuable system until 
drivers or issues are resolved.


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


Re: FreeBSD 7.1, Xorg 7.4, Nvidia

2009-01-25 Thread Eitan Adler
Jeff Molofee wrote:
 I upgrade to Xorg 7.4 yesterday, and now I can't seem to start gnome.
 For the life of me, I can't figure out what is going on. startx and X
 both start fine... (that is how I am able to type this email). But when
 starting the machine, my screen just flashes a few times and returns to
 the console. Looking at Xorg.0.log I see the same error a few others are
 getting...
 
 dlopen: /usr/local/lib/xorg/modules//libwfb.so: Undefined symbol
 miZeroLineScreenIndex
 (EE) Failed to load /usr/local/lib/modules//libfw.so
 (EE) Failed to load module wfb (loader failed 7)
 (EE) NVIDIA(0): Need libwfb but wfbScreenInit not found
 
 I am also not able to use Vesa or NV (both options that have worked in
 the past when having issues with the Nvidia driver).
I had the exact same issue.  I played around so much I don't know
/exactly/ what helped but the following might:
1) restart hald, devd, the computer
2) use xf86-video-nv
3) run X -configure again
4) recompile xorg-server
5) These same steps in a different order.

Someone mentioned that I installed xorg after nvidia-driver which messed
up some symlink or another.  As far as I could tell this is not true.

-- 
Eitan Adler
Security is increased by designing for the way humans actually behave.
-Jakob Nielsen
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Xorg 7.3, nvidia 8600, FreeBSD 7.x

2007-09-19 Thread Philip M. Gollucci
Hi,

$portupgrade -R xorg

grep Composite /etc/X11/xorg.conf
Option Composite false

alias startx
alias startx='startx -- -ignoreABI'

AFAIK my nvidia driver was not updated during this process; however,
I'm using dual monitors with this card.

grep Xineram /etc/X11/xorg.conf
Option Xinerama true


If I move the mouse to from Screen0 to Screen1, it can't leave the
screen again.

This worked before.

Is this an nvidia issue and will be fixed soon?

If not, whats the easiest way to downgrade X.org back to 7.2?

/var/db/pkg
ls -1 |wc -l
 617

Just 'midly' frustrating -- I hate X.

-- 

Philip M. Gollucci ([EMAIL PROTECTED]) c:323.219.4708 o:703.749.9295x206
Senior System Admin - Riderway, Inc.
http://riderway.com / http://ridecharge.com
1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB  B89E 1324 9B4F EC88 A0BF

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.

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