Strona 2 z 4

: 26 lutego 2011, 16:35
autor: Wojciuch
Brak odpowiedzi na to polecenie.

: 26 lutego 2011, 16:49
autor: pietr343
Spróbuj w xorg.conf zamienic sterownik radeonhd na radeon i uruchom ponownie komputer.

: 26 lutego 2011, 17:22
autor: Wojciuch
Tak, dzięki tej zmianie wreszcie mam piękną rozdzielczość, tą którą sam ustawiałem w xorgu.
Wcześniej podczas menedzera logowania miałem bardzo niską, teraz mam wszystko wporządku.
Niestety nadal

Kod: Zaznacz cały

glxinfo 
nie działa tak jak powinno oto co wychodzi:

Kod: Zaznacz cały

wojciech@wojtek:~$ glxinfo
name of display: :0.0
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Naruszenie ochrony pamięci


Edycja:

A akceleracji nadal raczej nie ma bo w desktop effects mam cały czas not supporting.
Podana przez Ciebie komenda również nie daje odpowiedzi.

: 26 lutego 2011, 17:27
autor: pietr343
Daj jeszcze raz raz konfigurację xorg.conf

: 26 lutego 2011, 17:45
autor: Wojciuch
Wygenerowałem nowy xorg poprzez polecenie:

Kod: Zaznacz cały

X -configure
Zamieniłem nowy xorg.conf na stary, wygląda tak:

Kod: Zaznacz cały

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

Section "Files"
    ModulePath   "/usr/lib/xorg/modules"
    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"
    FontPath     "built-ins"
EndSection

Section "Module"
    Load  "dri2"
    Load  "glx"
    Load  "record"
    Load  "dri"
    Load  "extmod"
    Load  "dbe"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
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   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                # [<bool>]
        #Option     "AccelMethod"            # [<str>]
        #Option     "offscreensize"          # [<str>]
        #Option     "SWcursor"               # [<bool>]
        #Option     "ignoreconnector"        # [<str>]
        #Option     "forcereduced"           # [<bool>]
        #Option     "forcedpi"               # <i>
        #Option     "useconfiguredmonitor"     # [<bool>]
        #Option     "HPD"                    # <str>
        #Option     "NoRandr"                # [<bool>]
        #Option     "RROutputOrder"          # [<str>]
        #Option     "DRI"                    # [<bool>]
        #Option     "TVMode"                 # [<str>]
        #Option     "ScaleType"              # [<str>]
        #Option     "UseAtomBIOS"            # [<bool>]
        #Option     "AtomBIOS"               # [<str>]
        #Option     "UnverifiedFeatures"     # [<bool>]
        #Option     "Audio"                  # [<bool>]
        #Option     "AudioStreamSilence"     # [<str>]
        #Option     "HDMI"                   # [<str>]
        #Option     "COHERENT"               # [<str>]
        #Option     "ForceLowPowerMode"      # [<bool>]
        #Option     "LowPowerModeEngineClock"     # <i>
    Identifier  "Card0"
    Driver      "radeon"
    VendorName  "ATI Technologies Inc"
    BoardName   "RV710 [Radeon HD 4550]"
    BusID       "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection
Całkiem ładnie, ale na polecenie:

Kod: Zaznacz cały

modprobe radeon
Wciąż nie ma żadnej odpowiedzi.

Na polecenie:

Kod: Zaznacz cały

glxinfo
Otrzymuję nadal to:

Kod: Zaznacz cały

wojciech@wojtek:~$ glxinfo
name of display: :0.0
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Naruszenie ochrony pamięci
P.S. Nowy xorg.conf wygenerował się ze sterownikiem

Kod: Zaznacz cały

radeonhd
na którym xy nie chciały się uruchomić wyświetlając:

Kod: Zaznacz cały

error 
screen not found
Więc, zmieniłem sterownik na:

Kod: Zaznacz cały

radeon

: 26 lutego 2011, 18:01
autor: pietr343
Spróbuj uruchomić na takim xorg.conf

Kod: Zaznacz cały

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

Section "Files"
    ModulePath   "/usr/lib/xorg/modules"
    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"
    FontPath     "built-ins"
EndSection

Section "Module"
    Load  "dri2"
    Load  "glx"
    Load  "record"
    Load  "dri"
    Load  "extmod"
    Load  "dbe"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

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

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

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection

Section "Device"
    Option		"XAANoOffscreenPixmaps"	"true"
    Option		"RenderAccel"	"true"
    Option		"backingstore"	"true"
    Option          "AccelMethod"   "EXA"
    Option          "MigrationHeuristic" "greedy"
    Option          "AddARGBGLXVisuals"     "True"
    Option          "AllowGLXWithComposite" "True"
    Identifier  "Card0"
    Driver      "radeon"
    VendorName  "ATI Technologies Inc"
    BoardName   "RV710 [Radeon HD 4550]"
    BusID       "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "DRI"
	Mode	0666
EndSection


: 26 lutego 2011, 18:12
autor: Wojciuch
Bez zmian :(

: 26 lutego 2011, 18:23
autor: pietr343
Coś nie tak jest z GLX. Podaj jeszcze raz wyniki poleceń:

Kod: Zaznacz cały

dpkg -l | grep mesa
cat /etc/X11/xorg.conf | grep -i glx

: 26 lutego 2011, 18:25
autor: Wojciuch

Kod: Zaznacz cały

wojciech@wojtek:~$ dpkg -l | grep mesa
ii  libgl1-mesa-dri                      7.0.3-7                              A free implementation of the OpenGL API -- DRI modules
ii  libgl1-mesa-glx                      7.0.3-7                              A free implementation of the OpenGL API -- GLX runtime
ii  libglu1-mesa                         7.0.3-7                              The OpenGL utility library (GLU)
ii  mesa-common-dev                      7.7.1-4                              Developer documentation for Mesa
ii  mesa-utils                           7.7.1-4                              Miscellaneous Mesa GL utilities
ii  xlibmesa-glu                         1:7.5+8                              transitional package for Debian etch

Kod: Zaznacz cały

wojciech@wojtek:~$ cat /etc/X11/xorg.conf | grep -i glx
    Option         "AIGLX" "true"
    Load  "glx"
    Option          "AddARGBGLXVisuals"     "True"
    Option          "AllowGLXWithComposite" "True"
wojciech@wojtek:~$ 

: 26 lutego 2011, 19:11
autor: pietr343
Spróbuj może usunąć mese poleceniem

Kod: Zaznacz cały

apt-get purge libgl1-mesa-dri libgl1-mesa-glx libglu1-mesa mesa-common-dev mesa-utils xlibmesa-glu
a potem od nowa ją zainstalować i ponownie uruchomić komputer. Jeśli to nic nie da wstaw jeszcze polecenia

Kod: Zaznacz cały

uname -a
lspci -k