Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] nit picking a new install
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
antiNeo
n00b
n00b


Joined: 15 Aug 2005
Posts: 26

PostPosted: Sat Aug 20, 2005 1:58 pm    Post subject: [solved] nit picking a new install Reply with quote

As with any new install, I have to do a little nit picking to be at home with the OS. I am a little obsessive-compulsive when it comes to my desktop, so this is sorta important. ;)

1. I can't get sound to work, at all. I have an nforce 2 chipset, and I am (trying) to use the nvsound module for the driver. All I have done so far is add 'alias sound-slot0 nvsound' to modprobe.conf, as the instructions for the module go. Plus, KDE keeps telling me it is using the 'null sound driver'.

2. Scroll wheel doesn't work. I'm sure the solution is pretty simple...

3. Every once in a while (not very often) the cursor goes crazy and jumps to the sides of the screen repeatedly, making it impossible to use it. I't seems like it does this for no reason at all, just randomly.

EDIT: 4. I have no idea how to use my printer. (I am clueless when it comes to networking :roll:) The printer is just connected to my router, and so is my computer.


Last edited by antiNeo on Sun Aug 21, 2005 3:58 am; edited 1 time in total
Back to top
View user's profile Send private message
nixnut
Bodhisattva
Bodhisattva


Joined: 09 Apr 2004
Posts: 10974
Location: the dutch mountains

PostPosted: Sat Aug 20, 2005 2:12 pm    Post subject: Re: nit picking a new install Reply with quote

Quote:
1. I can't get sound to work, at all. I have an nforce 2 chipset, and I am (trying) to use the nvsound module for the driver. All I have done so far is add 'alias sound-slot0 nvsound' to modprobe.conf, as the instructions for the module go. Plus, KDE keeps telling me it is using the 'null sound driver'.

Have you read this? http://www.gentoo.org/doc/en/alsa-guide.xml

Quote:
2. Scroll wheel doesn't work. I'm sure the solution is pretty simple...

In xorg.conf you need to add the ZAxisMapping option.
Code:
Section "InputDevice"
    Identifier   "Mouse1"
    Driver   "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/input/mouse0"
    Option "ZAxisMapping" "4 5"
EndSection

To setup your mouse for using on the console read this: http://www.gentoo.org/doc/en/gpm.xml

Quote:
3. Every once in a while (not very often) the cursor goes crazy and jumps to the sides of the screen repeatedly, making it impossible to use it. I't seems like it does this for no reason at all, just randomly.
No idea, have you searched the forums yet?
_________________
Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered

talk is cheap. supply exceeds demand
Back to top
View user's profile Send private message
antiNeo
n00b
n00b


Joined: 15 Aug 2005
Posts: 26

PostPosted: Sat Aug 20, 2005 8:12 pm    Post subject: Reply with quote

1: After following the also configuration guide, I got sound to work, but the kernel provided alsa module for nforce is HORRID! It sounds like I have $2 speakers from the background static and the sounds usually have a 2 second delay before they play. Is it possible to use the nVidia provided driver module, nvsound, for alsa? EDIT: I realize that nvsound is for OSS and that my sound will probably never be fixed :(

Also, I get something like this message at boot: FATAL: module snd_*** could not be found
and this at shutdown: Unloading ALSA Modules [ ! ! ]

2: It works now

3: I switched my mouse from PS/2 to USB, and it doesn't happen anymore. However, my cursor moves slower that I would like it to now. How would I speed it up?
Back to top
View user's profile Send private message
/carlito
Guru
Guru


Joined: 31 Dec 2004
Posts: 451
Location: Belgium

PostPosted: Sun Aug 21, 2005 4:45 pm    Post subject: Reply with quote

You should really use the i8x0 driver for your soundcard.
_________________

.O.
..O
OOO
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
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