Configurazione Xorg nuovo per driver nvidia ufficiali

Se avete problemi con l'installazione e la configurazione di Slackware64 postate qui. Non usate questo forum per argomenti che trattano la Slackware32 o generali... per quelli usate rispettivamente il forum Slackware e Gnu/Linux in genere.

Moderatore: Staff

Regole del forum
1) Citare sempre la versione di Slackware64 usata, la versione del Kernel e magari anche la versione della libreria coinvolta. Questi dati aiutano le persone che possono rispondere.
2) Per evitare confusione prego inserire in questo forum solo topic che riguardano appunto Slackware64, se l'argomento è Slackware32 o generale usate rispettivamente il forum Slackware o Gnu/Linux in genere.
3) Leggere attentamente le risposte ricevute
4) Scrivere i messaggi con il colore di default, evitare altri colori.
5) Scrivere in Italiano o in Inglese, se possibile grammaticalmente corretto, evitate stili di scrittura poco chiari, quindi nessuna abbreviazione tipo telegramma o scrittura stile SMS o CHAT.
6) Appena registrati è consigliato presentarsi nel forum dedicato.

La non osservanza delle regole porta a provvedimenti di vari tipo da parte dello staff, in particolare la non osservanza della regola 5 porta alla cancellazione del post e alla segnalazione dell'utente. In caso di recidività l'utente rischia il ban temporaneo.
Avatar utente
cesconix
Linux 2.x
Linux 2.x
Messaggi: 337
Iscritto il: mer 29 dic 2004, 0:00
Nome Cognome: Francesco Pasqua
Slackware: slackware64 -current
Kernel: 2.6.35.7
Desktop: Xfce
Località: Catania

Configurazione Xorg nuovo per driver nvidia ufficiali

Messaggio da cesconix »

Dopo aver installato slackware64 - current del 25/12 - in modalità custom e scegliendo
xfce come wm, ho cercato di installare i driver ufficiali nvidia 260.19.29 eseguendo il
solito script .run (NVIDIA-Linux-x86_64-260.19.29.run). L'installazione va a buon fine
creandomi giustamente il file /etc/X11/xorg.conf con le varie sezioni.

Compiaciuto che tutto fosse andato per il meglio faccio partire X e non parte dandomi un "no screen found".
Leggo e rileggo questo xorg.conf creato dallo script e tutto sembra corretto.

A quanto pare la current adesso (ahimè ci sono arrivato tardi!) non utilizza più
il singolo file di configurazione (monolitico si dice?) o comunque ha altre priorità:
Corrado Franco ha scritto:La versione di Xorg presente in -current non richiede normalmente un file di configurazione. Anche se Xorg adesso non usa più Hal per la configurazione, il riconoscimento “automatico” dell’hardware è effettuato tramite UDEV.
Di conseguenza capisco un pò il funzionamento e noto che devo, in un certo senso, splittare
il file xorg.conf, che mi ha creato lo script nvidia, in tante sezioni quante ne trovo dentro e
crearne ogni file nella directory /etc/X11/xorg.conf.d/ con l'estenzione ".conf" così da poterlo far
leggere al nuovo sistema di configurazione.

Bene, dopo tanti tentativi ho eliminato /etc/X11/xorg.conf e copiato e incollato solamente la sezione relativa alla scheda grafica
che aveva generato lo script nvidia in /etc/X11/xorg.conf.d/10-vga.conf":

Codice: Seleziona tutto

Section "Device"
     Identifier     "Device0"
     Device         "nvidia"
     VendorName     "NVIDIA Corporation"
     BusID          "PCI:2:0:0"
EndSection
e riprovando a far partire X mi spunta lo schermo nero solamente.
Sono costretto a fare un CTRL+ALT+BackSpace per ritornare alla console e non capisco:

Codice: Seleziona tutto

root@cescobook:/media/memory# startx
xauth:  file /root/.serverauth.3269 does not exist


X.Org X Server 1.9.2
Release Date: 2010-10-30
X Protocol Version 11, Revision 0
Build Operating System: Slackware 13.1 Slackware Linux Project
Current Operating System: Linux cescobook 2.6.35.7 #3 SMP Mon Oct 11 01:34:00 CDT 2010 x86_64
Kernel command line: BOOT_IMAGE=Linux ro root=803 vt.default_utf8=0
Build Date: 20 November 2010  10:44:12PM

Current version of pixman: 0.20.0
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
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 Dec 26 14:28:41 2010
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
xrdb:  "Xft.hinting" on line 9 overrides entry on line 6
xrdb:  "Xft.hintstyle" on line 11 overrides entry on line 7
xfwm4: Fatal IO error 104 (Connection reset by peer) on X server :0.0.
Thunar: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.
xfce4-panel: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.
xfdesktop: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.
xfsettingsd: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.
xfce4-session: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.
xfce4-settings-helper: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.
xinit: connection to X server lost

waiting for X server to shut down
root@cescobook:/media/memory#
Il BusID sembra sia corretto da lspci | grep VGA:

Codice: Seleziona tutto

00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 18)
02:00.0 VGA compatible controller: nVidia Corporation Device 0dd3 (rev a1)
Qui /var/log/Xorg.0.log :

Codice: Seleziona tutto

[ 16182.714] 
X.Org X Server 1.9.2
Release Date: 2010-10-30
[ 16182.813] X Protocol Version 11, Revision 0
[ 16182.846] Build Operating System: Slackware 13.1 Slackware Linux Project
[ 16182.880] Current Operating System: Linux cescobook 2.6.35.7 #3 SMP Mon Oct 11 01:34:00 CDT 2010 x86_64
[ 16182.918] Kernel command line: BOOT_IMAGE=Linux ro root=803 vt.default_utf8=0
[ 16182.955] Build Date: 20 November 2010  10:44:12PM
[ 16182.994]  
[ 16183.032] Current version of pixman: 0.20.0
[ 16183.072] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[ 16183.154] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 16183.283] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Dec 26 16:48:46 2010
[ 16183.326] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 16183.369] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 16183.411] (==) No Layout section.  Using the first Screen section.
[ 16183.411] (==) No screen section available. Using defaults.
[ 16183.411] (**) |-->Screen "Default Screen Section" (0)
[ 16183.411] (**) |   |-->Monitor "<default monitor>"
[ 16183.411] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[ 16183.411] (**) |   |-->Device "Device0"
[ 16183.411] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[ 16183.411] (==) Automatically adding devices
[ 16183.411] (==) Automatically enabling devices
[ 16183.411] (WW) The directory "/usr/share/fonts/local" does not exist.
[ 16183.411] 	Entry deleted from font path.
[ 16183.411] (WW) The directory "/usr/share/fonts/CID" does not exist.
[ 16183.411] 	Entry deleted from font path.
[ 16183.411] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/Type1,
	/usr/share/fonts/misc,
	/usr/share/fonts/75dpi/:unscaled,
	/usr/share/fonts/100dpi/:unscaled,
	/usr/share/fonts/75dpi,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/cyrillic
[ 16183.411] (==) ModulePath set to "/usr/lib64/xorg/modules"
[ 16183.411] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 16183.411] (II) Loader magic: 0x7d1c60
[ 16183.411] (II) Module ABI versions:
[ 16183.411] 	X.Org ANSI C Emulation: 0.4
[ 16183.411] 	X.Org Video Driver: 8.0
[ 16183.411] 	X.Org XInput driver : 11.0
[ 16183.411] 	X.Org Server Extension : 4.0
[ 16183.412] (--) PCI:*(0:0:2:0) 8086:0046:1028:046c rev 24, Mem @ 0xf0000000/4194304, 0xd0000000/268435456, I/O @ 0x00001800/8
[ 16183.412] (--) PCI: (0:2:0:0) 10de:0dd3:1028:046c rev 161, Mem @ 0xa8000000/33554432, 0xb0000000/268435456, 0xac000000/67108864, I/O @ 0x00002000/128, BIOS @ 0x????????/524288
[ 16183.412] (II) Open ACPI successful (/var/run/acpid.socket)
[ 16183.412] (II) LoadModule: "extmod"
[ 16183.412] (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so
[ 16183.413] (II) Module extmod: vendor="X.Org Foundation"
[ 16183.413] 	compiled for 1.9.2, module version = 1.0.0
[ 16183.413] 	Module class: X.Org Server Extension
[ 16183.413] 	ABI class: X.Org Server Extension, version 4.0
[ 16183.413] (II) Loading extension MIT-SCREEN-SAVER
[ 16183.413] (II) Loading extension XFree86-VidModeExtension
[ 16183.413] (II) Loading extension XFree86-DGA
[ 16183.413] (II) Loading extension DPMS
[ 16183.413] (II) Loading extension XVideo
[ 16183.413] (II) Loading extension XVideo-MotionCompensation
[ 16183.413] (II) Loading extension X-Resource
[ 16183.413] (II) LoadModule: "dbe"
[ 16183.413] (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so
[ 16183.413] (II) Module dbe: vendor="X.Org Foundation"
[ 16183.413] 	compiled for 1.9.2, module version = 1.0.0
[ 16183.413] 	Module class: X.Org Server Extension
[ 16183.413] 	ABI class: X.Org Server Extension, version 4.0
[ 16183.413] (II) Loading extension DOUBLE-BUFFER
[ 16183.413] (II) LoadModule: "glx"
[ 16183.413] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 16183.419] (II) Module glx: vendor="NVIDIA Corporation"
[ 16183.420] 	compiled for 4.0.2, module version = 1.0.0
[ 16183.420] 	Module class: X.Org Server Extension
[ 16183.420] (II) NVIDIA GLX Module  260.19.29  Wed Dec  8 12:24:30 PST 2010
[ 16183.420] (II) Loading extension GLX
[ 16183.420] (II) LoadModule: "record"
[ 16183.420] (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so
[ 16183.420] (II) Module record: vendor="X.Org Foundation"
[ 16183.420] 	compiled for 1.9.2, module version = 1.13.0
[ 16183.420] 	Module class: X.Org Server Extension
[ 16183.420] 	ABI class: X.Org Server Extension, version 4.0
[ 16183.420] (II) Loading extension RECORD
[ 16183.420] (II) LoadModule: "dri"
[ 16183.420] (II) Loading /usr/lib64/xorg/modules/extensions/libdri.so
[ 16183.420] (II) Module dri: vendor="X.Org Foundation"
[ 16183.420] 	compiled for 1.9.2, module version = 1.0.0
[ 16183.420] 	ABI class: X.Org Server Extension, version 4.0
[ 16183.420] (II) Loading extension XFree86-DRI
[ 16183.420] (II) LoadModule: "dri2"
[ 16183.420] (II) Loading /usr/lib64/xorg/modules/extensions/libdri2.so
[ 16183.420] (II) Module dri2: vendor="X.Org Foundation"
[ 16183.420] 	compiled for 1.9.2, module version = 1.2.0
[ 16183.421] 	ABI class: X.Org Server Extension, version 4.0
[ 16183.421] (II) Loading extension DRI2
[ 16183.421] (II) LoadModule: "nvidia"
[ 16183.421] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[ 16183.421] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 16183.421] 	compiled for 4.0.2, module version = 1.0.0
[ 16183.421] 	Module class: X.Org Video Driver
[ 16183.421] (II) NVIDIA dlloader X Driver  260.19.29  Wed Dec  8 12:10:14 PST 2010
[ 16183.421] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 16183.421] (--) using VT number 7

[ 16183.630] (II) Loading sub module "fb"
[ 16183.630] (II) LoadModule: "fb"
[ 16183.631] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 16183.631] (II) Module fb: vendor="X.Org Foundation"
[ 16183.631] 	compiled for 1.9.2, module version = 1.0.0
[ 16183.631] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 16183.631] (II) Loading sub module "wfb"
[ 16183.631] (II) LoadModule: "wfb"
[ 16183.631] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[ 16183.631] (II) Module wfb: vendor="X.Org Foundation"
[ 16183.631] 	compiled for 1.9.2, module version = 1.0.0
[ 16183.631] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 16183.631] (II) Loading sub module "ramdac"
[ 16183.631] (II) LoadModule: "ramdac"
[ 16183.631] (II) Module "ramdac" already built-in
[ 16183.632] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[ 16183.632] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 16183.632] (==) NVIDIA(0): RGB weight 888
[ 16183.632] (==) NVIDIA(0): Default visual is TrueColor
[ 16183.632] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 16183.632] (**) NVIDIA(0): Enabling RENDER acceleration
[ 16183.632] (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
[ 16183.632] (II) NVIDIA(0):     enabled.
[ 16183.819] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-0
[ 16183.820] (II) NVIDIA(0): NVIDIA GPU GeForce GT 435M (GF106) at PCI:2:0:0 (GPU-0)
[ 16183.820] (--) NVIDIA(0): Memory: 1048576 kBytes
[ 16183.820] (--) NVIDIA(0): VideoBIOS: 70.06.0e.00.17
[ 16183.820] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 16183.820] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[ 16183.820] (--) NVIDIA(0): Connected display device(s) on GeForce GT 435M at PCI:2:0:0
[ 16183.820] (--) NVIDIA(0):     CRT-0
[ 16183.820] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
[ 16183.824] (II) NVIDIA(0): Assigned Display Device: CRT-0
[ 16183.824] (==) NVIDIA(0): 
[ 16183.824] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 16183.824] (==) NVIDIA(0):     will be used as the requested mode.
[ 16183.824] (==) NVIDIA(0): 
[ 16183.824] (II) NVIDIA(0): Validated modes:
[ 16183.824] (II) NVIDIA(0):     "nvidia-auto-select"
[ 16183.824] (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
[ 16183.826] (WW) NVIDIA(0): Unable to get display device CRT-0's EDID; cannot compute DPI
[ 16183.826] (WW) NVIDIA(0):     from CRT-0's EDID.
[ 16183.826] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[ 16183.826] (==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
[ 16183.826] (--) Depth 24 pixmap format is 32 bpp
[ 16183.826] (II) NVIDIA: Using 3069.00 MB of virtual memory for indirect memory
[ 16183.826] (II) NVIDIA:     access.
[ 16183.827] (II) NVIDIA(0): Initialized GPU GART.
[ 16183.830] (II) NVIDIA(0): ACPI display change hotkey events enabled: the X server is new
[ 16183.830] (II) NVIDIA(0):     enough to receive ACPI hotkey events.
[ 16183.831] (II) NVIDIA(0): ACPI brightness change hotkey events enabled.
[ 16183.832] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
[ 16183.872] (II) Loading extension NV-GLX
[ 16183.931] (II) NVIDIA(0): Initialized OpenGL Acceleration
[ 16183.932] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 16183.932] (II) NVIDIA(0): Initialized X Rendering Acceleration
[ 16183.932] (==) NVIDIA(0): Backing store disabled
[ 16183.932] (==) NVIDIA(0): Silken mouse enabled
[ 16183.938] (==) NVIDIA(0): DPMS enabled
[ 16183.938] (II) Loading extension NV-CONTROL
[ 16183.938] (II) Loading extension XINERAMA
[ 16183.938] (II) Loading sub module "dri2"
[ 16183.938] (II) LoadModule: "dri2"
[ 16183.938] (II) Reloading /usr/lib64/xorg/modules/extensions/libdri2.so
[ 16183.939] (II) NVIDIA(0): [DRI2] Setup complete
[ 16183.939] (==) RandR enabled
[ 16183.939] (II) Initializing built-in extension Generic Event Extension
[ 16183.939] (II) Initializing built-in extension SHAPE
[ 16183.939] (II) Initializing built-in extension MIT-SHM
[ 16183.939] (II) Initializing built-in extension XInputExtension
[ 16183.939] (II) Initializing built-in extension XTEST
[ 16183.939] (II) Initializing built-in extension BIG-REQUESTS
[ 16183.939] (II) Initializing built-in extension SYNC
[ 16183.939] (II) Initializing built-in extension XKEYBOARD
[ 16183.939] (II) Initializing built-in extension XC-MISC
[ 16183.939] (II) Initializing built-in extension XINERAMA
[ 16183.939] (II) Initializing built-in extension XFIXES
[ 16183.939] (II) Initializing built-in extension RENDER
[ 16183.939] (II) Initializing built-in extension RANDR
[ 16183.939] (II) Initializing built-in extension COMPOSITE
[ 16183.939] (II) Initializing built-in extension DAMAGE
[ 16183.940] (II) Initializing extension GLX
[ 16184.030] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[ 16184.030] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 16184.030] (**) Power Button: Applying InputClass "keyboard-all"
[ 16184.030] (II) LoadModule: "evdev"
[ 16184.030] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 16184.030] (II) Module evdev: vendor="X.Org Foundation"
[ 16184.030] 	compiled for 1.9.2, module version = 2.5.0
[ 16184.030] 	Module class: X.Org XInput Driver
[ 16184.030] 	ABI class: X.Org XInput driver, version 11.0
[ 16184.030] (**) Power Button: always reports core events
[ 16184.030] (**) Power Button: Device: "/dev/input/event4"
[ 16184.036] (--) Power Button: Found keys
[ 16184.036] (II) Power Button: Configuring as keyboard
[ 16184.036] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 16184.036] (**) Option "xkb_rules" "evdev"
[ 16184.036] (**) Option "xkb_model" "evdev"
[ 16184.036] (**) Option "xkb_layout" "us"
[ 16184.036] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 16184.068] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[ 16184.068] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 16184.068] (**) Video Bus: Applying InputClass "keyboard-all"
[ 16184.068] (**) Video Bus: always reports core events
[ 16184.068] (**) Video Bus: Device: "/dev/input/event9"
[ 16184.074] (--) Video Bus: Found keys
[ 16184.074] (II) Video Bus: Configuring as keyboard
[ 16184.074] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[ 16184.074] (**) Option "xkb_rules" "evdev"
[ 16184.074] (**) Option "xkb_model" "evdev"
[ 16184.074] (**) Option "xkb_layout" "us"
[ 16184.074] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 16184.075] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[ 16184.075] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 16184.075] (**) Video Bus: Applying InputClass "keyboard-all"
[ 16184.075] (**) Video Bus: always reports core events
[ 16184.075] (**) Video Bus: Device: "/dev/input/event8"
[ 16184.086] (--) Video Bus: Found keys
[ 16184.086] (II) Video Bus: Configuring as keyboard
[ 16184.086] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[ 16184.086] (**) Option "xkb_rules" "evdev"
[ 16184.086] (**) Option "xkb_model" "evdev"
[ 16184.086] (**) Option "xkb_layout" "us"
[ 16184.086] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 16184.097] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 16184.097] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 16184.097] (**) Power Button: Applying InputClass "keyboard-all"
[ 16184.097] (**) Power Button: always reports core events
[ 16184.097] (**) Power Button: Device: "/dev/input/event1"
[ 16184.104] (--) Power Button: Found keys
[ 16184.104] (II) Power Button: Configuring as keyboard
[ 16184.104] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 16184.104] (**) Option "xkb_rules" "evdev"
[ 16184.104] (**) Option "xkb_model" "evdev"
[ 16184.104] (**) Option "xkb_layout" "us"
[ 16184.104] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 16184.105] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
[ 16184.105] (II) No input driver/identifier specified (ignoring)
[ 16184.105] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[ 16184.105] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 16184.105] (**) Sleep Button: Applying InputClass "keyboard-all"
[ 16184.105] (**) Sleep Button: always reports core events
[ 16184.105] (**) Sleep Button: Device: "/dev/input/event2"
[ 16184.112] (--) Sleep Button: Found keys
[ 16184.112] (II) Sleep Button: Configuring as keyboard
[ 16184.112] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[ 16184.112] (**) Option "xkb_rules" "evdev"
[ 16184.112] (**) Option "xkb_model" "evdev"
[ 16184.112] (**) Option "xkb_layout" "us"
[ 16184.112] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 16184.117] (II) config/udev: Adding input device Laptop_Integrated_Webcam_2HDM (/dev/input/event6)
[ 16184.117] (**) Laptop_Integrated_Webcam_2HDM: Applying InputClass "evdev keyboard catchall"
[ 16184.118] (**) Laptop_Integrated_Webcam_2HDM: Applying InputClass "keyboard-all"
[ 16184.118] (**) Laptop_Integrated_Webcam_2HDM: always reports core events
[ 16184.118] (**) Laptop_Integrated_Webcam_2HDM: Device: "/dev/input/event6"
[ 16184.124] (--) Laptop_Integrated_Webcam_2HDM: Found keys
[ 16184.124] (II) Laptop_Integrated_Webcam_2HDM: Configuring as keyboard
[ 16184.124] (II) XINPUT: Adding extended input device "Laptop_Integrated_Webcam_2HDM" (type: KEYBOARD)
[ 16184.124] (**) Option "xkb_rules" "evdev"
[ 16184.124] (**) Option "xkb_model" "evdev"
[ 16184.124] (**) Option "xkb_layout" "us"
[ 16184.124] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 16184.134] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 16184.134] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 16184.134] (**) AT Translated Set 2 keyboard: Applying InputClass "keyboard-all"
[ 16184.134] (**) AT Translated Set 2 keyboard: always reports core events
[ 16184.134] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 16184.140] (--) AT Translated Set 2 keyboard: Found keys
[ 16184.140] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[ 16184.140] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[ 16184.140] (**) Option "xkb_rules" "evdev"
[ 16184.140] (**) Option "xkb_model" "evdev"
[ 16184.140] (**) Option "xkb_layout" "us"
[ 16184.140] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 16184.140] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event7)
[ 16184.140] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 16184.140] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad"
[ 16184.140] (II) LoadModule: "synaptics"
[ 16184.141] (II) Loading /usr/lib64/xorg/modules/input/synaptics_drv.so
[ 16184.141] (II) Module synaptics: vendor="X.Org Foundation"
[ 16184.141] 	compiled for 1.9.2, module version = 1.3.0
[ 16184.141] 	Module class: X.Org XInput Driver
[ 16184.141] 	ABI class: X.Org XInput driver, version 11.0
[ 16184.141] (II) Synaptics touchpad driver version 1.3.0
[ 16184.141] (**) Option "Device" "/dev/input/event7"
[ 16184.180] (--) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5398
[ 16184.180] (--) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4728
[ 16184.180] (--) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 16184.180] (--) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
[ 16184.180] (--) SynPS/2 Synaptics TouchPad: buttons: left right
[ 16184.180] (--) SynPS/2 Synaptics TouchPad: invalid finger width range.  defaulting to 0 - 16
[ 16184.180] (**) Option "TapButton1" "1"
[ 16184.180] (**) Option "TapButton2" "2"
[ 16184.180] (**) Option "TapButton3" "3"
[ 16184.212] (--) SynPS/2 Synaptics TouchPad: touchpad found
[ 16184.212] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 16184.228] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
[ 16184.228] (**) SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 16184.228] (**) SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[ 16184.228] (**) SynPS/2 Synaptics TouchPad: AccelFactor is now 0.039
[ 16184.228] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 16184.228] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[ 16184.228] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 16184.228] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 16184.252] (--) SynPS/2 Synaptics TouchPad: touchpad found
[ 16184.252] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[ 16184.252] (II) No input driver/identifier specified (ignoring)
[ 16184.257] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event5)
[ 16184.257] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 16184.257] (**) Dell WMI hotkeys: Applying InputClass "keyboard-all"
[ 16184.257] (**) Dell WMI hotkeys: always reports core events
[ 16184.257] (**) Dell WMI hotkeys: Device: "/dev/input/event5"
[ 16184.264] (--) Dell WMI hotkeys: Found keys
[ 16184.264] (II) Dell WMI hotkeys: Configuring as keyboard
[ 16184.264] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD)
[ 16184.264] (**) Option "xkb_rules" "evdev"
[ 16184.264] (**) Option "xkb_model" "evdev"
[ 16184.264] (**) Option "xkb_layout" "us"
[ 16184.264] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 16185.154] (II) Power Button: Close
[ 16185.154] (II) UnloadModule: "evdev"
[ 16185.158] (II) Video Bus: Close
[ 16185.158] (II) UnloadModule: "evdev"
[ 16185.162] (II) Video Bus: Close
[ 16185.162] (II) UnloadModule: "evdev"
[ 16185.165] (II) Power Button: Close
[ 16185.165] (II) UnloadModule: "evdev"
[ 16185.168] (II) Sleep Button: Close
[ 16185.168] (II) UnloadModule: "evdev"
[ 16185.176] (II) Laptop_Integrated_Webcam_2HDM: Close
[ 16185.176] (II) UnloadModule: "evdev"
[ 16185.184] (II) AT Translated Set 2 keyboard: Close
[ 16185.184] (II) UnloadModule: "evdev"
[ 16185.216] (II) UnloadModule: "synaptics"
[ 16185.224] (II) Dell WMI hotkeys: Close
[ 16185.224] (II) UnloadModule: "evdev"
Quindi dal log il problema potrebbe essere che non trova i DPI giusti per la risoluzione?

Codice: Seleziona tutto

[ 16183.826] (WW) NVIDIA(0): Unable to get display device CRT-0's EDID; cannot compute DPI
[ 16183.826] (WW) NVIDIA(0):     from CRT-0's EDID.
[ 16183.826] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
Ho provato ad appendere a startx "-dpi 96" e non va lo stesso: schermo nero. Ma l'errore sui DPI sparisce.

Ho provato pure a creare il file binario contenente l'EDID tramite il tool read-edid, inserirlo in
/etc/X11/MonitorEDID.bin e modificare la sezione Device aggiungendo l'Option 'CustomEDID'
col percorso del binario e l'errore sparisce riguardo l'edid ma non va lo stesso, sempre schermo nero.

I warning su Xorg.0.log sono spariti, rimangono solo i problemi relativi alle directory mancanti per i fonts,
ma non penso sia un problemone.

Codice: Seleziona tutto

(WW) The directory "/usr/share/fonts/local" does not exist.
(WW) The directory "/usr/share/fonts/CID" does not exist.
Ho verificato che i driver nouveau sono in blacklist su /etc/modprobe.d
(rif. http://it.download.nvidia.com/XFree86/L ... blems.html)

Dopodiche' non so cosa fare.
Ultima modifica di cesconix il lun 27 dic 2010, 15:38, modificato 4 volte in totale.

Avatar utente
Rama
Linux 3.x
Linux 3.x
Messaggi: 553
Iscritto il: sab 29 mar 2008, 12:18
Slackware: 15.0 x86_64
Kernel: 5.15.117
Desktop: KDE 5.23
Distribuzione: linuxmint-21.1-xfce
Località: Novara, provincia

Re: Configurazione Xorg nuovo per driver nvidia ufficiali

Messaggio da Rama »

lo xorg generato da nvidia l'hai ancora?
qlc discussione fa segnalavo che mi dava lo stesso tuo errore ma mi bastava modificare la riga
Screen 0 "Screen0"
in
Screen "Screen0" 0 0
questo con la current a 64 di ottobre, non so ora;

r

Avatar utente
cesconix
Linux 2.x
Linux 2.x
Messaggi: 337
Iscritto il: mer 29 dic 2004, 0:00
Nome Cognome: Francesco Pasqua
Slackware: slackware64 -current
Kernel: 2.6.35.7
Desktop: Xfce
Località: Catania

Re: Configurazione Xorg nuovo per driver nvidia ufficiali

Messaggio da cesconix »

Niente da fare :( Ho ricreato lo script, rimosso i file da /etc/X11/xorg.conf.d
e modificato xorg.conf da Screen 0 "Screen0" 0 0 a Screen "Screen0" 0 0
ma mi dava "no screens found" ho dovuto mettere su Device0 il BusID a PCI:2:0:0 e
l'errore spariva ma mi si presentava lo schermo nero :evil:

erio
Linux 4.x
Linux 4.x
Messaggi: 1354
Iscritto il: ven 9 ott 2009, 19:25
Slackware: 13.37
Kernel: 3.0.7
Desktop: kde

Re: Configurazione Xorg nuovo per driver nvidia ufficiali

Messaggio da erio »

scusa hai kde messo su,se si disinstalla i driver metti kde come de e riistalla i driver.è solo un hint

Avatar utente
Rama
Linux 3.x
Linux 3.x
Messaggi: 553
Iscritto il: sab 29 mar 2008, 12:18
Slackware: 15.0 x86_64
Kernel: 5.15.117
Desktop: KDE 5.23
Distribuzione: linuxmint-21.1-xfce
Località: Novara, provincia

Re: Configurazione Xorg nuovo per driver nvidia ufficiali

Messaggio da Rama »

cesconix ha scritto:Niente da fare :( Ho ricreato lo script, rimosso i file da /etc/X11/xorg.conf.d
e modificato xorg.conf da Screen 0 "Screen0" 0 0

forse è un problema di input, ricordo che con la 13, ma avevo un'Ati, veniva anche a me lo schermo nero, prova, come da http://www.slacky.eu/wikislack/index.ph ... della_13.0, ad
aggiungere le seguenti linee alla voce "ServerFlags" per disabilitare il riconoscimento delle periferiche di input da parte di HAL:
Option "AllowEmptyInput" "false"
Option "AutoAddDevices" "false"
Option "AutoEnableDevices" "false"

r

Avatar utente
cesconix
Linux 2.x
Linux 2.x
Messaggi: 337
Iscritto il: mer 29 dic 2004, 0:00
Nome Cognome: Francesco Pasqua
Slackware: slackware64 -current
Kernel: 2.6.35.7
Desktop: Xfce
Località: Catania

Re: Configurazione Xorg nuovo per driver nvidia ufficiali

Messaggio da cesconix »

@Rama
Avevo già provato, l'avevo letto su uno dei file che stava su /usr/share/X11/xorg.conf.d/
Comunque ho riprovato magari mi era sfuggita qualcosa, ma ancora niente: schermo nero
e non posso tornare indietero con ctrl+alt+backspace perchè gli input device non sono stati
caricati (penso).

@erio
non ho capito.

erio
Linux 4.x
Linux 4.x
Messaggi: 1354
Iscritto il: ven 9 ott 2009, 19:25
Slackware: 13.37
Kernel: 3.0.7
Desktop: kde

Re: Configurazione Xorg nuovo per driver nvidia ufficiali

Messaggio da erio »

ho visto che usi xfce come de,prova a installare i driver sotto kde:

Codice: Seleziona tutto

   44.787] 
X.Org X Server 1.9.2
Release Date: 2010-10-30
[    44.787] X Protocol Version 11, Revision 0
[    44.787] Build Operating System: Slackware 13.1 Slackware Linux Project
[    44.787] Current Operating System: Linux slax 2.6.36.1-remix #1 SMP PREEMPT Tue Nov 23 20:51:28 Local time zone must be set-- x86_64
[    44.787] Kernel command line: initrd=/boot/initrd.lz from=/dev/sde1 ramdisk_size=6666 root=/dev/ram0 max_loop=256 vmalloc=512MB rw autoexec=telinit~4 changes=/slax/
[    44.787] Build Date: 20 November 2010  10:44:12PM
[    44.787]  
[    44.787] Current version of pixman: 0.20.0
[    44.787] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    44.787] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    44.788] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Dec 18 12:40:49 2010
[    44.883] (==) Using config file: "/etc/X11/xorg.conf"
[    44.883] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    44.899] Parse error on line 170 of section Files in file /etc/X11/xorg.conf
	Ignoring obsolete keyword "RgbPath".
[    44.901] (==) ServerLayout "Simple Layout"
[    44.901] (**) |-->Screen "Screen0" (0)
[    44.901] (**) |   |-->Monitor "Monitor0"
[    44.901] (**) |   |-->Device "Device0"
[    44.901] (**) |-->Input Device "Mouse1"
[    44.901] (**) |-->Input Device "Keyboard1"
[    44.901] (**) Option "Xinerama" "0"
[    44.901] (==) Automatically adding devices
[    44.901] (==) Automatically enabling devices
[    44.957] (WW) The directory "/usr/X11R6/lib/X11/fonts/local/" does not exist.
[    44.957] 	Entry deleted from font path.
[    44.958] (WW) The directory "/usr/X11R6/lib/X11/fonts/misc/" does not exist.
[    44.958] 	Entry deleted from font path.
[    44.958] (WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi/" does not exist.
[    44.958] 	Entry deleted from font path.
[    44.958] (WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not exist.
[    44.958] 	Entry deleted from font path.
[    44.958] (WW) The directory "/usr/X11R6/lib/X11/fonts/Type1/" does not exist.
[    44.958] 	Entry deleted from font path.
[    44.958] (WW) The directory "/usr/X11R6/lib/X11/fonts/CID/" does not exist.
[    44.958] 	Entry deleted from font path.
[    44.958] (WW) The directory "/usr/X11R6/lib/X11/fonts/Speedo/" does not exist.
[    44.958] 	Entry deleted from font path.
[    44.958] (WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi/" does not exist.
[    44.958] 	Entry deleted from font path.
[    44.958] (WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not exist.
[    44.958] 	Entry deleted from font path.
[    44.958] (WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic/" does not exist.
[    44.958] 	Entry deleted from font path.
[    44.960] (WW) The directory "/usr/share/fonts/local" does not exist.
[    44.960] 	Entry deleted from font path.
[    44.960] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[    44.960] 	Entry deleted from font path.
[    44.960] 	(Run 'mkfontdir' on "/usr/share/fonts/TTF").
[    44.960] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    44.960] 	Entry deleted from font path.
[    44.960] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    44.960] 	Entry deleted from font path.
[    44.960] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    44.960] 	Entry deleted from font path.
[    44.960] (WW) The directory "/usr/share/fonts/CID" does not exist.
[    44.960] 	Entry deleted from font path.
[    44.960] (WW) The directory "/usr/share/fonts/75dpi/" does not exist.
[    44.960] 	Entry deleted from font path.
[    44.960] (WW) The directory "/usr/share/fonts/100dpi/" does not exist.
[    44.960] 	Entry deleted from font path.
[    44.961] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    44.961] 	Entry deleted from font path.
[    44.961] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    44.961] 	Entry deleted from font path.
[    44.961] (WW) The directory "/usr/share/fonts/cyrillic" does not exist.
[    44.961] 	Entry deleted from font path.
[    44.961] (**) FontPath set to:
	
[    44.961] (==) ModulePath set to "/usr/lib64/xorg/modules"
[    44.961] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    44.961] (WW) Disabling Mouse1
[    44.961] (WW) Disabling Keyboard1
[    44.961] (II) Loader magic: 0x7d1c60
[    44.961] (II) Module ABI versions:
[    44.961] 	X.Org ANSI C Emulation: 0.4
[    44.961] 	X.Org Video Driver: 8.0
[    44.961] 	X.Org XInput driver : 11.0
[    44.961] 	X.Org Server Extension : 4.0
[    44.962] (--) PCI:*(0:2:0:0) 10de:0292:0000:042a rev 161, Mem @ 0xfd000000/16777216, 0xd0000000/268435456, 0xfc000000/16777216, I/O @ 0x0000ec00/128, BIOS @ 0x????????/131072
[    44.963] (II) Open ACPI successful (/var/run/acpid.socket)
[    44.963] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[    44.963] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[    44.963] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[    44.963] (II) "record" will be loaded by default.
[    44.963] (II) "dri" will be loaded by default.
[    44.963] (II) "dri2" will be loaded by default.
[    44.963] (II) LoadModule: "dbe"
[    44.971] (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so
[    45.002] (II) Module dbe: vendor="X.Org Foundation"
[    45.002] 	compiled for 1.9.2, module version = 1.0.0
[    45.003] 	Module class: X.Org Server Extension
[    45.003] 	ABI class: X.Org Server Extension, version 4.0
[    45.003] (II) Loading extension DOUBLE-BUFFER
[    45.003] (II) LoadModule: "extmod"
[    45.003] (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so
[    45.003] (II) Module extmod: vendor="X.Org Foundation"
[    45.003] 	compiled for 1.9.2, module version = 1.0.0
[    45.003] 	Module class: X.Org Server Extension
[    45.003] 	ABI class: X.Org Server Extension, version 4.0
[    45.003] (II) Loading extension MIT-SCREEN-SAVER
[    45.003] (II) Loading extension XFree86-VidModeExtension
[    45.003] (II) Loading extension DPMS
[    45.004] (II) Loading extension XVideo
[    45.004] (II) Loading extension XVideo-MotionCompensation
[    45.004] (II) Loading extension X-Resource
[    45.004] (II) LoadModule: "glx"
[    45.004] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[    45.607] (II) Module glx: vendor="NVIDIA Corporation"
[    45.612] 	compiled for 4.0.2, module version = 1.0.0
[    45.612] 	Module class: X.Org Server Extension
[    45.612] (II) NVIDIA GLX Module  260.19.21  Thu Nov  4 21:42:11 PDT 2010
[    45.612] (II) Loading extension GLX
[    45.612] (II) LoadModule: "record"
[    45.612] (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so
[    45.657] (II) Module record: vendor="X.Org Foundation"
[    45.657] 	compiled for 1.9.2, module version = 1.13.0
[    45.657] 	Module class: X.Org Server Extension
[    45.657] 	ABI class: X.Org Server Extension, version 4.0
[    45.657] (II) Loading extension RECORD
[    45.657] (II) LoadModule: "dri"
[    45.657] (II) Loading /usr/lib64/xorg/modules/extensions/libdri.so
[    45.734] (II) Module dri: vendor="X.Org Foundation"
[    45.734] 	compiled for 1.9.2, module version = 1.0.0
[    45.734] 	ABI class: X.Org Server Extension, version 4.0
[    45.734] (II) Loading extension XFree86-DRI
[    45.734] (II) LoadModule: "dri2"
[    45.735] (II) Loading /usr/lib64/xorg/modules/extensions/libdri2.so
[    45.735] (II) Module dri2: vendor="X.Org Foundation"
[    45.735] 	compiled for 1.9.2, module version = 1.2.0
[    45.735] 	ABI class: X.Org Server Extension, version 4.0
[    45.735] (II) Loading extension DRI2
[    45.735] (II) LoadModule: "nvidia"
[    45.736] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[    45.783] (II) Module nvidia: vendor="NVIDIA Corporation"
[    45.787] 	compiled for 4.0.2, module version = 1.0.0
[    45.787] 	Module class: X.Org Video Driver
[    45.801] (II) NVIDIA dlloader X Driver  260.19.21  Thu Nov  4 21:18:43 PDT 2010
[    45.801] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    45.801] (++) using VT number 7

[    45.816] (II) Loading sub module "fb"
[    45.816] (II) LoadModule: "fb"
[    45.834] (II) Loading /usr/lib64/xorg/modules/libfb.so
[    45.856] (II) Module fb: vendor="X.Org Foundation"
[    45.856] 	compiled for 1.9.2, module version = 1.0.0
[    45.856] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    45.856] (II) Loading sub module "wfb"
[    45.856] (II) LoadModule: "wfb"
[    45.864] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[    45.894] (II) Module wfb: vendor="X.Org Foundation"
[    45.894] 	compiled for 1.9.2, module version = 1.0.0
[    45.894] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    45.894] (II) Loading sub module "ramdac"
[    45.894] (II) LoadModule: "ramdac"
[    45.894] (II) Module "ramdac" already built-in
[    45.910] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[    45.910] (==) NVIDIA(0): RGB weight 888
[    45.910] (==) NVIDIA(0): Default visual is TrueColor
[    45.910] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    45.910] (**) NVIDIA(0): Option "TwinView" "0"
[    45.910] (**) NVIDIA(0): Option "MetaModes" "1680x1050 +0+0; 800x600 +0+0; 640x480 +0+0"
[    45.913] (**) NVIDIA(0): Enabling RENDER acceleration
[    45.913] (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
[    45.913] (II) NVIDIA(0):     enabled.
[    47.521] (II) NVIDIA(0): NVIDIA GPU GeForce 7900 GS (G71) at PCI:2:0:0 (GPU-0)
[    47.521] (--) NVIDIA(0): Memory: 262144 kBytes
[    47.521] (--) NVIDIA(0): VideoBIOS: 05.71.22.41.00
[    47.521] (II) NVIDIA(0): Detected PCI Express Link width: 4X
[    47.521] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[    47.521] (--) NVIDIA(0): Connected display device(s) on GeForce 7900 GS at PCI:2:0:0
[    47.521] (--) NVIDIA(0):     Acer AL2216W (DFP-1)
[    47.521] (--) NVIDIA(0): Acer AL2216W (DFP-1): 330.0 MHz maximum pixel clock
[    47.521] (--) NVIDIA(0): Acer AL2216W (DFP-1): Internal Dual Link TMDS
[    47.522] (II) NVIDIA(0): Assigned Display Device: DFP-1
[    47.522] (II) NVIDIA(0): Validated modes:
[    47.522] (II) NVIDIA(0):     "1680x1050+0+0"
[    47.522] (II) NVIDIA(0):     "800x600+0+0"
[    47.522] (II) NVIDIA(0):     "640x480+0+0"
[    47.522] (II) NVIDIA(0): Virtual screen size determined to be 1680 x 1050
[    47.524] (--) NVIDIA(0): DPI set to (90, 88); computed from "UseEdidDpi" X config
[    47.524] (--) NVIDIA(0):     option
[    47.524] (==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
[    47.524] (--) Depth 24 pixmap format is 32 bpp
[    47.525] (II) NVIDIA(0): Initialized GPU GART.
[    47.552] (II) NVIDIA(0): Setting mode "1680x1050+0+0"
[    47.978] (II) Loading extension NV-GLX
[    48.039] (II) NVIDIA(0): Initialized OpenGL Acceleration
[    48.050] (==) NVIDIA(0): Disabling shared memory pixmaps
[    48.050] (II) NVIDIA(0): Initialized X Rendering Acceleration
[    48.050] (==) NVIDIA(0): Backing store disabled
[    48.050] (==) NVIDIA(0): Silken mouse enabled
[    48.050] (==) NVIDIA(0): DPMS enabled
[    48.050] (II) Loading extension NV-CONTROL
[    48.051] (II) Loading extension XINERAMA
[    48.051] (II) Loading sub module "dri2"
[    48.051] (II) LoadModule: "dri2"
[    48.051] (II) Reloading /usr/lib64/xorg/modules/extensions/libdri2.so
[    48.051] (II) NVIDIA(0): [DRI2] Setup complete
[    48.051] (==) RandR enabled
[    48.051] (II) Initializing built-in extension Generic Event Extension
[    48.051] (II) Initializing built-in extension SHAPE
[    48.051] (II) Initializing built-in extension MIT-SHM
[    48.051] (II) Initializing built-in extension XInputExtension
[    48.051] (II) Initializing built-in extension XTEST
[    48.051] (II) Initializing built-in extension BIG-REQUESTS
[    48.051] (II) Initializing built-in extension SYNC
[    48.051] (II) Initializing built-in extension XKEYBOARD
[    48.051] (II) Initializing built-in extension XC-MISC
[    48.051] (II) Initializing built-in extension XINERAMA
[    48.051] (II) Initializing built-in extension XFIXES
[    48.051] (II) Initializing built-in extension RENDER
[    48.051] (II) Initializing built-in extension RANDR
[    48.051] (II) Initializing built-in extension COMPOSITE
[    48.051] (II) Initializing built-in extension DAMAGE
[    48.055] (II) Initializing extension GLX
[    48.985] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    48.985] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    48.985] (**) Power Button: Applying InputClass "keyboard-all"
[    48.985] (II) LoadModule: "evdev"
[    48.987] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[    49.024] (II) Module evdev: vendor="X.Org Foundation"
[    49.024] 	compiled for 1.9.2, module version = 2.5.0
[    49.024] 	Module class: X.Org XInput Driver
[    49.024] 	ABI class: X.Org XInput driver, version 11.0
[    49.024] (**) Power Button: always reports core events
[    49.024] (**) Power Button: Device: "/dev/input/event3"
[    49.032] (--) Power Button: Found keys
[    49.032] (II) Power Button: Configuring as keyboard
[    49.032] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    49.032] (**) Option "xkb_rules" "evdev"
[    49.032] (**) Option "xkb_model" "evdev"
[    49.032] (**) Option "xkb_layout" "us"
[    49.032] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    49.075] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    49.075] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    49.075] (**) Power Button: Applying InputClass "keyboard-all"
[    49.075] (**) Power Button: always reports core events
[    49.075] (**) Power Button: Device: "/dev/input/event2"
[    49.082] (--) Power Button: Found keys
[    49.082] (II) Power Button: Configuring as keyboard
[    49.082] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    49.082] (**) Option "xkb_rules" "evdev"
[    49.082] (**) Option "xkb_model" "evdev"
[    49.082] (**) Option "xkb_layout" "us"
[    49.082] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    49.094] (II) config/udev: Adding input device IR-receiver inside an USB DVB receiver (/dev/input/event4)
[    49.094] (**) IR-receiver inside an USB DVB receiver: Applying InputClass "evdev keyboard catchall"
[    49.094] (**) IR-receiver inside an USB DVB receiver: Applying InputClass "keyboard-all"
[    49.094] (**) IR-receiver inside an USB DVB receiver: always reports core events
[    49.094] (**) IR-receiver inside an USB DVB receiver: Device: "/dev/input/event4"
[    49.098] (--) IR-receiver inside an USB DVB receiver: Found keys
[    49.098] (II) IR-receiver inside an USB DVB receiver: Configuring as keyboard
[    49.098] (II) XINPUT: Adding extended input device "IR-receiver inside an USB DVB receiver" (type: KEYBOARD)
[    49.098] (**) Option "xkb_rules" "evdev"
[    49.098] (**) Option "xkb_model" "evdev"
[    49.098] (**) Option "xkb_layout" "us"
[    49.098] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    49.102] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    49.102] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    49.102] (**) AT Translated Set 2 keyboard: Applying InputClass "keyboard-all"
[    49.102] (**) AT Translated Set 2 keyboard: always reports core events
[    49.102] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    49.106] (--) AT Translated Set 2 keyboard: Found keys
[    49.106] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[    49.106] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[    49.106] (**) Option "xkb_rules" "evdev"
[    49.106] (**) Option "xkb_model" "evdev"
[    49.106] (**) Option "xkb_layout" "us"
[    49.106] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    49.106] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/event1)
[    49.106] (**) ImPS/2 Generic Wheel Mouse: Applying InputClass "evdev pointer catchall"
[    49.106] (**) ImPS/2 Generic Wheel Mouse: always reports core events
[    49.106] (**) ImPS/2 Generic Wheel Mouse: Device: "/dev/input/event1"
[    49.112] (--) ImPS/2 Generic Wheel Mouse: Found 3 mouse buttons
[    49.112] (--) ImPS/2 Generic Wheel Mouse: Found scroll wheel(s)
[    49.112] (--) ImPS/2 Generic Wheel Mouse: Found relative axes
[    49.112] (--) ImPS/2 Generic Wheel Mouse: Found x and y relative axes
[    49.112] (II) ImPS/2 Generic Wheel Mouse: Configuring as mouse
[    49.112] (**) ImPS/2 Generic Wheel Mouse: YAxisMapping: buttons 4 and 5
[    49.112] (**) ImPS/2 Generic Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    49.112] (II) XINPUT: Adding extended input device "ImPS/2 Generic Wheel Mouse" (type: MOUSE)
[    49.112] (**) ImPS/2 Generic Wheel Mouse: (accel) keeping acceleration scheme 1
[    49.112] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration profile 0
[    49.112] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration factor: 2.000
[    49.112] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration threshold: 4
[    49.112] (II) ImPS/2 Generic Wheel Mouse: initialized for relative axes.
[    49.112] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/mouse0)
[    49.112] (II) No input driver/identifier specified (ignoring)
[  4628.082] (II) Power Button: Close
[  4628.082] (II) UnloadModule: "evdev"
[  4628.085] (II) Power Button: Close
[  4628.085] (II) UnloadModule: "evdev"
[  4628.089] (II) IR-receiver inside an USB DVB receiver: Close
[  4628.089] (II) UnloadModule: "evdev"
[  4628.095] (II) AT Translated Set 2 keyboard: Close
[  4628.095] (II) UnloadModule: "evdev"
[  4628.102] (II) ImPS/2 Generic Wheel Mouse: Close
[  4628.102] (II) UnloadModule: "evdev"

Avatar utente
cesconix
Linux 2.x
Linux 2.x
Messaggi: 337
Iscritto il: mer 29 dic 2004, 0:00
Nome Cognome: Francesco Pasqua
Slackware: slackware64 -current
Kernel: 2.6.35.7
Desktop: Xfce
Località: Catania

Re: Configurazione Xorg nuovo per driver nvidia ufficiali

Messaggio da cesconix »

Non ho kde e lo script d'installazione non vuole X attivo.

Avatar utente
zoros
Linux 4.x
Linux 4.x
Messaggi: 1361
Iscritto il: lun 28 mag 2007, 22:51
Nome Cognome: Fabio`Zorba`
Slackware: 14.1
Kernel: 3.10.30-smp
Desktop: KDE-3.5(works!)
Località: Gorizia
Contatta:

Re: Configurazione Xorg nuovo per driver nvidia ufficiali

Messaggio da zoros »

io continuo sempre a consigliare lo script autox: viewtopic.php?f=1&t=33476&p=294598#p294440

è utile anche avere a disposizione "ddcprobe" http://ftp.aarnet.edu.au/debian/pool/main/x/xresprobe/

poi, siccome hai installato "custom", può darsi che manchi qualche pacchetto ... prova a fare dei test:

avvia X

Codice: Seleziona tutto

X -ac
cambia console, e poi

Codice: Seleziona tutto

export DISPLAY=:0
startxfce4
vorrei riavere le mie firme ...

Avatar utente
cesconix
Linux 2.x
Linux 2.x
Messaggi: 337
Iscritto il: mer 29 dic 2004, 0:00
Nome Cognome: Francesco Pasqua
Slackware: slackware64 -current
Kernel: 2.6.35.7
Desktop: Xfce
Località: Catania

Re: Configurazione Xorg nuovo per driver nvidia ufficiali

Messaggio da cesconix »

@zoros
X è perfettamente funzionante senza i driver ufficiali. Senza un xorg.conf X parte tranquillamente,
ma io voglio i driver ufficiali nvidia e avere l'accellerazione 3d.

Avatar utente
zoros
Linux 4.x
Linux 4.x
Messaggi: 1361
Iscritto il: lun 28 mag 2007, 22:51
Nome Cognome: Fabio`Zorba`
Slackware: 14.1
Kernel: 3.10.30-smp
Desktop: KDE-3.5(works!)
Località: Gorizia
Contatta:

Re: Configurazione Xorg nuovo per driver nvidia ufficiali

Messaggio da zoros »

cesconix ha scritto:@zoros
X è perfettamente funzionante senza i driver ufficiali. Senza un xorg.conf X parte tranquillamente,
ma io voglio i driver ufficiali nvidia e avere l'accellerazione 3d.
sì, appunto ... io ho per lo più nVidia, lo script proposto ti configura Xorg per "nvidia" e il 3D ;) ...
vorrei riavere le mie firme ...

Avatar utente
cesconix
Linux 2.x
Linux 2.x
Messaggi: 337
Iscritto il: mer 29 dic 2004, 0:00
Nome Cognome: Francesco Pasqua
Slackware: slackware64 -current
Kernel: 2.6.35.7
Desktop: Xfce
Località: Catania

Re: Configurazione Xorg nuovo per driver nvidia ufficiali

Messaggio da cesconix »

Scusami avevo capito pensassi che X non mi era partito dal principio. Provo subito!

Avatar utente
cesconix
Linux 2.x
Linux 2.x
Messaggi: 337
Iscritto il: mer 29 dic 2004, 0:00
Nome Cognome: Francesco Pasqua
Slackware: slackware64 -current
Kernel: 2.6.35.7
Desktop: Xfce
Località: Catania

Re: Configurazione Xorg nuovo per driver nvidia ufficiali

Messaggio da cesconix »

Wow ha creato un bel xorg.conf ricco di parametri, però non ha funzionato: schermo nero :(

erio
Linux 4.x
Linux 4.x
Messaggi: 1354
Iscritto il: ven 9 ott 2009, 19:25
Slackware: 13.37
Kernel: 3.0.7
Desktop: kde

Re: Configurazione Xorg nuovo per driver nvidia ufficiali

Messaggio da erio »

nella compilazione dei driver la compatibilità alle librerie 32 bit l'hai messa?

Avatar utente
cesconix
Linux 2.x
Linux 2.x
Messaggi: 337
Iscritto il: mer 29 dic 2004, 0:00
Nome Cognome: Francesco Pasqua
Slackware: slackware64 -current
Kernel: 2.6.35.7
Desktop: Xfce
Località: Catania

Re: Configurazione Xorg nuovo per driver nvidia ufficiali

Messaggio da cesconix »

Durante l'installazione lo script chiede
Install NVIDIA's 32-bit compatibily OpenGL libraries?
Se intendi questa, sì ho confermato.

Rispondi