Nvidia Configuration
#1
Posted 18 July 2003 - 08:39 PM
I am new to linux so forgive me if this a dumb question. Nvidia was set up on my Redhat system and was working then something happened. Now when I boot I see everything on both of my monitors until the point where it goes to the gui login then it changes to one monitor.- arg .. Can anyone tell me how to correct this problem??
#2
Posted 19 July 2003 - 11:39 AM
Seems extremely strange. Two things though. U would do well to list atleast the relevant hardware ( video card, monitor, etc. ) and two, probably re-installing ur graphics driver ( hope ur using the latest one version 4363 ).
If that doesnt help maybe a glance thru the readme or head over to www.nvnews.net or www.nforceHQ.com
Sorry I couldnt be more helpful. Luck with UR stuff.
See ya,
madmax.
#3
Posted 21 July 2003 - 08:24 AM
#4
Posted 21 July 2003 - 05:29 PM
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "DevInputMice" "AlwaysCore"
EndSection
Section "Files"
# RgbPath is the location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
#
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
Section "InputDevice"
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
Identifier "DevInputMice"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Visual Sensa"
DisplaySize 350 260
HorizSync 30.0 - 95.0
VertRefresh 50.0 - 160.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce 4 MX (generic)"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600"
"640x480"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
OK I am really new to linux can you tell me how to get the other information you requested?
Thanks,
Michelle
#5
Posted 21 July 2003 - 05:35 PM
NFORCE2: chipset revision 162
NFORCE2: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA
ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA
i810: NVIDIA nForce Audio found at IO 0xdc00 and 0xd800, MEM 0x0000 and 0x0000,
19:00:02 PST 2003
i810: NVIDIA nForce Audio found at IO 0xdc00 and 0xd800, MEM 0x0000 and 0x0000,
IRQ 5
i810_audio: Audio Controller supports 6 channels.
#6
Posted 21 July 2003 - 07:35 PM
cat /roc/driver/nvidia/version
this will show driver version here is mine as an example.
bash-2.05b$ cat /proc/driver/nvidia/version NVRM version: NVIDIA Linux x86 NVdriver Kernel Module 1.0-3123 Tue Aug 27 15:56:48 PDT 2002 GCC version: gcc version 3.2.2
the driver version is in this case 3123
At a quick glance at your XF86Config-4 you are missing a line in the "Device" section.
Option "TwinView"
You are also missing the config of your second monitor.
Configuring XF86Config by hand is hard for those with little experience.
I advise you to install a program called "yanc"
http://yanc.sourceforge.net/index-en.html
Its a grafical interface for configuring the XF86Config-4 file, very intuitive.
Once you have this file properly configured I advise that you do 2 things.
first make the file read only by typing as root
chmod 444 /etc/X11/XF86Config-4
and secondly make a security copy of it on a disk.
I last piece of advice NEVER NEVER execute Xfree as root.
#7
Posted 21 July 2003 - 07:57 PM
Also Thank You very much for all your help
#8
Posted 21 July 2003 - 08:58 PM
Well I am closer -- I do have a twin view but the functionalty is not what I expected.. It shows my desk top on both screens but it use to let me use the second screen as additional works space Ex I could open a terminal window and drag it to my second monitor and have my email up on my first monitor.
Any thoughts??
Thanks,
Mcihelle
#9
Posted 21 July 2003 - 11:32 PM
Option"TwinViewOrientation" "LeftOf"
As far as the Meta mode goes add:-
1280x1024, 1280x1024 (if you are using 19" monitors).
1024x768, 1024x768 (if you are using 17" monitors).
So in Yanc > MetaModes
Values for the 1st monitor
1280x1024 @ 1024x768
Value for 2nd monitor
1280x1024 @ 1024x768
please read README ftp://download.nvidia.com/XFree86/Linux-x86/1.0-4363/README.txt
#10
Posted 22 July 2003 - 01:08 AM
# XFree86 4 configuration created by redhat-config-xfree86
Section "ServerLayout"
Identifier "D# XFree86 4 configuration created by redhat-config-xfree86
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "DevInputMice" "AlwaysCore"
EndSection
Section "Files"
# RgbPath is the location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"efault Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "DevInputMice" "AlwaysCore"
EndSection
Section "Files"
# RgbPath is the location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
#
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
Section "InputDevice"
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
Identifier "DevInputMice"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Visual Sensa"
DisplaySize 350 260
HorizSync 30.0 - 95.0
VertRefresh 50.0 - 160.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce 4 MX (generic)"
Option "TwinView"
Option "TwinViewOrientation" "Leftof"
Option "NvAGP" "1"
Option "CursorShadow" "1"
Option "DigitalVibrance" "94"
Option "TwinView" "1"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
Option "TVStandard" "NTSC-M"
Option "MetaModes" "1280x1024 @1280x1024,600x600 @600x600;1280x1024@1280x1024,800x600@800x600"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600"
"640x480"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
#11
Posted 22 July 2003 - 07:59 AM
try in:-
Yanc > MetaModes
Values for 1st monitor
1024x768 @ 800x600
Values for 2nd monitor
800x600 @ 640x480
Edit
This is a config that I have tryed and works with a 19" monitor and a tv
Section "Device"
Identifier "device1"
VendorName "NVidia"
BoardName "NVIDIA GeForce (fbdev)"
Driver "nvidia"
Option "DPMS"
Option "TwinView"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
Option "MetaModes" "1280x1024 @1280x1024, 800x600 @800x600"
Option "TVStandard" "PAL-B"
Option "TwinViewOrientation" "LeftOf"
Option "NoLogo" "1"
EndSection
#12
Posted 22 July 2003 - 04:37 PM
My second monitor is a Magview looks like 15inch listed as VM700E Model 772 100-240v 60/50hz on the back.
Have to try this one later.
I can not thank you for all your help.. this one just makes working hard the two monitors were great when they were working.
Thanks,
Michelle

Help










