Strona 1 z 1

No framebuffer_object support! (only simple Blur aviable)

: 11 maja 2007, 22:32
autor: kaladann
mam taki mały problemik z berylkiem:


**************************************************************
* Beryl system compatiblity check *
**************************************************************

Detected xserver : NVIDIA

Checking Display :0.0 ...

Checking for XComposite extension : passed (v0.3)
Checking for XDamage extension : passed
Checking for RandR extension : passed
Checking for XSync extension : passed

Checking Screen 0 ...

Checking for GLX_SGIX_fbconfig : passed
Checking for GLX_EXT_texture_from_pixmap : passed
Checking for non power of two texture support : passed
Checking maximum texture size : passed (4096x4096)

Reloading options
No framebuffer_object support! (only simple Blur aviable).

w moim berylu nie dziala rozmycie okien..:/// (blur) i chyba wlasnie jest odpowiedzialny ten blad podcas ładowania beryla.

w xorgu w device mam dodane ARGBGLXVISUALS...i nic ponadto co mam jeszcze dodac aby blur mi zadziałał??

(stery zakmniete nvidia, gf6200)

//do formatowania masz tagi, nie musisz kombinować inaczej ;)
velmafia

: 11 maja 2007, 22:41
autor: Kaka'
Pokaż xorg.conf

: 11 maja 2007, 23:04
autor: kaladann
moj xorg

Kod: Zaznacz cały


#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
  Identifier "Default Layout"
  screen 0 "Default Screen" 0 0
  InputDevice "Generic Keyboard"
  InputDevice "Configured Mouse"
  InputDevice "stylus" "SendCoreEvents"
  InputDevice "cursor" "SendCoreEvents"
  InputDevice "eraser" "SendCoreEvents"
EndSection

Section "Files"
  
  # path to defoma fonts
  FontPath "/usr/share/fonts/X11/misc"
  FontPath "/usr/share/fonts/X11/cyrillic"
  FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
  FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
  FontPath "/usr/share/fonts/X11/Type1"
  FontPath "/usr/share/fonts/X11/100dpi"
  FontPath "/usr/share/fonts/X11/75dpi"
  FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
  Load "i2c"
  Load "bitmap"
  Load "ddc"
  Load "extmod"
  Load "freetype"
  Load "int10"
    Load "dri"
  Load "vbe"
  load "glx"

  load "v4l"
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"
  option "ZAxisMapping" "4 5"
  option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
  Identifier "stylus"
  Driver "wacom"
  option "Device" "/dev/input/wacom"
  option "Type" "stylus"
  option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
  Identifier "eraser"
  Driver "wacom"
  option "Device" "/dev/input/wacom"
  option "Type" "eraser"
  option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
  Identifier "cursor"
  Driver "wacom"
  option "Device" "/dev/input/wacom"
  option "Type" "cursor"
  option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "Monitor"
  identifier "Generic Monitor"
  vendorname "Generic"
  modelname "Flat Panel 1280x1024"
  HorizSync 31.5-90
  VertRefresh 50
  
  #gamma 1.0
EndSection

Section "Device"
  identifier "nVidia Corporation NV44A [GeForce 6200]"
  boardname "NVIDIA GeForce 6800 (generic)"
  busid "PCI:1:0:0"
  driver "nvidia"
  screen 0
  vendorname "NVIDIA"
  Option "AddARGBGLXVisuals" "True"
    Option "DisableGLXRootClipping" "True"
EndSection

Section "Screen"
  Identifier "Default Screen"
  Device "nVidia Corporation NV44A [GeForce 6200]"
  Monitor "Generic Monitor"
  DefaultDepth 24
  SubSection "Display"
    depth 24
    virtual 1920 1440
    modes "1024x768@60" "1280x960@60" "800x600@60" "1280x1024@60" "640x480@60" "1400x1050@60" "1600x1200@60" "1792x1344@60" "1856x1392@60" "1920x1440@60"
  EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection

: 11 maja 2007, 23:06
autor: Kaka'
kaladann pisze: Option "AddARGBGLXVisuals" "True"
Option "DisableGLXRootClipping" "True"
#

: 11 maja 2007, 23:07
autor: kaladann
??????
to b, smieszne jesli kazesz mi je odkomendować...

przeciez jesli w berylu odekmundujesz 1 linie to wtedy ma sie problem z ramkami tzn nie wyswietla chyba ze zrobisz "skopiuj" (zaawansowane ustawienia beryla) a skopiuj zas NIE moze byc bo wtedy przycina mi filmy i inne rzeczy.

co do drugiej linii to dokladnie nie wczyailem do czego sluzy ale z nia czy bez niej blura nie ma...tak samo jak z 1 linią...z nia czy bez niej blura nie ma..

: 11 maja 2007, 23:07
autor: Kaka'
Wywal to albo zakomentuj ;)