Hi zusammen!
Bin grad über "composite" gestolpert. Soll ja ganz schön sein (Grafikkarten-Beschleunigung aufm Desktop, schöne Effekte, etc.) Deswegen hab ich mal versucht das ganze einzurichten, allerdings startet kdm bei folgender xorg.conf nicht mehr:
Wenn ich jedoch die untersten 3 Zeilen auskommentiere, läufts halt ganz normal! Würd das halt gern mal ausprobieren. Hat jemand eine Idee, was ich noch einstellen o.ä. muss?
Danke schon mal
PS: Hab die nvidia-glx Treiber installiert. Kann das das Problem sein? Spiele laufen aber alle ohne Probleme...
Bin grad über "composite" gestolpert. Soll ja ganz schön sein (Grafikkarten-Beschleunigung aufm Desktop, schöne Effekte, etc.) Deswegen hab ich mal versucht das ganze einzurichten, allerdings startet kdm bei folgender xorg.conf nicht mehr:
Code:
Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "Module"
Load "GLcore"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Emulate3Buttons" "true"
Option "Buttons" "7"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV35 [GeForce FX 5900XT]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "AllowGLXWithComposite" "true"
Option "RenderAccel" "true"
Option "NoLogo" "true"
EndSection
Section "Monitor"
Identifier "GDM-3001PT"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV35 [GeForce FX 5900XT]"
Monitor "GDM-3001PT"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
#Sections "Extensions"
# Option "Composite" "true"
#EndSection
Danke schon mal
PS: Hab die nvidia-glx Treiber installiert. Kann das das Problem sein? Spiele laufen aber alle ohne Probleme...
Zuletzt bearbeitet: