Results 11 to 14 of 14
i just type modprobe -v nvidia as root... (after typing it, it just came back to the prompt) here are SOME of the output of my Xorg.conf.log:
************************************************** ***************************
(II) ...
- 03-17-2006 #11Linux Newbie
- Join Date
- Nov 2005
- Location
- Philippines
- Posts
- 198
i just type modprobe -v nvidia as root... (after typing it, it just came back to the prompt) here are SOME of the output of my Xorg.conf.log:
************************************************** ***************************
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.8178
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "nvidia"
(II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.8178
Module class: XFree86 Video DriverP4 1.8, 1G DDR ram, 64mb GF2 MX400, 80G WD and 40G Maxtor, ECS mobo. Playing XP,Slack 12.0 and Vector Linux 5.8 GOLD, STD 6.0 Zenwalk 4.6.1, OpenBSD 3.9
- 03-17-2006 #12If you forgot to type modprobe nvidia, try it now as root then try to start your X Windows.
Originally Posted by icedtea Registered Linux user #270181
TechieMoe's Tech Rants
- 03-17-2006 #13Just Joined!
- Join Date
- Jul 2005
- Location
- .nl
- Posts
- 70
Hello, not exactly sure what your problem is but I wanted to give you my xorg.conf anyway. (Graphics card belongs to same catagory >> Geforce2 MX400/200)
I've made my own xorg.conf file (learned a lot while doing so):
You also may have to change the ModulePath, RgbPath and FontPath at least, if your using the latest Xorg(7) implementation.Code:# Custom X configuration file made by rob on Mon Mar 4 # Modified: - Files, Modules and Input # - Serverflags # - Monitor # - Graphics Card Layout # ####################################################### Section "ServerFlags" Option "DefaultServerLayout" "Monitor" EndSection ###################################################### # Files, Modules and Input ###################################################### Section "Files" RgbPath "/usr/share/X11/rgb" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/75dpi" FontPath "/usr/share/fonts/100dpi" FontPath "/usr/share/fonts/OTF FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/TTF" FontPath "/usr/share/fonts/cyrillic" EndSection Section "Module" Load "ddc" # ddc probing of monitor Load "bitmap" # bitmap-fonts Load "dbe" Load "extmod" Load "glx" Load "type1" Load "freetype" EndSection Section "InputDevice" Identifier "Wireless Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbOptions" "compose:ralt" EndSection Section "InputDevice" Identifier "USB Mouse" Driver "mouse" Option "Device" "/dev/input/mice" Option "SendCoreEvents" "true" Option "Protocol" "IMPS/2" Option "ZAxisMapping" "4 5" Option "Buttons" "3" Option "ChordMiddle" EndSection ############################################################## # Monitor ############################################################# # Settings for Samsung SyncMaster 171s # Optimum resolution: 1280x1024 @ 60 Hz # Maximum Resolution: 1280x1024 @ 76 Hz # Hsync should be: 30.0 - 81.0 # Vsync should be: 56.0 - 76.0 # Video Card: Asus V7100M-LP Geforce2 Mx200 rev. 1.00 # Using nvidia graphics driver from 'extra' repo Section "Monitor" Identifier "Samsung SyncMaster 171s" Modelname "Samsung SyncMaster 171s" HorizSync 30-81 VertRefresh 56-76 Option "DPMS" EndSection ######################################################## # Monitor 'Nvidia Graphics Card' Layout ######################################################## Section "Device" Identifier "Geforce2 MX400/200" Option "RenderAccel" "true" Option "AllowGLXWithComposite" "true" Option "NoDDC" "false" Option "NoLogo" "true" Option "nvAGP" "1" Driver "nvidia" VendorName "nVIDIA Corporation" BoardName "All" EndSection Section "Screen" Identifier "NV Monitor" Device "Geforce2 MX400/200" Monitor "Samsung SyncMaster 171s" DefaultDepth 16 SubSection "Display" Viewport 0 0 Depth 16 Modes "1280x1024" "1024x768" "800x600" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Monitor" Screen "NV Monitor" 0 0 InputDevice "Wireless Keyboard" "CoreKeyboard" InputDevice "USB Mouse" "CorePointer" EndSection
please note that you can't just copy and paste this config file. Every computer is unique.
- 03-18-2006 #14Linux Newbie
- Join Date
- Nov 2005
- Location
- Philippines
- Posts
- 198
here is my xorg.
************************************************** ************************
Section "ServerLayout"
# "SendCoreEvents".
Identifier "Simple Layout"
Screen "Screen 1" 0 0
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "Files"
The module search path. The default path is shown here.
# ModulePath "/usr/X11R6/lib/modules"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/"
EndSection
Section "Module"
# This loads the DBE extension module.
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
# This loads the font modules
# This loads the GLX module
# Load "dri"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
# Load "speedo"
Load "freetype"
# Load "xtt"
Load "glx"
# This loads the DRI module
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
Option "XkbRules" "xorg"
Option "XkbModel" "pc101"
Option "XkbLayout" "us"
EndSection
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
# Mouse-speed setting for PS/2 mouse.
EndSection
Section "Monitor"
Identifier "AOC"
HorizSync 31.5 - 50.0
VertRefresh 40.0 - 90.0
EndSection
Section "Device"
#VideoRam 65536
# Insert Clocks lines here if appropriate
Identifier "gforce"
Driver "nvidia"
Option "NvAGP" "3"
Option "NoLogo" "on"
EndSection
Section "Screen"
Identifier "Screen 1"
Device "gforce"
Monitor "AOC"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
************************************************** ***************************
u can give ur comments, so i can study the possible changes....P4 1.8, 1G DDR ram, 64mb GF2 MX400, 80G WD and 40G Maxtor, ECS mobo. Playing XP,Slack 12.0 and Vector Linux 5.8 GOLD, STD 6.0 Zenwalk 4.6.1, OpenBSD 3.9


Reply With Quote
