Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[ SOLVED ] [ gfx ] unable to open blender window
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)
View previous topic :: View next topic  
Author Message
hasior
n00b
n00b


Joined: 08 Jul 2006
Posts: 41
Location: umpli tumpli

PostPosted: Sun Aug 13, 2006 1:52 pm    Post subject: [ SOLVED ] [ gfx ] unable to open blender window Reply with quote

zemergowałem blender'a i próba uruchomienia powoduje taki efekt :
Code:
bultie hasior # blender
Using Python version 2.4
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified

ERROR: Unable to open Blender window

hmm, cóż mogę z tym zrobić ???
_________________
[ ciemność dąży do światła - ślepota do śmierci ]


Last edited by hasior on Mon Aug 14, 2006 9:38 pm; edited 1 time in total
Back to top
View user's profile Send private message
wodzik
l33t
l33t


Joined: 12 Jun 2005
Posts: 713
Location: Człuchów

PostPosted: Sun Aug 13, 2006 2:04 pm    Post subject: Reply with quote

nie probojesz tego czasem odpalic w konsoli albo na xglu ?
_________________
:() { :|: & };: <- nie próbuj wpisywać tego w konsoli
Back to top
View user's profile Send private message
hasior
n00b
n00b


Joined: 08 Jul 2006
Posts: 41
Location: umpli tumpli

PostPosted: Sun Aug 13, 2006 2:35 pm    Post subject: Reply with quote

próbowałem odpalać z menu start oraz wydając polecenie z konsoli ( kod jest z konsoli ),

nie mam xgl tylko xorg-server
_________________
[ ciemność dąży do światła - ślepota do śmierci ]
Back to top
View user's profile Send private message
Raku
Bodhisattva
Bodhisattva


Joined: 28 Feb 2004
Posts: 2374
Location: Poland

PostPosted: Sun Aug 13, 2006 8:58 pm    Post subject: Reply with quote

czy uruchamiasz ten program:
a) z konta roota pod Xami?
b) z dowolnego konta, z konsoli, ale nie w Xach?
_________________
raku

Powered by Archlinux ;-)
Back to top
View user's profile Send private message
hasior
n00b
n00b


Joined: 08 Jul 2006
Posts: 41
Location: umpli tumpli

PostPosted: Mon Aug 14, 2006 5:16 pm    Post subject: Reply with quote

program uruchamiany był z konsoli w kde, zarówno z konta mojego :
Code:
hasior@bultie ~ $ blender
Using Python version 2.4
Xlib:  extension "GLX" missing on display ":0.0".
ERROR: Unable to open Blender window

jak i konta root'a
Code:
bultie hasior # blender
Using Python version 2.4
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified
ERROR: Unable to open Blender window

uruchomienie z menu start kde powoduje pojawienie się ikonki 'otwieranie', która po jakimś czasie po prostu zanika
_________________
[ ciemność dąży do światła - ślepota do śmierci ]
Back to top
View user's profile Send private message
kfiaciarka
Veteran
Veteran


Joined: 20 May 2005
Posts: 1498
Location: Dobre Miasto, Poland

PostPosted: Mon Aug 14, 2006 5:55 pm    Post subject: Reply with quote

No ok, ale czy masz akceleracje 3d skonfigurowaną? Jaka wersja Xorg'a i jaka karta graficzna?
Back to top
View user's profile Send private message
Smoothny
n00b
n00b


Joined: 28 Apr 2006
Posts: 29

PostPosted: Mon Aug 14, 2006 6:15 pm    Post subject: Reply with quote

Masz GLX odkomentowane w xorg.conf ?
Back to top
View user's profile Send private message
hasior
n00b
n00b


Joined: 08 Jul 2006
Posts: 41
Location: umpli tumpli

PostPosted: Mon Aug 14, 2006 8:52 pm    Post subject: Reply with quote

GeForce 4 MX

xorg-server "x86" a więc w tej chwili 1.0.2-r7

mój xorg.conf:
Code:
   
Section "Module"
    Load        "dbe"     # Double buffer extension
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
    Load        "freetype"
#    Load        "xtt"
#    Load       "glx"
#    Load       "dri"
EndSection

Section "Files"
#    RgbPath   "/usr/share/X11/rgb"
    FontPath   "/usr/share/fonts/misc"
    FontPath   "/usr/share/fonts/75dpi"
    FontPath   "/usr/share/fonts/100dpi"
    FontPath   "/usr/share/fonts/TTF"
    FontPath   "/usr/share/fonts/Type1"
#    FontPath   "/usr/lib/X11/fonts/local/"
#    FontPath   "/usr/lib/X11/fonts/misc/"
#    FontPath   "/usr/lib/X11/fonts/75dpi/:unscaled"
#    FontPath   "/usr/lib/X11/fonts/100dpi/:unscaled"
#    FontPath   "/usr/lib/X11/fonts/Speedo/"
#    FontPath   "/usr/lib/X11/fonts/Type1/"
#    FontPath   "/usr/lib/X11/fonts/TrueType/"
#    FontPath   "/usr/lib/X11/fonts/freefont/"
#    FontPath   "/usr/lib/X11/fonts/75dpi/"
#    FontPath   "/usr/lib/X11/fonts/100dpi/"
#    ModulePath "/usr/lib/modules"
EndSection

Section "ServerFlags"
#    Option "NoTrapSignals"
#    Option "DontVTSwitch"
#    Option "DontZap"
#    Option "Dont Zoom"
#    Option "DisableVidModeExtension"
#    Option "AllowNonLocalXvidtune"
#    Option "DisableModInDev"
#    Option "AllowNonLocalModInDev"
EndSection

Section "InputDevice"
    Identifier   "KeyboardMediaTech"
    Driver   "kbd"
#    Option     "Protocol"      "Xqueue"
    Option "AutoRepeat" "500 30"
#    Option   "Xleds"      "1 2 3"
#    Option "LeftAlt"     "Meta"
#    Option "RightAlt"    "ModeShift"
#    Option "XkbVariant"  "nodeadkeys"
#    Option "XkbOptions"  "ctrl:swapcaps"
#    Option "XkbModel"    "pc105"
#    Option "XkbDisable"
    Option "XkbRules"   "xorg"
     Option "XkbLayout"   "pl"
EndSection

Section "InputDevice"
#    Identifier   "MouseLogitech"
    Driver   "mouse"
    Option "Protocol"    "Auto"   # Auto detect
    Option "Device"      "/dev/input/mouse0"
#    Option "Protocol"   "Xqueue"
#    Option "Resolution"   "256"
#    Option "BaudRate"   "9600"
#    Option "SampleRate"   "150"
    Option "ZAxisMapping"   "4 5"
    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"
#    Option "ChordMiddle"
EndSection

Section "Monitor"
    Identifier  "MonitorLGFlatron"
    HorizSync   28.0-96.0
    VertRefresh 50.0-75.0
EndSection

# Device configured by xorgconfig:

Section "Device"
    Identifier  "CardNvidia"
    Driver      "nv"
    Card   "Nvidia GeForce"
    #VideoRam    65536
    # Insert Clocks lines here if appropriate
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "CardNvidia"
    Monitor     "MonitorLGFlatron"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "Layout0"
    Screen 0 "Screen 1" 0 0
    InputDevice "MouseLogitech" "CorePointer"
    InputDevice "KeyboardMediaTech" "CoreKeyboard"
EndSection

_________________
[ ciemność dąży do światła - ślepota do śmierci ]
Back to top
View user's profile Send private message
wodzik
l33t
l33t


Joined: 12 Jun 2005
Posts: 713
Location: Człuchów

PostPosted: Mon Aug 14, 2006 9:01 pm    Post subject: Reply with quote

Code:
#    Load       "glx"

odhaszuj ta linie, moze pomoze
_________________
:() { :|: & };: <- nie próbuj wpisywać tego w konsoli
Back to top
View user's profile Send private message
hasior
n00b
n00b


Joined: 08 Jul 2006
Posts: 41
Location: umpli tumpli

PostPosted: Mon Aug 14, 2006 9:37 pm    Post subject: Reply with quote

thanx, działa, blender uruchamia się zarówno z konsoli jak i z menu start, podobnie truevision z którym miałem podobny problem
_________________
[ ciemność dąży do światła - ślepota do śmierci ]
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) 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