Näytä kirjoitukset

Tässä osiossa voit tarkastella kaikkia tämän jäsenen viestejä. Huomaa, että näet viestit vain niiltä alueilta, joihin sinulla on pääsy.


Viestit - neggis

Sivuja: [1]
1
Laitealue / Re: 2*17"TFT ja 1*32"LCD toimimaan
« : 26.12.06 - klo:18.22 »
No, nyt täs joululomilla oli vähä reilummin aikaa kattella, niin sain kun sainkin toimimaan... tässä toimiva xorg.conf:

Koodia: [Valitse]
# 3 ruutua toimimaan !!

Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
        # paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
# Load "GLcore"
Load "i2c"
Load "bitmap"
Load "ddc"
# Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fi"
EndSection


Section "InputDevice"
        Identifier      "hiiri"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ExplorerPS/2"
        Option          "Buttons"               "10"
        Option          "ZAxisMapping"          "4 5"
        Option          "ButtonMapping"         "1 2 3 6 7"
EndSection

Section "Device"
Identifier "NVIDIA[0]"
Driver "nvidia"
        Option          "Rotate" "off"
        BusID           "2:8:0"
        Option          "NoLogo"
EndSection

Section "Device"
Identifier "NVIDIA[1]"
Driver "nvidia"
        Option          "Rotate" "off"
        BusID           "1:0:0"
        Option          "NoLogo"
EndSection

Section "Device"
        Identifier      "NVIDIA[2]"
        Screen          1
        Option          "Rotate" "off"
        Driver          "nvidia"
        BusID           "1:0:0"
        Option          "NoLogo"
EndSection

Section "Monitor"
        Option "CalcAlgorithm" "CheckDesktopGeometry"
        DisplaySize 340 270
        HorizSync 28-82
        Identifier "Monitor[0]"
ModelName "1024X768@75HZ"
        Option "DPMS"
        VendorName "--> LCD"
        VertRefresh 40-60
        UseModes "Modes[0]"
EndSection

Section "Monitor"
        Option "CalcAlgorithm" "CheckDesktopGeometry"
        DisplaySize 340 270
        HorizSync 28-82
        Identifier "Monitor[1]"
        ModelName "1280X1024@60HZ"
        Option "DPMS"
        VendorName "--> LCD"
        VertRefresh 40-60
        UseModes "Modes[1]"
EndSection

Section "Monitor"
        Option "CalcAlgorithm" "CheckDesktopGeometry"
        DisplaySize 340 270
        HorizSync 28-82
        Identifier "Monitor[2]"
       ModelName "1280X1024@60HZ"
        Option "DPMS"
        VendorName "--> LCD"
        VertRefresh 40-60
        UseModes "Modes[2]"
EndSection

Section "Modes"
        Identifier "Modes[0]"
EndSection

Section "Modes"
        Identifier "Modes[1]"
        Modeline "1280x1024" 108.00 1280 1328 1440 1688 1024 1025 1028 1066
EndSection

Section "Modes"
        Identifier "Modes[2]"
       Modeline "1280x1024" 108.00 1280 1328 1440 1688 1024 1025 1028 1066
EndSection

Section "Screen"
        Identifier      "Screen[0]"
        Device          "NVIDIA[0]"
        Monitor         "Monitor[0]"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "Screen[1]"
        Device          "NVIDIA[1]"
        Monitor         "Monitor[1]"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "Screen[2]"
        Device          "NVIDIA[2]"
        Monitor         "Monitor[2]"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes          "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Layout[all]"
        InputDevice     "Generic Keyboard"
        InputDevice     "hiiri"
#        Option "Clone" "off"
        Option "Xinerama" "off"
#       Option "Xinerama" "on"
        Screen "Screen[0]"
        Screen "Screen[1]" LeftOf "Screen[0]"
Screen "Screen[2]" LeftOf "Screen[1]"
EndSection

Section "DRI"
Mode 0666
EndSection

Että sellasta...  ;)

2
Laitealue / Re: 2*17"TFT ja 1*32"LCD toimimaan
« : 25.11.06 - klo:00.09 »
Voi olla aika hissua ainakin nvidian omilla ajureilla, on nuo kortit sen verran kaukana toisistaan. Mitä olet yrittänyt tähän mennessä? Pistäs xorg-confis tänne, on sen verran mielenkiintoisen kuuloinen projekti. En tiedä voiko tuota toista korttia käyttää nvidian ajurilla ja toista nv -ajurilla en tiedä onko tämä edes mahdollista koska en ole ikinään törmänny moiseen...

Mahdollista pitäisi olla, kts Asmon linkit.

Koodia: [Valitse]
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
        # paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
# Load "GLcore"
Load "i2c"
Load "bitmap"
Load "ddc"
# Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fi"
EndSection


Section "InputDevice"
        Identifier      "hiiri"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ExplorerPS/2"
        Option          "Buttons"               "10"
        Option          "ZAxisMapping"          "4 5"
        Option          "ButtonMapping"         "1 2 3 6 7"
EndSection


Section "Device"
Identifier "NVIDIA[0]"
Driver "nvidia"
        Option          "Rotate" "off"
        BusID           "1:0:0"
        Option          "NoLogo"
EndSection

Section "Device"
        Identifier      "NVIDIA[1]"
        Screen          1
        Option          "Rotate" "off"
        Driver          "nvidia"
        BusID           "1:0:0"
        Option          "NoLogo"
EndSection


Section "Device"
        Identifier      "NVIDIA[2]"
        Screen          1
        Option          "Rotate" "off"
        Driver          "nvidia"
        BusID           "3:0:0"
        Option          "NoLogo"
EndSection

Section "Monitor"
        Option "CalcAlgorithm" "CheckDesktopGeometry"
        DisplaySize 340 270
        HorizSync 28-82
        Identifier "Monitor[0]"
        ModelName "1280X1024@60HZ"
        Option "DPMS"
        VendorName "--> LCD"
        VertRefresh 40-60
        UseModes "Modes[0]"
EndSection

Section "Monitor"
        Option "CalcAlgorithm" "CheckDesktopGeometry"
        DisplaySize 340 270
        HorizSync 28-82
        Identifier "Monitor[1]"
        ModelName "1280X1024@60HZ"
        Option "DPMS"
        VendorName "--> LCD"
        VertRefresh 40-60
        UseModes "Modes[0]"
EndSection

Section "Monitor"
        Option "CalcAlgorithm" "CheckDesktopGeometry"
        DisplaySize 340 270
        HorizSync 28-82
        Identifier "Monitor[2]"
# sivulcd toimii
#        ModelName "1280X1024@60HZ"
ModelName "1024X768@75HZ"
        Option "DPMS"
        VendorName "--> LCD"
        VertRefresh 40-60
        UseModes "Modes[2]"
EndSection

Section "Modes"
        Identifier "Modes[0]"
        Modeline "1280x1024" 108.00 1280 1328 1440 1688 1024 1025 1028 1066
EndSection

Section "Modes"
        Identifier "Modes[1]"
        Modeline "1280x1024" 108.00 1280 1328 1440 1688 1024 1025 1028 1066
EndSection

Section "Modes"
        Identifier "Modes[2]"
# sivulcd toimii
#        Modeline "1280x1024" 108.00 1280 1328 1440 1688 1024 1025 1028 1066
EndSection

Section "Screen"
        Identifier      "Screen[0]"
        Device          "NVIDIA[0]"
        Monitor         "Monitor[0]"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "Screen[1]"
        Device          "NVIDIA[1]"
        Monitor         "Monitor[1]"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "Screen[2]"
        Device          "NVIDIA[2]"
        Monitor         "Monitor[2]"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
# sivulcd toimii
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Layout[all]"
        InputDevice     "Generic Keyboard"
        InputDevice     "hiiri"
        Option "Clone" "off"
        Option "Xinerama" "off"
#       Option "Xinerama" "on"
        Screen "Screen[0]"
        Screen "Screen[1]" LeftOf "Screen[0]"
Screen "Screen[2]" LeftOf "Screen[1]"
EndSection


Section "DRI"
Mode 0666
EndSection

Tässä nyt raakavedos, jota en sen kummemmin ole testaillut, koska tosiaan uskon vakaasti että ongelma makaa rautapuolella. Testannut olen, mutta huomasin että vaikka mitä teen, niin ei tule kuvaa tuohon kolmanteen ruutuun... ei edes bootissa. Bootissa tulee kitkatta kahteen haluamaani näytöön kuva, tai sitten biosista muuttamalla jäljelläolevaan pci-ohjaimeen kytketty näyttö herää henkiin. Mutta ei kirveelläkään kaikkia kolmea samanaikasesti  :'(

3
Laitealue / Re: 2*17"TFT ja 1*32"LCD toimimaan
« : 24.11.06 - klo:18.45 »
6800 DVI -> 17" & S-Video-> 32"
Mistä voisi lähteä purkamaan ongelmaa?

Mistään mitään tiedä, mutta SuSEn ohjeista löytyy kolmen näytön viritys. Ehkä siitä saa uusia ideoita. Mutta siinä onkin sitten kolme korttia ja kolme identtistä näyttöä.

http://www.novell.com/coolsolutions/feature/16543.html

Tällainenkin sivu on olemassa, ja taitaa myös toimia:

http://pwp.netcabo.pt/0150048402/linux/Multiple_Nvidia_Multiple_Head.html

Ystävällisin terveisin Asmo Koskinen.

Olin lukaissut nuo jo aiemmin ja luin uudelleen. Ei tullut apuja noista, kiitoksia kumminkin. Uskoisin, että vika on jotenkin biosin puolella tai asetuksissa mitä en ole huomannut rautapuolella. Sain toimimaan tämän toisen LCD17" ruudun vaihtamalla biosista kohdan primary graphic card (tms) agp:sta pci:ksi. Yhtäaikaa noita ei saanut ainakaan siitä valikosta valittua. Mahtaako emolla olla jokin jumpperi? jolla laitetaan molemmat yhtäaikaa toimimaan.

Nimim paukut loppu  :-\

4
Laitealue / 2*17"TFT ja 1*32"LCD toimimaan
« : 17.11.06 - klo:22.54 »
Raudat:
MSI K8N NEO2
Gainward 6800 GF AGP
Gainward 5200 FX GF PCI
17"Viewsonic LCD
17"Orion LCD
32" Philips LCD-tv

Ohjaimet laitettu toinen AGP-slottiin ja toinen PCI-slottiin nro 3, siksi nro3 kun ei mahdu kahteen ensimmäiseen. Piuhat menevät seuraavasti;
6800 DVI -> 17" & S-Video-> 32")
5200 VGA -> 17"

Biosista olen mielestäni käynyt kaiken mahdollisen läpi, ja en vain tunnu löytävän ratkaisua että kaikissa kolmessa näkyisi yhtäaikaa kuva, ei edes bootissa. Saan helposti näkyviin kahteen haluamaani näytöön kuvat, esim 17&17 tai 17&32 jne... mutta ei kaikkia kolmea tosiaan yhtäaikaa. Eri johdotuskombinaatioita olen kokeillut ilman tulosta. Itse ubuntu löytää molemmat raudat;

Koodia: [Valitse]
$ lspci
--clip--
0000:01:00.0 VGA compatible controller: nVidia Corporation NV40 [GeForce 6800] (rev a1)
0000:02:08.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5200] (rev a1)
--clip--


Mistä voisi lähteä purkamaan ongelmaa?

5
Ubuntu tietokoneissa / Re: merkin korvaus komentorivillä
« : 21.10.06 - klo:18.30 »
Komentorivistä kun kerran pidän niin etsin renameja:
Koodia: [Valitse]
$ sudo apt-cache search rename | less
Ja litaniasta löysin id3ren -nimisen softan, joka sopi meikäläisen tarpeisiin, eli mp3-filujen muokkaukseen. Seuraavalla rimpsulla saa vaihdettua _-merkin välilyönniksi, ja isot kirjaimet pieniksi.

Koodia: [Valitse]
id3ren "_" = -space *.mp3 && id3ren -template="(%a)-(%s).mp3" -lower *.mp3
Kiitoksia rhk, oikea hakusana vain puuttui... aivot oli puuduksissa näin lauantai-iltana  ;)

6
Ubuntu tietokoneissa / merkin korvaus komentorivillä
« : 21.10.06 - klo:17.21 »
Eli olisi muutama tuhat tiedostoa joissa esim kirjain "M" joka pitäisi vaihtaa välilyönniksi. cp käskyllä varmaan onnistuu, mutta kuinka? Niin ja tiedostot ovat monissa hakemistoissa yhden hakemistopuun alla (/home/omanimi/korvattavatmerkit/*).

Sivuja: [1]