[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: beryl si..emerald no..



> ciao, io ho avuto lo stesso problema e ho risolto aggiungendo alcune
> linee ad xorg.conf:
> nella sezione screen
>     Option         "AllowGLXWithComposite" "true"
>     Option         "RenderAccel" "true"
>     Option         "backingstore" "true"
>     Option         "CursorShadow" "1"
>     Option         "CursorShadowAlpha" "63"
>     Option         "CursorShadowYOffset" "2"
>     Option         "CursorShadowXOffset" "4"
>     Option         "FlatPanelProperties" "Scaling = native"
>     Option         "AddARGBGLXVisuals" "true"
>
>
> e poi questo:
> Section "Extensions"
>     Option         "Composite" "Enable"
> EndSection
Ciao, uso testing (con i drivers proprietari nvidia) e in xorg ho le stesse 
linee che hai postato circa beryl. 
Ma quando lo attivo con beryl-manager non appaiono i bordi delle finestre 
(risulta quindi inutilizzabile)

Ho allegato l'xorg.conf
 
Qualche idea?
Grazie!

Pol
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Mon Feb 26 23:38:46 PST 2007

Section "ServerLayout"

    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection

Section "Files"

	# local font server
	# if the local font server has problems, we can fall back on these
    FontPath        "unix/:7100"
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/usr/lib/X11/fonts/misc"
    FontPath        "/usr/share/fonts/X11/cyrillic"
    FontPath        "/usr/share/fonts/X11/cyrillic"
    FontPath        "/usr/lib/X11/fonts/cyrillic"
    FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/Type1"
    FontPath        "/usr/share/fonts/X11/Type1"
    FontPath        "/usr/lib/X11/fonts/Type1"
    FontPath        "/usr/share/fonts/X11/CID"
    FontPath        "/usr/share/fonts/X11/CID"
    FontPath        "/usr/lib/X11/fonts/CID"
    FontPath        "/usr/share/fonts/X11/100dpi"
    FontPath        "/usr/share/fonts/X11/100dpi"
    FontPath        "/usr/lib/X11/fonts/100dpi"
    FontPath        "/usr/share/fonts/X11/75dpi"
    FontPath        "/usr/share/fonts/X11/75dpi"
    FontPath        "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
    Load           "bitmap"
    Load           "dbe"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "record"
    Load           "type1"
    Load           "vbe"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "keyboard"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc104"
    Option         "XkbLayout" "it"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ImPS/2"
    Option         "Emulate3Buttons" "true"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier     "Acer AL506"
    HorizSync       24.0 - 80.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
#	HorizSync	28-63
#	VertRefresh	55-78
EndSection

Section "Device"
    Identifier     "nvidia"
    Driver         "nvidia"
EndSection

Section "Screen"

# BERYL #
    Identifier     "Default Screen"
    Device         "nvidia"
    Monitor        "Acer AL506"
    DefaultDepth    24
    Option         "AllowGLXWithComposite" "true"
    Option         "RenderAccel" "true"
    Option         "backingstore" "true"
    Option         "CursorShadow" "1"
    Option         "CursorShadowAlpha" "63"
    Option         "CursorShadowYOffset" "2"
    Option         "CursorShadowXOffset" "4"
    Option         "FlatPanelProperties" "Scaling = native"
    Option         "AddARGBGLXVisuals" "true"
    SubSection     "Display"
        Depth       1
        Modes      "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
EndSection

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


Reply to: