Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
09-10-2004, 05:31 PM
|
#1
|
LQ Newbie
Registered: Aug 2004
Location: CA
Posts: 17
Rep:
|
I have an onboard AGP, but want to use my nVidia card in my AGP slot. xorg.conf help
Okay, I have an onboard SiS AGP, and I also have an nVidia GeForce2 32mb VGA AGP. I believe that my computer is using the onboard AGP, because whenever I change the driver from "vesa" to "nvidia" in xorg.conf, X won't start up, and I need to replace my xorg.conf with a backup.
Load "dri" doesn't exist and neither does
Load "GLcore" or whatever it's called.
What am I supposed to do to get the nvidia drivers to work? How can I disable the onboard AGP, or make the nvidia AGP my primary AGP? Thank you for you time.
|
|
|
09-10-2004, 07:08 PM
|
#2
|
Member
Registered: Mar 2004
Posts: 519
Rep:
|
Are you able to disable the onboard video in the Bios? Once you've done this, the computer should use your AGP card exclusively.
Once you've done that, rerun xorgconfig (as root) and answer the questions, configuring it for the generic Nvidia cards - you can then edit the generate xorg.conf to load Nvidia's driver.
|
|
|
09-10-2004, 07:20 PM
|
#3
|
Senior Member
Registered: Aug 2003
Location: Birkenhead/Britain
Distribution: Linux From Scratch
Posts: 2,073
Rep:
|
Xorg -configure didn't work very well for me but it did give me some pointers which enabled me to edit my old XF86Config and rename it xorg.conf. If it's any help, this works with my Nvidia GeForce FX 5200
Code:
Section "Module"
Load "dbe"
Load "type1"
Load "freetype"
Load "glx"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "ServerFlags"
Option "BlankTime" "0"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbModel" "pc105"
Option "XkbLayout" "gb"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "SDM-S71R"
HorizSync 32.0 - 65.0
VertRefresh 50-65
EndSection
Section "Device"
Identifier "GeForce FX 5200"
Driver "nvidia"
Option "NoLogo" "TRUE"
Option "RenderAccel" "TRUE"
Option "UseEdidFreqs" "TRUE"
EndSection
Section "Screen"
Identifier "Screen 1"
Device "GeForce FX 5200"
Monitor "SDM-S71R"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1280x1024"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
|
|
|
09-11-2004, 03:18 AM
|
#4
|
LQ Newbie
Registered: Aug 2004
Location: CA
Posts: 17
Original Poster
Rep:
|
In windows, I'm able to use both of my video cards simultaneously, giving me a total of 64mb of RAM, is it possible for this to happen in linux also? If not, basically I would have to change my BIOS settings everytime I changed between OSs. This seems kind of like a hassle, is there any other way to do this so I don't need to constantly change BIOS settings?
|
|
|
09-11-2004, 03:34 AM
|
#5
|
Member
Registered: Jul 2004
Location: [jax][fl][usa]
Distribution: Slackware64-current
Posts: 796
Rep:
|
try just putting the info for the card you want to use in xorg.conf
along with its BusID (eg: BusID "PCI:1:0:0")
|
|
|
09-11-2004, 04:02 AM
|
#6
|
Member
Registered: Jul 2004
Distribution: OpenSuse 10.x
Posts: 262
Rep:
|
Quote:
Originally posted by LordRaven
(1) In windows, I'm able to use both of my video cards simultaneously, (2) giving me a total of 64mb of RAM
|
1. Makes sence.
2. Is complete googliemooglie. Enabling on-board vid cards always TAKES AWAY your RAM. < Bad for performance.
Do you really use 2 monitors in Windows?
- If you dont, turn that on-board off for good.
- If you do, use that PCI assignment trick posed above.
If you also want 2 monitors (driven by 2 different vid cards) under linux - look for "dual head", not Xinerama.
|
|
|
09-11-2004, 04:37 AM
|
#7
|
LQ Newbie
Registered: Aug 2004
Location: CA
Posts: 17
Original Poster
Rep:
|
I was able to get it to work just fine by running the xorgconfig command. My mousewheel still doesn't work though... I have a USB Mircrosoft Intellimouse... witht the little green adapter that allows me to plug it into my PS2 mouse port. Is that considered a PS2 Intellimouse? None of my extra buttons work, cept for pressing my mousewheel, which does something weird, it apparently takes me to my homepage or something, not sure yet...
when I click it in this textbox it gives me this:
extrahttp://www.google.com/http://www.google.com/http://www.google.com/
what the heck is my mouse doing?
|
|
|
09-11-2004, 04:41 AM
|
#8
|
LQ Newbie
Registered: Aug 2004
Location: CA
Posts: 17
Original Poster
Rep:
|
I think I've found out what it does... It kind of pastes urls that I've copied.... and if I click it on a page, then it loads the url... I've never seen a mouse button do that before. Can anyone help me fix my mouse?
|
|
|
09-11-2004, 05:07 AM
|
#9
|
Senior Member
Registered: Jul 2004
Distribution: Slackware
Posts: 2,140
|
Post the relevant lines of your xorg.conf for your mouse please
|
|
|
09-11-2004, 05:19 AM
|
#10
|
Member
Registered: Mar 2004
Posts: 519
Rep:
|
Quote:
Originally posted by LordRaven
cept for pressing my mousewheel, which does something weird
|
Goto: about :config
Set middlemouse.contentLoadURL --> False (This will disable --> Homepage)
Set middlemouse.paste --> False (This will disable pasting in text box with middle mouse)
(This is all assuming you're in Moz / FFox)
Last edited by SBing; 09-11-2004 at 05:21 AM.
|
|
|
09-13-2004, 11:21 PM
|
#11
|
LQ Newbie
Registered: Aug 2004
Location: CA
Posts: 17
Original Poster
Rep:
|
what does the Goto: about: config mean?
also, my xorg.conf file looks like this:
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
# Mouse-speed setting for PS/2 mouse.
# Option "Resolution" "256"
# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.
# Option "Protocol" "Xqueue"
# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.
# Option "BaudRate" "9600"
# Option "SampleRate" "150"
# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"
# ChordMiddle is an option for some 3-button Logitech mice
# Option "ChordMiddle"
EndSection
# **********************************************************************
# Other input device sections
# this is optional and is required only if you
# are using extended input devices. This is for example only. Refer
# to the XF86Config man page for a description of the options.
# **********************************************************************
#
# Section "InputDevice"
# Identifier "Mouse2"
# Driver "mouse"
# Option "Protocol" "MouseMan"
# Option "Device" "/dev/mouse2"
# EndSection
#
# Section "InputDevice"
# Identifier "spaceball"
# Driver "magellan"
# Option "Device" "/dev/cua0"
# EndSection
#
# Section "InputDevice"
# Identifier "spaceball2"
# Driver "spaceorb"
# Option "Device" "/dev/cua0"
# EndSection
#
# Section "InputDevice"
# Identifier "touchscreen0"
# Driver "microtouch"
# Option "Device" "/dev/ttyS0"
# Option "MinX" "1412"
# Option "MaxX" "15184"
# Option "MinY" "15372"
# Option "MaxY" "1230"
# Option "ScreenNumber" "0"
# Option "ReportingMode" "Scaled"
# Option "ButtonNumber" "1"
# Option "SendCoreEvents"
# EndSection
#
# Section "InputDevice"
# Identifier "touchscreen1"
# Driver "elo2300"
# Option "Device" "/dev/ttyS0"
# Option "MinX" "231"
# Option "MaxX" "3868"
# Option "MinY" "3858"
# Option "MaxY" "272"
# Option "ScreenNumber" "0"
# Option "ReportingMode" "Scaled"
# Option "ButtonThreshold" "17"
# Option "ButtonNumber" "1"
# Option "SendCoreEvents"
# EndSection
|
|
|
09-14-2004, 03:19 PM
|
#12
|
Member
Registered: Jul 2004
Location: [jax][fl][usa]
Distribution: Slackware64-current
Posts: 796
Rep:
|
Quote:
what does the Goto: about: config mean?
|
just figured this out myself
type "about :config" in your browser's location bar
|
|
|
09-15-2004, 07:22 AM
|
#13
|
Member
Registered: Dec 2002
Location: California
Distribution: Slackware & LFS
Posts: 799
Rep:
|
Edit your xorg.conf file to add these lines:
Code:
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
just below where you see:
Code:
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
Then change the following line:
Code:
Option "Emulate3Buttons"
to
Code:
Option "Emulate3Buttons" "false"
And get in the habit of using the 'search' function here in the forum. The scroll mouse question is the most asked (and most annoying) question in this forum. If you search, chances are you'll get an answer more quickly, and the forum won't be clogged up with several threads asking the same question, which will in turn make the search work more effectively.
Enjoy!
--- Cerbere
|
|
|
09-15-2004, 12:06 PM
|
#14
|
Member
Registered: Jul 2004
Location: [jax][fl][usa]
Distribution: Slackware64-current
Posts: 796
Rep:
|
Option "Emulate3Buttons" "false"
i have had this in my config for a long time,
but it never turned the scroll button off.
using intellimouse 5 button on serial.
it did turn the emulation off
button1 + button2 != button3
|
|
|
09-16-2004, 01:27 AM
|
#15
|
Member
Registered: Dec 2002
Location: California
Distribution: Slackware & LFS
Posts: 799
Rep:
|
Quote:
Originally posted by kodon
Option "Emulate3Buttons" "false"
i have had this in my config for a long time,
but it never turned the scroll button off.
using intellimouse 5 button on serial.
it did turn the emulation off
button1 + button2 != button3
|
That's all it's supposed to do. SBing already gave the fix for disabling the middle-button paste for Mozilla/Firefox in post #10.
Don't know why you'd want to disable it altogether, but you could do that by changing the 'protocol' back to PS/2.
Enjoy!
--- Cerbere
|
|
|
All times are GMT -5. The time now is 07:41 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|