Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Nvidia and Xorg are conspiring against me- SOLVED WOOHOO!
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
ballantrae
n00b
n00b


Joined: 28 Nov 2004
Posts: 33

PostPosted: Sun Dec 19, 2004 11:39 pm    Post subject: Nvidia and Xorg are conspiring against me- SOLVED WOOHOO! Reply with quote

Hi, I've been trying to set up Gentoo for the first time, and I'm running into trouble with my Nvidia driver.

I'm using a Dell Inspiron 8500, I emerged nvidia-glx-1.0.6111, and nvidia-kernel-1.0.6111-r3

First, it doesn't seem to set the defaultDepth to what I want, second, it doesn't register that I'm using a 3-button scrollwheel mouse. I'm sure this will be a piece of cake for most of you, but I am confused, and sad, yes.

I've read quite a few forumns and web sites on setting up my Xorg file, here is what I have

<b>note: I'm getting rid of the code I posted, cause it's unecessary</b>
xorg.conf:
Code:
:
SNIP


Xorg.0.log:
Code:

SNAP


The answers to all my questions were found at http://gentoo-wiki.com/Inspiron_8500

and a GREAT resource that explains stuff is at
http://ltswww.epfl.ch/~dsanta/resources/dell-i8500-linux
[/url]


Last edited by ballantrae on Mon Dec 20, 2004 9:03 am; edited 1 time in total
Back to top
View user's profile Send private message
maskedbishounen
n00b
n00b


Joined: 19 May 2004
Posts: 29
Location: Atlanta, GA (USA)

PostPosted: Sun Dec 19, 2004 11:50 pm    Post subject: Reply with quote

This part jumps out to me:
Code:
(--) Mouse0: PnP-detected protocol: "ExplorerPS/2"

You may want to try setting that for your protocol. Shouldn't hurt, if anything.

As for the number of buttons, you can also try defining the number. Here's what my config looks like:
Code:
Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        #Option     "Protocol" "auto"
        #Option     "Device" "/dev/mouse"
        Option "Protocol" "ExplorerPS/2"
        Option "Device" "/dev/usbmouse"
        Option "Buttons" "7"
        Option "ZAxisMapping" "6 7"
EndSection
Back to top
View user's profile Send private message
truekaiser
l33t
l33t


Joined: 05 Mar 2004
Posts: 801

PostPosted: Sun Dec 19, 2004 11:51 pm    Post subject: Reply with quote

no offence but are you sure you have a nvidia card in the laptop? my freind has a inspiron 8500 and it has a radeon m 9600.
Back to top
View user's profile Send private message
ballantrae
n00b
n00b


Joined: 28 Nov 2004
Posts: 33

PostPosted: Sun Dec 19, 2004 11:57 pm    Post subject: replies Reply with quote

Masked - thanks, I tried your suggestion:

Code:

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        #Option     "Protocol" "auto"
        #Option     "Device" "/dev/mouse"
        #Option     "Protocol" "IMPS/2"
        #Option     "ZAxisMapping" "4 5"
        Option      "Protocol" "ExplorerPS/2"
        Option      "Device"   "/dev/usbmouse"
        Option      "Buttons"  "7"
        Option      "ZAxisMapping" "6 7"
EndSection



nada.

2. TrueKaiser

No offense taken, but yup, it's Nvidia. I had another distro on here previously (note the word "again" in the topic section)

-ron
Back to top
View user's profile Send private message
truekaiser
l33t
l33t


Joined: 05 Mar 2004
Posts: 801

PostPosted: Mon Dec 20, 2004 1:04 am    Post subject: Reply with quote

have you tried useing nvidia's agpgart?
Back to top
View user's profile Send private message
ballantrae
n00b
n00b


Joined: 28 Nov 2004
Posts: 33

PostPosted: Mon Dec 20, 2004 1:41 am    Post subject: I'll give it a try Reply with quote

How do I use AGPART?

-ron
Back to top
View user's profile Send private message
truekaiser
l33t
l33t


Joined: 05 Mar 2004
Posts: 801

PostPosted: Mon Dec 20, 2004 1:54 am    Post subject: Re: I'll give it a try Reply with quote

ballantrae wrote:
How do I use AGPART?

-ron


Code:
#Option     "NvAGP"                 # <i>

uncomment(remove the #) and add this line to your device section's options. and replace (!) with a number. i forget the what number does what but you can look in the readme file for the driver for this.
Back to top
View user's profile Send private message
ballantrae
n00b
n00b


Joined: 28 Nov 2004
Posts: 33

PostPosted: Mon Dec 20, 2004 3:43 am    Post subject: not working - arrrgh Reply with quote

Looked up the readme, tried all the possible values - nothing, nada, zip.

So I have a stupid scrollwheel mouse that can't wheel, and an nvidia card that won't work on my default value of 16 bits!!!!!

SOMEONE HELP ME - AIIIIIIIIIIEEEE!!!


-ron
Back to top
View user's profile Send private message
Archangel1
Veteran
Veteran


Joined: 21 Apr 2004
Posts: 1212
Location: Work

PostPosted: Mon Dec 20, 2004 6:19 am    Post subject: Re: replies Reply with quote

ballantrae wrote:
Masked - thanks, I tried your suggestion:

Code:

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        #Option     "Protocol" "auto"
        #Option     "Device" "/dev/mouse"
        #Option     "Protocol" "IMPS/2"
        #Option     "ZAxisMapping" "4 5"
        Option      "Protocol" "ExplorerPS/2"
        Option      "Device"   "/dev/usbmouse"
        Option      "Buttons"  "7"
        Option      "ZAxisMapping" "6 7"
EndSection



nada.

If you're using a 3-button wheel mouse then Buttons "7" probably isn't a go.
Try ZAxisMapping "4 5" instead.
_________________
What are you, stupid?
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
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