Pagina 1 di 1

Problema Compiz Nvidia glx su Slack current

Inviato: mar 3 apr 2007, 21:54
da mark24
Ho installato la slack current e seguendo le varie guide e topic trovati in giro ho configurato il tutto per far andare anche compiz. Problema: non va :(
Nel log ho trovato questo:

(II) Loading font FreeType
(II) LoadModule: "glx"
(WW) Warning, couldn't open module glx
(II) UnloadModule: "glx"
(EE) Failed to load module "glx" (module does not exist, 0)
(II) LoadModule: "nvidia"
(WW) Warning, couldn't open module nvidia
(II) UnloadModule: "nvidia"
(EE) Failed to load module "nvidia" (module does not exist, 0)
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.1.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.1.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(EE) No drivers available.

Fatal server error:
no screens found

Questo è il mio xorg.conf (ho tolto le parti commentate per risparmiare spazio):

Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1" 0 0
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/share/X11/rgb"
FontPath "/usr/share/fonts/local/"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/OTF/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/Speedo/"
FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/cyrillic/"
EndSection

Section "Module"



Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "freetype"
# Load "xtt"
Load "glx"

EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
EndSection

Section "InputDevice"

# Identifier and driver

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"

Option "Device" "/dev/mouse"

EndSection

Section "Monitor"
Identifier "My Monitor"
HorizSync 31.5 - 31.5
HorizSync 35.2 - 35.2
HorizSync 35.5 - 35.5
VertRefresh 50.0 - 70.0
EndSection


Section "Device"
Identifier "VESA Framebuffer"
Driver "nvidia"
Option "TripleBuffer" "true"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
EndSection

Section "Screen"
Identifier "Screen 1"
Device "VESA Framebuffer"
Monitor "My Monitor"
DefaultDepth 24
Option "RenderAccel" "True"
Option "AllowGLXWithComposite" "True"
Option "AddARGBGLXVisuals" "True"
Option "DisableGLXRootClipping" "true"
EndSection

Section "Screen"
Identifier "Screen 1"
Device "VESA Framebuffer"
Monitor "My Monitor"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 8
Modes "640x400"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "640x480"
EndSubSection
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection


Qualcuno ha qualche idea !?!?

Inviato: mar 3 apr 2007, 22:16
da Switch`
hai installato i driver nvidia?

Codice: Seleziona tutto

(EE) Failed to load module "nvidia" (module does not exist, 0) 
dal log mi pare che non trovi il modulo..

Inviato: mar 3 apr 2007, 23:30
da dapuzz
oppure non li stai insallando nel posto giusto. Ricorda che xorg 7.2 ha cambiato prefisso. Se n'è parlato poco tempo fa.

Inviato: mer 4 apr 2007, 2:31
da ramseteiii
Dovresti disinstallare i driver NVIDIA e reinstallarli con il seguente comando:

Codice: Seleziona tutto

sh NVIDIA-Linux-x86-1.0-xxxx-pkg1.run --x-prefix=/usr --x-module-path=/usr/lib/xorg/modules
Così dovrebbe andare a posto.

In bocca al lupo. :D

Inviato: mer 4 apr 2007, 11:09
da prometeo79
ramseteiii ha scritto:Dovresti disinstallare i driver NVIDIA e reinstallarli con il seguente comando:

Codice: Seleziona tutto

sh NVIDIA-Linux-x86-1.0-xxxx-pkg1.run --x-prefix=/usr --x-module-path=/usr/lib/xorg/modules
Così dovrebbe andare a posto.

In bocca al lupo. :D
Si, quoto. Segui l'indicazione di ramseteiii. Avevo lo stesso errore. Uso slamd64 perciò a lib ho sostituito lib64, ma adesso i driver nvidia funzionano.

Inviato: mer 4 apr 2007, 11:34
da mark24
Non so come ringraziarvi! Ora funziona tutto!!