Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
StartX Fails
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
mrfunk
n00b
n00b


Joined: 12 Nov 2006
Posts: 10

PostPosted: Sun Nov 12, 2006 8:17 am    Post subject: StartX Fails Reply with quote

Hello,

I am running an emerged version of gentoo (2006.1) x64. I installed from a stage 3 tarball and livecd binaries with the kernel using the command line installer, because Stage 2 and 1 installs seemed to fail. On startup I am given the command line login which I am able to get thorugh, but whenever I try to launch X11 - it fails (I execute "startx"). I have run through the guide to configuring x11 but I still seem to run into a dead end because autoconfigure fails... I feel I have run out of optitions and I am wondering if anybody can give me some assistance?

I am running:

Nvidia 7300 gpu
Athlon x64 3500+ New Castle
nForce 4 Motherboard
Hitachi CM813 Monitor with 60htz refresh rate
Inland USB Mouse
Inland Keyboard (that didn't seem to work with Darwin)

The error message claims to fail loading atleast these modules:
- GLcore
- nv
- mouse

Here is my xorg.conf
Code:
# Auto-generated by mkxf86config

Section "ServerLayout"

# Serial Mouse not detected
#No Synaptics touchpad found
   Identifier     "X.Org Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "PS/2 Mouse" "AlwaysCore"
   InputDevice    "USB Mouse" "AlwaysCore"
EndSection

Section "Files"
   FontPath     "/usr/share/fonts/util"
   FontPath     "/usr/share/fonts/encodings"
   FontPath     "/usr/share/fonts/misc"
   FontPath     "/usr/share/fonts/local"
   FontPath     "/usr/share/fonts/terminus"
   FontPath     "/usr/share/fonts/corefonts"
   FontPath     "/usr/local/share/fonts"
   FontPath     "/usr/share/fonts/default"
   FontPath     "/usr/share/fonts/TTF"
   FontPath     "/usr/share/fonts/type1"
   FontPath     "/usr/share/fonts/100dpi"
   FontPath     "/usr/share/fonts/75dpi"
   FontPath     "/usr/share/fonts/arphicfonts"
   FontPath     "/usr/share/fonts/jisx0213"
   FontPath     "/usr/share/fonts/shinonome"
   FontPath     "/usr/share/fonts/baekmuk-fonts"
   FontPath     "/usr/share/fonts/kacst-fonts"
   FontPath     "/usr/share/fonts/sgi-fonts"
   FontPath     "/usr/share/fonts/unfonts"
   FontPath     "/usr/share/fonts/default/ghostscript"
   FontPath     "/usr/share/fonts/xfonts-cronyx-100dpi:unscaled"
   FontPath     "/usr/share/fonts/xfonts-cronyx-75dpi:unscaled"
   FontPath     "/usr/share/fonts/xfonts-cronyx-misc:unscaled"
   FontPath     "/usr/share/fonts/xfonts-cronyx-100dpi"
   FontPath     "/usr/share/fonts/xfonts-cronyx-75dpi"
   FontPath     "/usr/share/fonts/xfonts-cronyx-misc"
   FontPath     "/usr/share/fonts/xfonts-cronyx-cp1251-100dpi:unscaled"
   FontPath     "/usr/share/fonts/xfonts-cronyx-cp1251-75dpi:unscaled"
   FontPath     "/usr/share/fonts/xfonts-cronyx-cp1251-misc:unscaled"
   FontPath     "/usr/share/fonts/xfonts-cronyx-cp1251-100dpi"
   FontPath     "/usr/share/fonts/xfonts-cronyx-cp1251-75dpi"
   FontPath     "/usr/share/fonts/xfonts-cronyx-cp1251-misc"
   FontPath     "/usr/share/fonts/xfonts-cronyx-isocyr-100dpi:unscaled"
   FontPath     "/usr/share/fonts/xfonts-cronyx-isocyr-75dpi:unscaled"
   FontPath     "/usr/share/fonts/xfonts-cronyx-isocyr-misc:unscaled"
   FontPath     "/usr/share/fonts/xfonts-cronyx-isocyr-100dpi"
   FontPath     "/usr/share/fonts/xfonts-cronyx-isocyr-75dpi"
   FontPath     "/usr/share/fonts/xfonts-cronyx-isocyr-misc"
   FontPath     "/usr/share/fonts/xfonts-cronyx-koi8r-100dpi:unscaled"
   FontPath     "/usr/share/fonts/xfonts-cronyx-koi8r-75dpi:unscaled"
   FontPath     "/usr/share/fonts/xfonts-cronyx-koi8r-misc:unscaled"
   FontPath     "/usr/share/fonts/xfonts-cronyx-koi8r-100dpi"
   FontPath     "/usr/share/fonts/xfonts-cronyx-koi8r-75dpi"
   FontPath     "/usr/share/fonts/xfonts-cronyx-koi8r-misc"
   FontPath     "/usr/share/fonts/xfonts-cronyx-koi8u-100dpi:unscaled"
   FontPath     "/usr/share/fonts/xfonts-cronyx-koi8u-75dpi:unscaled"
   FontPath     "/usr/share/fonts/xfonts-cronyx-koi8u-misc:unscaled"
   FontPath     "/usr/share/fonts/xfonts-cronyx-koi8u-100dpi"
   FontPath     "/usr/share/fonts/xfonts-cronyx-koi8u-75dpi"
   FontPath     "/usr/share/fonts/xfonts-cronyx-koi8u-misc"
EndSection

Section "Module"
   Load  "ddc"
   Load  "vbe"
   Load  "GLcore"
   Load  "dbe"
   Load  "dri"
   Load  "extmod"
   Load  "glx"
   Load  "bitmap"
   Load  "type1"
   Load  "freetype"
   Load  "record"
EndSection

Section "ServerFlags"
   Option       "AllowMouseOpenFail" "true"
EndSection

Section "InputDevice"
   Identifier  "Serial Mouse"
   Driver      "mouse"
   Option       "Protocol" "Microsoft"
   Option       "Device" "/dev/ttyS0"
   Option       "Emulate3Buttons" "true"
   Option       "Emulate3Timeout" "70"
   Option       "SendCoreEvents" "true"
EndSection

Section "InputDevice"
   Identifier  "PS/2 Mouse"
   Driver      "mouse"
   Option       "Protocol" "IMPS/2"
   Option       "Device" "/dev/misc/psaux"
   Option       "Emulate3Buttons" "true"
   Option       "Emulate3Timeout" "70"
   Option       "SendCoreEvents" "true"
   Option       "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
   Identifier  "USB Mouse"
   Driver      "mouse"
   Option       "Device" "/dev/input/mice"
   Option       "SendCoreEvents" "true"
   Option       "Protocol" "Auto"
   Option       "ZAxisMapping" "4 5"
   Option       "Buttons" "5"
EndSection

Section "InputDevice"
   Identifier  "Synaptics"
   Driver      "synaptics"
   Option       "Protocol" "event"
   Option       "Device" ""
   Option       "LeftEdge" "1900"
   Option       "RightEdge" "5400"
   Option       "TopEdge" "1900"
   Option       "BottomEdge" "4000"
   Option       "FingerLow" "25"
   Option       "FingerHigh" "30"
   Option       "MaxTapTime" "180"
   Option       "MaxTapMove" "220"
   Option       "VertScrollDelta" "100"
   Option       "MinSpeed" "0.02"
   Option       "MaxSpeed" "0.10"
   Option       "AccelFactor" "0.0010"
   Option       "SHMConfig" "on"
EndSection

Section "Monitor"
   Identifier   "Monitor0"
 ### Comment all HorizSync and VertSync values to use DDC:
   HorizSync    31.5 - 35.1
   VertRefresh  50.0 - 90.0
EndSection

Section "Device"

   ### Available Driver options are:-
   # sw_cursor is needed for some ati and radeon cards
   #Option     "sw_cursor"
   #Option     "hw_cursor"
   #Option     "NoAccel"
   #Option     "ShowCache"
   #Option     "ShadowFB"
   #Option     "UseFBDev"
   #Option     "Rotate"
   # The following line is auto-generated by x11-misc/mkxf86config
#   BusID       "PCI:1:0:0"
   Identifier  "Card0"
   Driver      "nv"
   VendorName  "All"
   BoardName   "All"
   Card        "** NVIDIA (generic)                   [nv]"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   DefaultDepth     16
   SubSection "Display"
      Depth     1
      Modes    "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     4
      Modes    "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     8
      Modes    "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     15
      Modes    "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     16
      Modes    "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     24
      Modes    "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     32
      Modes    "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

Section "DRI"
   Mode         0666
EndSection


here is my make.conf
Code:
# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
INPUT_DEVICES="keyboard mouse"
VIDEO_CARDS="nvidia"



ps.
I would gladly post the log from startx but it seems that Linux deletes the /log area on shutdown
pss.
When I try using the live cds version of xconfig it also fails...
Back to top
View user's profile Send private message
glowworm
Tux's lil' helper
Tux's lil' helper


Joined: 28 Jun 2005
Posts: 85

PostPosted: Sun Nov 12, 2006 8:26 am    Post subject: Re: StartX Fails Reply with quote

mrfunk wrote:
I would gladly post the log from startx but it seems that Linux deletes the /log area on shutdown


It is also in /var/log/Xorg.0.log

Knowing where it fails will help debug what's going up.

As an aside, I see you are using the un-tainted open source nv drivers (not the tainted proprietory - but much faster - nvidia-drivers ;))
_________________
2.6.18-gentoo-r1 x86
Core2Duo E6300 on an Intel DG965WH M/B
NVidia 7600GT / AIGLX / KDE / Beryl CVS
Back to top
View user's profile Send private message
whig
l33t
l33t


Joined: 27 Nov 2004
Posts: 973
Location: New Zealand

PostPosted: Sun Nov 12, 2006 8:28 am    Post subject: Reply with quote

As you are using the nv driver, add nv to VIDEO_CARDS="nvidia" in make.conf. You may copy the log when X fails to another place so you can get to it later.
Back to top
View user's profile Send private message
mrfunk
n00b
n00b


Joined: 12 Nov 2006
Posts: 10

PostPosted: Sun Nov 12, 2006 10:55 pm    Post subject: Here it is Reply with quote

Here is the error log
Code:

X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.16-gentoo-r7 x86_64
Current Operating System: Linux localhost 2.6.17-gentoo-r7 #1 SMP Tue Aug 29 01:30:07 UTC 2006 x86_64
Build Date: 06 August 2006
   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: Sun Nov 12 01:54:20 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.Org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "PS/2 Mouse"
(**) |-->Input Device "USB Mouse"
(==) |-->Input Device "Serial Mouse"
(==) |-->Input Device "<default keyboard>"
(WW) The core pointer device wasn't specified explicitly in the layout.
   Using the first mouse device.
(WW) The core keyboard device wasn't specified explicitly in the layout.
   Using the default keyboard configuration.
(WW) The directory "/usr/share/fonts/local" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/terminus" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/corefonts" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/local/share/fonts" does not exist.
   Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/default".
   Entry deleted from font path.
   (Run 'mkfontdir' on "/usr/share/fonts/default").
(WW) The directory "/usr/share/fonts/TTF" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/type1" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/arphicfonts" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/jisx0213" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/shinonome" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/baekmuk-fonts" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/kacst-fonts" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/sgi-fonts" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/unfonts" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-100dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-75dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-misc" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-100dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-75dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-misc" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-cp1251-100dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-cp1251-75dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-cp1251-misc" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-cp1251-100dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-cp1251-75dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-cp1251-misc" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-isocyr-100dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-isocyr-75dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-isocyr-misc" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-isocyr-100dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-isocyr-75dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-isocyr-misc" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8r-100dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8r-75dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8r-misc" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8r-100dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8r-75dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8r-misc" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8u-100dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8u-75dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8u-misc" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8u-100dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8u-75dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8u-misc" does not exist.
   Entry deleted from font path.
(**) FontPath set to "/usr/share/fonts/util,/usr/share/fonts/encodings,/usr/share/fonts/misc,/usr/share/fonts/100dpi,/usr/share/fonts/75dpi,/usr/share/fonts/default/ghostscript"
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib64/xorg/modules"
(**) Option "AllowMouseOpenFail" "true"
(II) Module ABI versions:
   X.Org ANSI C Emulation: 0.2
   X.Org Video Driver: 0.8
   X.Org XInput driver : 0.5
   X.Org Server Extension : 0.2
   X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib64/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib64/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.8
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,005e card 1043,815a rev a3 class 05,80,00 hdr 00
(II) PCI: 00:01:0: chip 10de,0050 card 1043,815a rev a3 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,0052 card 1043,815a rev a2 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,005a card 1043,815a rev a2 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,005b card 1043,815a rev a3 class 0c,03,20 hdr 80
(II) PCI: 00:04:0: chip 10de,0059 card 1043,812a rev a2 class 04,01,00 hdr 00
(II) PCI: 00:06:0: chip 10de,0053 card 1043,815a rev f2 class 01,01,8a hdr 00
(II) PCI: 00:09:0: chip 10de,005c card 0000,0000 rev a2 class 06,04,01 hdr 01
(II) PCI: 00:0a:0: chip 10de,0057 card 1043,8141 rev a3 class 06,80,00 hdr 00
(II) PCI: 00:0b:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0c:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0d:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0e:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(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,01df card 0000,0000 rev a1 class 03,00,00 hdr 00
(II) PCI: 05:07:0: chip 10b9,5237 card 10b9,5237 rev 03 class 0c,03,10 hdr 80
(II) PCI: 05:07:3: chip 10b9,5239 card 2020,8888 rev 01 class 0c,03,20 hdr 80
(II) PCI: End of PCI scan
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:9:0), (0,5,5), BCTRL: 0x0202 (VGA_EN is cleared)
(II) Bus 5 non-prefetchable memory range:
   [0] -1   0   0xc3000000 - 0xc30fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:11:0), (0,4,4), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:12:0), (0,3,3), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:13:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:14:0), (0,1,1), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
   [0] -1   0   0xc0000000 - 0xc2ffffff (0x3000000) MX[B]
(II) Bus 1 prefetchable memory range:
   [0] -1   0   0xa0000000 - 0xbfffffff (0x20000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:24:0), (0,0,5), 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 (0x100000000) MX[B]
(II) Bus 0 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x100000000) MX[B]
(--) PCI:*(1:0:0) nVidia Corporation unknown chipset (0x01df) rev 161, Mem @ 0xc0000000/24, 0xa0000000/29, 0xc1000000/24, BIOS @ 0xc2000000/17
(II) Addressable bus resource ranges are
   [0] -1   0   0x00000000 - 0xffffffff (0x100000000) MX[B]
   [1] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [6] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
   [0] -1   0   0xc3001000 - 0xc30010ff (0x100) MX[B]
   [1] -1   0   0xc3000000 - 0xc3000fff (0x1000) MX[B]
   [2] -1   0   0xc3100000 - 0xc3100fff (0x1000) MX[B]
   [3] -1   0   0xc3101000 - 0xc3101fff (0x1000) MX[B]
   [4] -1   0   0xfeb00000 - 0xfeb000ff (0x100) MX[B]
   [5] -1   0   0xc3102000 - 0xc3102fff (0x1000) MX[B]
   [6] -1   0   0xc2000000 - 0xc201ffff (0x20000) MX[B](B)
   [7] -1   0   0xc1000000 - 0xc1ffffff (0x1000000) MX[B](B)
   [8] -1   0   0xa0000000 - 0xbfffffff (0x20000000) MX[B](B)
   [9] -1   0   0xc0000000 - 0xc0ffffff (0x1000000) MX[B](B)
   [10] -1   0   0x0000d000 - 0x0000d007 (0x8) IX[B]
   [11] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [12] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [13] -1   0   0x0000d400 - 0x0000d4ff (0x100) IX[B]
   [14] -1   0   0x00004c40 - 0x00004c7f (0x40) IX[B]
   [15] -1   0   0x00004c00 - 0x00004c3f (0x40) IX[B]
   [16] -1   0   0x0000dc00 - 0x0000dc1f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
   [0] -1   0   0xc3001000 - 0xc30010ff (0x100) MX[B]
   [1] -1   0   0xc3000000 - 0xc3000fff (0x1000) MX[B]
   [2] -1   0   0xc3100000 - 0xc3100fff (0x1000) MX[B]
   [3] -1   0   0xc3101000 - 0xc3101fff (0x1000) MX[B]
   [4] -1   0   0xfeb00000 - 0xfeb000ff (0x100) MX[B]
   [5] -1   0   0xc3102000 - 0xc3102fff (0x1000) MX[B]
   [6] -1   0   0xc2000000 - 0xc201ffff (0x20000) MX[B](B)
   [7] -1   0   0xc1000000 - 0xc1ffffff (0x1000000) MX[B](B)
   [8] -1   0   0xa0000000 - 0xbfffffff (0x20000000) MX[B](B)
   [9] -1   0   0xc0000000 - 0xc0ffffff (0x1000000) MX[B](B)
   [10] -1   0   0x0000d000 - 0x0000d007 (0x8) IX[B]
   [11] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [12] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [13] -1   0   0x0000d400 - 0x0000d4ff (0x100) IX[B]
   [14] -1   0   0x00004c40 - 0x00004c7f (0x40) IX[B]
   [15] -1   0   0x00004c00 - 0x00004c3f (0x40) IX[B]
   [16] -1   0   0x0000dc00 - 0x0000dc1f (0x20) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [6] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0xc3001000 - 0xc30010ff (0x100) MX[B]
   [6] -1   0   0xc3000000 - 0xc3000fff (0x1000) MX[B]
   [7] -1   0   0xc3100000 - 0xc3100fff (0x1000) MX[B]
   [8] -1   0   0xc3101000 - 0xc3101fff (0x1000) MX[B]
   [9] -1   0   0xfeb00000 - 0xfeb000ff (0x100) MX[B]
   [10] -1   0   0xc3102000 - 0xc3102fff (0x1000) MX[B]
   [11] -1   0   0xc2000000 - 0xc201ffff (0x20000) MX[B](B)
   [12] -1   0   0xc1000000 - 0xc1ffffff (0x1000000) MX[B](B)
   [13] -1   0   0xa0000000 - 0xbfffffff (0x20000000) MX[B](B)
   [14] -1   0   0xc0000000 - 0xc0ffffff (0x1000000) MX[B](B)
   [15] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [16] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [17] -1   0   0x0000d000 - 0x0000d007 (0x8) IX[B]
   [18] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [19] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [20] -1   0   0x0000d400 - 0x0000d4ff (0x100) IX[B]
   [21] -1   0   0x00004c40 - 0x00004c7f (0x40) IX[B]
   [22] -1   0   0x00004c00 - 0x00004c3f (0x40) IX[B]
   [23] -1   0   0x0000dc00 - 0x0000dc1f (0x20) IX[B]
(II) LoadModule: "ddc"
(II) Loading /usr/lib64/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "vbe"
(II) Loading /usr/lib64/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.1.0
   ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "GLcore"
(II) Loading /usr/lib64/xorg/modules/extensions/libGLcore.so
dlopen: /usr/lib64/xorg/modules/extensions/libGLcore.so: undefined symbol: __glXLastContext
(EE) Failed to load /usr/lib64/xorg/modules/extensions/libGLcore.so
(II) UnloadModule: "GLcore"
(EE) Failed to load module "GLcore" (loader failed, 7)
(II) LoadModule: "dbe"
(II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "dri"
(II) Loading /usr/lib64/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib64/xorg/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(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: "glx"
(II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib64/xorg/modules/extensions/libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "bitmap"
(II) Reloading /usr/lib64/xorg/modules/fonts/libbitmap.so
(II) Loading font Bitmap
(II) LoadModule: "type1"
(II) Loading /usr/lib64/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.2
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) LoadModule: "freetype"
(II) Loading /usr/lib64/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
   compiled for 7.0.0, module version = 2.1.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "record"
(II) Loading /usr/lib64/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.13.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "nv"
(WW) Warning, couldn't open module nv
(II) UnloadModule: "nv"
(EE) Failed to load module "nv" (module does not exist, 0)
(II) LoadModule: "mouse"
(WW) Warning, couldn't open module mouse
(II) UnloadModule: "mouse"
(EE) Failed to load module "mouse" (module does not exist, 0)
(II) LoadModule: "kbd"
(WW) Warning, couldn't open module kbd
(II) UnloadModule: "kbd"
(EE) Failed to load module "kbd" (module does not exist, 0)
(EE) No drivers available.

Fatal server error:
no screens found
Back to top
View user's profile Send private message
whig
l33t
l33t


Joined: 27 Nov 2004
Posts: 973
Location: New Zealand

PostPosted: Mon Nov 13, 2006 2:17 am    Post subject: Reply with quote

The log shows a number of problems :( I would "emerge -pve xorg-x11" making sure the nv flag is being used. That compile will take a long time. It wouldn't hurt to also include support for nvidia. If you get past that, configure xorg.conf to use the nv driver - note it doesn't use the glx module.
Back to top
View user's profile Send private message
mrfunk
n00b
n00b


Joined: 12 Nov 2006
Posts: 10

PostPosted: Mon Nov 13, 2006 4:27 am    Post subject: Reply with quote

After running emerge -pve xorg-x11 it displays a bunch of "ebuild N" and does not seem to give me an error file but I still am unable to do startx
Back to top
View user's profile Send private message
whig
l33t
l33t


Joined: 27 Nov 2004
Posts: 973
Location: New Zealand

PostPosted: Mon Nov 13, 2006 8:13 am    Post subject: Reply with quote

Remove the 'p' from the option and it will start downloading and compiling.
Back to top
View user's profile Send private message
Wonkey_Donkey
Tux's lil' helper
Tux's lil' helper


Joined: 14 Oct 2003
Posts: 93

PostPosted: Mon Nov 13, 2006 2:39 pm    Post subject: Reply with quote

You might also try removing 'dri' and 'glcore' from your modules section, as per the nvidia driver documentation.

See here:

http://download.nvidia.com/XFree86/Linux-x86/1.0-9629/README/chapter-03-section-02.html

This was a show stopper for me until I did this.

HTH
Back to top
View user's profile Send private message
mrfunk
n00b
n00b


Joined: 12 Nov 2006
Posts: 10

PostPosted: Tue Nov 14, 2006 12:53 am    Post subject: Reply with quote

After runnig "emerge -ve xorg-x11" and waiting a significant amount of time, I was told that
!!!! Cannot write to '/usr/share/X11/xkb/compiled
!!!! You may start the merge process again by using ebuild:'
!!!! ebuild /usr/portage/x11-base/xorg-server/xorg-server-1.1.1-r1.ebuild merge
!!!! and finish by running this: env-update

After doing so Gentoo told me that it could not do the merge...I am doing all these tasks as root so itis a little confusing as to why It cannot write....
Back to top
View user's profile Send private message
whig
l33t
l33t


Joined: 27 Nov 2004
Posts: 973
Location: New Zealand

PostPosted: Tue Nov 14, 2006 2:26 am    Post subject: Reply with quote

Is your filesystem full?
Back to top
View user's profile Send private message
mrfunk
n00b
n00b


Joined: 12 Nov 2006
Posts: 10

PostPosted: Tue Nov 14, 2006 4:22 am    Post subject: Reply with quote

No it is not full...

I have been able to reduce some of the errors (by compiling my kernel with a different frame buffer)...
My current config this something like this but it still doesn't get the mouse and kdb and also the screen...
Back to top
View user's profile Send private message
whig
l33t
l33t


Joined: 27 Nov 2004
Posts: 973
Location: New Zealand

PostPosted: Tue Nov 14, 2006 4:54 am    Post subject: Reply with quote

Post the X log of your recent best attempt.
Back to top
View user's profile Send private message
mrfunk
n00b
n00b


Joined: 12 Nov 2006
Posts: 10

PostPosted: Wed Nov 15, 2006 5:12 am    Post subject: Reply with quote

After I rebooted my computer nVidia failed to launch (although it didn't before the reboot 8O ). I then
Code:
emerge nvidia-drivers
but it still does not load nvidia...
During my re-install of nvidia it fails when I execute
Code:
modprobe nvidia
- Gentoo tells me the module doesn't exist 8O ... Furthermore I still can't
Code:
emerge xorg-x11
without an error after 30 minutes telling me it can't write in a directory.[/code]

Here is my X error log
Code:
X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.16-gentoo-r7 x86_64
Current Operating System: Linux localhost 2.6.17-gentoo-r7 #1 SMP Tue Aug 29 01:30:07 UTC 2006 x86_64
Build Date: 06 August 2006
   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 Nov 14 22:49:05 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.Org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "PS/2 Mouse"
(**) |-->Input Device "USB Mouse"
(==) |-->Input Device "Serial Mouse"
(==) |-->Input Device "<default keyboard>"
(WW) The core pointer device wasn't specified explicitly in the layout.
   Using the first mouse device.
(WW) The core keyboard device wasn't specified explicitly in the layout.
   Using the default keyboard configuration.
(WW) The directory "/usr/share/fonts/local" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/terminus" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/corefonts" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/local/share/fonts" does not exist.
   Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/default".
   Entry deleted from font path.
   (Run 'mkfontdir' on "/usr/share/fonts/default").
(WW) The directory "/usr/share/fonts/TTF" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/type1" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/arphicfonts" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/jisx0213" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/shinonome" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/baekmuk-fonts" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/kacst-fonts" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/sgi-fonts" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/unfonts" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-100dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-75dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-misc" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-100dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-75dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-misc" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-cp1251-100dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-cp1251-75dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-cp1251-misc" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-cp1251-100dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-cp1251-75dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-cp1251-misc" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-isocyr-100dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-isocyr-75dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-isocyr-misc" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-isocyr-100dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-isocyr-75dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-isocyr-misc" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8r-100dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8r-75dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8r-misc" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8r-100dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8r-75dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8r-misc" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8u-100dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8u-75dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8u-misc" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8u-100dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8u-75dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8u-misc" does not exist.
   Entry deleted from font path.
(**) FontPath set to "/usr/share/fonts/util,/usr/share/fonts/encodings,/usr/share/fonts/misc,/usr/share/fonts/100dpi,/usr/share/fonts/75dpi,/usr/share/fonts/default/ghostscript"
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib64/xorg/modules"
(**) Option "AllowMouseOpenFail" "true"
(II) Module ABI versions:
   X.Org ANSI C Emulation: 0.2
   X.Org Video Driver: 0.8
   X.Org XInput driver : 0.5
   X.Org Server Extension : 0.2
   X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib64/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib64/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.8
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,005e card 1043,815a rev a3 class 05,80,00 hdr 00
(II) PCI: 00:01:0: chip 10de,0050 card 1043,815a rev a3 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,0052 card 1043,815a rev a2 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,005a card 1043,815a rev a2 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,005b card 1043,815a rev a3 class 0c,03,20 hdr 80
(II) PCI: 00:04:0: chip 10de,0059 card 1043,812a rev a2 class 04,01,00 hdr 00
(II) PCI: 00:06:0: chip 10de,0053 card 1043,815a rev f2 class 01,01,8a hdr 00
(II) PCI: 00:09:0: chip 10de,005c card 0000,0000 rev a2 class 06,04,01 hdr 01
(II) PCI: 00:0a:0: chip 10de,0057 card 1043,8141 rev a3 class 06,80,00 hdr 00
(II) PCI: 00:0b:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0c:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0d:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0e:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(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,01df card 0000,0000 rev a1 class 03,00,00 hdr 00
(II) PCI: 05:07:0: chip 10b9,5237 card 10b9,5237 rev 03 class 0c,03,10 hdr 80
(II) PCI: 05:07:3: chip 10b9,5239 card 2020,8888 rev 01 class 0c,03,20 hdr 80
(II) PCI: End of PCI scan
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:9:0), (0,5,5), BCTRL: 0x0202 (VGA_EN is cleared)
(II) Bus 5 non-prefetchable memory range:
   [0] -1   0   0xc3000000 - 0xc30fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:11:0), (0,4,4), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:12:0), (0,3,3), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:13:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:14:0), (0,1,1), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
   [0] -1   0   0xc0000000 - 0xc2ffffff (0x3000000) MX[B]
(II) Bus 1 prefetchable memory range:
   [0] -1   0   0xa0000000 - 0xbfffffff (0x20000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:24:0), (0,0,5), 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 (0x100000000) MX[B]
(II) Bus 0 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x100000000) MX[B]
(--) PCI:*(1:0:0) nVidia Corporation unknown chipset (0x01df) rev 161, Mem @ 0xc0000000/24, 0xa0000000/29, 0xc1000000/24, BIOS @ 0xc2000000/17
(II) Addressable bus resource ranges are
   [0] -1   0   0x00000000 - 0xffffffff (0x100000000) MX[B]
   [1] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [6] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
   [0] -1   0   0xc3001000 - 0xc30010ff (0x100) MX[B]
   [1] -1   0   0xc3000000 - 0xc3000fff (0x1000) MX[B]
   [2] -1   0   0xc3100000 - 0xc3100fff (0x1000) MX[B]
   [3] -1   0   0xc3101000 - 0xc3101fff (0x1000) MX[B]
   [4] -1   0   0xfeb00000 - 0xfeb000ff (0x100) MX[B]
   [5] -1   0   0xc3102000 - 0xc3102fff (0x1000) MX[B]
   [6] -1   0   0xc2000000 - 0xc201ffff (0x20000) MX[B](B)
   [7] -1   0   0xc1000000 - 0xc1ffffff (0x1000000) MX[B](B)
   [8] -1   0   0xa0000000 - 0xbfffffff (0x20000000) MX[B](B)
   [9] -1   0   0xc0000000 - 0xc0ffffff (0x1000000) MX[B](B)
   [10] -1   0   0x0000d000 - 0x0000d007 (0x8) IX[B]
   [11] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [12] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [13] -1   0   0x0000d400 - 0x0000d4ff (0x100) IX[B]
   [14] -1   0   0x00004c40 - 0x00004c7f (0x40) IX[B]
   [15] -1   0   0x00004c00 - 0x00004c3f (0x40) IX[B]
   [16] -1   0   0x0000dc00 - 0x0000dc1f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
   [0] -1   0   0xc3001000 - 0xc30010ff (0x100) MX[B]
   [1] -1   0   0xc3000000 - 0xc3000fff (0x1000) MX[B]
   [2] -1   0   0xc3100000 - 0xc3100fff (0x1000) MX[B]
   [3] -1   0   0xc3101000 - 0xc3101fff (0x1000) MX[B]
   [4] -1   0   0xfeb00000 - 0xfeb000ff (0x100) MX[B]
   [5] -1   0   0xc3102000 - 0xc3102fff (0x1000) MX[B]
   [6] -1   0   0xc2000000 - 0xc201ffff (0x20000) MX[B](B)
   [7] -1   0   0xc1000000 - 0xc1ffffff (0x1000000) MX[B](B)
   [8] -1   0   0xa0000000 - 0xbfffffff (0x20000000) MX[B](B)
   [9] -1   0   0xc0000000 - 0xc0ffffff (0x1000000) MX[B](B)
   [10] -1   0   0x0000d000 - 0x0000d007 (0x8) IX[B]
   [11] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [12] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [13] -1   0   0x0000d400 - 0x0000d4ff (0x100) IX[B]
   [14] -1   0   0x00004c40 - 0x00004c7f (0x40) IX[B]
   [15] -1   0   0x00004c00 - 0x00004c3f (0x40) IX[B]
   [16] -1   0   0x0000dc00 - 0x0000dc1f (0x20) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [6] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0xc3001000 - 0xc30010ff (0x100) MX[B]
   [6] -1   0   0xc3000000 - 0xc3000fff (0x1000) MX[B]
   [7] -1   0   0xc3100000 - 0xc3100fff (0x1000) MX[B]
   [8] -1   0   0xc3101000 - 0xc3101fff (0x1000) MX[B]
   [9] -1   0   0xfeb00000 - 0xfeb000ff (0x100) MX[B]
   [10] -1   0   0xc3102000 - 0xc3102fff (0x1000) MX[B]
   [11] -1   0   0xc2000000 - 0xc201ffff (0x20000) MX[B](B)
   [12] -1   0   0xc1000000 - 0xc1ffffff (0x1000000) MX[B](B)
   [13] -1   0   0xa0000000 - 0xbfffffff (0x20000000) MX[B](B)
   [14] -1   0   0xc0000000 - 0xc0ffffff (0x1000000) MX[B](B)
   [15] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [16] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [17] -1   0   0x0000d000 - 0x0000d007 (0x8) IX[B]
   [18] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [19] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [20] -1   0   0x0000d400 - 0x0000d4ff (0x100) IX[B]
   [21] -1   0   0x00004c40 - 0x00004c7f (0x40) IX[B]
   [22] -1   0   0x00004c00 - 0x00004c3f (0x40) IX[B]
   [23] -1   0   0x0000dc00 - 0x0000dc1f (0x20) IX[B]
(II) LoadModule: "ddc"
(II) Loading /usr/lib64/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "vbe"
(II) Loading /usr/lib64/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.1.0
   ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "dbe"
(II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(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: "glx"
(II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib64/xorg/modules/extensions/libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "bitmap"
(II) Reloading /usr/lib64/xorg/modules/fonts/libbitmap.so
(II) Loading font Bitmap
(II) LoadModule: "type1"
(II) Loading /usr/lib64/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.2
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) LoadModule: "freetype"
(II) Loading /usr/lib64/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
   compiled for 7.0.0, module version = 2.1.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "record"
(II) Loading /usr/lib64/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.13.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "nvidia"
(II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
   compiled for 4.0.2, module version = 1.0.8776
   Module class: X.Org Video Driver
(II) LoadModule: "mouse"
(WW) Warning, couldn't open module mouse
(II) UnloadModule: "mouse"
(EE) Failed to load module "mouse" (module does not exist, 0)
(II) LoadModule: "kbd"
(WW) Warning, couldn't open module kbd
(II) UnloadModule: "kbd"
(EE) Failed to load module "kbd" (module does not exist, 0)
(II) NVIDIA dlloader X Driver  1.0-8776  Mon Oct 16 21:55:22 PDT 2006
(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/lib64/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib64/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 0.1.0
   ABI class: X.Org Video Driver, version 0.8
(II) resource ranges after xf86ClaimFixedResources() call:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0xc3001000 - 0xc30010ff (0x100) MX[B]
   [6] -1   0   0xc3000000 - 0xc3000fff (0x1000) MX[B]
   [7] -1   0   0xc3100000 - 0xc3100fff (0x1000) MX[B]
   [8] -1   0   0xc3101000 - 0xc3101fff (0x1000) MX[B]
   [9] -1   0   0xfeb00000 - 0xfeb000ff (0x100) MX[B]
   [10] -1   0   0xc3102000 - 0xc3102fff (0x1000) MX[B]
   [11] -1   0   0xc2000000 - 0xc201ffff (0x20000) MX[B](B)
   [12] -1   0   0xc1000000 - 0xc1ffffff (0x1000000) MX[B](B)
   [13] -1   0   0xa0000000 - 0xbfffffff (0x20000000) MX[B](B)
   [14] -1   0   0xc0000000 - 0xc0ffffff (0x1000000) MX[B](B)
   [15] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [16] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [17] -1   0   0x0000d000 - 0x0000d007 (0x8) IX[B]
   [18] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [19] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [20] -1   0   0x0000d400 - 0x0000d4ff (0x100) IX[B]
   [21] -1   0   0x00004c40 - 0x00004c7f (0x40) IX[B]
   [22] -1   0   0x00004c00 - 0x00004c3f (0x40) IX[B]
   [23] -1   0   0x0000dc00 - 0x0000dc1f (0x20) IX[B]
(II) resource ranges after probing:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0xc3001000 - 0xc30010ff (0x100) MX[B]
   [6] -1   0   0xc3000000 - 0xc3000fff (0x1000) MX[B]
   [7] -1   0   0xc3100000 - 0xc3100fff (0x1000) MX[B]
   [8] -1   0   0xc3101000 - 0xc3101fff (0x1000) MX[B]
   [9] -1   0   0xfeb00000 - 0xfeb000ff (0x100) MX[B]
   [10] -1   0   0xc3102000 - 0xc3102fff (0x1000) MX[B]
   [11] -1   0   0xc2000000 - 0xc201ffff (0x20000) MX[B](B)
   [12] -1   0   0xc1000000 - 0xc1ffffff (0x1000000) MX[B](B)
   [13] -1   0   0xa0000000 - 0xbfffffff (0x20000000) MX[B](B)
   [14] -1   0   0xc0000000 - 0xc0ffffff (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   0x0000d000 - 0x0000d007 (0x8) IX[B]
   [21] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [22] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [23] -1   0   0x0000d400 - 0x0000d4ff (0x100) IX[B]
   [24] -1   0   0x00004c40 - 0x00004c7f (0x40) IX[B]
   [25] -1   0   0x00004c00 - 0x00004c3f (0x40) IX[B]
   [26] -1   0   0x0000dc00 - 0x0000dc1f (0x20) IX[B]
   [27] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [28] 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): Enabling RENDER acceleration
(EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
(EE) NVIDIA(0):     log file that the GLX module has been loaded in your X
(EE) NVIDIA(0):     server, and that the module is the NVIDIA GLX module.  If
(EE) NVIDIA(0):     you continue to encounter problems, Please try
(EE) NVIDIA(0):     reinstalling the NVIDIA driver.
(EE) NVIDIA(0): Failed to load the NVIDIA kernel module!
(EE) NVIDIA(0):  *** Aborting ***
(II) UnloadModule: "nvidia"
(II) UnloadModule: "ramdac"
(II) UnloadModule: "fb"
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found
Back to top
View user's profile Send private message
whig
l33t
l33t


Joined: 27 Nov 2004
Posts: 973
Location: New Zealand

PostPosted: Wed Nov 15, 2006 8:53 am    Post subject: Reply with quote

As a first step, try getting X to work with the nv driver - it is easier than nvidia. That xorg won't compile is a worry. What was the last two screens of the emerge error again?
Back to top
View user's profile Send private message
mrfunk
n00b
n00b


Joined: 12 Nov 2006
Posts: 10

PostPosted: Wed Nov 15, 2006 10:14 pm    Post subject: Reply with quote

Here is the error that I was given:

Code:
!!!! Cannot write to '/usr/share/X11/xkb/compiled
!!!! You may start the merge process again by using ebuild:'
!!!! ebuild /usr/portage/x11-base/xorg-server/xorg-server-1.1.1-r1.ebuild merge
!!!! and finish by running this: env-update

I get an error when trying to run ebuild /usr/portage....
Back to top
View user's profile Send private message
whig
l33t
l33t


Joined: 27 Nov 2004
Posts: 973
Location: New Zealand

PostPosted: Thu Nov 16, 2006 1:14 am    Post subject: Reply with quote

That's 4 lines - can I have the last 50?
Back to top
View user's profile Send private message
mrfunk
n00b
n00b


Joined: 12 Nov 2006
Posts: 10

PostPosted: Sun Nov 19, 2006 8:51 pm    Post subject: Reply with quote

Well I got angry at my computer and reinstalled the whole system...

After setting all files to be copied from the livecd, I am now able to startx and launch xorg-x11 without any problems...

BUT

whenever I install the nVidia drivers, following the guide, I seem to be unable to get through the stage where I execute
Code:
modprobe nvidia


During driver install I found I get this error

Code:
NVIDIA: calling KBUILD...
make CC=x86_64-pc-linux-gnu-gcc KBUILD_VERBOSE=1 -C /usr/src/linux M=/var/tmp/portage/nvidia-drivers-1.0.8776/work/NVIDIA-Linux-x86_64-1.0-8776-pkg2/usr/src/nv modules
test -e include/linux/autoconf.h -a -e include/config/auto.conf
...
then
Code:
ERROR: Kernel configuration is invalid... Run 'make oldconfig && make prepare' o kernel src to fix it...


After I run make
Code:
make oldconfig && make prepare
on the kernel source directory I still have the same problem when installing vidia drivers...
Back to top
View user's profile Send private message
whig
l33t
l33t


Joined: 27 Nov 2004
Posts: 973
Location: New Zealand

PostPosted: Mon Nov 20, 2006 12:01 am    Post subject: Reply with quote

The /usr/src/linux link may be it - it has to point to the source tree of the running kernel. Don't mix up 32 and 64 bit kernels if that's the problem. Have you a custom kernel?
Back to top
View user's profile Send private message
mrfunk
n00b
n00b


Joined: 12 Nov 2006
Posts: 10

PostPosted: Mon Nov 20, 2006 4:34 am    Post subject: Reply with quote

/usr/src/linux points to folder with the linux source in it...

I used
Code:
emerge genkernel
to get genkernel... Was that wrong?

I think I set one of my genkernel settings to AMD_x64 (for platform type...) so I doubt that I have the wrong kernel...
Back to top
View user's profile Send private message
whig
l33t
l33t


Joined: 27 Nov 2004
Posts: 973
Location: New Zealand

PostPosted: Mon Nov 20, 2006 8:10 am    Post subject: Reply with quote

That should work - I guess, because I don't use genkernel. The only thing I can think of is to view and check the .config file in /usr/src/linux/.
Back to top
View user's profile Send private message
mrfunk
n00b
n00b


Joined: 12 Nov 2006
Posts: 10

PostPosted: Wed Nov 22, 2006 6:55 pm    Post subject: Reply with quote

Can i get an example from an nvidia-drivers user :D
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum