You are not logged in.
Pages: 1
I am trying to get xcompmgr to work with my OpenBox3 setup but it doesn't work well at all. I run xcompmgr -cf and I lose my background and when I click to get the OpenBox3 menu, it comes up, but unsuccessfully fades away. It just stays there, slightly faded. Also I get this error in the console:
error 176 request 154 minor 8 serial 24640
with a varying end number. And that message rolls by non stop if it is running.
This is my xorg.conf:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Thu Sep 14 15:50:24 PDT 2006
Section "ServerLayout"
Identifier "Normal Layout"
Screen 0 "Normal" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
EndSection
Section "Module"
Load "dbe"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "keyboard"
EndSection
Section "Monitor"
Identifier "Dell 1703FP"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 150.0
Option "DPMS"
EndSection
Section "Device"
Identifier "NV 7800 GS"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "RenderAccel" "true"
Option "NoLogo" "true"
Option "UseEdidDpi" "false"
Option "DPI" "95 x 95"
EndSection
Section "Screen"
Identifier "Normal"
Device "NV 7800GS"
Monitor "Dell 1703FP"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
Option "RENDER" "Enable"
EndSection
Its half nvidia-xconfig and half manual. I have no idea why it isn't working. I am using the nvidia-beta drivers.
Any help is appreciated.
Offline
Pages: 1