Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Unsupported Software
  • Search

2.6.11-love2 (usb & genetic-as deplug. oops fix)

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Post Reply
Advanced search
181 posts
  • Page 4 of 8
    • Jump to page:
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • …
  • 8
  • Next
Author
Message
Archangel1
Veteran
Veteran
User avatar
Posts: 1212
Joined: Wed Apr 21, 2004 12:29 am
Location: Work

  • Quote

Post by Archangel1 » Sat Mar 12, 2005 1:08 am

MyrddinEmrys: Looks like it's gotten confused with one of the parameters - maybe it's not optional in this release?
"make mrproper" will clean out your .config from memory - if not deleting .config should do it. Then go into menuconfig, device drivers, USB and put in a value for "USB HID Polling Interval" - 10's the default, 2's nicer if your mouse will handle it.
Or it may well be easier to edit .config, and find the USB_HID_MOUSE_POLLING_INTERVAL line, and change it to "CONFIG_USB_HID_MOUSE_POLLING_INTERVAL=2".

Lunchy: Note that it's the polling interval, not the polling rate. Hence a value of 2 gives 500Hz polling - when you entered 1000 it would have been checking once a second. Your mouse probably got totally bored/confused and stopped bothering at that point :-)
What are you, stupid?
Top
DrWoland
l33t
l33t
User avatar
Posts: 603
Joined: Sat Nov 13, 2004 10:06 pm

  • Quote

Post by DrWoland » Sat Mar 12, 2005 3:22 am

MyrddinEmrys wrote:well... I was using the love1 version... I tought I should give this one a shot... emerged, set the configs... and when I his make && make modules_install I got some parse error...

the weird part is that now, I can't run make meuconfig :|

Code: Select all

HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/basic/split-include
  HOSTCC  scripts/basic/docproc
  SHIPPED scripts/kconfig/zconf.tab.h
  HOSTCC  scripts/kconfig/conf.o
  HOSTCC  scripts/kconfig/mconf.o
  SHIPPED scripts/kconfig/zconf.tab.c
  SHIPPED scripts/kconfig/lex.zconf.c
  HOSTCC  scripts/kconfig/zconf.tab.o
  HOSTLD  scripts/kconfig/mconf
  HOSTCC  scripts/lxdialog/checklist.o
  HOSTCC  scripts/lxdialog/inputbox.o
  HOSTCC  scripts/lxdialog/lxdialog.o
  HOSTCC  scripts/lxdialog/menubox.o
  HOSTCC  scripts/lxdialog/msgbox.o
  HOSTCC  scripts/lxdialog/textbox.o
  HOSTCC  scripts/lxdialog/util.o
  HOSTCC  scripts/lxdialog/yesno.o
  HOSTLD  scripts/lxdialog/lxdialog
scripts/kconfig/mconf arch/i386/Kconfig
arch/i386/Kconfig:923:warning: choice values currently only support a single prompt
arch/i386/Kconfig:926:warning: choice values currently only support a single prompt
arch/i386/Kconfig:929:warning: choice values currently only support a single prompt
arch/i386/Kconfig:932:warning: choice values currently only support a single prompt
init/Kconfig:196:warning: choice values currently only support a single prompt
init/Kconfig:199:warning: choice values currently only support a single prompt
init/Kconfig:202:warning: choice values currently only support a single prompt
init/Kconfig:205:warning: choice values currently only support a single prompt
drivers/video/Kconfig:494:warning: 'select' used by config symbol 'FB_NVIDIA' refer to undefined symbol 'FB_CFB_FILLRECT'
drivers/video/Kconfig:495:warning: 'select' used by config symbol 'FB_NVIDIA' refer to undefined symbol 'FB_CFB_COPYAREA'
drivers/video/Kconfig:496:warning: 'select' used by config symbol 'FB_NVIDIA' refer to undefined symbol 'FB_CFB_IMAGEBLIT'
drivers/video/Kconfig:497:warning: 'select' used by config symbol 'FB_NVIDIA' refer to undefined symbol 'FB_SOFT_CURSOR'
#
# using defaults found in .config
#
.config:1254: symbol value '' invalid for USB_HID_MOUSE_POLLING_INTERVAL
make[1]: *** [menuconfig] Error 1
make: *** [menuconfig] Error 2
any1 has a clue ? help will be apreciated =)
There are a ton of posts about this in both threads. You need to go in and set the polling interval. The easiest way to do this is nano -w .config, the hit Ctrl+W, then type in POLLING and set the value to something. If you have a USB MX anything, set it to 2, otherwise I don't know, look around.
I'm not a Guru, I just ask a lot of questions.
Top
borkdox
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 123
Joined: Fri Jan 16, 2004 8:14 pm
Contact:
Contact borkdox
Website

  • Quote

Post by borkdox » Sat Mar 12, 2005 6:20 am

I this kernel uncompatible with nvidia drivers 1.0.7167? I cant seem to get X started with nvidia-kernel 1.0.7167, it works fine with 1.0.6629.
Top
rmh3093
Advocate
Advocate
User avatar
Posts: 2138
Joined: Wed Aug 06, 2003 10:36 pm
Location: Albany, NY

  • Quote

Post by rmh3093 » Sat Mar 12, 2005 6:25 am

danm when did that version come out?
Do not meddle in the affairs of wizards, for they are subtle and quick to anger.
Top
DrWoland
l33t
l33t
User avatar
Posts: 603
Joined: Sat Nov 13, 2004 10:06 pm

  • Quote

Post by DrWoland » Sat Mar 12, 2005 6:33 am

rmh3093 wrote:danm when did that version come out?
I certainly pooped myself when I saw that 7 at the beginning of the version number... guess i better do some research...
I'm not a Guru, I just ask a lot of questions.
Top
fallow
Bodhisattva
Bodhisattva
User avatar
Posts: 2208
Joined: Thu Jan 08, 2004 12:53 pm
Location: Poland

  • Quote

Post by fallow » Sat Mar 12, 2005 6:48 am

MyrddinEmrys wrote:

Code: Select all

#
# using defaults found in .config
#
.config:1254: symbol value '' invalid for USB_HID_MOUSE_POLLING_INTERVAL
make[1]: *** [menuconfig] Error 1
make: *** [menuconfig] Error 2
any1 has a clue ? help will be apreciated =)
Archangel1 wrote: Or it may well be easier to edit .config, and find the USB_HID_MOUSE_POLLING_INTERVAL line, and change it to "CONFIG_USB_HID_MOUSE_POLLING_INTERVAL=2".
Lunchy: Note that it's the polling interval, not the polling rate. Hence a value of 2 gives 500Hz polling - when you entered 1000 it would have been checking once a second. Your mouse probably got totally bored/confused and stopped bothering at that point :-)
EXACTLY :)

about NVIDIA 7167 - I`m on it now - working fine with love2 :) (in portage).

cheers.
Last edited by fallow on Sat Mar 12, 2005 6:49 am, edited 1 time in total.
"Time is a companion that goes with us on a journey. It reminds us to cherish each moment, because it will never come again. What we leave behind is not as important as how we have lived" J-L. Picard ;)
Top
rmh3093
Advocate
Advocate
User avatar
Posts: 2138
Joined: Wed Aug 06, 2003 10:36 pm
Location: Albany, NY

  • Quote

Post by rmh3093 » Sat Mar 12, 2005 6:49 am

i wonder if it will work with the bk-agp
Do not meddle in the affairs of wizards, for they are subtle and quick to anger.
Top
ashtophet
Guru
Guru
User avatar
Posts: 397
Joined: Sun Aug 08, 2004 11:16 am

  • Quote

Post by ashtophet » Sat Mar 12, 2005 8:45 am

elocal wrote:I this kernel uncompatible with nvidia drivers 1.0.7167? I cant seem to get X started with nvidia-kernel 1.0.7167, it works fine with 1.0.6629.
Here also working, with nvagp.

cheers
Top
fallow
Bodhisattva
Bodhisattva
User avatar
Posts: 2208
Joined: Thu Jan 08, 2004 12:53 pm
Location: Poland

  • Quote

Post by fallow » Sat Mar 12, 2005 9:22 am

galiza_ceive wrote:
elocal wrote:I this kernel uncompatible with nvidia drivers 1.0.7167? I cant seem to get X started with nvidia-kernel 1.0.7167, it works fine with 1.0.6629.
Here also working, with nvagp.

cheers
yeap , here also with nvagp

Code: Select all

# cat /proc/driver/nvidia/version 
NVRM version: NVIDIA Linux x86 NVIDIA Kernel Module  1.0-7167  Fri Feb 25 09:08:22 PST 2005
GCC version:  gcc version 3.4.3 20050110 (Gentoo Linux 3.4.3.20050110, ssp-3.4.3.20050110-0, pie-8.7.7)

# cat /proc/driver/nvidia/agp/status 
Status:          Enabled
Driver:          NVIDIA
AGP Rate:        4x
Fast Writes:     Enabled
SBA:             Enabled

#cat /etc/X11/xorg.conf | grep NvAGP
    Option "NvAGP" "1"
cheers :)
"Time is a companion that goes with us on a journey. It reminds us to cherish each moment, because it will never come again. What we leave behind is not as important as how we have lived" J-L. Picard ;)
Top
WladyX
Guru
Guru
User avatar
Posts: 503
Joined: Thu Nov 25, 2004 4:17 pm
Location: Romania
Contact:
Contact WladyX
Website

  • Quote

Post by WladyX » Sat Mar 12, 2005 11:08 am

make mrproper and it will work.
We are not alone.
Top
Naib
Watchman
Watchman
User avatar
Posts: 6101
Joined: Fri May 21, 2004 9:42 pm
Location: Removed by Neddy
Contact:
Contact Naib
Website

  • Quote

Post by Naib » Sat Mar 12, 2005 12:57 pm

mmm still laggy. I have re-compiled and turned things off.

Going back to r4-love1 for now
#define HelloWorld int
#define Int main()
#define Return printf
#define Print return
#include <stdio>
HelloWorld Int {
Return("Hello, world!\n");
Print 0;
Top
MyrddinEmrys
n00b
n00b
User avatar
Posts: 30
Joined: Tue Aug 03, 2004 9:28 pm
Location: Portugal

  • Quote

Post by MyrddinEmrys » Sat Mar 12, 2005 2:29 pm

I really seem to be having a bad Gentoo day... I compiled the kernel, edited lilo, rebooted... everything loaded fine, no errors... BUT...
X seems to simply freeze while starting... I just see a black screen and it goes nowhere from there on...

The weirdest part is that it now happens to both my kernels :| (I kept the love1 just in case... yeah, right...)

any1 had a similar problem ? maybe some file got tempered with when it wasen't supposed to ?
There are 10 different types of persons... those who know binarie, and those who don't
Top
Gentoonie
Apprentice
Apprentice
User avatar
Posts: 205
Joined: Tue Apr 06, 2004 1:23 pm
Location: near Munich | Bavaria | Germany
Contact:
Contact Gentoonie
Website

  • Quote

Post by Gentoonie » Sat Mar 12, 2005 2:37 pm

elocal wrote:I this kernel uncompatible with nvidia drivers 1.0.7167? I cant seem to get X started with nvidia-kernel 1.0.7167, it works fine with 1.0.6629.
I got it working with love2, so its not incompatible :)
Do you know the secret hand shake - you best use it.

GCC 4, Kernel 2.6.14-ck7, NPTL
Top
mirko_3
l33t
l33t
User avatar
Posts: 605
Joined: Sun Nov 02, 2003 4:14 pm
Location: Birreria

  • Quote

Post by mirko_3 » Sat Mar 12, 2005 3:05 pm

Ok, I noticed one thing that changed since love1: when switching resolutions, my lcd has a 4-5 second delay, with the message "No Signal", before the image reappears. Any hints? Some change in -mm?
Non fa male! Non fa male!
Top
DrWoland
l33t
l33t
User avatar
Posts: 603
Joined: Sat Nov 13, 2004 10:06 pm

  • Quote

Post by DrWoland » Sat Mar 12, 2005 4:45 pm

Doing my emerge -uDv world now, nvidia 7*** is in there, we'll see how it works out.
I'm not a Guru, I just ask a lot of questions.
Top
dhaemon
n00b
n00b
Posts: 18
Joined: Sun Feb 06, 2005 3:58 pm

Love-sources AMD64 Friendly

  • Quote

Post by dhaemon » Sat Mar 12, 2005 5:32 pm

:D
I've been testing love-sources a bit... To test it's stability I put it through everyday use: running "emerge world" along side a 700mb movie, with skype, |with apache2, mysql, postfix, courier-imap|(remotly used by my friends), with, amule, with firefox and on top of it all; cube...
And from what I see: On my Athlon 64 3500+(full 64bit environment) nothing crashed. The runnig speed was more than acceptable. Believe me! :D
I checked my /var/log/messages, nothing to report.

Linux-2.6.11-love2 is AMD64 friendly (to me).
Top
dhaemon
n00b
n00b
Posts: 18
Joined: Sun Feb 06, 2005 3:58 pm

Re: 2.6.11-love2 aka "The Time is Now"

  • Quote

Post by dhaemon » Sat Mar 12, 2005 5:45 pm

fallow wrote: Also update from gen4nicksched 0.02 to 0.03 is availabe here : http://vivid.dat.pl/fallow/pub/love-sou ... to-03.diff . You can now select range of Base_Timeslice . Std in love2 was a 4-256 , If You want better interactivity - choose 4-128 for example :) and thanks to RMH3093 for the idea of additional selection
I'm a bit confused...
Is switching to the new version(if it is) really beneficial?
Does increasing interactivity mean decreasing overall speed(as always)?

Thanks for reading
Top
borkdox
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 123
Joined: Fri Jan 16, 2004 8:14 pm
Contact:
Contact borkdox
Website

  • Quote

Post by borkdox » Sat Mar 12, 2005 6:55 pm

Gentoonie wrote:
elocal wrote:I this kernel uncompatible with nvidia drivers 1.0.7167? I cant seem to get X started with nvidia-kernel 1.0.7167, it works fine with 1.0.6629.
I got it working with love2, so its not incompatible :)
I finally managed to get X started with it. But now I dont have AGP acceleration disabled. I disabled AGPGART in the kernel, so I am trying to use NVAGP.

Code: Select all

elocal@gentux64 ~ $ cat /proc/driver/nvidia/agp/status
Status:          Disabled

AGP initialization failed, please check the ouput
of the 'dmesg' command and/or your system log file
for additional information on this problem.
There is no error in dmesg or Xorg.0.log .

Any idea of what the problem is?

EDIT1:
just FYI I am running AMD64, 64bit mode, chipset is a VIA K8T800.
Top
DrWoland
l33t
l33t
User avatar
Posts: 603
Joined: Sat Nov 13, 2004 10:06 pm

  • Quote

Post by DrWoland » Sat Mar 12, 2005 7:03 pm

elocal wrote:
Gentoonie wrote:
elocal wrote:I this kernel uncompatible with nvidia drivers 1.0.7167? I cant seem to get X started with nvidia-kernel 1.0.7167, it works fine with 1.0.6629.
I got it working with love2, so its not incompatible :)
I finally managed to get X started with it. But now I dont have AGP acceleration disabled. I disabled AGPGART in the kernel, so I am trying to use NVAGP.

Code: Select all

elocal@gentux64 ~ $ cat /proc/driver/nvidia/agp/status
Status:          Disabled

AGP initialization failed, please check the ouput
of the 'dmesg' command and/or your system log file
for additional information on this problem.
There is no error in dmesg or Xorg.0.log .

Any idea of what the problem is?

EDIT1:
just FYI I am running AMD64, 64bit mode, chipset is a VIA K8T800.
... do dmesg|less and scroll through there till you get to nvidia.
Hopefuly, you have a system logger enabled, so check /var/log/messages next.
I'm not a Guru, I just ask a lot of questions.
Top
borkdox
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 123
Joined: Fri Jan 16, 2004 8:14 pm
Contact:
Contact borkdox
Website

  • Quote

Post by borkdox » Sat Mar 12, 2005 7:15 pm

I just compiled AGPGART in the kernel, recompiled nvidia-kerne, and use AGPGART instead of NVAGP, its working.

I suppose there is no difference in performance between AGPGART and NVAGP, is there?

Because I am getting with these drivers, compared with the 6629, only a 10 fps increase in glxgears(dont laugh at this bech...).

My card is an 6600GT AGP8x I get 6515FPS in glxgears.

Regards.......
Top
WladyX
Guru
Guru
User avatar
Posts: 503
Joined: Thu Nov 25, 2004 4:17 pm
Location: Romania
Contact:
Contact WladyX
Website

  • Quote

Post by WladyX » Sat Mar 12, 2005 7:21 pm

There can be differences between the agp module used, i have the same card and it gives me around the same fps as yours.
We are not alone.
Top
Mafteah
Apprentice
Apprentice
User avatar
Posts: 265
Joined: Fri May 30, 2003 2:15 pm
Location: IL
Contact:
Contact Mafteah
Website

  • Quote

Post by Mafteah » Sat Mar 12, 2005 10:33 pm

1) To fix oops with usb I need to unset CONFIG_GENETIC_IOSCHED_AS ?
2) What is better NVAGP or AGPGART ?
http://www.mafteah.co.il
Top
Legoguy
Apprentice
Apprentice
User avatar
Posts: 166
Joined: Mon Dec 22, 2003 3:35 am
Location: Edmonton, Alberta, Canada
Contact:
Contact Legoguy
Website

  • Quote

Post by Legoguy » Sun Mar 13, 2005 6:20 am

elocal wrote:I just compiled AGPGART in the kernel, recompiled nvidia-kerne, and use AGPGART instead of NVAGP, its working.

I suppose there is no difference in performance between AGPGART and NVAGP, is there?

Because I am getting with these drivers, compared with the 6629, only a 10 fps increase in glxgears(dont laugh at this bech...).

My card is an 6600GT AGP8x I get 6515FPS in glxgears.

Regards.......
Heh. Using 6629 drivers with a GeForce FX 5900, I get 6893.4 FPS.
Is it really possible that my card is faster than yours? Or is yours just bottlenecked by your CPU?

Checking with 7167 drivers now.

[edit]

Heh, cool - 7760.400 FPS with 7167.
Top
fallow
Bodhisattva
Bodhisattva
User avatar
Posts: 2208
Joined: Thu Jan 08, 2004 12:53 pm
Location: Poland

  • Quote

Post by fallow » Sun Mar 13, 2005 12:36 pm

dhaemon wrote: I'm a bit confused...
Is switching to the new version(if it is) really beneficial?
Does increasing interactivity mean decreasing overall speed(as always)?
Thanks for reading
the lower base_timeslice benefit can be greater than other things decrese.
however with genetic nicksched base_timeslice is fluctuating all the time , so the different is less than with static timeslice. Now is possibility to choose, just try and then choose better range for U :) I`m using 4-128 now.
Mafteah wrote:1) To fix oops with usb I need to unset CONFIG_GENETIC_IOSCHED_AS ?
2) What is better NVAGP or AGPGART ?
ad1) EXACTLY :) , Genetic Nicksched is safe.
ad2) With 6629 I don`t saw the difference beetwen agpgart and nvagp ( also with benchmarks) with 7167 without fixes NVAGP is better , but with latest fixes ( r1 from portage ) I also don`t see the difference. However I backed to the 6629 because I have freezes with 7167 and composite. with 6629 everything is ok . I have nv answer that my card can be ...too old :( -> Geforce 2 GTS ...

cheers.
"Time is a companion that goes with us on a journey. It reminds us to cherish each moment, because it will never come again. What we leave behind is not as important as how we have lived" J-L. Picard ;)
Top
Mafteah
Apprentice
Apprentice
User avatar
Posts: 265
Joined: Fri May 30, 2003 2:15 pm
Location: IL
Contact:
Contact Mafteah
Website

  • Quote

Post by Mafteah » Sun Mar 13, 2005 1:14 pm

Code: Select all

$ uname -a
Linux noisy 2.6.11-love2 #1 Sun Mar 13 15:05:25 IST 2005 i686 AMD Athlon(tm)  AuthenticAMD GNU/Linux

$ cat /proc/driver/nvidia/version
NVRM version: NVIDIA Linux x86 NVIDIA Kernel Module  1.0-7167  Fri Feb 25 09:08:22 PST 2005
GCC version:  gcc version 3.4.3-20050110 (Gentoo Linux 3.4.3.20050110, ssp-3.4.3.20050110-0, pie-8.7.7)

$ cat /proc/driver/nvidia/agp/status
Status:          Enabled
Driver:          NVIDIA
AGP Rate:        4x
Fast Writes:     Disabled
SBA:             Disabled

$ glxgears
9421 frames in 5.0 seconds = 1884.200 FPS
10780 frames in 5.0 seconds = 2156.000 FPS
10780 frames in 5.0 seconds = 2156.000 FPS
10716 frames in 5.0 seconds = 2143.200 FPS
http://www.mafteah.co.il
Top
Post Reply

181 posts
  • Page 4 of 8
    • Jump to page:
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • …
  • 8
  • Next

Return to “Unsupported Software”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic