Re: [gentoo-user] upgraded video card from geforce 6600 to geforce 8600...

2008-02-07 Thread Andrej Filipcic
 NoLogo True
 (**) NVIDIA(0): Option RenderAccel True
 (**) NVIDIA(0): Enabling RENDER acceleration
 (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
 (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
 **Xorg.0.log
 *

 *xorg.conf
 Section ServerLayout
   Identifier X.org Configured
   Screen  0  Screen0
   InputDeviceMouse0 CorePointer
   InputDeviceKeyboard0 CoreKeyboard
 EndSection

 Section Files
   RgbPath  /usr/lib64/X11/rgb
   FontPath /usr/share/fonts/misc/
   FontPath /usr/share/fonts/TTF/
   FontPath /usr/share/fonts/Type1/
   FontPath /usr/share/fonts/CID/
   FontPath /usr/share/fonts/75dpi/
   FontPath /usr/share/fonts/100dpi/
 EndSection

 #Section Extensions
 # Option Composite Enable
 #EndSection

 Section Module
   Load  glx
   Load  extmod
 # Load  dri
   Load  dbe
 # Load  record
 # Load  xtrap
 # Load  speedo
   Load  freetype
   Load  type1
 EndSection

 Section InputDevice
   Identifier  Keyboard0
   Driver  kbd
 EndSection

 Section InputDevice
   Identifier  Mouse0
   Driver  mouse
   Option  Protocol auto
   Option  Device /dev/input/mice
 # Option  Buttons 7
   Option  ZAxisMapping 4 5
   Option  Emulate3Buttons
 EndSection

 Section Monitor
   Identifier   Monitor0
   VendorName   NEC
   ModelNameLCD1760V
   HorizSync63.6
   VertRefresh 59.6
 EndSection

 Section Device
   Identifier  Card0
   Driver  nvidia
   VendorName  nVidia Corporation
 # BoardName   Unknown Board
   BusID   PCI:5:0:0
   Option  NoLogo True
   Option  RenderAccel True
   Videoram128000
 EndSection

 Section Screen
   Identifier Screen0
   Device Card0
   MonitorMonitor0
   DefaultDepth 24
   SubSection Display
 # Viewport   0 0
   Depth 24
 # Modes   1280x1024
   EndSubSection
 EndSection
 **



-- 
_
   doc. dr. Andrej Filipcic,   E-mail: [EMAIL PROTECTED]
   Department of Experimental High Energy Physics - F9
   Jozef Stefan Institute, Jamova 39, P.o.Box 3000
   SI-1001 Ljubljana, Slovenia
   Tel.: +386-1-477-3674Fax: +386-1-425-7074
-
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] udev, scsi modules and lvm2

2008-01-24 Thread Andrej Filipcic

Hi,

I have the following problem with lvm2 and volume groups discovery.

With emulex FC scsi controller as module (lpfc) where data disks are attached 
and configured with lvm2, the volume groups are not automatically scanned at 
boot. lpfc is added to /etc/modules.autoload.d/kernel-2.6, so scsi disks are 
detected properly.

The trouble is that udev is running the lvm scan before lpfc is autoloaded. 
The workaround is either to use non-modular lpfc or do an additional 
vgscan/vgchange/mount after boot in local.startup.

Is there a better/proper way with baselayout-1 (except for initramfs)? Somehow 
I would prefer to have lpfc modular.

Thanks,
Andrej

-- 
_
   doc. dr. Andrej Filipcic,   E-mail: [EMAIL PROTECTED]
   Department of Experimental High Energy Physics - F9
   Jozef Stefan Institute, Jamova 39, P.o.Box 3000
   SI-1001 Ljubljana, Slovenia
   Tel.: +386-1-477-3674Fax: +386-1-425-7074
-
-- 
gentoo-user@lists.gentoo.org mailing list