Megint nvidia

Kezdőlap Fórumok Ubuntu Linux Megint nvidia

10 bejegyzés megtekintése - 61-70 / 73
  • Szerző
    Bejegyzés
  • #2040346
    wesen
    Felhasználó

      XORG:

      Code:
      # nvidia-xconfig: X configuration file generated by nvidia-xconfig
      # nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Mon May 15 13:23:42 PDT 2006

      Section „ServerLayout”
          Identifier    „Layout0”
          Screen      0  „Screen0” 0 0
          InputDevice    „Keyboard0” „CoreKeyboard”
          InputDevice    „Mouse0” „CorePointer”
      EndSection

      Section „Files”
      EndSection

      Section „Module”
          Load          „freetype”
      # Load „xtt”
          Load          „extmod”
          Load          „glx”
          Load          „dbe”
          Load          „record”
          Load          „xtrap”
          Load          „type1”
          Load          „speedo”
      EndSection

      Section „InputDevice”
          Identifier    „Mouse0”
          Driver        „mouse”
          Option        „Protocol” „PS/2”
          Option        „Device” „/dev/psaux”
          Option        „Emulate3Buttons” „true”
          Option        „ZAxisMapping” „4 5”
          Option        „CorePointer”
      EndSection

      Section „InputDevice”
          Identifier    „Keyboard0”
          Driver        „kbd”
          Option        „XkbModel” „pc105”
          Option        „XkbLayout” „hu”
      EndSection

      Section „Monitor”

      ### Comment all HorizSync and VertSync values to use DDC:
          Identifier    „Monitor0”
          HorizSync      30.0 – 85.0
          VertRefresh    75.0 – 75.0
      EndSection

      Section „Device”
          Identifier    „Card0”
          Driver        „nvidia”
      EndSection

      Section „Screen”
          Identifier    „Screen0”
          Device        „Card0”
          Monitor        „Monitor0”
          DefaultDepth    24
          SubSection    „Display”
              Viewport    0 0
              Depth      24
              Modes      „1280×960” „1024×768” „800×600”
          EndSubSection
      EndSection

      #2040347
      wesen
      Felhasználó

        Na innen hogyan tovább? 800×600 nagyon kicsi nekem  :blush: :blink:

        #2040348
        csablak
        Felhasználó

          MIlyen monitorod van amúgy?

          Az enyém pl. így megy 1024×768-on.
          Section „Monitor”
              Identifier „Q770”
              Option „DPMS”
              VendorName „Hyundai”
              ModelName „ImageQuest Q770”
              DisplaySize  320 240
              HorizSync 30-70
              VertRefresh 50-150

              ModeLine „1024×768” 94.50 1024 1076 1172 1380 768 772 776 808 +hsync +vsync

              # TV fullscreen mode or DVD fullscreen output.
          # 768×576 @ 79 Hz, 50 kHz hsync
          # ModeLine „768×576”    50.00  768  832  846 1000  576  590  595  630
             
          # 768×576 @ 100 Hz, 61.6 kHz hsync
          # ModeLine „768×576”    63.07  768  800  960 1024  576  578  590  616
          EndSection

          #2040349
          wesen
          Felhasználó

            COMPAQ P75

            #2040350
            uzsolt
            Felhasználó

              „(WW) NVIDIA(0): No valid modes for „1280×960”; removing.
              (WW) NVIDIA(0): No valid modes for „1024×768”; removing.
              (WW) NVIDIA(0): No valid modes for „800×600″; removing.”

              Ehhez mit szólsz? Szerintem a modeline sorok vannak rosszul beállítva… A nálam okosabbak majd megmondják.

              #2040351
              wesen
              Felhasználó

                Modlinehoz én is eljutottam hogy ott lesz a probléma! 😀 De akkor valki mondja meg hogy Compaq p75 monitorhoz hogyan fussak neki?  :blink:

                #2040352
                balev
                Felhasználó

                  Figyelj!
                  Ha nem megy a vsync-hsync gyári értékek megadásával, akkor mért nem próbálsz egy megfelelõ modeline-t beállítani?

                  Ez esetben a fentieket ki kell kommentezni.

                  http://www.dkfz-heidelberg.de/spec/linux/modeline/
                  meg még van egy pár helyen (google)…

                  #2040353
                  uzsolt
                  Felhasználó

                    Csak most tûnik fel, hogy nincs is modeline sorod… Generálj egyet, arra ott a gtf nevû progi, tök egyszerû a használata, utána a kimenetét fogod, és bemásolod az xorg.conf megfelelõ részébe…

                    #2040354
                    wesen
                    Felhasználó

                      Itt a xorg.conf a monitorom a gyári adatok szerint ez COMPAQ P75 – H.sync: 30-85 – V.sync: 50-150

                      Code:
                      # nvidia-xconfig: X configuration file generated by nvidia-xconfig
                      # nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Wed Dec 14 16:39:22 PST 2005

                      Section „ServerLayout”
                          Identifier    „Layout0”
                          Screen      0  „Screen0” 0 0
                          InputDevice    „Keyboard0” „CoreKeyboard”
                          InputDevice    „Mouse0” „CorePointer”
                      EndSection

                      Section „Files”
                      EndSection

                      Section „Module”
                          Load          „freetype”
                      # Load „xtt”
                          Load          „extmod”
                          Load          „glx”
                          Load          „dbe”
                          Load          „record”
                          Load          „xtrap”
                          Load          „type1”
                      #    Load          „speedo”
                      EndSection

                      Section „InputDevice”
                          Identifier    „Mouse0”
                          Driver        „mouse”
                          Option        „Protocol” „PS/2”
                          Option        „Device” „/dev/psaux”
                          Option        „Emulate3Buttons” „true”
                          Option        „ZAxisMapping” „4 5”
                          Option        „CorePointer”
                      EndSection

                      Section „InputDevice”
                          Identifier    „Keyboard0”
                          Driver        „kbd”
                          Option        „XkbModel” „pc105”
                          Option        „XkbLayout” „hu”
                      EndSection

                      Section „Monitor”

                      ### Comment all HorizSync and VertSync values to use DDC:
                          Identifier    „Monitor0”
                          VendorName    „Compaq”
                          ModelName      „P75”
                          DisplaySize    320 240
                          HorizSync      30-85
                          VertRefresh    50-150
                          ModeLine      „1024×768” 81.54 1024 1064 1168 1352 768 768 770 804
                      EndSection

                      Section „Device”
                          Identifier    „Card0”
                          Driver        „nvidia”
                      EndSection

                      Section „Screen”
                          Identifier    „Screen0”
                          Device        „Card0”
                          Monitor        „Monitor0”
                          DefaultDepth    24
                          SubSection    „Display”
                              Viewport    0 0
                              Depth      24
                            ## Modes      „1280×960” „1024×768” „800×600”
                           
                          EndSubSection
                      EndSection

                      #2040355
                      balev
                      Felhasználó

                        Ha a gyári adatokat használod és az X-re bízod az adott felbontás és frissítési frekvencia kiválasztását, akkor kommentezd ki a modeline-t sorokat!
                        Ha modeline-t akarsz használni, az elõbbieket kommentezd ki, a kettõ ne legyen egyszerre (nem tudom melyik kap elsõbbséget, de biztos le van írva valahol)!

                        De ezeket már írtuk neked, plusz linkeket is feljebb, ahol személyre szabott modeline-t tudsz generáltatni.

                      10 bejegyzés megtekintése - 61-70 / 73
                      • Be kell jelentkezni a hozzászóláshoz.