Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[INSTALL]ACER 2403 NWXMi na GNU/Linux Gentoo
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
TAXIarz
Tux's lil' helper
Tux's lil' helper


Joined: 26 Apr 2005
Posts: 121
Location: Klodzko[Poland]

PostPosted: Tue Jan 10, 2006 12:54 pm    Post subject: [INSTALL]ACER 2403 NWXMi na GNU/Linux Gentoo Reply with quote

Witam,

Przymierzam się właśnie do zakupu laptopa

ACER 2403 NWXMi.

Standardowo jest na nim instalowany Linux, ale sprzedawca nie wie
jaki, czy jest tam Xorg itd.,

Specyfikacja jest tu:
http://www.sklep-notebooki.pl/item.php?206/ACER_TravelMate_2403_NWXMi

Oczywiście mam obawy co do grafiki(stąd ten topic):

Karta graficzna: Intel® Graphics Media Accelerator 900
Ilość pamięci [MB] 128
Rodzaj pamięci DVMT

System operacyjny PL: Linux for booting

Czy pod GNU Linux Gentoo uzyskam wsparcie
dla tej grafiki?

Proszę o pomoc.
Back to top
View user's profile Send private message
Riklaunim
Apprentice
Apprentice


Joined: 16 Dec 2004
Posts: 286
Location: Poland

PostPosted: Tue Jan 10, 2006 1:11 pm    Post subject: Reply with quote

jest to jakaś prosta zintegrowana grafika i problemów być nie powinno. Ja mam Acera Aspire 5002 z chipsetami SiS i wszystko pięknie działa.
_________________
Biblioteka CMS i PHP | Biblioteka Linuksa | Biblioteka cRPG | Biblioteka Pythona
Back to top
View user's profile Send private message
pmz
Tux's lil' helper
Tux's lil' helper


Joined: 05 Jan 2006
Posts: 96
Location: Wroclaw, Poland

PostPosted: Tue Jan 10, 2006 2:17 pm    Post subject: Reply with quote

Masz na myśli pełne wsparcie dla karty (direct rendering, xv)? Z tym może być różnie. Na pewno jednak, podstawową funkcjonalność (pracę w Xach w przyzwoitej rozdzielczości, oglądanie filmów na vo=x11) zapewnić powinien standardowy sterownik vesa dostępny w Xach.
Back to top
View user's profile Send private message
TAXIarz
Tux's lil' helper
Tux's lil' helper


Joined: 26 Apr 2005
Posts: 121
Location: Klodzko[Poland]

PostPosted: Tue Jan 10, 2006 2:43 pm    Post subject: Reply with quote

Mówicie Panowie o tym?

Code:

Device Drivers  --->                                     
Graphics support --->
[*] Support for frame buffer devices                                 
[ ]   VESA VGA graphics support (NEW) 


W kernelu 2.6.14.2 widać
Code:

Device Drivers  --->                                     
Graphics support --->
[*] Support for frame buffer devices   
< >   Intel 810/815 support (EXPERIMENTAL) (NEW)                     
< >   Intel 830M/845G/852GM/855GM/865G support (EXPERIMENTAL) (NEW)


Widać, że nie ma wsparcia (jeszcze) dla tego chipsetu.
Back to top
View user's profile Send private message
pmz
Tux's lil' helper
Tux's lil' helper


Joined: 05 Jan 2006
Posts: 96
Location: Wroclaw, Poland

PostPosted: Tue Jan 10, 2006 2:49 pm    Post subject: Reply with quote

Frame buffer "umila" pracę w trybie tekstowym. Jeśli nie zamierzasz z niego korzystać, to nie ma się czym przejmować. Zawsze możesz również sięgnąć po uniwersalne vesafb czy vesafb-tng.
Back to top
View user's profile Send private message
TAXIarz
Tux's lil' helper
Tux's lil' helper


Joined: 26 Apr 2005
Posts: 121
Location: Klodzko[Poland]

PostPosted: Wed Jan 11, 2006 1:17 pm    Post subject: Reply with quote

Idąc za stronką:
http://www.intel.com/design/graphics/gma900/

czyli szukając wsparcia dla karty pod GNU/Linuksem:

Intel Graphics Media Accelerator 900 (Intel® GMA 900 graphics)

Czytam:

SPECIFICATIONS:
Third-generation Graphics Core

Operating systems supported:
-Microsoft Windows* XP,
-Windows 2000,
-Linux-compatible (Xfree86 source available)

Dalej idąc za:
https://forums.gentoo.org/viewtopic-t-371576-highlight-intel+gma+900.html

Fragment xorg.conf

Code:

Section "Monitor"
        Identifier   "TFT"
EndSection
Section "Device"
       Identifier      "GMA900"
       Driver          "i810"
       VendorName      "Intel Corp."
       BusID           "PCI:0:2:0"
EndSection
Section "Screen"
        Identifier "Screen0"
        Device     "GMA900"
        Monitor    "TFT"
        DefaultDepth    24     
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes   "1024x768"
        EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection


Widać, że używają:
Code:

Driver "i810"


Jeszcze nie mam tego laptopa, więc
nie daje SOLVED, bo nie wiem, czy
to działa ;)
Back to top
View user's profile Send private message
^marcs
Apprentice
Apprentice


Joined: 09 Mar 2005
Posts: 169

PostPosted: Thu Jan 12, 2006 6:40 am    Post subject: Reply with quote

Quote:
Jeszcze nie mam tego laptopa, więc
nie daje SOLVED, bo nie wiem, czy
to działa


nie zadziała:) miałem na chwile takiego samego lapa i Xy dopiero udało mi sie odpalić na nowych Xorg 7
na obecnej wersji stable, niestety nie :( chociaz próbuj...

służe pomocą bo reszte udało mi sie zainstalować, chociaż nie była to filozofia bo wszystko dzialało bez problemu.
Back to top
View user's profile Send private message
TAXIarz
Tux's lil' helper
Tux's lil' helper


Joined: 26 Apr 2005
Posts: 121
Location: Klodzko[Poland]

PostPosted: Thu Jan 12, 2006 2:55 pm    Post subject: Reply with quote

Tu dość przyzwoicie coś widać:

http://gentoo-wiki.com/HARDWARE_Gentoo_on_HP_Compaq_nc6220

Widać także:

Currently Supported/Working Hardware
Intel Graphics Media Adapter (GMA) 900. Full DRI/DRM Working!

Także widać, że korzysta z:
X.org 7 Info

Jego fragment xorg.conf

Code:

Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "dri"
    Load "GLcore"
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx" # 3D layer
    Load "synaptics"
    Load "record"
    Load "agpgart"
EndSection

Section "DRI"
    Mode 0666
EndSection

Section "Device"
    Identifier  "device1"
    Driver      "i810"
    VideoRam    32768
    BusID       "PCI:0:2:1"
    Screen      1
    Option      "Display"       "DFP"
    Option      "DevicePresence" "yes"
    Option      "MonitorLayout" "CRT,LFP"
    Option      "NoAccel"       "false"
    Option      "DRI"           "true"
    Option      "XVideo"        "true"
    Option      "VBERestore"    "false"
 #   Option      "SWCursor"      "true"
EndSection


Więc dalej widać, że xorg-7
i:

Code:

Driver      "i810"
VideoRam    32768


A teraz zauważyłem.
Po co się rozdrabianć, widać opis
co do tego laptopa (Acer_TravelMate_2403) na Wiki Gentoo:

http://gentoo-wiki.com/HARDWARE_Acer_TravelMate_2403

EDIT:
@ ^marcs
udało Ci się zrobić ten paragraf
na gentoo-wiki

Graphic Card

Code:

$ emerge 855resolution
$ 855resolution -l
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