You are not logged in.

#1 2008-06-04 04:56:59

F
Member
Registered: 2006-10-09
Posts: 322

Getting X Working [SOLVED]

edit2: Solved, the next few lines are just the last post to save you the trouble from scrolling down:
w00t. I got X working. Finally!

This is how to get X + nVidia to play nice (at least on my computer):

kernel: 2.6.24.4-1
nvidia:  169.12-2
nvidia-utils: 169.12-1

and then grab NVIDIA-Linux-x86-169.12-pkg1.run river from the Nvidia website: http://www.nvidia.com/object/linux_disp … 69.12.html

Run that script and everything works just like before!
Excellent.
--------------------------------------------------------------------------


Hey guys, I'm having trouble getting X to come up (via startx). I'm not really sure what the problem was, I did a pacman -Syu and now X starts yelling at me about NVidia drivers.

edit: I am in the video group. Also, X does not work for root either.

Here is some useful information:

# lspci | grep nVidia
01:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5200] (rev a1)
# lsmod | grep nvidia
nvidia               7816704  0 
i2c_core               19348  1 nvidia
agpgart                28244  3 nvidia,sis_agp,amd64_agp
# cat /etc/X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Wed Nov 14 17:10:54 PST 2007
 
# Settings for wacom eraser
# Settings for wacom cursor (mouse)
 
Section "ServerLayout"
 
 #Screen 0 "ATIScreen" 0 0
 #InputDevice "USB Mouse" "CorePointer"
 #InputDevice "Touchpad" "CorePointer"
 #InputDevice "Stylus" "CorePointer"
 #InputDevice "Eraser" "CorePointer"
 #InputDevice "Cursor" "CorePointer"
 #InputDevice "Serial Mouse" "CorePointer"
    Identifier     "XFree86 Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "PS/2 Mouse" "CorePointer"
EndSection
 
Section "Files"
 
# Xorg 7.0 font paths
# Legacy font paths
# Other font paths
    RgbPath         "/usr/share/X11/rgb"
    ModulePath      "/usr/lib/xorg/modules"
    FontPath        "/usr/share/X11/fonts/misc:unscaled"
    FontPath        "/usr/share/X11/fonts/cyrillic"
    FontPath        "/usr/share/X11/fonts/Type1"
    FontPath        "/usr/share/X11/fonts/util"
    FontPath        "/usr/X11R6/lib/X13/fonts/misc:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
    FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath        "/usr/X11R6/lib/X11/fonts/util"
    FontPath        "/usr/share/fonts/truetype/ttf-lucida"
    FontPath        "/usr/share/fonts/truetype/arphic"
    FontPath        "/usr/share/fonts/truetype/freefont"
    FontPath        "/usr/share/fonts/truetype/kochi"
    FontPath        "/usr/share/fonts/truetype/latex-xft-fonts"
    FontPath        "/usr/share/fonts/truetype/openoffice"
    FontPath        "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath        "/usr/share/fonts/type1/gsfonts"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
 
Section "Module"
 
#  Load "GLcore"
#  Load "v4l"
    Load           "bitmap"
    Load           "dbe"
    Load           "ddc"
#  Load "dri"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "record"
#    Load           "type1"
    Load           "vbe"
EndSection
 
Section "ServerFlags"
    Option         "AllowMouseOpenFail" "true"
EndSection
 
Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "keyboard"
    Option         "CoreKeyboard"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "us"
    Option         "XKbOptions" ""
EndSection
 
Section "InputDevice"
    Identifier     "Serial Mouse"
    Driver         "mouse"
    Option         "Protocol" "Microsoft"
    Option         "Device" "/dev/ttyS0"
    Option         "Emulate3Buttons" "false"
    Option         "Emulate3Timeout" "70"
EndSection
 
Section "InputDevice"
    Identifier     "Touchpad"
    Driver         "synaptics"
    Option         "Device" "/dev/psaux"
    Option         "Protocol" "auto-dev"
    Option         "LeftEdge" "1700"
    Option         "RightEdge" "5300"
    Option         "TopEdge" "1700"
    Option         "BottomEdge" "4200"
    Option         "FingerLow" "25"
    Option         "FingerHigh" "30"
    Option         "MaxTapTime" "180"
    Option         "MaxTapMove" "220"
    Option         "VertScrollDelta" "100"
    Option         "MinSpeed" "0.06"
    Option         "MaxSpeed" "0.12"
    Option         "AccelFactor" "0.0010"
    Option         "SHMConfig" "on"
    Option         "Repeater" "/dev/input/mice"
EndSection
 
Section "InputDevice"
    Identifier     "PS/2 Mouse"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "false"
    Option         "Emulate3Timeout" "70"
    Option         "ZAxisMapping" "4 5"
    Option         "Buttons" "5"
EndSection
 
Section "InputDevice"
    Identifier     "USB Mouse"
    Driver         "mouse"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ExplorerPS/2"
    Option         "ZAxisMapping" "4 5"
    Option         "Buttons" "5"
EndSection
 
Section "InputDevice"
    Identifier     "Stylus"
    Driver         "wacom"
    Option         "Mode" "Absolute"
    Option         "Type" "stylus"
    Option         "Device" "/dev/input/wacom"
EndSection
 
Section "InputDevice"
    Identifier     "Eraser"
    Driver         "wacom"
    Option         "Mode" "Absolute"
    Option         "Type" "eraser"
    Option         "Device" "/dev/input/wacom"
EndSection
 
Section "InputDevice"
    Identifier     "Cursor"
    Driver         "wacom"
    Option         "Mode" "Absolute"
    Option         "Type" "cursor"
    Option         "Device" "/dev/input/wacom"
EndSection
 
Section "Monitor"
 
 #Option "DPMS" "true"
 # 
 # Will flicker.
    Identifier     "Monitor0"
    VendorName     "unknown"
    ModelName      "unknown"
    HorizSync       60.0 - 60.0
    VertRefresh     70.0
    ModeLine       "640x480" 25.2 640 664 760 800 480 491 493 525
    ModeLine       "800x600" 40.1 800 848 968 1056 600 601 605 628
    ModeLine       "1024x768" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
    ModeLine       "1024x768" 85.0 1024 1056 1152 1360 768 784 787 823
    ModeLine       "1152x864" 65.0 1152 1168 1384 1480 864 865 875 985 interlace
    ModeLine       "1152x864" 92.0 1152 1208 1368 1474 864 865 875 895
    ModeLine       "1152x864" 110.0 1152 1240 1324 1552 864 864 876 908
    ModeLine       "1152x864" 135.0 1152 1464 1592 1776 864 864 876 908
    ModeLine       "1152x864" 137.7 1152 1184 1312 1536 864 866 885 902 -hsync -vsync
    ModeLine       "1280x768" 80.1 1280 1344 1480 1680 768 769 772 795
    ModeLine       "1280x800" 80.6 1280 1344 1480 1680 800 801 804 827 -hsync -vsync
    ModeLine       "1280x1024" 80.0 1280 1296 1512 1568 1024 1025 1037 1165 interlace
    ModeLine       "1280x1024" 110.0 1280 1328 1512 1712 1024 1025 1028 1054
    ModeLine       "1280x1024" 126.5 1280 1312 1472 1696 1024 1032 1040 1068 -hsync -vsync
    ModeLine       "1280x1024" 135.0 1280 1312 1456 1712 1024 1027 1030 1064
    ModeLine       "1280x1024" 135.0 1280 1312 1416 1664 1024 1027 1030 1064
    ModeLine       "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync
    ModeLine       "1280x1024" 181.8 1280 1312 1440 1696 1024 1031 1046 1072 -hsync -vsync
    ModeLine       "1440x900" 106.5 1440 1520 1672 1904 900 901 904 932 +hsync +vsync
    ModeLine       "1400x1050" 129.0 1400 1464 1656 1960 1050 1051 1054 1100 +hsync +vsync
    ModeLine       "1600x1200" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine       "1600x1200" 189.0 1600 1664 1856 2160 1200 1201 1204 1250 -hsync -vsync
    ModeLine       "1600x1200" 202.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine       "1600x1200" 220.0 1600 1616 1808 2080 1200 1204 1207 1244 +hsync +vsync
    ModeLine       "1680x1050" 147.1 1680 1784 1968 2256 1050 1051 1054 1087
    ModeLine       "1800x1440" 230.0 1800 1896 2088 2392 1440 1441 1444 1490 +hsync +vsync
    ModeLine       "1800x1440" 250.0 1800 1896 2088 2392 1440 1441 1444 1490 +hsync +vsync
    ModeLine       "1920x1200" 230.0 1920 1936 2096 2528 1200 1201 1204 1250 +hsync +vsync
EndSection
 
Section "Monitor"
 
 #Option "DPMS" "true"
 # Warning: This may fry old Monitors
 # Very conservative. May flicker.
    Identifier     "ATIMonitor"
    VendorName     "unknown"
    ModelName      "unknown"
    HorizSync       81.0 - 81.0
    VertRefresh     76.0
EndSection
 
Section "Device"
 
 #BusID  "PCI:1:0:0"
 #Option "sw_cursor" # needed for some ati cards
 #Option "hw_cursor"
 #Option "NoAccel"
 #Option "ShowCache"
 #Option "ShadowFB"
 #Option "UseFBDev"
 #Option "Rotate"
 #Option "NoUseBios"
 #Option "BusType" "PCI"
    Identifier     "Card0"
    Driver         "nvidia"
    BoardName      "unknown"
EndSection
 
Section "Screen"
 
  # Only the official NVIDIA driver supports twinview
  # these setting are an example
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    DefaultDepth    16
    Option         "TwinView" "false"
    Option         "SecondMonitorVendorName" "unknown"
    Option         "SecondMonitorModelName" "unknown"
    Option         "SecondMonitorHorizSync" "81"
    Option         "SecondMonitorVertRefresh" "76"
 #Option "MetaModes" "1024x768, 1024x768"
    Option         "TwinViewOrientation" "RightOf"
    Option         "ConnectedMonitor" "dfp,dfp"
    Option         "AddARGBGLXVisuals"
    Option         "UseInternalAGPGART" "no"
# savage special options, use with care
    Option         "DmaMode" "None"
# nvidia special options, use with care
    Option         "CursorShadow" "1"
    Option         "CursorShadowAlpha" "63"
    Option         "CursorShadowYOffset" "2"
    Option         "CursorShadowXOffset" "4"
    Option         "FlatPanelProperties" "Scaling = native"
    Option         "NoLogo" "false"
    Option         "IgnoreEdid" "true" # needs to be true for some nvidia cards
    Option         "TrippleBuffer" "True"
    SubSection     "Display"
        Depth       8
        Modes      "1280x1024" "1024x768"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1280x1024" "1024x768"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x1024" "1024x768"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "1024x768"
    EndSubSection
    SubSection     "Display"
        Depth       32
        Modes      "1280x1024" "1024x768"
    EndSubSection
EndSection
 
Section "Screen"
    Identifier     "ATIScreen"
    Device         "Card0"
    Monitor        "ATIMonitor"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "1024x768"
    EndSubSection
EndSection
 
Section "Extensions"
    Option         "Composite" "Enable"
    Option         "RENDER" "Enable"
    Option         "RenderAccel" "true"
    Option         "AllowGLXWithComposite" "true"
EndSection
# cat /var/log/Xorg.0.log
This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.
 
X.Org X Server 1.4.0.90
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.25-ARCH i686 
Current Operating System: Linux bulbasaur 2.6.25-ARCH #1 SMP PREEMPT Fri May 16 14:52:43 CEST 2008 i686
Build Date: 22 May 2008  06:09:07PM
 
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Jun  3 21:42:02 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "PS/2 Mouse"
(**) Option "AllowMouseOpenFail" "true"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/X11/fonts/misc" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/cyrillic" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/Type1" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/util" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X13/fonts/misc" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/util" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/truetype/ttf-lucida" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/truetype/arphic" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/truetype/freefont" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/truetype/kochi" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/truetype/latex-xft-fonts" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/truetype/openoffice" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/truetype/ttf-bitstream-vera" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/type1/gsfonts" does not exist.
    Entry deleted from font path.
(WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
    Entry deleted from font path.
(WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID" does not exist.
    Entry deleted from font path.
(WW) FontPath is completely invalid.  Using compiled-in default.
(==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
(**) RgbPath set to "/usr/share/X11/rgb"
(**) ModulePath set to "/usr/lib/xorg/modules"
(**) Extension "Composite" is enabled
(**) Extension "RENDER" is enabled
(WW) Ignoring unrecognized extension "RenderAccel"
(WW) Ignoring unrecognized extension "AllowGLXWithComposite"
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x81e0900
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 2.0
    X.Org XInput driver : 2.0
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
(--) using VT number 7
 
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1039,0760 card 103c,2a04 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1039,0002 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 1039,0964 card 0000,0000 rev 36 class 06,01,00 hdr 80
(II) PCI: 00:02:5: chip 1039,5513 card 103c,2a04 rev 01 class 01,01,80 hdr 00
(II) PCI: 00:02:7: chip 1039,7012 card 103c,2a05 rev a0 class 04,01,00 hdr 00
(II) PCI: 00:03:0: chip 1039,7001 card 103c,2a04 rev 0f class 0c,03,10 hdr 80
(II) PCI: 00:03:1: chip 1039,7001 card 103c,2a04 rev 0f class 0c,03,10 hdr 00
(II) PCI: 00:03:2: chip 1039,7001 card 103c,2a04 rev 0f class 0c,03,10 hdr 00
(II) PCI: 00:03:3: chip 1039,7002 card 103c,2a04 rev 00 class 0c,03,20 hdr 00
(II) PCI: 00:04:0: chip 1039,0900 card 103c,2a04 rev 90 class 02,00,00 hdr 00
(II) PCI: 00:05:0: chip 1039,0180 card 103c,2a04 rev 01 class 01,01,85 hdr 00
(II) PCI: 00:08:0: chip 104c,9066 card 1385,4c00 rev 00 class 02,80,00 hdr 00
(II) PCI: 00:0b:0: chip 1106,3044 card 103c,2a04 rev 80 class 0c,00,10 hdr 00
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:00:0: chip 10de,0322 card 196e,01ad rev a1 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
    [0] -1    0    0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) Bus 0 non-prefetchable memory range:
    [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[b]
(II) Bus 0 prefetchable memory range:
    [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000e (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
    [0] -1    0    0xe4000000 - 0xe5ffffff (0x2000000) MX[b]
(II) Bus 1 prefetchable memory range:
    [0] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[b]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:2:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV34 [GeForce FX 5200] rev 161, Mem @ 0xe4000000/24, 0xd0000000/28
(II) Addressable bus resource ranges are
    [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[b]
    [1] -1    0    0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) OS-reported resource ranges:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
(II) PCI Memory resource overlap reduced 0xe0000000 from 0xe3ffffff to 0xdfffffff
(II) Active PCI resource ranges:
    [0] -1    0    0xe7027000 - 0xe70277ff (0x800) MX[b]
    [1] -1    0    0xe7000000 - 0xe701ffff (0x20000) MX[b]
    [2] -1    0    0xe7020000 - 0xe7021fff (0x2000) MX[b]
    [3] -1    0    0xe7023000 - 0xe7023fff (0x1000) MX[b]
    [4] -1    0    0xe7022000 - 0xe7022fff (0x1000) MX[b]
    [5] -1    0    0xe7026000 - 0xe7026fff (0x1000) MX[b]
    [6] -1    0    0xe7025000 - 0xe7025fff (0x1000) MX[b]
    [7] -1    0    0xe7024000 - 0xe7024fff (0x1000) MX[b]
    [8] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [9] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [10] -1    0    0xe4000000 - 0xe4ffffff (0x1000000) MX[b](B)
    [11] -1    0    0x0000e400 - 0x0000e47f (0x80) IX[b]
    [12] -1    0    0x0000e000 - 0x0000e07f (0x80) IX[b]
    [13] -1    0    0x0000dc00 - 0x0000dc0f (0x10) IX[b]
    [14] -1    0    0x0000d800 - 0x0000d803 (0x4) IX[b]
    [15] -1    0    0x0000d400 - 0x0000d407 (0x8) IX[b]
    [16] -1    0    0x0000d000 - 0x0000d003 (0x4) IX[b]
    [17] -1    0    0x0000cc00 - 0x0000cc07 (0x8) IX[b]
    [18] -1    0    0x0000c800 - 0x0000c8ff (0x100) IX[b]
    [19] -1    0    0x0000c400 - 0x0000c47f (0x80) IX[b]
    [20] -1    0    0x0000c000 - 0x0000c0ff (0x100) IX[b]
    [21] -1    0    0x00004000 - 0x0000400f (0x10) IX[b]
    [22] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [23] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [24] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [25] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
(II) Active PCI resource ranges after removing overlaps:
    [0] -1    0    0xe7027000 - 0xe70277ff (0x800) MX[b]
    [1] -1    0    0xe7000000 - 0xe701ffff (0x20000) MX[b]
    [2] -1    0    0xe7020000 - 0xe7021fff (0x2000) MX[b]
    [3] -1    0    0xe7023000 - 0xe7023fff (0x1000) MX[b]
    [4] -1    0    0xe7022000 - 0xe7022fff (0x1000) MX[b]
    [5] -1    0    0xe7026000 - 0xe7026fff (0x1000) MX[b]
    [6] -1    0    0xe7025000 - 0xe7025fff (0x1000) MX[b]
    [7] -1    0    0xe7024000 - 0xe7024fff (0x1000) MX[b]
    [8] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [9] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [10] -1    0    0xe4000000 - 0xe4ffffff (0x1000000) MX[b](B)
    [11] -1    0    0x0000e400 - 0x0000e47f (0x80) IX[b]
    [12] -1    0    0x0000e000 - 0x0000e07f (0x80) IX[b]
    [13] -1    0    0x0000dc00 - 0x0000dc0f (0x10) IX[b]
    [14] -1    0    0x0000d800 - 0x0000d803 (0x4) IX[b]
    [15] -1    0    0x0000d400 - 0x0000d407 (0x8) IX[b]
    [16] -1    0    0x0000d000 - 0x0000d003 (0x4) IX[b]
    [17] -1    0    0x0000cc00 - 0x0000cc07 (0x8) IX[b]
    [18] -1    0    0x0000c800 - 0x0000c8ff (0x100) IX[b]
    [19] -1    0    0x0000c400 - 0x0000c47f (0x80) IX[b]
    [20] -1    0    0x0000c000 - 0x0000c0ff (0x100) IX[b]
    [21] -1    0    0x00004000 - 0x0000400f (0x10) IX[b]
    [22] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [23] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [24] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [25] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
(II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
(II) All system resource ranges:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1    0    0xe7027000 - 0xe70277ff (0x800) MX[b]
    [5] -1    0    0xe7000000 - 0xe701ffff (0x20000) MX[b]
    [6] -1    0    0xe7020000 - 0xe7021fff (0x2000) MX[b]
    [7] -1    0    0xe7023000 - 0xe7023fff (0x1000) MX[b]
    [8] -1    0    0xe7022000 - 0xe7022fff (0x1000) MX[b]
    [9] -1    0    0xe7026000 - 0xe7026fff (0x1000) MX[b]
    [10] -1    0    0xe7025000 - 0xe7025fff (0x1000) MX[b]
    [11] -1    0    0xe7024000 - 0xe7024fff (0x1000) MX[b]
    [12] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [13] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [14] -1    0    0xe4000000 - 0xe4ffffff (0x1000000) MX[b](B)
    [15] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [16] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [17] -1    0    0x0000e400 - 0x0000e47f (0x80) IX[b]
    [18] -1    0    0x0000e000 - 0x0000e07f (0x80) IX[b]
    [19] -1    0    0x0000dc00 - 0x0000dc0f (0x10) IX[b]
    [20] -1    0    0x0000d800 - 0x0000d803 (0x4) IX[b]
    [21] -1    0    0x0000d400 - 0x0000d407 (0x8) IX[b]
    [22] -1    0    0x0000d000 - 0x0000d003 (0x4) IX[b]
    [23] -1    0    0x0000cc00 - 0x0000cc07 (0x8) IX[b]
    [24] -1    0    0x0000c800 - 0x0000c8ff (0x100) IX[b]
    [25] -1    0    0x0000c400 - 0x0000c47f (0x80) IX[b]
    [26] -1    0    0x0000c000 - 0x0000c0ff (0x100) IX[b]
    [27] -1    0    0x00004000 - 0x0000400f (0x10) IX[b]
    [28] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [29] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [30] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [31] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri" will be loaded by default.
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "ddc"(II) Module "ddc" already built-in
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 1.4.0.90, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.1
(II) NVIDIA GLX Module  169.04  Wed Nov 14 17:35:25 PST 2007
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.1.0
    ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.2.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.2.3
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
(II) NVIDIA dlloader X Driver  169.04  Wed Nov 14 16:46:45 PST 2007
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(II) Loading /usr/lib/xorg/modules//libwfb.so
(II) Module wfb: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
(II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1    0    0xe7027000 - 0xe70277ff (0x800) MX[b]
    [5] -1    0    0xe7000000 - 0xe701ffff (0x20000) MX[b]
    [6] -1    0    0xe7020000 - 0xe7021fff (0x2000) MX[b]
    [7] -1    0    0xe7023000 - 0xe7023fff (0x1000) MX[b]
    [8] -1    0    0xe7022000 - 0xe7022fff (0x1000) MX[b]
    [9] -1    0    0xe7026000 - 0xe7026fff (0x1000) MX[b]
    [10] -1    0    0xe7025000 - 0xe7025fff (0x1000) MX[b]
    [11] -1    0    0xe7024000 - 0xe7024fff (0x1000) MX[b]
    [12] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [13] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [14] -1    0    0xe4000000 - 0xe4ffffff (0x1000000) MX[b](B)
    [15] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [16] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [17] -1    0    0x0000e400 - 0x0000e47f (0x80) IX[b]
    [18] -1    0    0x0000e000 - 0x0000e07f (0x80) IX[b]
    [19] -1    0    0x0000dc00 - 0x0000dc0f (0x10) IX[b]
    [20] -1    0    0x0000d800 - 0x0000d803 (0x4) IX[b]
    [21] -1    0    0x0000d400 - 0x0000d407 (0x8) IX[b]
    [22] -1    0    0x0000d000 - 0x0000d003 (0x4) IX[b]
    [23] -1    0    0x0000cc00 - 0x0000cc07 (0x8) IX[b]
    [24] -1    0    0x0000c800 - 0x0000c8ff (0x100) IX[b]
    [25] -1    0    0x0000c400 - 0x0000c47f (0x80) IX[b]
    [26] -1    0    0x0000c000 - 0x0000c0ff (0x100) IX[b]
    [27] -1    0    0x00004000 - 0x0000400f (0x10) IX[b]
    [28] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [29] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [30] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [31] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
(II) resource ranges after probing:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1    0    0xe7027000 - 0xe70277ff (0x800) MX[b]
    [5] -1    0    0xe7000000 - 0xe701ffff (0x20000) MX[b]
    [6] -1    0    0xe7020000 - 0xe7021fff (0x2000) MX[b]
    [7] -1    0    0xe7023000 - 0xe7023fff (0x1000) MX[b]
    [8] -1    0    0xe7022000 - 0xe7022fff (0x1000) MX[b]
    [9] -1    0    0xe7026000 - 0xe7026fff (0x1000) MX[b]
    [10] -1    0    0xe7025000 - 0xe7025fff (0x1000) MX[b]
    [11] -1    0    0xe7024000 - 0xe7024fff (0x1000) MX[b]
    [12] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [13] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [14] -1    0    0xe4000000 - 0xe4ffffff (0x1000000) MX[b](B)
    [15] 0    0    0x000a0000 - 0x000affff (0x10000) MS[b]
    [16] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [17] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[b]
    [18] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [19] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [20] -1    0    0x0000e400 - 0x0000e47f (0x80) IX[b]
    [21] -1    0    0x0000e000 - 0x0000e07f (0x80) IX[b]
    [22] -1    0    0x0000dc00 - 0x0000dc0f (0x10) IX[b]
    [23] -1    0    0x0000d800 - 0x0000d803 (0x4) IX[b]
    [24] -1    0    0x0000d400 - 0x0000d407 (0x8) IX[b]
    [25] -1    0    0x0000d000 - 0x0000d003 (0x4) IX[b]
    [26] -1    0    0x0000cc00 - 0x0000cc07 (0x8) IX[b]
    [27] -1    0    0x0000c800 - 0x0000c8ff (0x100) IX[b]
    [28] -1    0    0x0000c400 - 0x0000c47f (0x80) IX[b]
    [29] -1    0    0x0000c000 - 0x0000c0ff (0x100) IX[b]
    [30] -1    0    0x00004000 - 0x0000400f (0x10) IX[b]
    [31] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [32] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [33] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [34] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [35] 0    0    0x000003b0 - 0x000003bb (0xc) IS[b]
    [36] 0    0    0x000003c0 - 0x000003df (0x20) IS[b]
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 16, (--) framebuffer bpp 16
(==) NVIDIA(0): RGB weight 565
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "NoLogo" "false"
(**) NVIDIA(0): Option "IgnoreEDID" "true"
(**) NVIDIA(0): Option "ConnectedMonitor" "dfp,dfp"
(**) NVIDIA(0): Option "CursorShadow" "1"
(**) NVIDIA(0): Option "CursorShadowAlpha" "63"
(**) NVIDIA(0): Option "CursorShadowXOffset" "4"
(**) NVIDIA(0): Option "CursorShadowYOffset" "2"
(**) NVIDIA(0): Option "TwinView" "false"
(**) NVIDIA(0): Option "TwinViewOrientation" "RightOf"
(**) NVIDIA(0): Option "SecondMonitorHorizSync" "81"
(**) NVIDIA(0): Option "SecondMonitorVertRefresh" "76"
(**) NVIDIA(0): Option "AddARGBGLXVisuals"
(**) NVIDIA(0): Option "FlatPanelProperties" "Scaling = native"
(**) NVIDIA(0): Enabling RENDER acceleration
(**) NVIDIA(0): Enabling cursor shadow
(**) NVIDIA(0): Cursor shadow alpha = 63
(**) NVIDIA(0): Cursor shadow offset = 4
(**) NVIDIA(0): Cursor shadow offset = 2
(WW) NVIDIA(0): Cannot use option "SecondMonitorHorizSync" when TwinView is
(WW) NVIDIA(0):     not enabled
(WW) NVIDIA(0): Cannot use option "SecondMonitorVertRefresh" when TwinView is
(WW) NVIDIA(0):     not enabled
(WW) NVIDIA(0): Cannot use option "TwinViewOrientation" when TwinView is not
(WW) NVIDIA(0):     enabled
(**) NVIDIA(0): ConnectedMonitor string: "dfp,dfp"
(WW) NVIDIA(0): 
(WW) NVIDIA(0): The IgnoreEDID and NoDDC options have been deprecated.  The
(WW) NVIDIA(0):     NVIDIA X driver makes use of a display device's EDID
(WW) NVIDIA(0):     during construction of its modePool.  It is recommended
(WW) NVIDIA(0):     that you allow the X driver to make use of any available
(WW) NVIDIA(0):     EDID.  If, however, you know what you are doing and have
(WW) NVIDIA(0):     good reason to do so, you can disable the X driver's use
(WW) NVIDIA(0):     of EDIDs by setting the "UseEDID" X configuration option
(WW) NVIDIA(0):     to FALSE; e.g.,
(WW) NVIDIA(0): 
(WW) NVIDIA(0):   Option "UseEDID" "FALSE"
(WW) NVIDIA(0): 
(WW) NVIDIA(0): Note that, rather than globally disable all uses of the EDID,
(WW) NVIDIA(0):     you can individually disable each particular use of the
(WW) NVIDIA(0):     EDID; e.g.,
(WW) NVIDIA(0): 
(WW) NVIDIA(0):   Option "UseEDIDFreqs" "FALSE"
(WW) NVIDIA(0):   Option "UseEDIDDpi" "FALSE"
(WW) NVIDIA(0):   Option "ModeValidation" "NoEdidModes"
(WW) NVIDIA(0): 
(WW) NVIDIA(0): See Appendix B: X Config Options in the README for details on
(WW) NVIDIA(0):     each of these options.
(WW) NVIDIA(0): 
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0):     enabled.
(EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module! Please ensure
(EE) NVIDIA(0):     that there is a supported NVIDIA GPU in this system, and
(EE) NVIDIA(0):     that the NVIDIA device files have been created properly. 
(EE) NVIDIA(0):     Please consult the NVIDIA README for details.
(EE) NVIDIA(0):  *** Aborting ***
(II) UnloadModule: "nvidia"
(II) UnloadModule: "wfb"
(II) UnloadModule: "fb"
(EE) Screen(s) found, but none have a usable configuration.
 
Fatal server error:
no screens found
# dmesg
Linux version 2.6.25-ARCH (root@architect) (gcc version 4.3.0 (GCC) ) #1 SMP PREEMPT Fri May 16 14:52:43 CEST 2008
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
 BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000003fff0000 (usable)
 BIOS-e820: 000000003fff0000 - 000000003fff3000 (ACPI NVS)
 BIOS-e820: 000000003fff3000 - 0000000040000000 (ACPI data)
 BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
 BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
 BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
127MB HIGHMEM available.
896MB LOWMEM available.
Scan SMP from c0000000 for 1024 bytes.
Scan SMP from c009fc00 for 1024 bytes.
Scan SMP from c00f0000 for 65536 bytes.
found SMP MP-table at [c00f6450] 000f6450
Entering add_active_range(0, 0, 262128) 0 entries of 256 used
Zone PFN ranges:
  DMA             0 ->     4096
  Normal       4096 ->   229376
  HighMem    229376 ->   262128
Movable zone start PFN for each node
early_node_map[1] active PFN ranges
    0:        0 ->   262128
On node 0 totalpages: 262128
  DMA zone: 32 pages used for memmap
  DMA zone: 0 pages reserved
  DMA zone: 4064 pages, LIFO batch:0
  Normal zone: 1760 pages used for memmap
  Normal zone: 223520 pages, LIFO batch:31
  HighMem zone: 255 pages used for memmap
  HighMem zone: 32497 pages, LIFO batch:7
  Movable zone: 0 pages used for memmap
DMI 2.4 present.
ACPI: RSDP 000F7F80, 0014 (r0 AWARD )
ACPI: RSDT 3FFF3040, 002C (r1 AWARD  AWRDACPI 42302E31 AWRD        0)
ACPI: FACP 3FFF30C0, 0074 (r1 AWARD  AWRDACPI 42302E31 AWRD        0)
ACPI: DSDT 3FFF3180, 418C (r1 AWARD  AWRDACPI     1000 MSFT  100000E)
ACPI: FACS 3FFF0000, 0040
ACPI: APIC 3FFF7380, 005A (r1 AWARD  AWRDACPI 42302E31 AWRD        0)
ACPI: PM-Timer IO Port: 0x1008
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Processor #0 15:12 APIC version 16
ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 2, version 20, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 dfl dfl)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Enabling APIC mode:  Flat.  Using 1 I/O APICs
Using ACPI (MADT) for SMP configuration information
Allocating PCI resources starting at 50000000 (gap: 40000000:bec00000)
PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 260081
Kernel command line: BOOT_IMAGE=arch ro root=803
mapped APIC to ffffb000 (fee00000)
mapped IOAPIC to ffffa000 (fec00000)
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
PID hash table entries: 4096 (order: 12, 16384 bytes)
Detected 2411.199 MHz processor.
Console: colour dummy device 80x25
console [tty0] enabled
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 1034412k/1048512k available (2082k kernel code, 13500k reserved, 709k data, 268k init, 131008k highmem)
virtual kernel memory layout:
    fixmap  : 0xfff80000 - 0xfffff000   ( 508 kB)
    pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
    vmalloc : 0xf8800000 - 0xff7fe000   ( 111 MB)
    lowmem  : 0xc0000000 - 0xf8000000   ( 896 MB)
      .init : 0xc03bf000 - 0xc0402000   ( 268 kB)
      .data : 0xc0308a48 - 0xc03b9ea0   ( 709 kB)
      .text : 0xc0100000 - 0xc0308a48   (2082 kB)
Checking if this processor honours the WP bit even in supervisor mode...Ok.
CPA: page pool initialized 1 of 1 pages preallocated
SLUB: Genslabs=12, HWalign=64, Order=0-1, MinObjects=4, CPUs=1, Nodes=1
Calibrating delay using timer specific routine.. 4825.88 BogoMIPS (lpj=8039819)
Security Framework initialized
Capability LSM initialized
Mount-cache hash table entries: 512
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 512K (64 bytes/line)
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
Compat vDSO mapped to ffffe000.
Checking 'hlt' instruction... OK.
SMP alternatives: switching to UP code
Freeing SMP alternatives: 9k freed
ACPI: Core revision 20070126
ACPI: Checking initramfs for custom DSDT
CPU0: AMD Athlon(tm) 64 Processor 3400+ stepping 00
Total of 1 processors activated (4825.88 BogoMIPS).
ENABLING IO-APIC IRQs
..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
Brought up 1 CPUs
net_namespace: 548 bytes
Booting paravirtualized kernel on bare hardware
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: PCI BIOS revision 2.10 entry at 0xf2550, last bus=1
PCI: Using configuration type 1
Setting up standard PCI resources
ACPI: EC: Look up EC in DSDT
ACPI: Interpreter enabled
ACPI: (supports S0 S1 S3 S4 S5)
ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00)
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 11 *12 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp: PnP ACPI: found 9 devices
ACPI: ACPI bus type pnp unregistered
PCI: Using ACPI for IRQ routing
PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
NetLabel: Initializing
NetLabel:  domain hash size = 128
NetLabel:  protocols = UNLABELED CIPSOv4
NetLabel:  unlabeled traffic allowed by default
ACPI: RTC can wake from S4
system 00:00: iomem range 0xf0000-0xf3fff could not be reserved
system 00:00: iomem range 0xf4000-0xf7fff could not be reserved
system 00:00: iomem range 0xf8000-0xfbfff could not be reserved
system 00:00: iomem range 0xfc000-0xfffff could not be reserved
system 00:00: iomem range 0x3fff0000-0x3fffffff could not be reserved
system 00:00: iomem range 0xffff0000-0xffffffff could not be reserved
system 00:00: iomem range 0x0-0x9ffff could not be reserved
system 00:00: iomem range 0x100000-0x3ffeffff could not be reserved
system 00:00: iomem range 0x0-0x0 could not be reserved
system 00:00: iomem range 0xffee0000-0xffefffff has been reserved
system 00:00: iomem range 0xfffe0000-0xfffeffff has been reserved
system 00:00: iomem range 0xfec00000-0xfecfffff could not be reserved
system 00:00: iomem range 0xfee00000-0xfeefffff could not be reserved
system 00:02: ioport range 0x4d0-0x4d1 has been reserved
system 00:02: ioport range 0x800-0x87f has been reserved
PCI: Bridge: 0000:00:01.0
  IO window: disabled.
  MEM window: 0xe4000000-0xe5ffffff
  PREFETCH window: 0x00000000d0000000-0x00000000dfffffff
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
Unpacking initramfs... done
Freeing initrd memory: 496k freed
apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac)
apm: overridden by ACPI.
highmem bounce pool size: 64 pages
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
pci 0000:01:00.0: Boot video device
vesafb: framebuffer at 0xd0000000, mapped to 0xf8880000, using 3072k, total 262144k
vesafb: mode is 1024x768x16, linelength=2048, pages=1
vesafb: protected mode interface info at c000:e2d0
vesafb: pmi: set display start = c00ce306, set palette = c00ce370
vesafb: pmi: ports = 3b4 3b5 3ba 3c0 3c1 3c4 3c5 3c6 3c7 3c8 3c9 3cc 3ce 3cf 3d0 3d1 3d2 3d3 3d4 3d5 3da 
vesafb: scrolling: redraw
vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
Console: switching to colour frame buffer device 128x48
fb0: VESA VGA frame buffer device
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
input: Macintosh mouse button emulation as /class/input/input0
PNP: No PS/2 controller found. Probing ports directly.
Switched to high resolution mode on CPU 0
serio: i8042 KBD port at 0x60,0x64 irq 1
mice: PS/2 mouse device common for all mice
cpuidle: using governor ladder
cpuidle: using governor menu
TCP cubic registered
NET: Registered protocol family 1
NET: Registered protocol family 17
Using IPI No-Shortcut mode
registered taskstats version 1
Freeing unused kernel memory: 268k freed
No dock devices found.
SCSI subsystem initialized
libata version 3.00 loaded.
pata_sis 0000:00:02.5: version 0.5.2
scsi0 : pata_sis
scsi1 : pata_sis
ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0x4000 irq 14
ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0x4008 irq 15
ata2.00: ATAPI: TSSTcorpCD/DVDW TS-H552B, HP08, max UDMA/33
ata2.00: configured for UDMA/33
scsi 1:0:0:0: CD-ROM            TSSTcorp CD/DVDW TS-H552B HP08 PQ: 0 ANSI: 5
ACPI: PCI Interrupt 0000:00:05.0[A] -> GSI 17 (level, low) -> IRQ 17
ACPI: PCI interrupt for device 0000:00:05.0 disabled
sata_sis 0000:00:05.0: version 1.0
ACPI: PCI Interrupt 0000:00:05.0[A] -> GSI 17 (level, low) -> IRQ 17
sata_sis 0000:00:05.0: Detected SiS 180/181/964 chipset in SATA mode
scsi2 : sata_sis
scsi3 : sata_sis
ata3: SATA max UDMA/133 cmd 0xcc00 ctl 0xd000 bmdma 0xdc00 irq 17
ata4: SATA max UDMA/133 cmd 0xd400 ctl 0xd800 bmdma 0xdc08 irq 17
Driver 'sr' needs updating - please use bus_type methods
sr0: scsi3-mmc drive: 1x/40x writer cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.20
sr 1:0:0:0: Attached scsi CD-ROM sr0
ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata3.00: ATA-6: ST3200822AS, 3.02, max UDMA/100
ata3.00: 390721968 sectors, multi 16: LBA48 
ata3.00: configured for UDMA/100
ata4: SATA link down (SStatus 0 SControl 300)
scsi 2:0:0:0: Direct-Access     ATA      ST3200822AS      3.02 PQ: 0 ANSI: 5
Driver 'sd' needs updating - please use bus_type methods
sd 2:0:0:0: [sda] 390721968 512-byte hardware sectors (200050 MB)
sd 2:0:0:0: [sda] Write Protect is off
sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sd 2:0:0:0: [sda] 390721968 512-byte hardware sectors (200050 MB)
sd 2:0:0:0: [sda] Write Protect is off
sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
 sda: sda1 sda2 < sda5 > sda3 sda4
sd 2:0:0:0: [sda] Attached SCSI disk
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
rtc0: alarms up to one year
input: Power Button (FF) as /class/input/input1
ACPI: Power Button (FF) [PWRF]
input: Power Button (CM) as /class/input/input2
ACPI: Power Button (CM) [PWRB]
input: Sleep Button (CM) as /class/input/input3
ACPI: Sleep Button (CM) [FUTS]
ACPI: PNP0C0B:00 is registered as cooling_device0
ACPI: Fan [FAN] (on)
ACPI: ACPI0007:00 is registered as cooling_device1
ACPI: LNXTHERM:01 is registered as thermal_zone0
ACPI: Thermal Zone [THRM] (40 C)
sr 1:0:0:0: Attached scsi generic sg0 type 5
sd 2:0:0:0: Attached scsi generic sg1 type 0
Linux agpgart interface v0.103
agpgart: Detected AGP bridge 0
agpgart: AGP aperture is 64M @ 0xe0000000
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
ACPI: PCI Interrupt 0000:00:03.0[A] -> GSI 20 (level, low) -> IRQ 20
PCI: Setting latency timer of device 0000:00:03.0 to 64
ohci_hcd 0000:00:03.0: OHCI Host Controller
ohci_hcd 0000:00:03.0: new USB bus registered, assigned bus number 1
ohci_hcd 0000:00:03.0: irq 20, io mem 0xe7024000
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 3 ports detected
ACPI: PCI Interrupt 0000:00:02.7[C] -> GSI 18 (level, low) -> IRQ 18
usb 1-2: new low speed USB device using ohci_hcd and address 2
intel8x0_measure_ac97_clock: measured 53225 usecs
intel8x0: clocking to 48000
ACPI: PCI Interrupt 0000:00:03.1[b] -> GSI 21 (level, low) -> IRQ 21
PCI: Setting latency timer of device 0000:00:03.1 to 64
ohci_hcd 0000:00:03.1: OHCI Host Controller
ohci_hcd 0000:00:03.1: new USB bus registered, assigned bus number 2
ohci_hcd 0000:00:03.1: irq 21, io mem 0xe7025000
nvidia: module license 'NVIDIA' taints kernel.
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 3 ports detected
usb 1-2: configuration #1 chosen from 1 choice
ACPI: PCI Interrupt 0000:00:03.2[C] -> GSI 22 (level, low) -> IRQ 22
PCI: Setting latency timer of device 0000:00:03.2 to 64
ohci_hcd 0000:00:03.2: OHCI Host Controller
ohci_hcd 0000:00:03.2: new USB bus registered, assigned bus number 3
ohci_hcd 0000:00:03.2: irq 22, io mem 0xe7026000
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:03.3[D] -> GSI 23 (level, low) -> IRQ 23
ehci_hcd 0000:00:03.3: EHCI Host Controller
ehci_hcd 0000:00:03.3: new USB bus registered, assigned bus number 4
PCI: cache line size of 64 is not supported by device 0000:00:03.3
ehci_hcd 0000:00:03.3: irq 23, io mem 0xe7022000
acx: this driver is still EXPERIMENTAL
acx: reading README file and/or Craig's HOWTO is recommended, visit http://acx100.sf.net in case of further questions/discussion
acx: compiled to use 32bit I/O access. I/O timing issues might occur, such as non-working firmware upload. Report them
acx: running on a little-endian CPU
acx: PCI/VLYNQ module v0.3.37 initialized, waiting for cards to probe...
input: PC Speaker as /class/input/input4
PPP generic driver version 2.4.2
sis900.c: v1.08.10 Apr. 2 2006
usb 1-3: new full speed USB device using ohci_hcd and address 3
ehci_hcd 0000:00:03.3: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 8 ports detected
lp: driver loaded but no devices found
hub 1-0:1.0: unable to enumerate USB device on port 3
usb 1-2: USB disconnect, address 2
ACPI: PCI Interrupt 0000:00:08.0[A] -> GSI 16 (level, low) -> IRQ 16
acx: found ACX111-based wireless network card at 0000:00:08.0, irq:16, phymem1:0xE7020000, phymem2:0xE7000000, mem1:0xf8cec000, mem1_size:8192, mem2:0xf8d40000, mem2_size:131072
initial debug setting is 0x000A
using IRQ 16
acx: need to load firmware for acx111 chipset with radio ID 16, please provide via firmware hotplug:
acx: either one file only (<c>ombined firmware image file, radio-specific) or two files (radio-less base image file *plus* separate <r>adio-specific extension file)
requesting firmware image 'tiacx111c16'
ppdev: user-space parallel port driver
parport_pc 00:08: reported by Plug and Play ACPI
parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,ECP,DMA]
lp0: using parport0 (interrupt-driven).
hub 4-0:1.0: unable to enumerate USB device on port 3
acx: firmware image 'tiacx111c16' was not provided. Check your hotplug scripts
requesting firmware image 'tiacx111'
hub 4-0:1.0: unable to enumerate USB device on port 4
acx: firmware image 'tiacx111' was not provided. Check your hotplug scripts
acx: reset_dev() FAILED
ACPI: PCI interrupt for device 0000:00:08.0 disabled
acx_pci: probe of 0000:00:08.0 failed with error -5
USB module v0.3.37 initialized, probing for devices...
ACPI: PCI Interrupt 0000:00:0b.0[A] -> GSI 16 (level, low) -> IRQ 16
ohci1394: fw-host0: OHCI-1394 1.0 (PCI): IRQ=[16]  MMIO=[e7027000-e70277ff]  Max Packet=[2048]  IR/IT contexts=[4/8]
ACPI: PCI Interrupt 0000:00:04.0[A] -> GSI 19 (level, low) -> IRQ 19
0000:00:04.0: Realtek RTL8201 PHY transceiver found at address 1.
0000:00:04.0: Using transceiver found at address 1 as default
eth0: SiS 900 PCI Fast Ethernet at 0xc800, IRQ 19, 00:13:d4:43:f5:2e
ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 16
NVRM: loading NVIDIA UNIX x86 Kernel Module  169.12  Thu Feb 14 17:53:07 PST 2008
hub 4-0:1.0: unable to enumerate USB device on port 7
usbcore: registered new interface driver hiddev
usbcore: registered new interface driver usbhid
drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
usbcore: registered new interface driver acx_usb
usb 3-1: new low speed USB device using ohci_hcd and address 2
usb 3-1: configuration #1 chosen from 1 choice
input: Microsoft Natural® Ergonomic Keyboard 4000 as /class/input/input5
input,hidraw0: USB HID v1.11 Keyboard [Microsoft Natural® Ergonomic Keyboard 4000] on usb-0000:00:03.2-1
input: Microsoft Natural® Ergonomic Keyboard 4000 as /class/input/input6
input,hidraw1: USB HID v1.11 Device [Microsoft Natural® Ergonomic Keyboard 4000] on usb-0000:00:03.2-1
usb 1-2: new low speed USB device using ohci_hcd and address 4
usb 1-2: configuration #1 chosen from 1 choice
input: Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) as /class/input/input7
input,hidraw2: USB HID v1.10 Mouse [Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)] on usb-0000:00:03.0-2
ieee1394: Host added: ID:BUS[0-00:1023]  GUID[0011d80000459639]
usb 1-3: new full speed USB device using ohci_hcd and address 5
usb 1-3: configuration #1 chosen from 1 choice
Initializing USB Mass Storage driver...
scsi4 : SCSI emulation for USB Mass Storage devices
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
usb-storage: device found at 5
usb-storage: waiting for device to settle before scanning
scsi 4:0:0:0: Direct-Access     Generic  USB SD Reader    1.00 PQ: 0 ANSI: 0
sd 4:0:0:0: [sdb] Attached SCSI removable disk
sd 4:0:0:0: Attached scsi generic sg2 type 0
scsi 4:0:0:1: Direct-Access     Generic  USB CF Reader    1.01 PQ: 0 ANSI: 0
sd 4:0:0:1: [sdc] Attached SCSI removable disk
sd 4:0:0:1: Attached scsi generic sg3 type 0
scsi 4:0:0:2: Direct-Access     Generic  USB SM Reader    1.02 PQ: 0 ANSI: 0
sd 4:0:0:2: [sdd] Attached SCSI removable disk
sd 4:0:0:2: Attached scsi generic sg4 type 0
scsi 4:0:0:3: Direct-Access     Generic  USB MS Reader    1.03 PQ: 0 ANSI: 0
sd 4:0:0:3: [sde] Attached SCSI removable disk
sd 4:0:0:3: Attached scsi generic sg5 type 0
usb-storage: device scan complete
EXT3 FS on sda3, internal journal
kjournald starting.  Commit interval 5 seconds
EXT3 FS on sda4, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
NTFS driver 2.1.29 [Flags: R/W MODULE].
NTFS volume version 3.1.
Adding 1950440k swap on /dev/sda5.  Priority:-1 extents:1 across:1950440k
eth0: Media Link On 10mbps half-duplex 
NVRM: API mismatch: the client has the version 169.04, but
NVRM: this kernel module has the version 169.12.  Please
NVRM: make sure that this kernel module and all NVIDIA driver
NVRM: components have the same version.
NVRM: API mismatch: the client has the version 169.04, but
NVRM: this kernel module has the version 169.12.  Please
NVRM: make sure that this kernel module and all NVIDIA driver
NVRM: components have the same version.
NVRM: API mismatch: the client has the version 169.04, but
NVRM: this kernel module has the version 169.12.  Please
NVRM: make sure that this kernel module and all NVIDIA driver
NVRM: components have the same version.

Any help would be appreciated.

Last edited by F (2008-06-05 07:19:39)

Offline

#2 2008-06-04 05:07:14

droog
Member
Registered: 2004-11-18
Posts: 877

Re: Getting X Working [SOLVED]

EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module!

you could try as root modprobe nvidia

have you looked at your /var/log/pacman.log to see what got updated and see if anything to do with nvidia is there?

Offline

#3 2008-06-04 05:16:23

F
Member
Registered: 2006-10-09
Posts: 322

Re: Getting X Working [SOLVED]

droog wrote:

EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module!

you could try as root modprobe nvidia

have you looked at your /var/log/pacman.log to see what got updated and see if anything to do with nvidia is there?

The nvidia module is already loaded.

From pacman.log:

...
[2008-05-29 23:58] In order to use the new nvidia module, exit Xserver and unload it 
manually.
[2008-05-29 23:58] upgraded nvidia (169.12-2 -> 169.12-4)
...

Perhaps if I go back to nvidia 169.12-2?

Offline

#4 2008-06-04 07:00:17

F
Member
Registered: 2006-10-09
Posts: 322

Re: Getting X Working [SOLVED]

Okay, update:

What i did was fall back to:  kernel26-2.6.24.4-1, nvidia-169.12-2, and nvidia-utils-169.12-1.

Now, i'm not sure why, but I could startx as root and got twm running... But I rebooted and now that is lost. I cannot startx as either a user or root. I do, however, get a very different problem:

# startx
...
FATAL: Error inserting nvidia (/lib/modules/2.6.24-ARCH/kernel/drivers/video/nvidia.ko): Invalid module format
(EE) NVIDIA(0): Failed to load the NVIDIA kernel module!
(EE) NVIDIA(0):  *** Aborting ***
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found
# cat /var/log/Xorg.0.log
 
This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.
 
X.Org X Server 1.4.0.90
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.25-ARCH i686 
Current Operating System: Linux bulbasaur 2.6.24-ARCH #1 SMP PREEMPT Sun Mar 30 11:40:06 CEST 2008 i686
Build Date: 22 May 2008  06:09:07PM
 
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Jun  3 23:44:58 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "PS/2 Mouse"
(**) Option "AllowMouseOpenFail" "true"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/X11/fonts/misc" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/cyrillic" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/Type1" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/util" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X13/fonts/misc" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/util" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/truetype/ttf-lucida" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/truetype/arphic" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/truetype/freefont" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/truetype/kochi" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/truetype/latex-xft-fonts" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/truetype/openoffice" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/truetype/ttf-bitstream-vera" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/type1/gsfonts" does not exist.
    Entry deleted from font path.
(WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
    Entry deleted from font path.
(WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID" does not exist.
    Entry deleted from font path.
(WW) FontPath is completely invalid.  Using compiled-in default.
(==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
(**) RgbPath set to "/usr/share/X11/rgb"
(**) ModulePath set to "/usr/lib/xorg/modules"
(**) Extension "Composite" is enabled
(**) Extension "RENDER" is enabled
(WW) Ignoring unrecognized extension "RenderAccel"
(WW) Ignoring unrecognized extension "AllowGLXWithComposite"
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x81e0900
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 2.0
    X.Org XInput driver : 2.0
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
(--) using VT number 7
 
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1039,0760 card 103c,2a04 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1039,0002 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 1039,0964 card 0000,0000 rev 36 class 06,01,00 hdr 80
(II) PCI: 00:02:5: chip 1039,5513 card 103c,2a04 rev 01 class 01,01,80 hdr 00
(II) PCI: 00:02:7: chip 1039,7012 card 103c,2a05 rev a0 class 04,01,00 hdr 00
(II) PCI: 00:03:0: chip 1039,7001 card 103c,2a04 rev 0f class 0c,03,10 hdr 80
(II) PCI: 00:03:1: chip 1039,7001 card 103c,2a04 rev 0f class 0c,03,10 hdr 00
(II) PCI: 00:03:2: chip 1039,7001 card 103c,2a04 rev 0f class 0c,03,10 hdr 00
(II) PCI: 00:03:3: chip 1039,7002 card 103c,2a04 rev 00 class 0c,03,20 hdr 00
(II) PCI: 00:04:0: chip 1039,0900 card 103c,2a04 rev 90 class 02,00,00 hdr 00
(II) PCI: 00:05:0: chip 1039,0180 card 103c,2a04 rev 01 class 01,01,85 hdr 00
(II) PCI: 00:08:0: chip 104c,9066 card 1385,4c00 rev 00 class 02,80,00 hdr 00
(II) PCI: 00:0b:0: chip 1106,3044 card 103c,2a04 rev 80 class 0c,00,10 hdr 00
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:00:0: chip 10de,0322 card 196e,01ad rev a1 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
    [0] -1    0    0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) Bus 0 non-prefetchable memory range:
    [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[b]
(II) Bus 0 prefetchable memory range:
    [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000e (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
    [0] -1    0    0xe4000000 - 0xe5ffffff (0x2000000) MX[b]
(II) Bus 1 prefetchable memory range:
    [0] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[b]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:2:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV34 [GeForce FX 5200] rev 161, Mem @ 0xe4000000/24, 0xd0000000/28
(II) Addressable bus resource ranges are
    [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[b]
    [1] -1    0    0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) OS-reported resource ranges:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
(II) PCI Memory resource overlap reduced 0xe0000000 from 0xe3ffffff to 0xdfffffff
(II) Active PCI resource ranges:
    [0] -1    0    0xe7027000 - 0xe70277ff (0x800) MX[b]
    [1] -1    0    0xe7000000 - 0xe701ffff (0x20000) MX[b]
    [2] -1    0    0xe7020000 - 0xe7021fff (0x2000) MX[b]
    [3] -1    0    0xe7023000 - 0xe7023fff (0x1000) MX[b]
    [4] -1    0    0xe7022000 - 0xe7022fff (0x1000) MX[b]
    [5] -1    0    0xe7026000 - 0xe7026fff (0x1000) MX[b]
    [6] -1    0    0xe7025000 - 0xe7025fff (0x1000) MX[b]
    [7] -1    0    0xe7024000 - 0xe7024fff (0x1000) MX[b]
    [8] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [9] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [10] -1    0    0xe4000000 - 0xe4ffffff (0x1000000) MX[b](B)
    [11] -1    0    0x0000e400 - 0x0000e47f (0x80) IX[b]
    [12] -1    0    0x0000e000 - 0x0000e07f (0x80) IX[b]
    [13] -1    0    0x0000dc00 - 0x0000dc0f (0x10) IX[b]
    [14] -1    0    0x0000d800 - 0x0000d803 (0x4) IX[b]
    [15] -1    0    0x0000d400 - 0x0000d407 (0x8) IX[b]
    [16] -1    0    0x0000d000 - 0x0000d003 (0x4) IX[b]
    [17] -1    0    0x0000cc00 - 0x0000cc07 (0x8) IX[b]
    [18] -1    0    0x0000c800 - 0x0000c8ff (0x100) IX[b]
    [19] -1    0    0x0000c400 - 0x0000c47f (0x80) IX[b]
    [20] -1    0    0x0000c000 - 0x0000c0ff (0x100) IX[b]
    [21] -1    0    0x00004000 - 0x0000400f (0x10) IX[b]
    [22] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [23] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [24] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [25] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
(II) Active PCI resource ranges after removing overlaps:
    [0] -1    0    0xe7027000 - 0xe70277ff (0x800) MX[b]
    [1] -1    0    0xe7000000 - 0xe701ffff (0x20000) MX[b]
    [2] -1    0    0xe7020000 - 0xe7021fff (0x2000) MX[b]
    [3] -1    0    0xe7023000 - 0xe7023fff (0x1000) MX[b]
    [4] -1    0    0xe7022000 - 0xe7022fff (0x1000) MX[b]
    [5] -1    0    0xe7026000 - 0xe7026fff (0x1000) MX[b]
    [6] -1    0    0xe7025000 - 0xe7025fff (0x1000) MX[b]
    [7] -1    0    0xe7024000 - 0xe7024fff (0x1000) MX[b]
    [8] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [9] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [10] -1    0    0xe4000000 - 0xe4ffffff (0x1000000) MX[b](B)
    [11] -1    0    0x0000e400 - 0x0000e47f (0x80) IX[b]
    [12] -1    0    0x0000e000 - 0x0000e07f (0x80) IX[b]
    [13] -1    0    0x0000dc00 - 0x0000dc0f (0x10) IX[b]
    [14] -1    0    0x0000d800 - 0x0000d803 (0x4) IX[b]
    [15] -1    0    0x0000d400 - 0x0000d407 (0x8) IX[b]
    [16] -1    0    0x0000d000 - 0x0000d003 (0x4) IX[b]
    [17] -1    0    0x0000cc00 - 0x0000cc07 (0x8) IX[b]
    [18] -1    0    0x0000c800 - 0x0000c8ff (0x100) IX[b]
    [19] -1    0    0x0000c400 - 0x0000c47f (0x80) IX[b]
    [20] -1    0    0x0000c000 - 0x0000c0ff (0x100) IX[b]
    [21] -1    0    0x00004000 - 0x0000400f (0x10) IX[b]
    [22] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [23] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [24] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [25] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
(II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
(II) All system resource ranges:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1    0    0xe7027000 - 0xe70277ff (0x800) MX[b]
    [5] -1    0    0xe7000000 - 0xe701ffff (0x20000) MX[b]
    [6] -1    0    0xe7020000 - 0xe7021fff (0x2000) MX[b]
    [7] -1    0    0xe7023000 - 0xe7023fff (0x1000) MX[b]
    [8] -1    0    0xe7022000 - 0xe7022fff (0x1000) MX[b]
    [9] -1    0    0xe7026000 - 0xe7026fff (0x1000) MX[b]
    [10] -1    0    0xe7025000 - 0xe7025fff (0x1000) MX[b]
    [11] -1    0    0xe7024000 - 0xe7024fff (0x1000) MX[b]
    [12] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [13] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [14] -1    0    0xe4000000 - 0xe4ffffff (0x1000000) MX[b](B)
    [15] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [16] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [17] -1    0    0x0000e400 - 0x0000e47f (0x80) IX[b]
    [18] -1    0    0x0000e000 - 0x0000e07f (0x80) IX[b]
    [19] -1    0    0x0000dc00 - 0x0000dc0f (0x10) IX[b]
    [20] -1    0    0x0000d800 - 0x0000d803 (0x4) IX[b]
    [21] -1    0    0x0000d400 - 0x0000d407 (0x8) IX[b]
    [22] -1    0    0x0000d000 - 0x0000d003 (0x4) IX[b]
    [23] -1    0    0x0000cc00 - 0x0000cc07 (0x8) IX[b]
    [24] -1    0    0x0000c800 - 0x0000c8ff (0x100) IX[b]
    [25] -1    0    0x0000c400 - 0x0000c47f (0x80) IX[b]
    [26] -1    0    0x0000c000 - 0x0000c0ff (0x100) IX[b]
    [27] -1    0    0x00004000 - 0x0000400f (0x10) IX[b]
    [28] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [29] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [30] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [31] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri" will be loaded by default.
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "ddc"(II) Module "ddc" already built-in
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 1.4.0.90, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.1
(II) NVIDIA GLX Module  169.04  Wed Nov 14 17:35:25 PST 2007
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.1.0
    ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.2.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.2.3
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
(II) NVIDIA dlloader X Driver  169.04  Wed Nov 14 16:46:45 PST 2007
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(II) Loading /usr/lib/xorg/modules//libwfb.so
(II) Module wfb: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
(II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1    0    0xe7027000 - 0xe70277ff (0x800) MX[b]
    [5] -1    0    0xe7000000 - 0xe701ffff (0x20000) MX[b]
    [6] -1    0    0xe7020000 - 0xe7021fff (0x2000) MX[b]
    [7] -1    0    0xe7023000 - 0xe7023fff (0x1000) MX[b]
    [8] -1    0    0xe7022000 - 0xe7022fff (0x1000) MX[b]
    [9] -1    0    0xe7026000 - 0xe7026fff (0x1000) MX[b]
    [10] -1    0    0xe7025000 - 0xe7025fff (0x1000) MX[b]
    [11] -1    0    0xe7024000 - 0xe7024fff (0x1000) MX[b]
    [12] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [13] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [14] -1    0    0xe4000000 - 0xe4ffffff (0x1000000) MX[b](B)
    [15] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [16] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [17] -1    0    0x0000e400 - 0x0000e47f (0x80) IX[b]
    [18] -1    0    0x0000e000 - 0x0000e07f (0x80) IX[b]
    [19] -1    0    0x0000dc00 - 0x0000dc0f (0x10) IX[b]
    [20] -1    0    0x0000d800 - 0x0000d803 (0x4) IX[b]
    [21] -1    0    0x0000d400 - 0x0000d407 (0x8) IX[b]
    [22] -1    0    0x0000d000 - 0x0000d003 (0x4) IX[b]
    [23] -1    0    0x0000cc00 - 0x0000cc07 (0x8) IX[b]
    [24] -1    0    0x0000c800 - 0x0000c8ff (0x100) IX[b]
    [25] -1    0    0x0000c400 - 0x0000c47f (0x80) IX[b]
    [26] -1    0    0x0000c000 - 0x0000c0ff (0x100) IX[b]
    [27] -1    0    0x00004000 - 0x0000400f (0x10) IX[b]
    [28] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [29] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [30] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [31] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
(II) resource ranges after probing:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1    0    0xe7027000 - 0xe70277ff (0x800) MX[b]
    [5] -1    0    0xe7000000 - 0xe701ffff (0x20000) MX[b]
    [6] -1    0    0xe7020000 - 0xe7021fff (0x2000) MX[b]
    [7] -1    0    0xe7023000 - 0xe7023fff (0x1000) MX[b]
    [8] -1    0    0xe7022000 - 0xe7022fff (0x1000) MX[b]
    [9] -1    0    0xe7026000 - 0xe7026fff (0x1000) MX[b]
    [10] -1    0    0xe7025000 - 0xe7025fff (0x1000) MX[b]
    [11] -1    0    0xe7024000 - 0xe7024fff (0x1000) MX[b]
    [12] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [13] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [14] -1    0    0xe4000000 - 0xe4ffffff (0x1000000) MX[b](B)
    [15] 0    0    0x000a0000 - 0x000affff (0x10000) MS[b]
    [16] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [17] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[b]
    [18] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [19] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [20] -1    0    0x0000e400 - 0x0000e47f (0x80) IX[b]
    [21] -1    0    0x0000e000 - 0x0000e07f (0x80) IX[b]
    [22] -1    0    0x0000dc00 - 0x0000dc0f (0x10) IX[b]
    [23] -1    0    0x0000d800 - 0x0000d803 (0x4) IX[b]
    [24] -1    0    0x0000d400 - 0x0000d407 (0x8) IX[b]
    [25] -1    0    0x0000d000 - 0x0000d003 (0x4) IX[b]
    [26] -1    0    0x0000cc00 - 0x0000cc07 (0x8) IX[b]
    [27] -1    0    0x0000c800 - 0x0000c8ff (0x100) IX[b]
    [28] -1    0    0x0000c400 - 0x0000c47f (0x80) IX[b]
    [29] -1    0    0x0000c000 - 0x0000c0ff (0x100) IX[b]
    [30] -1    0    0x00004000 - 0x0000400f (0x10) IX[b]
    [31] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [32] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [33] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [34] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [35] 0    0    0x000003b0 - 0x000003bb (0xc) IS[b]
    [36] 0    0    0x000003c0 - 0x000003df (0x20) IS[b]
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 16, (--) framebuffer bpp 16
(==) NVIDIA(0): RGB weight 565
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "NoLogo" "false"
(**) NVIDIA(0): Option "IgnoreEDID" "true"
(**) NVIDIA(0): Option "ConnectedMonitor" "dfp,dfp"
(**) NVIDIA(0): Option "CursorShadow" "1"
(**) NVIDIA(0): Option "CursorShadowAlpha" "63"
(**) NVIDIA(0): Option "CursorShadowXOffset" "4"
(**) NVIDIA(0): Option "CursorShadowYOffset" "2"
(**) NVIDIA(0): Option "TwinView" "false"
(**) NVIDIA(0): Option "TwinViewOrientation" "RightOf"
(**) NVIDIA(0): Option "SecondMonitorHorizSync" "81"
(**) NVIDIA(0): Option "SecondMonitorVertRefresh" "76"
(**) NVIDIA(0): Option "AddARGBGLXVisuals"
(**) NVIDIA(0): Option "FlatPanelProperties" "Scaling = native"
(**) NVIDIA(0): Enabling RENDER acceleration
(**) NVIDIA(0): Enabling cursor shadow
(**) NVIDIA(0): Cursor shadow alpha = 63
(**) NVIDIA(0): Cursor shadow offset = 4
(**) NVIDIA(0): Cursor shadow offset = 2
(WW) NVIDIA(0): Cannot use option "SecondMonitorHorizSync" when TwinView is
(WW) NVIDIA(0):     not enabled
(WW) NVIDIA(0): Cannot use option "SecondMonitorVertRefresh" when TwinView is
(WW) NVIDIA(0):     not enabled
(WW) NVIDIA(0): Cannot use option "TwinViewOrientation" when TwinView is not
(WW) NVIDIA(0):     enabled
(**) NVIDIA(0): ConnectedMonitor string: "dfp,dfp"
(WW) NVIDIA(0): 
(WW) NVIDIA(0): The IgnoreEDID and NoDDC options have been deprecated.  The
(WW) NVIDIA(0):     NVIDIA X driver makes use of a display device's EDID
(WW) NVIDIA(0):     during construction of its modePool.  It is recommended
(WW) NVIDIA(0):     that you allow the X driver to make use of any available
(WW) NVIDIA(0):     EDID.  If, however, you know what you are doing and have
(WW) NVIDIA(0):     good reason to do so, you can disable the X driver's use
(WW) NVIDIA(0):     of EDIDs by setting the "UseEDID" X configuration option
(WW) NVIDIA(0):     to FALSE; e.g.,
(WW) NVIDIA(0): 
(WW) NVIDIA(0):   Option "UseEDID" "FALSE"
(WW) NVIDIA(0): 
(WW) NVIDIA(0): Note that, rather than globally disable all uses of the EDID,
(WW) NVIDIA(0):     you can individually disable each particular use of the
(WW) NVIDIA(0):     EDID; e.g.,
(WW) NVIDIA(0): 
(WW) NVIDIA(0):   Option "UseEDIDFreqs" "FALSE"
(WW) NVIDIA(0):   Option "UseEDIDDpi" "FALSE"
(WW) NVIDIA(0):   Option "ModeValidation" "NoEdidModes"
(WW) NVIDIA(0): 
(WW) NVIDIA(0): See Appendix B: X Config Options in the README for details on
(WW) NVIDIA(0):     each of these options.
(WW) NVIDIA(0): 
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0):     enabled.
(EE) NVIDIA(0): Failed to load the NVIDIA kernel module!
(EE) NVIDIA(0):  *** Aborting ***
(II) UnloadModule: "nvidia"
(II) UnloadModule: "wfb"
(II) UnloadModule: "fb"
(EE) Screen(s) found, but none have a usable configuration.
 
Fatal server error:
no screens found
# dmesg | tail -n 15
sd 4:0:0:3: Attached scsi generic sg5 type 0
usb-storage: device scan complete
eth0: Media Link On 10mbps half-duplex 
No module found in object
No module found in object
No module found in object
No module found in object
No module found in object
No module found in object
No module found in object
No module found in object
No module found in object
No module found in object
No module found in object
No module found in object
# modprobe nvidia
FATAL: Error inserting nvidia (/lib/modules/2.6.24-ARCH/kernel/drivers/video/nvidia.ko): Invalid module format

Any ideas as to these errors? I've tried googling but I have not run into a single fix. Any help is appreciated.

Offline

#5 2008-06-04 07:15:07

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,896
Website

Re: Getting X Working [SOLVED]

loading latest kernel will break old nvidia install... and to upgrade nvidia you have to stop X pacman -S nvidia then modprobe nvidia then restart X


Mr Green

Offline

#6 2008-06-04 07:38:33

F
Member
Registered: 2006-10-09
Posts: 322

Re: Getting X Working [SOLVED]

w00t. I got X working. Finally!

This is how to get X + nVidia to play nice (at least on my computer):

kernel: 2.6.24.4-1
nvidia:  169.12-2
nvidia-utils: 169.12-1

and then grab NVIDIA-Linux-x86-169.12-pkg1.run river from the Nvidia website: http://www.nvidia.com/object/linux_disp … 69.12.html

Run that script and everything works just like before!
Excellent.

Last edited by F (2008-06-05 07:19:59)

Offline

#7 2008-06-04 14:30:27

Misfit138
Misfit Emeritus
From: USA
Registered: 2006-11-27
Posts: 4,189

Re: Getting X Working [SOLVED]

F, I am glad you got it working. Just as a precaution, check out this thread: http://bbs.archlinux.org/viewtopic.php? … 76#p347176
For next time, you might want to try ABS instead, since the nVidia script can leave some junk behind that pacman is unaware of. wink

Offline

Board footer

Powered by FluxBB