Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[AIGLX] Ati XPRESS 200M - ktoś próbował?
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
Poe
Bodhisattva
Bodhisattva


Joined: 03 Apr 2004
Posts: 2158
Location: Mysłowice/Lublin, Poland

PostPosted: Sat May 26, 2007 9:13 am    Post subject: [AIGLX] Ati XPRESS 200M - ktoś próbował? Reply with quote

W koncu znalalzem ciut wiecej czasu, zeby sprobowac pobawic sie berylem i innymi cackami. chcialbym uzyc do tego AIGLX, ale na wiki jest napisane, ze moja karta graficzna (ATi Xpress 200M) nie jest supportowana (memory issues). jednak moze cos sie zmienilo od czasu napisania tamtego how-to i dziala? ktoś uzywa AIGLX na tej karcie?

pozdrawiam
_________________
Hardware:HP Pavilion DV6875SE[C2DT5550@1.83GHz_3GB-DDR2_320GB-SATA_GF8400GS]
http://poe.art.pl/ - fotografia artystyczna
http://poe.art.pl/blog - III Rzeczywistość Polska
RLU#342333
Back to top
View user's profile Send private message
BeteNoire
Veteran
Veteran


Joined: 25 Sep 2005
Posts: 1827

PostPosted: Sat May 26, 2007 12:43 pm    Post subject: Reply with quote

Nie zmieniło się. Dalej nie działa. Dlatego walcz z XGL.
_________________
powered by power plant
Back to top
View user's profile Send private message
Poe
Bodhisattva
Bodhisattva


Joined: 03 Apr 2004
Posts: 2158
Location: Mysłowice/Lublin, Poland

PostPosted: Sun May 27, 2007 7:02 am    Post subject: Reply with quote

hmm... dziwne. skonfigurowałem dri dla mojego ati wg how-to (to z wiki nt dri z kernela), działa poprawnie (choc bardzo przymula system.. musze coś pokombinowac z opcjami), nastepnie skonfigurowałem AIGLX i skompilowałem beryla. uruchomiłem beryl-managera i moim oczom ukazała się śliczna biel. po nacisnieciu scrolla moglem sobie juz zacząć obracać berylowska kostką (4 boki białe, na 2 logo beryla). to calkowicie białe tło, to jest jakiś błąd, czy kwesia odpowiedniego skonfigurowania? środowisko graficzne to xfce4.4

EDIT

Mogę prosić o xorg.conf z ati xpress200? i powiedzenie jakiego sposobu akceleracji 3d uzywasz? bo z otwartymi sterownikami dri nie da sie normalnie systemu uzytkować. procesor niemal co chwile skacze na pełne obroty, nic nie dziala płynnie, a nie daj Boże, włącze emerge.....

Code:

Section "Module"
    Load        "dbe"     # Double buffer extension
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
    Load        "freetype"
   Load       "glx"
    Load       "dri"
    Load       "drm"
EndSection
Section "Files"
    FontPath   "/usr/share/fonts/misc"
    FontPath   "/usr/share/fonts/75dpi"
    FontPath   "/usr/share/fonts/100dpi"
    FontPath   "/usr/share/fonts/Type1"
EndSection
Section "ServerFlags"
EndSection
Section "InputDevice"
    Identifier   "Keyboard1"
    Driver   "kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"   "xorg"
    Option "XkbModel"   "hpzt11xx"
    Option "XkbLayout"   "pl"
EndSection
Section "InputDevice"
    Identifier   "Mouse1"
    Driver   "mouse"
    Option "Protocol"    "Auto"   # Auto detect
    Option "Device"      "/dev/input/mice"
    Option "ZAxisMapping"   "4 5 6 7"
    Option "Emulate3Buttons"
EndSection
Section "Monitor"
    Identifier  "HP-LCD"
    HorizSync   31.5 - 64.3
    VertRefresh 50-90
EndSection
Section "Device"
    Identifier   "Standard VGA"
    VendorName   "Unknown"
    BoardName   "Unknown"
    Driver     "vga"
EndSection
Section "Device"
    Identifier  "ATi_XPRESS200M"
    Driver      "radeon"
    VideoRam    131072
    Option    "BusType" "PCIE"
    Option          "RenderAccel" "on"   
    Option   "AGPFastWrite" "true"
    Option          "AGPMode" "4"
        Option      "XAANoOffscreenPixmaps" "true"
        Option      "DRI"     "true"
Option          "EnablePageFlip" "false"
Option          "AccelMethod"   "EXA" # or XXA
Option          "DynamicClocks" "on"
EndSection
Section "Screen"
    Identifier  "Screen 1"
    Device      "ATi_XPRESS200M"
    Monitor     "HP-LCD"
    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       "1280x800"
        ViewPort    0 0
    EndSubsection
EndSection
Section "ServerLayout"
      Identifier  "Simple Layout"
  Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
   Option "AIGLX" "true"
EndSection
 Section "dri"
    Group 0
    Mode 0666
 EndSection
Section "Extensions"
        Option         "Composite"   "Enable"
EndSection

_________________
Hardware:HP Pavilion DV6875SE[C2DT5550@1.83GHz_3GB-DDR2_320GB-SATA_GF8400GS]
http://poe.art.pl/ - fotografia artystyczna
http://poe.art.pl/blog - III Rzeczywistość Polska
RLU#342333
Back to top
View user's profile Send private message
BeteNoire
Veteran
Veteran


Joined: 25 Sep 2005
Posts: 1827

PostPosted: Sun May 27, 2007 1:02 pm    Post subject: Reply with quote

xorg.conf
_________________
powered by power plant
Back to top
View user's profile Send private message
Poe
Bodhisattva
Bodhisattva


Joined: 03 Apr 2004
Posts: 2158
Location: Mysłowice/Lublin, Poland

PostPosted: Sun May 27, 2007 7:08 pm    Post subject: Reply with quote

otwarte sterowniki z kernela czy ati-drivers?
_________________
Hardware:HP Pavilion DV6875SE[C2DT5550@1.83GHz_3GB-DDR2_320GB-SATA_GF8400GS]
http://poe.art.pl/ - fotografia artystyczna
http://poe.art.pl/blog - III Rzeczywistość Polska
RLU#342333
Back to top
View user's profile Send private message
BeteNoire
Veteran
Veteran


Joined: 25 Sep 2005
Posts: 1827

PostPosted: Mon May 28, 2007 9:25 am    Post subject: Reply with quote

Poe, zajrzałeś do xorg.conf?
_________________
powered by power plant
Back to top
View user's profile Send private message
Poe
Bodhisattva
Bodhisattva


Joined: 03 Apr 2004
Posts: 2158
Location: Mysłowice/Lublin, Poland

PostPosted: Tue May 29, 2007 6:58 pm    Post subject: Reply with quote

tak, juz zauwazylem to, co przeoczylem - fglrx.
_________________
Hardware:HP Pavilion DV6875SE[C2DT5550@1.83GHz_3GB-DDR2_320GB-SATA_GF8400GS]
http://poe.art.pl/ - fotografia artystyczna
http://poe.art.pl/blog - III Rzeczywistość Polska
RLU#342333
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