LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-20-2008, 08:35 AM   #1
olracdor
Member
 
Registered: Nov 2007
Posts: 95

Rep: Reputation: 15
problem with x server


i have a problem with my x server in fedora 6, the x server dont run, this happens everytime i boot

here's my xorg.conf

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Wed Sep 12 14:29:35 PDT 2007

# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
EndSection

Section "Module"
Load "glx"
Load "extmod"
EndSection

Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 150.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
Option "AddARGBGLXVisuals" "True"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "Extensions"
Option "Composite"
EndSection
 
Old 05-20-2008, 10:48 AM   #2
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 555Reputation: 555Reputation: 555Reputation: 555Reputation: 555Reputation: 555
It would REALLY help if you could tell us what the error(s) might be that are causing the X server to fail.
Check the log file in /var/log/xorg.0.log for useful info.

For one thing, you have no screen resolutions specified in your SCREEN section, but that may not be the only thing wrong.

Check the log and provide us more info.

SVA
 
Old 05-20-2008, 06:56 PM   #3
fbianconi
Member
 
Registered: Apr 2008
Location: argentina
Distribution: Arch
Posts: 86

Rep: Reputation: 22
Does your old xorg.conf file works? it should be /etc/X/xorg.conf.backup (or similar)
Try replacing device section in old file by the one in the new one. You should check also that the modules "GLcore" and "dri" are not loaded. And add the command to load the "glx" module.
check also
man 5 xorg.conf
man nvidia-xconfig
 
Old 05-22-2008, 06:25 AM   #4
olracdor
Member
 
Registered: Nov 2007
Posts: 95

Original Poster
Rep: Reputation: 15
here's my xorg.conf log


X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: Linux 2.6.9-34.ELsmp i686 Red Hat, Inc.
Current Operating System: Linux localhost.localdomain 2.6.22.14-72.fc6 #1 SMP Wed Nov 21 15:12:59 EST 2007 i686
Build Date: 04 October 2006
Build ID: xorg-x11-server 1.1.1-47.fc6
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: Thu May 22 15:12:07 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "single head configuration"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "<default monitor>"
(**) | |-->Device "Videocard0"
(WW) No monitor specified for screen "Screen0".
Using a default monitor configuration.
(**) |-->Input Device "Keyboard0"
(==) |-->Input Device "<default pointer>"
(WW) The core pointer device wasn't specified explicitly in the layout.
Using the default mouse configuration.
(WW) No FontPath specified. Using compiled-in default.
(==) FontPath set to:
unix/:7100,
built-ins
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.0
X.Org XInput driver : 0.6
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,03a1 card 0000,0000 rev a2 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 10de,03ac card 0000,0000 rev a1 class 05,00,00 hdr 80
(II) PCI: 00:00:2: chip 10de,03aa card 0000,0000 rev a1 class 05,00,00 hdr 80
(II) PCI: 00:00:3: chip 10de,03a9 card 0000,0000 rev a1 class 05,00,00 hdr 00
(II) PCI: 00:00:4: chip 10de,03ab card 0000,0000 rev a1 class 05,00,00 hdr 00
(II) PCI: 00:00:5: chip 10de,03a8 card 0000,0000 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:6: chip 10de,03b5 card 0000,0000 rev a1 class 05,00,00 hdr 80
(II) PCI: 00:00:7: chip 10de,03b4 card 0000,0000 rev a1 class 05,00,00 hdr 80
(II) PCI: 00:01:0: chip 10de,03ad card 0000,0000 rev a1 class 05,00,00 hdr 80
(II) PCI: 00:01:1: chip 10de,03ae card 0000,0000 rev a1 class 05,00,00 hdr 80
(II) PCI: 00:01:2: chip 10de,03af card 0000,0000 rev a1 class 05,00,00 hdr 80
(II) PCI: 00:01:3: chip 10de,03b0 card 0000,0000 rev a1 class 05,00,00 hdr 80
(II) PCI: 00:01:4: chip 10de,03b1 card 0000,0000 rev a1 class 05,00,00 hdr 80
(II) PCI: 00:01:5: chip 10de,03b2 card 0000,0000 rev a1 class 05,00,00 hdr 80
(II) PCI: 00:01:6: chip 10de,03b3 card 0000,0000 rev a1 class 05,00,00 hdr 80
(II) PCI: 00:02:0: chip 10de,03b6 card 0000,0000 rev a1 class 05,00,00 hdr 80
(II) PCI: 00:02:1: chip 10de,03bc card 0000,0000 rev a1 class 05,00,00 hdr 00
(II) PCI: 00:02:2: chip 10de,03ba card 0000,0000 rev a1 class 05,00,00 hdr 80
(II) PCI: 00:03:0: chip 10de,03b7 card 0000,0000 rev a1 class 06,04,00 hdr 01
(II) PCI: 00:06:0: chip 10de,03b9 card 0000,0000 rev a1 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 10de,03bb card 0000,0000 rev a1 class 06,04,00 hdr 01
(II) PCI: 00:09:0: chip 10de,0369 card 1462,7510 rev a2 class 05,00,00 hdr 00
(II) PCI: 00:0a:0: chip 10de,0360 card 1462,7510 rev a3 class 06,01,00 hdr 80
(II) PCI: 00:0a:1: chip 10de,0368 card 1462,7510 rev a3 class 0c,05,00 hdr 80
(II) PCI: 00:0b:0: chip 10de,036c card 1462,7510 rev a1 class 0c,03,10 hdr 80
(II) PCI: 00:0b:1: chip 10de,036d card 1462,7510 rev a2 class 0c,03,20 hdr 80
(II) PCI: 00:0d:0: chip 10de,036e card 1462,7510 rev a1 class 01,01,8a hdr 00
(II) PCI: 00:0e:0: chip 10de,037f card 1462,7510 rev a3 class 01,01,85 hdr 80
(II) PCI: 00:0e:1: chip 10de,037f card 1462,7510 rev a3 class 01,01,85 hdr 80
(II) PCI: 00:0e:2: chip 10de,037f card 1462,7510 rev a3 class 01,01,85 hdr 80
(II) PCI: 00:0f:0: chip 10de,0370 card 0000,0000 rev a2 class 06,04,01 hdr 81
(II) PCI: 00:11:0: chip 10de,0373 card 1462,7510 rev a3 class 06,80,00 hdr 00
(II) PCI: 00:12:0: chip 10de,0373 card 1462,7510 rev a3 class 06,80,00 hdr 00
(II) PCI: 00:13:0: chip 10de,0376 card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:14:0: chip 10de,0374 card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:15:0: chip 10de,0374 card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:16:0: chip 10de,0378 card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:17:0: chip 10de,0375 card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:18:0: chip 10de,0377 card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 01:00:0: chip 10de,05b1 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 02:00:0: chip 10de,05b1 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 02:02:0: chip 10de,05b1 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 03:00:0: chip 10de,0611 card 10de,053c rev a2 class 03,00,00 hdr 00
(II) PCI: 04:00:0: chip 10de,0611 card 10de,053c rev a2 class 03,00,00 hdr 00
(II) PCI: 09:00:0: chip 197b,2380 card 1462,510d rev 00 class 0c,00,10 hdr 00
(II) PCI: 0a:00:0: chip 197b,2363 card 197b,2363 rev 03 class 01,06,01 hdr 80
(II) PCI: 0a:00:1: chip 197b,2363 card 197b,2363 rev 03 class 01,01,85 hdr 00
(II) PCI: 0b:00:0: chip 1102,7006 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 0c:00:0: chip 1102,0009 card 1102,0010 rev 00 class 04,03,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,14), 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:3:0), (0,1,4), BCTRL: 0x001a (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1 0 0x0000c000 - 0x0000dfff (0x2000) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xf6000000 - 0xfe8fffff (0x8900000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xc0000000 - 0xdfffffff (0x20000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:6:0), (0,5,5), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 6: bridge is at (0:7:0), (0,6,6), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:10:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 7: bridge is at (0:15:0), (0,7,7), BCTRL: 0x0202 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 8: bridge is at (0:19:0), (0,8,8), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 9: bridge is at (0:20:0), (0,9,9), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 9 non-prefetchable memory range:
[0] -1 0 0xfe900000 - 0xfe9fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 10: bridge is at (0:21:0), (0,10,10), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 10 I/O range:
[0] -1 0 0x0000e000 - 0x0000efff (0x1000) IX[B]
(II) Bus 10 non-prefetchable memory range:
[0] -1 0 0xfea00000 - 0xfeafffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 11: bridge is at (0:22:0), (0,11,12), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 11 non-prefetchable memory range:
[0] -1 0 0xfeb00000 - 0xfebfffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 13: bridge is at (0:23:0), (0,13,13), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 14: bridge is at (0:24:0), (0,14,14), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (1:0:0), (1,2,4), BCTRL: 0x001a (VGA_EN is set)
(II) Bus 2 I/O range:
[0] -1 0 0x0000c000 - 0x0000dfff (0x2000) IX[B]
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0xf6000000 - 0xfe8fffff (0x8900000) MX[B]
(II) Bus 2 prefetchable memory range:
[0] -1 0 0xc0000000 - 0xdfffffff (0x20000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (2:0:0), (2,3,3), BCTRL: 0x001a (VGA_EN is set)
(II) Bus 3 I/O range:
[0] -1 0 0x0000c000 - 0x0000cfff (0x1000) IX[B]
(II) Bus 3 non-prefetchable memory range:
[0] -1 0 0xf6000000 - 0xf9ffffff (0x4000000) MX[B]
(II) Bus 3 prefetchable memory range:
[0] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (2:2:0), (2,4,4), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 4 I/O range:
[0] -1 0 0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 4 non-prefetchable memory range:
[0] -1 0 0xfa000000 - 0xfe8fffff (0x4900000) MX[B]
(II) Bus 4 prefetchable memory range:
[0] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 12: bridge is at (11:0:0), (11,12,12), BCTRL: 0x0007 (VGA_EN is cleared)
(II) Bus 12 non-prefetchable memory range:
[0] -1 0 0xfeb00000 - 0xfebfffff (0x100000) MX[B]
(--) PCI:*(3:0:0) nVidia Corporation unknown chipset (0x0611) rev 162, Mem @ 0xf9000000/24, 0xc0000000/28, 0xf6000000/25, I/O @ 0xcc00/7, BIOS @ 0xf8fe0000/17
(--) PCI: (4:0:0) nVidia Corporation unknown chipset (0x0611) rev 162, Mem @ 0xfd000000/24, 0xd0000000/28, 0xfa000000/25, I/O @ 0xdc00/7, BIOS @ 0xfe8e0000/17
(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) Active PCI resource ranges:
[0] -1 0 0xfebfc000 - 0xfebfffff (0x4000) MX[B]
[1] -1 0 0xfeafe000 - 0xfeafffff (0x2000) MX[B]
[2] -1 0 0xfe9fec00 - 0xfe9fec7f (0x80) MX[B]
[3] -1 0 0xfe9ff000 - 0xfe9ff07f (0x80) MX[B]
[4] -1 0 0xfe9ff400 - 0xfe9ff47f (0x80) MX[B]
[5] -1 0 0xfe9ff800 - 0xfe9fffff (0x800) MX[B]
[6] -1 0 0xf5ff4c00 - 0xf5ff4c0f (0x10) MX[B]
[7] -1 0 0xf5ffa000 - 0xf5ffa0ff (0x100) MX[B]
[8] -1 0 0xf5ff5000 - 0xf5ff5fff (0x1000) MX[B]
[9] -1 0 0xf5ffa400 - 0xf5ffa40f (0x10) MX[B]
[10] -1 0 0xf5ffa800 - 0xf5ffa8ff (0x100) MX[B]
[11] -1 0 0xf5ff6000 - 0xf5ff6fff (0x1000) MX[B]
[12] -1 0 0xf5ff7000 - 0xf5ff7fff (0x1000) MX[B]
[13] -1 0 0xf5ff8000 - 0xf5ff8fff (0x1000) MX[B]
[14] -1 0 0xf5ff9000 - 0xf5ff9fff (0x1000) MX[B]
[15] -1 0 0xf5ffac00 - 0xf5ffacff (0x100) MX[B]
[16] -1 0 0xf5ffb000 - 0xf5ffbfff (0x1000) MX[B]
[17] -1 0 0xfe8e0000 - 0xfe8fffff (0x20000) MX[B](B)
[18] -1 0 0xfa000000 - 0xfbffffff (0x2000000) MX[B](B)
[19] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[20] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
[21] -1 0 0xf8fe0000 - 0xf8ffffff (0x20000) MX[B](B)
[22] -1 0 0xf6000000 - 0xf7ffffff (0x2000000) MX[B](B)
[23] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
[24] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
[25] -1 0 0x0000e400 - 0x0000e40f (0x10) IX[B]
[26] -1 0 0x0000e480 - 0x0000e483 (0x4) IX[B]
[27] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B]
[28] -1 0 0x0000e880 - 0x0000e883 (0x4) IX[B]
[29] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[30] -1 0 0x00009000 - 0x00009007 (0x8) IX[B]
[31] -1 0 0x00009080 - 0x00009087 (0x8) IX[B]
[32] -1 0 0x00009400 - 0x0000940f (0x10) IX[B]
[33] -1 0 0x00009480 - 0x00009483 (0x4) IX[B]
[34] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
[35] -1 0 0x00009880 - 0x00009883 (0x4) IX[B]
[36] -1 0 0x00009c00 - 0x00009c07 (0x8) IX[B]
[37] -1 0 0x0000a000 - 0x0000a00f (0x10) IX[B]
[38] -1 0 0x0000a080 - 0x0000a083 (0x4) IX[B]
[39] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[B]
[40] -1 0 0x0000a480 - 0x0000a483 (0x4) IX[B]
[41] -1 0 0x0000a800 - 0x0000a807 (0x8) IX[B]
[42] -1 0 0x0000a880 - 0x0000a88f (0x10) IX[B]
[43] -1 0 0x0000ac00 - 0x0000ac03 (0x4) IX[B]
[44] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[B]
[45] -1 0 0x0000b080 - 0x0000b083 (0x4) IX[B]
[46] -1 0 0x0000b400 - 0x0000b407 (0x8) IX[B]
[47] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
[48] -1 0 0x00002e00 - 0x00002e3f (0x40) IX[B]
[49] -1 0 0x00002d00 - 0x00002d3f (0x40) IX[B]
[50] -1 0 0x00002900 - 0x0000293f (0x40) IX[B]
[51] -1 0 0x00002f00 - 0x00002f7f (0x80) IX[B]
[52] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B](B)
[53] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xfebfc000 - 0xfebfffff (0x4000) MX[B]
[1] -1 0 0xfeafe000 - 0xfeafffff (0x2000) MX[B]
[2] -1 0 0xfe9fec00 - 0xfe9fec7f (0x80) MX[B]
[3] -1 0 0xfe9ff000 - 0xfe9ff07f (0x80) MX[B]
[4] -1 0 0xfe9ff400 - 0xfe9ff47f (0x80) MX[B]
[5] -1 0 0xfe9ff800 - 0xfe9fffff (0x800) MX[B]
[6] -1 0 0xf5ff4c00 - 0xf5ff4c0f (0x10) MX[B]
[7] -1 0 0xf5ffa000 - 0xf5ffa0ff (0x100) MX[B]
[8] -1 0 0xf5ff5000 - 0xf5ff5fff (0x1000) MX[B]
[9] -1 0 0xf5ffa400 - 0xf5ffa40f (0x10) MX[B]
[10] -1 0 0xf5ffa800 - 0xf5ffa8ff (0x100) MX[B]
[11] -1 0 0xf5ff6000 - 0xf5ff6fff (0x1000) MX[B]
[12] -1 0 0xf5ff7000 - 0xf5ff7fff (0x1000) MX[B]
[13] -1 0 0xf5ff8000 - 0xf5ff8fff (0x1000) MX[B]
[14] -1 0 0xf5ff9000 - 0xf5ff9fff (0x1000) MX[B]
[15] -1 0 0xf5ffac00 - 0xf5ffacff (0x100) MX[B]
[16] -1 0 0xf5ffb000 - 0xf5ffbfff (0x1000) MX[B]
[17] -1 0 0xfe8e0000 - 0xfe8fffff (0x20000) MX[B](B)
[18] -1 0 0xfa000000 - 0xfbffffff (0x2000000) MX[B](B)
[19] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[20] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
[21] -1 0 0xf8fe0000 - 0xf8ffffff (0x20000) MX[B](B)
[22] -1 0 0xf6000000 - 0xf7ffffff (0x2000000) MX[B](B)
[23] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
[24] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
[25] -1 0 0x0000e400 - 0x0000e40f (0x10) IX[B]
[26] -1 0 0x0000e480 - 0x0000e483 (0x4) IX[B]
[27] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B]
[28] -1 0 0x0000e880 - 0x0000e883 (0x4) IX[B]
[29] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[30] -1 0 0x00009000 - 0x00009007 (0x8) IX[B]
[31] -1 0 0x00009080 - 0x00009087 (0x8) IX[B]
[32] -1 0 0x00009400 - 0x0000940f (0x10) IX[B]
[33] -1 0 0x00009480 - 0x00009483 (0x4) IX[B]
[34] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
[35] -1 0 0x00009880 - 0x00009883 (0x4) IX[B]
[36] -1 0 0x00009c00 - 0x00009c07 (0x8) IX[B]
[37] -1 0 0x0000a000 - 0x0000a00f (0x10) IX[B]
[38] -1 0 0x0000a080 - 0x0000a083 (0x4) IX[B]
[39] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[B]
[40] -1 0 0x0000a480 - 0x0000a483 (0x4) IX[B]
[41] -1 0 0x0000a800 - 0x0000a807 (0x8) IX[B]
[42] -1 0 0x0000a880 - 0x0000a88f (0x10) IX[B]
[43] -1 0 0x0000ac00 - 0x0000ac03 (0x4) IX[B]
[44] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[B]
[45] -1 0 0x0000b080 - 0x0000b083 (0x4) IX[B]
[46] -1 0 0x0000b400 - 0x0000b407 (0x8) IX[B]
[47] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
[48] -1 0 0x00002e00 - 0x00002e3f (0x40) IX[B]
[49] -1 0 0x00002d00 - 0x00002d3f (0x40) IX[B]
[50] -1 0 0x00002900 - 0x0000293f (0x40) IX[B]
[51] -1 0 0x00002f00 - 0x00002f7f (0x80) IX[B]
[52] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B](B)
[53] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[B](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 0xfebfc000 - 0xfebfffff (0x4000) MX[B]
[5] -1 0 0xfeafe000 - 0xfeafffff (0x2000) MX[B]
[6] -1 0 0xfe9fec00 - 0xfe9fec7f (0x80) MX[B]
[7] -1 0 0xfe9ff000 - 0xfe9ff07f (0x80) MX[B]
[8] -1 0 0xfe9ff400 - 0xfe9ff47f (0x80) MX[B]
[9] -1 0 0xfe9ff800 - 0xfe9fffff (0x800) MX[B]
[10] -1 0 0xf5ff4c00 - 0xf5ff4c0f (0x10) MX[B]
[11] -1 0 0xf5ffa000 - 0xf5ffa0ff (0x100) MX[B]
[12] -1 0 0xf5ff5000 - 0xf5ff5fff (0x1000) MX[B]
[13] -1 0 0xf5ffa400 - 0xf5ffa40f (0x10) MX[B]
[14] -1 0 0xf5ffa800 - 0xf5ffa8ff (0x100) MX[B]
[15] -1 0 0xf5ff6000 - 0xf5ff6fff (0x1000) MX[B]
[16] -1 0 0xf5ff7000 - 0xf5ff7fff (0x1000) MX[B]
[17] -1 0 0xf5ff8000 - 0xf5ff8fff (0x1000) MX[B]
[18] -1 0 0xf5ff9000 - 0xf5ff9fff (0x1000) MX[B]
[19] -1 0 0xf5ffac00 - 0xf5ffacff (0x100) MX[B]
[20] -1 0 0xf5ffb000 - 0xf5ffbfff (0x1000) MX[B]
[21] -1 0 0xfe8e0000 - 0xfe8fffff (0x20000) MX[B](B)
[22] -1 0 0xfa000000 - 0xfbffffff (0x2000000) MX[B](B)
[23] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[24] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
[25] -1 0 0xf8fe0000 - 0xf8ffffff (0x20000) MX[B](B)
[26] -1 0 0xf6000000 - 0xf7ffffff (0x2000000) MX[B](B)
[27] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
[28] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
[29] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[30] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[31] -1 0 0x0000e400 - 0x0000e40f (0x10) IX[B]
[32] -1 0 0x0000e480 - 0x0000e483 (0x4) IX[B]
[33] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B]
[34] -1 0 0x0000e880 - 0x0000e883 (0x4) IX[B]
[35] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[36] -1 0 0x00009000 - 0x00009007 (0x8) IX[B]
[37] -1 0 0x00009080 - 0x00009087 (0x8) IX[B]
[38] -1 0 0x00009400 - 0x0000940f (0x10) IX[B]
[39] -1 0 0x00009480 - 0x00009483 (0x4) IX[B]
[40] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
[41] -1 0 0x00009880 - 0x00009883 (0x4) IX[B]
[42] -1 0 0x00009c00 - 0x00009c07 (0x8) IX[B]
[43] -1 0 0x0000a000 - 0x0000a00f (0x10) IX[B]
[44] -1 0 0x0000a080 - 0x0000a083 (0x4) IX[B]
[45] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[B]
[46] -1 0 0x0000a480 - 0x0000a483 (0x4) IX[B]
[47] -1 0 0x0000a800 - 0x0000a807 (0x8) IX[B]
[48] -1 0 0x0000a880 - 0x0000a88f (0x10) IX[B]
[49] -1 0 0x0000ac00 - 0x0000ac03 (0x4) IX[B]
[50] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[B]
[51] -1 0 0x0000b080 - 0x0000b083 (0x4) IX[B]
[52] -1 0 0x0000b400 - 0x0000b407 (0x8) IX[B]
[53] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
[54] -1 0 0x00002e00 - 0x00002e3f (0x40) IX[B]
[55] -1 0 0x00002d00 - 0x00002d3f (0x40) IX[B]
[56] -1 0 0x00002900 - 0x0000293f (0x40) IX[B]
[57] -1 0 0x00002f00 - 0x00002f7f (0x80) IX[B]
[58] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B](B)
[59] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[B](B)
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 7.1.1, 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: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 7.1.1, 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: "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.12 Thu Feb 14 18:45:56 PST 2008
(II) Loading extension GLX
(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 7.1.1, 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: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.2
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 7.1.1, 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: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/xorg/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "vesa"
(II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
(II) Module vesa: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.2.0
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) VESA: driver for VESA chipsets: vesa
(II) Primary Device is: PCI 03:00:0
(--) Assigning device section with no busID to primary device
(WW) VESA: No matching Device section for instance (BusID PCI:4:0:0) found
(--) Chipset vesa found
 
Old 05-23-2008, 06:38 AM   #5
fbianconi
Member
 
Registered: Apr 2008
Location: argentina
Distribution: Arch
Posts: 86

Rep: Reputation: 22
it seems like you have a 2 devices hardware configuration (maybe a motherboard not disabled one or SLI)
try adding
Code:
BusID "PCI:4:0:0"
to VideoCard0 Device section
and post what happened
 
Old 06-08-2008, 07:59 AM   #6
olracdor
Member
 
Registered: Nov 2007
Posts: 95

Original Poster
Rep: Reputation: 15
same error happend! whats wrong
 
Old 06-08-2008, 08:55 AM   #7
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 555Reputation: 555Reputation: 555Reputation: 555Reputation: 555Reputation: 555
The first (default) device detected is actually "PCI:3:0:0" so try that.

Please tell us about the computer too; what kind is it, what motherboard, and especially, what video card(s) have you got in there?
 
Old 07-17-2008, 06:32 PM   #8
olracdor
Member
 
Registered: Nov 2007
Posts: 95

Original Poster
Rep: Reputation: 15
i have 2 8800 GT Inno3d SLI enabled, mobo is MSI Diamond, 4 gig of RAM corsair, Q6600 processor. thanks in advance!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with accessing other network server when connected from a dial-in server radatan71 Linux - Networking 0 11-22-2005 02:20 AM
postfix server installation, samba server problem eozdoganci Linux - Networking 0 06-04-2004 06:14 AM
irc server problem, cant join my own server..... BmxFace Linux - Networking 3 11-26-2003 08:51 AM
problem with my mail server and/or name server jfall Linux - Networking 1 10-14-2002 10:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:53 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration