Kirjoittaja Aihe: Suosituksia halvoista PCI-express näytönohjaimista (RATKAISTU)  (Luettu 1882 kertaa)

iec

  • Käyttäjä
  • Viestejä: 16
  • PC LinuxOS 2007
    • Profiili
Antakaapa vinkkejä ja omia kokemuksia millainen halpa (esim alle 40 euroa) PCI-express näytönohjain kannattaisi ostaa Linux-käyttöön (PCLOS ja Kubuntu). Nykyinen integroitu näytönohjain ei ole yhteistyökykyinen linuxin kanssa, joten vaihtoehdoksi ajattelin ehkä Nvidia-pohjaista näyttistä. 3D-ominaisuuksien pitäisi toimia ihan OK, sillä lapset pelailevat joskus kyseisiä ominaisuuksia vaativia pelejä ( ja onhan se hienoa käyttää työpöydällä 3D-efektejä).

-iec

p.s. Uuden näytönohjaimen ostolta vältyn, jos joku keksii keinon miten Intel GMA950/GM945 integroidun näyttiksen saa toimimaan 3D-ominaisuuksien kera PCLOS 2007:ssä. Jotenkin vain tuntuu siltä, että ns. tunnetusti toimintavarman näyttiksen ostaminen on helpompi ratkaisu kuin säädellä ajureita edes takaisin monta tuntia.
« Viimeksi muokattu: 29.02.08 - klo:08.10 kirjoittanut iec »

juyli

  • Vieras
Vs: Suosituksia halvoista PCI-express näytönohjaimista
« Vastaus #1 : 13.02.08 - klo:14.36 »
Uuden näytönohjaimen ostolta vältyn, jos joku keksii keinon miten Intel GMA950/GM945 integroidun näyttiksen saa toimimaan 3D-ominaisuuksien kera PCLOS 2007:ssä.

Lähtökohtana on X.org:in mukana  tulevat ajurit, joten nuo ovat täysin jakeluriippumattomat.
Mitä ajuria käytät xorg:issa?
Koodia: [Valitse]
cat /etc/X11/xorg.conf | grep DriverTässä vähän linkkiä Intelistä: http://en.wikipedia.org/wiki/Intel_GMA#Linux

Hintahaarukkasi on liian matala, mutta tässä hätäiseen etsiskelty ASUSTEK: 39.00 €     GF 7200GS PCI-E 128MB SILENT DVI/VGA/TV EN7200GS/HTD/128M
En tosin väitä, että tuo kannattaisi ostaa...
« Viimeksi muokattu: 13.02.08 - klo:14.41 kirjoittanut juyli »

iec

  • Käyttäjä
  • Viestejä: 16
  • PC LinuxOS 2007
    • Profiili
Vs: Suosituksia halvoista PCI-express näytönohjaimista
« Vastaus #2 : 25.02.08 - klo:19.40 »
Jos joku innokas haluaa tutkia asiaa, niin tässä on xorg.conf, jolle KDE desktop antaa vain 640x480 reslouution:

Koodia: [Valitse]
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************

Section "Files"
    # font server independent of the X server to render fonts.
    FontPath "unix/:-1"
   
    # minimal fonts to allow X to run without xfs
    FontPath "/usr/share/fonts/misc:unscaled"
EndSection

Section "Extensions"
    Option "Composite"
EndSection

Section "ServerFlags"
    #DontZap # disable <Crtl><Alt><BS> (server abort)
    AllowMouseOpenFail # allows the server to start up even if the mouse does not work
    #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection

Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx" # 3D layer
    Load "dri" # direct rendering
EndSection

Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "fi"
    Option "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/mouse"
EndSection

Section "Monitor"
    Identifier "monitor1"
    VendorName "Generic"
    ModelName "Flat Panel 1280x1024"
    HorizSync 31.5-90
    VertRefresh 60
   
    # Monitor preferred modeline (60.0 Hz vsync, 64.0 kHz hsync, ratio 5/4)
    ModeLine "1280x1024" 108 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
   
    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
   
    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
EndSection

Section "Device"
    Identifier "device1"
    VendorName ""
    BoardName "Intel 810 and later"
    Driver "intel"
    Option "DPMS"
    Option "XaaNoOffscreenPixmaps" "1"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 24
   
    Subsection "Display"
        Depth 8
        Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
   
    Subsection "Display"
        Depth 15
        Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
   
    Subsection "Display"
        Depth 16
        Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
   
    Subsection "Display"
        Depth 24
        Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "layout1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    Screen "screen1"
EndSection

-iec

juyli

  • Vieras
Vs: Suosituksia halvoista PCI-express näytönohjaimista
« Vastaus #3 : 25.02.08 - klo:22.49 »
Jos joku innokas haluaa tutkia asiaa, niin tässä on xorg.conf, jolle KDE desktop antaa vain 640x480 reslouution:
Tallenna nykyinen /etc/X11/xorg.conf ja koita asentaa X uudelleen:
Koodia: [Valitse]
sudo dpkg-reconfigure xserver-xorgEt tarkemmin kertonut näytönohjaimestasi, jotta kohdennettu neuvominen jää arvailujen varaan. Intelin nykyiset näytönohjaimet lienevät kohtuullisen tuettuja. Tosin intelinkin eri malleille löytyy useita ajureita, joista valita:
http://packages.ubuntu.com/search?keywords=xserver-xorg-video&searchon=names&suite=gutsy&section=all

iec

  • Käyttäjä
  • Viestejä: 16
  • PC LinuxOS 2007
    • Profiili
Vs: Suosituksia halvoista PCI-express näytönohjaimista
« Vastaus #4 : 29.02.08 - klo:08.09 »
Sain viimein intel-näytönohjaimen toimimaan kunnolla. Tässä linkki ohjeisiin, joilla homma onnistui:
http://pclinuxos-fi.org/keskustelu/index.php?topic=39.0

Eli käytännössä asensin siis X:n uudelleen (hieman eri käskyillä tosin PCLOS:n puolella) ja lisäsin pari riviä modprobe.preload-tiedostoon. (Enpäs nyt muista oliko Ubuntussa samanniminen tiedosto)

Kiitokset juyli:lle neuvoista.

-iec

EDIT: Ja tässä vielä xorg.conf sisältö nyt kun näytönohjain taas toimii oikein:
Koodia: [Valitse]
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************

Section "Files"
    # font server independent of the X server to render fonts.
    FontPath "unix/:-1"
   
    # minimal fonts to allow X to run without xfs
    FontPath "/usr/share/fonts/misc:unscaled"
EndSection

Section "Extensions"
    Option "Composite"
EndSection

Section "ServerFlags"
    #DontZap # disable <Crtl><Alt><BS> (server abort)
    #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
    AllowMouseOpenFail # allows the server to start up even if the mouse does not work
EndSection

Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx" # 3D layer
    Load "dri" # direct rendering
EndSection

Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "fi"
    Option "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/mouse"
EndSection

Section "Monitor"
    Identifier "monitor1"
    VendorName "Plug'n Play"
    ModelName "B71A"
    HorizSync 31-83
    VertRefresh 56-75
   
    # Monitor preferred modeline (60.0 Hz vsync, 64.0 kHz hsync, ratio 5/4)
    ModeLine "1280x1024" 108 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
   
    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
   
    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
EndSection

Section "Device"
    Identifier "device1"
    VendorName ""
    BoardName "Intel 810 and later"
    Driver "intel"
    Option "DPMS"
    Option "XaaNoOffscreenPixmaps" "1"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 24
   
    Subsection "Display"
        Depth 8
        Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
   
    Subsection "Display"
        Depth 15
        Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
   
    Subsection "Display"
        Depth 16
        Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
   
    Subsection "Display"
        Depth 24
        Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "layout1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    Screen "screen1"
EndSection
« Viimeksi muokattu: 02.03.08 - klo:15.48 kirjoittanut iec »