rafik: your issue is because you kept around an old xorg.conf with an
invalid set of options

Section "Files"
    ModulePath      "/usr/lib/xorg/modules"
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/usr/share/fonts/X11/cyrillic"
    FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/Type1"
    FontPath        "/usr/share/fonts/X11/100dpi"
    FontPath        "/usr/share/fonts/X11/75dpi"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    FontPath        "built-ins"
EndSection


The ModulePath specifically, nvidia drivers in lucid are in 
/usr/lib/xorg/extra-modules now which isn't getting used because you are 
forcing it to just use that one path. Removing your /etc/X11/xorg.conf and 
running sudo nvidia-xconfig will fix it though!

-- 
Lucid Lynx Alpha 3 (10-03-2010) install hang with ION MCP79 Nvidia 9100M G
https://bugs.launchpad.net/bugs/537648
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to