Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
NVidia+Xorg+compiz=nie dziala...
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) Instalacja i sprzęt
View previous topic :: View next topic  
Author Message
dylon
Guru
Guru


Joined: 21 Mar 2005
Posts: 331
Location: Gliwice

PostPosted: Tue Nov 06, 2007 9:20 pm    Post subject: NVidia+Xorg+compiz=nie dziala... Reply with quote

Witam.
Od jakiegos czasu walcze bezskutecznie z compiz-fusion.
Sprawdzilem chyba wszelkie mozliwe How-To i nic. compiz nie dziala, braka ramek niezaleznie czy jest wlaczony kde-decoratow czy emerald.

Problem musi lezec w xorg lub/i karcie nvidii (fx 5200)
w logach mam (te problematyczne):
Code:

(WW) NVIDIA(0): Option "XAANoOffscreenPixmaps" is not used
(WW) NVIDIA(0): Option "DRI" is not used
(WW) NVIDIA(0): Option "no GLXFBConfig for depth 32" is not used
(WW) NVIDIA(0): Option "AddARGBVisuals" is not used

czyli chyba zle skoro sa nieuzywane opcje wymagane do compiza?

Sam direct rendering dziala (glxgears=ok.2300fps).

Wazniejsze fragmenty xorg.conf:
Code:
Section "Module"
        Load  "dbe"     # Double buffer extension
    SubSection  "extmod"
#      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
#       Load    "i2c"
        Load    "bitmap"
#       Load    "ddc"
        Load    "extmod"
        Load    "int10"
        Load    "type1"
#       Load    "vbe"
        Load  "speedo"
        Load    "freetype"
#       Load    "xtt"
        Load    "fbdevhw"
        Load  "glx"
        Load  "dri" #(on/off tego nic nie zmienia, wlacznie z drect renderind)
EndSection

Section "Device"
    Identifier  "FX5200"
    Driver      "nvidia"
    VideoRam    131072
    Option      "XAANoOffscreenPixmaps" "true"
    Option      "DRI"     "true"
    Option      "UseEdidFreqs" "false"
    Option      "DynamicTwinView" "False"
    Option      "RenderAccel" "true"
    Option      "AllowGLXWithComposite" "true"
    Option      "AddARGBGLXVisuals" "True"
    Option      "UseEvents"         "false"
    Option      "DisableGLXRootClipping" "true"
EndSection

Section "Screen"
    Identifier  "iiyama"
    Device      "FX5200"
    Monitor     "iiyama"
    DefaultDepth 24
    Option      "TripleBuffer" "true"
    Option      "no GLXFBConfig for depth 32"
    Option      "AddARGBVisuals" "True"
    Option      "AddARGBGLXVisuals" "True"
    Option      "DisableGLXRootClipping" "true"
    Subsection "Display"
        Depth       8
        Modes       "1600x1200" "1152x864" "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1600x1200" "1152x864" "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1600x1200" "1152x864" "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "iiyama"
    InputDevice "Mouse1"    "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    Option         "AIGLX" "true" #(czy z aiglx czy bez roznicy nie ma...)
EndSection

Section "DRI"
        Group 0
        Mode 0666
EndSection

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

czyli sam config powinien byc w porzadku (jak wspominalem korzystalem z roznych how-to)

Binarne sterowniki nvidii:
Temat rzeka :) Sprawdzilem wersje: 1.0.9639 (~)71.86.01 96.43.01 100.14.09 (~)100.14.11 100.14.19 {M}(~)100.14.23
bez rezultatu... (obecnie uzywam najnowszej zamaskowanej)

Xorg modularne najnowsze (uzywam pakietow z ~x86).

compiz i inne zaleznoci z overlay-a xeffects (ver. 9999)

Przy przekopywaniu sieci trafilem na problem zwiazany z opengl i nvidia przy wysokich rozdzielczosciach tyle ze pisali ludzie ze to rozwiazali wieki temu. Czy moze tu byc cos podobnego?

Jednym slowem POMOCY :) bo mnie juz cos trafia...

Pozdrawiam
_________________
Maciej Dylski
Back to top
View user's profile Send private message
Andry77
Tux's lil' helper
Tux's lil' helper


Joined: 03 Mar 2006
Posts: 77

PostPosted: Fri Dec 21, 2007 1:45 pm    Post subject: Reply with quote

Miałem to samo po któreś aktualizacji i też sobie nie poradziłem.
Rekompilowałem cały system przywracałem ustawienia i nic.
Zainstalowałem system od nowa, przywróciłem takie same pliki konfiguracyjne i działa.
Teraz robie kopie systemu i w razie problemów po aktualizacji szybko go będę mógł przywrócić.
Jeśli znajdziesz rozwiązanie to podziel sie informacją ;)
Back to top
View user's profile Send private message
Dagger
Retired Dev
Retired Dev


Joined: 11 Jun 2003
Posts: 765
Location: UK

PostPosted: Fri Dec 21, 2007 4:23 pm    Post subject: Reply with quote

cat /var/log/Xorg.0.log

wlacz X i z consoli

compiz --replace --sm-disable --ignore-desktop-hints ccp --loose-binding

post wyniki
_________________
95% of all computer errors occur between chair and keyboard (TM)
Join the FSF as an Associate Member!
Post under CC license.
Back to top
View user's profile Send private message
w.tabin
Apprentice
Apprentice


Joined: 02 Feb 2005
Posts: 158
Location: Bełchatów/Polska 51°21'52.868"N, 19°22'43.439"E

PostPosted: Fri Dec 21, 2007 4:36 pm    Post subject: Re: NVidia+Xorg+compiz=nie dziala... Reply with quote

dylon wrote:
Witam.
Problem musi lezec w xorg lub/i karcie nvidii (fx 5200)
w logach mam (te problematyczne):
Code:

(WW) NVIDIA(0): Option "XAANoOffscreenPixmaps" is not used
(WW) NVIDIA(0): Option "DRI" is not used
(WW) NVIDIA(0): Option "no GLXFBConfig for depth 32" is not used
(WW) NVIDIA(0): Option "AddARGBVisuals" is not used

czyli chyba zle skoro sa nieuzywane opcje wymagane do compiza?

Mój xorg.conf wygląda tak:
Code:
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Mon Feb 26 23:38:46 PST 2007

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    RgbPath         "/usr/share/X11/rgb"
    ModulePath      "/usr/lib/xorg/modules"
    FontPath        "/usr/share/fonts/misc"
    FontPath        "/usr/share/fonts/100dpi:unscaled"
    FontPath        "/usr/share/fonts/75dpi:unscaled"
    FontPath        "/usr/share/fonts/Type1"
EndSection

Section "Module"
    Load           "extmod"
    Load           "xtrap"
    Load           "record"
    Load           "dbe"
    Load           "freetype"
    Load           "type1"
    Load           "glx"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc104"
    Option         "XkbLayout" "pl"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/mice"
    Option         "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"

    Identifier     "Monitor0"
    VendorName     "IVM"
    ModelName      "IProLite E430"
    DisplaySize     340    270
    HorizSync       29.0 - 83.0
    VertRefresh     43.0 - 76.0
    Option         "DPMS"
EndSection

Section "Device"

    Identifier     "NVIDIA"
    Driver         "nvidia"
    VendorName     "nVidia Corporation"
    BoardName      "NV34 [GeForce FX 5500]"
EndSection

Section "Screen"


    Identifier     "Screen0"
    Device         "NVIDIA"
    Monitor        "Monitor0"
    SubSection     "Display"
    Modes     "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"

    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"

    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"

    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"

    EndSubSection
EndSection

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


Code:
# emerge -pv nvidia-drivers xorg-x11 xorg-server

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] x11-base/xorg-server-1.4.0.90  USE="3dfx dri hal ipv6 sdl xorg -debug -dmx -kdrive -minimal (-nptl) -xprint" INPUT_DEVICES="joystick keyboard mouse -acecad -aiptek -calcomp -citron -digitaledge -dmc -dynapro -elo2300 -elographics -evdev -fpit -hyperpen -jamstudio -magellan -microtouch -mutouch -palmax -penmount -spaceorb -summa -synaptics -tek4957 -ur98 -vmmouse -void -wacom" VIDEO_CARDS="nvidia vga -amd -apm -ark -chips -cirrus -cyrix -dummy -epson -fbdev -fglrx -glint -i128 -i740 -i810 (-impact) -imstt -mach64 -mga -neomagic (-newport) -nsc -nv -r128 -radeon -rendition -s3 -s3virge -savage -siliconmotion -sis -sisusb (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tdfx -tga -trident -tseng -v4l -vermilion -vesa -via -vmware -voodoo -xgi" 0 kB
[ebuild   R   ] x11-drivers/nvidia-drivers-100.14.19  USE="acpi -gtk (-multilib)" 0 kB
[ebuild   R   ] x11-base/xorg-x11-7.3  0 kB


Code:
# emerge -pv compiz-fusion

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] x11-wm/compiz-fusion-0.6.0  USE="kde -gnome -unsupported" 0 kB [1]

Total: 1 package (1 reinstall), Size of downloads: 0 kB
Portage tree and overlays:
 [0] /usr/portage
 [1] /usr/portage/local/layman/xeffects

Wszystko działa
_________________
Gentoo 2008.0; kernel-2.6.26 + fbcondecor; xorg-x11-7.3
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) Instalacja i sprzęt All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum