Code: Select all
Option "AccelMethod" "EXA"i noticed a little speedup
Code: Select all
glxgears
36447 frames in 5.0 seconds = 7289.340 FPS
29736 frames in 5.0 seconds = 5947.114 FPS
38155 frames in 5.0 seconds = 7630.990 FPS
Code: Select all
Option "AccelMethod" "EXA"Code: Select all
glxgears
36447 frames in 5.0 seconds = 7289.340 FPS
29736 frames in 5.0 seconds = 5947.114 FPS
38155 frames in 5.0 seconds = 7630.990 FPS
well, congratulations. what are the other specs of your machine?i noticed a little speedupCode: Select all
glxgears 36447 frames in 5.0 seconds = 7289.340 FPS 29736 frames in 5.0 seconds = 5947.114 FPS 38155 frames in 5.0 seconds = 7630.990 FPS
Given the amount of fluctuation you really have to let it run a lot longer to make any conclusions. And remember: glxgears is a bad benchmark for anything.mtascii wrote:i noticed a little speedupCode: Select all
glxgears 36447 frames in 5.0 seconds = 7289.340 FPS 29736 frames in 5.0 seconds = 5947.114 FPS 38155 frames in 5.0 seconds = 7630.990 FPS

I would love to try those out to see for myself but the problem is that those drivers dont support my hardware. I have a Geforce 4 MX4000 in this machine and I need the 96xx driver series. I know im living in the stone age with this card, but it is a work machine and thats all I can get for it.Matteo Azzali wrote:It seems that the new Nvidia drivers solve the ABI issue, see
http://www.nvnews.net/vbulletin/showthread.php?t=97942
ditto. Does this mean I can't use 7.3 ever??i-right-i wrote:I would love to try those out to see for myself but the problem is that those drivers dont support my hardware. I have a Geforce 4 MX4000 in this machine and I need the 96xx driver series. I know im living in the stone age with this card, but it is a work machine and thats all I can get for it.Matteo Azzali wrote:It seems that the new Nvidia drivers solve the ABI issue, see
http://www.nvnews.net/vbulletin/showthread.php?t=97942
~i-right-i
They'll release a driver for legacy cards soon with support for xorg 7.3 and newer kernels (2.6.23). At least that's what i read from one of the nvidia developers on their forums.mathfeel wrote: ditto. Does this mean I can't use 7.3 ever??

Code: Select all
AUDIT: Sat Sep 22 22:26:57 2007: 7513 X: client 2 rejected from local host (uid 1000)
Auth name: XDM-AUTHORIZATION-1 ID: -1
AUDIT: Sat Sep 22 22:26:57 2007: 7513 X: client 2 rejected from local host (uid 1000)
Auth name: XDM-AUTHORIZATION-1 ID: -1I had this problem too, but re-emerging evdev and doing dispatch-conf got it working again. However I now have the weirdest of problems. If I play any 3d game (i tested ut2004 and quake4) with the evdev driver the mouse moves extremely weird, like its in some kind of jelly! I tested with the standard mouse driver and the mouse worked ok there (except it doesn't pick up my extra mouse buttons automatically like evdev, so evdev ftwbl00dseeker wrote:Well i tried Xorg 7.3, too.
But i found out, that when i use "evdev" for the mouse, it is freezed although i re-emerged evdev.
Noticed this too. Was very strange. And having to recompile the drivers a second time to get them to work was a bit silly. So much for improved hotplugging support eh.And yes my LEDs don't work, too
I'm trying new xorg as well, except the led problem I have the problem with mouse. It's not exactly the same, but it's really wired! I didn't try evdev, but with the standard mouse driver mouse motion in Quake3.... is really strange. It looks like my mouse just doesn't react on really slow movements. If I would start moving mouse _really_ slow the pointer stays at the same positionpiercey wrote: I had this problem too, but re-emerging evdev and doing dispatch-conf got it working again. However I now have the weirdest of problems. If I play any 3d game (i tested ut2004 and quake4) with the evdev driver the mouse moves extremely weird, like its in some kind of jelly! I tested with the standard mouse driver and the mouse worked ok there (except it doesn't pick up my extra mouse buttons automatically like evdev, so evdev ftw). Can anyone else here test a game in full screen with the evdev driver and see if they have the same weird mouse movement? I say test in fullscreen because if you run the game windowed it works fine. Doubt it makes a difference but I'm using xfce anyway.

anyone have any ideas about this? Its not an xorg.conf problem. Its my user is being denied access to the X server. I don't know what to do about this one. Spent most of the night seeing if adding my user to different groups would work. Can anyone think of a reason why xauth would be blocking my user access to X?Master Shake wrote:I have this problem where I can't use the new Xorg as a regular user but can as root.
That's the error the xorg log is throwing at me.Code: Select all
AUDIT: Sat Sep 22 22:26:57 2007: 7513 X: client 2 rejected from local host (uid 1000) Auth name: XDM-AUTHORIZATION-1 ID: -1 AUDIT: Sat Sep 22 22:26:57 2007: 7513 X: client 2 rejected from local host (uid 1000) Auth name: XDM-AUTHORIZATION-1 ID: -1


Put in the mouse's "InputDevice" section of /etc/X11/xorg.confVoVaN wrote:my mouse just doesn't react on really slow movements
Code: Select all
Option "Sensitivity" "0.18"Code: Select all
xset m 0 0 # emerge xset if command not foundCode: Select all
ebuild /usr/portage/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.2.2.ebuild unpack
vi /var/tmp/portage/x11-drivers/xf86-input-mouse-1.2.2/work/xf86-input-mouse-1.2.2/src/mouse.c

Thank you for the info. As I mentioned already, mouse works fine in X server, but not in opengl games. Would it be still my case?PaulBredbury wrote:Put in the mouse's "InputDevice" section of /etc/X11/xorg.confVoVaN wrote:my mouse just doesn't react on really slow movementsThen restart X. Then:Code: Select all
Option "Sensitivity" "0.18"For more info:Code: Select all
xset m 0 0 # emerge xset if command not foundCode: Select all
ebuild /usr/portage/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.2.2.ebuild unpack vi /var/tmp/portage/x11-drivers/xf86-input-mouse-1.2.2/work/xf86-input-mouse-1.2.2/src/mouse.c

That's a known issue with the new Xorg version. Same here. I think they did not release a fix yet...dylan_stark wrote:My LED's on the keyboard are not working after upgrade. I mean they only doesn't switch on. Caps lock, and num lock are working. Just no light![]()
What gives?
