Compiz, conky => błędy
: 14 września 2008, 13:23
Witam was. To mój pierwszy post na tym forum i w sumie początki zabawy z Linuksem.
Mój problem polega na tym, że gdy próbuje odpalić compiz albo conky z konsoli to wyskakuje mi błąd:
conky
compiz
Na tyle co ja tutaj umiem przeczytać wydaje mi się, że oba błędy dotyczą tego samego problemu, czyli coś z "display: 0.0"
Wersja debiana: Lenny
Karta graficzna: Intel X3100
Wszystko jest poustawiane tak jak w FAQ'ach na tym forum. Nic nie kombinowane jeszcze.
mój x.org.conf:
Z góry dziękuje za pomoc 
Mój problem polega na tym, że gdy próbuje odpalić compiz albo conky z konsoli to wyskakuje mi błąd:
conky
Kod: Zaznacz cały
Cichy:~# conky
Invalid MIT-MAGIC-COOKIE-1 keyConky: can't open display: :0.0
Kod: Zaznacz cały
Cichy:/# compiz -replace
Checking for Xgl: Invalid MIT-MAGIC-COOKIE-1 keyxvinfo: Unable to open display :0.0
not present.
Invalid MIT-MAGIC-COOKIE-1 keyxset: unable to open display ":0.0"
xset q doesn't reveal the location of the log file. Using fallback /var/log/Xorg.0.log
Blacklisted PCIID '8086:2a02' found
aborting and using fallback: /usr/bin/metacity
no /usr/bin/metacity found, exiting
Wersja debiana: Lenny
Karta graficzna: Intel X3100
Wszystko jest poustawiane tak jak w FAQ'ach na tym forum. Nic nie kombinowane jeszcze.
mój x.org.conf:
Kod: Zaznacz cały
Section "Files"
# path to defoma fonts
FontPath "/usr/share/fonts/X11/misc"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/usr/local/share/fonts"
EndSection
Section "Module"
Load "bitmap"
Load "dbe"
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" "pl"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
Section "Device"
Identifier "Intel GM965"
Driver "intel"
Option "AddARGBGLXVisuals" "On"
Option "XAANoOffscreenPixmaps" "true"
Option "RenderAccel" "true"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-33
VertRefresh 43-72
EndSection
Section "Screen"
Option "XAANoOffscreenPixmaps"
Option "AddARBGGLXVisuals" "true"
Identifier "Default Screen"
Device "Intel GM965"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1200x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1200x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1200x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1200x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1200x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1200x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
Option "AIGLX" "true"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
Option "RENDER" "Enable"
EndSection
