2007-12-13, 01:51 PM
I think i already posted this but i can't find it? so here it is again.
Ok so i get fedora 8, install the kmod-nvidia drivers from livna and the installed drivers from nvidias site.
After that i installed Compiz and enabled desktop effects.....
but when i try to start compiz nothing happens...wtf?
i get no errors and nothing saying it crashed it just doesn't start.
Also i noticed that the nvidia splash doesn't flash on xserver start...but the drivers where installed.
this is my xorg.conf:
Code:
# Xorg configuration created by livna-config-display
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "AIGLX" "true"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "Module"
Load "glx"
Load "dbe"
Load "extmod"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us+inet"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 150.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nv"
Option "XAANoOffscreenPixmaps" "true"
Option "Composite" "Enable"
Option "TripleBuffer" "true"
Option "RenderAccel" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Option "AddARGBGLXVisuals" "true"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
thanks guys :)