dopo anni di pacifica convivenza tra me e il mio xorg.conf (b2b) , dopo un crash dell'hard disk ho dovuto reinstallare tutto feisty fawn, premetto che non era la prima installazione ma già il quarto upgrade eseguito con successo,a parte i cronici bug di ubuntu risolti col tempo.
In particolare prima del casino con l'hard disk avevo la 7.04 con il driver nvidia 9755, installato con lo script NVIDIA.......run, e tutto andava ok.
Ho cambiato il file system da reiser (maledetto!!!) a jfs, mantenendo una partizione separata x la home dove avevo e ho tutt'ora tutte le mie configurazioni personalizzate.
Ora però ripartendo da zero non riesco ad avviare X col driver nvidia. Ho ricontrollato tutti i forum e le guide e sembra io abbia tutto: kernel, image, restricted modules etc e tutti aggiornati. Ma se uso in xorg, nvidia invece di nv e riavvio il server X, mi si inchioda e devo avviare dalla console.
Le schermate nere non mi hanno mai spaventato, specialmente dopo gli upgrade ma puntualmente risolvevo, ora però c'è qualcosa di strano: ad esempio la prima configurazione di xorg non mi inseriva BusId "pci:1:5:0", che io ho reinserito, ma non ha sortito nessun effetto.
Qualcuno mi può aiutare passo passo senza però linkarmi un altro post con la guida? ( visto che a momenti potrei scriverla io)
Il mio xorg.conf è:
Codice: Seleziona tutto
Section "Files"
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"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "nVidia Corporation NV34 [GeForce FX 5200]"
Driver "nv"
BusID "PCI:1:5:0"
# Option "RenderAccel" "1"
EndSection
Section "Monitor"
Identifier "L1970HR"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV34 [GeForce FX 5200]"
Monitor "L1970HR"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection


