Originariamente inviato da mschievano
sono riuscito ad arrivare fino al logo nvidia, ma dopo resta la schermata grigia. Questo è XF86Config-4, secondo voi ho errato qualcosa?:

codice:
Section "ServerLayout"
    Identifier  "SimpleLayout"
    Screen      "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "PS/2 Mouse" "CorePointer"
EndSection

Section "ServerFlags"
    Option "AllowMouseOpenFail"  "true"
#    Option "Xinerama" "true"
EndSection

Section "Files"
    RgbPath      "/usr/X11R6/lib/X11/rgb"
    ModulePath   "/usr/X11R6/lib/modules"
    FontPath     "/usr/X11R6/lib/X11/fonts/misc:unscaled"
    FontPath     "/usr/X11R6/lib/X11/fonts/misc"
    FontPath     "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
    FontPath     "/usr/X11R6/lib/X11/fonts/75dpi"
    FontPath     "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
    FontPath     "/usr/X11R6/lib/X11/fonts/100dpi"
    FontPath     "/usr/X11R6/lib/X11/fonts/Speedo"
    FontPath     "/usr/X11R6/lib/X11/fonts/PEX"
# Additional fonts: Locale, Gimp, TTF...
    FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
#    FontPath     "/usr/X11R6/lib/X11/fonts/latin2/75dpi"
#    FontPath     "/usr/X11R6/lib/X11/fonts/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath     "/usr/share/fonts/ttf/western"
    FontPath     "/usr/share/fonts/ttf/decoratives"
    FontPath     "/usr/share/fonts/truetype"
    FontPath     "/usr/share/fonts/truetype/openoffice"
    FontPath     "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath     "/usr/share/fonts/latex-ttf-fonts"
    FontPath     "/usr/X11R6/lib/X11/fonts/defoma/CID"
    FontPath     "/usr/X11R6/lib/X11/fonts/defoma/TrueType"
EndSection

Section "Module"
    Load  "ddc"  # ddc probing of monitor
    Load  "GLcore"
    Load  "dbe"
    Load  "dri"
    Load  "extmod"
    Load  "glx"
    Load  "bitmap" # bitmap-fonts
    Load  "speedo"
    Load  "type1"
    Load  "freetype"
    Load  "record"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "keyboard"
    Option      "CoreKeyboard"
    Option "XkbRules" "xfree86"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "it"

EndSection

Section "InputDevice"
    Identifier  "PS/2 Mouse"
    Driver      "mouse"
    Option      "Protocol" "auto"
    Option          "ZAxisMapping"          "4 5"
    Option      "Device" "/dev/psaux"
EndSection

Section "Monitor"
    Identifier    "Monitor1"
    Option    "DPMS"    "true"
    HorizSync 31.5-80 # DDC-probed
    VertRefresh 50-75 # DDC-probed
EndSection

Section "Device"
    Identifier  "nVidia geforce5200"
    Driver      "nvidia"
    screen      0 
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "nVidia geforce5200"
    Monitor    "Monitor1"
    DefaultColorDepth 24
    SubSection "Display"
        Depth     24
        Modes "1024x768" "800x600"
    EndSubSection
EndSection
devi togliere (o commentare)
Load "dri"

inoltre se non bastasse e' un problema dell ' Agp
quindi aggiungi
Option NvAgp "0"
nella section device..
se funziona prova a sostituire 0 con 3 poi con 2 e 1 ..
tieniti quella piu' stabile.

attento che potrebbe "bloccarsi" il pc premi tante volte ctrl alt canc per riavviarlo e magari cerca di non montare periferiche e fai un sync prima di startx