X.org config

2 bejegyzés megtekintése - 1-2 / 2
  • Szerző
    Bejegyzés
  • #1993256
    Gyuszk
    Felhasználó

      Közben találtam egy érdekes projektet ami idevág (bár a gondomat nem oldja meg)
      http://xtiming.sourceforge.net/cgi-bin/xtiming.pl

      Edit: oopsz, de mégis megoldja! akkor másoknak remélem hasznára válik majd ez a kalkulátor.

      #1877690
      csaba
      Felhasználó

        Sziasztok! A slacki (10) telepítése után lefuttattam a xorgsetup progit ami (elvileg) felismerte a videókártyát és a monitort majd legyártotta a xorg.conf -omat. Müködik is de alapban sajnos 1280×1024-es felbontást indit valamilyen gyenge képfrissités mellett. A képfrissités deklarálását tudom hogy kell (HorizSync, Vertrefresh), de sehogy se tudom a default felbontást megadni neki 🙁
        A KDE inditáskor átváltja a felbontást és a frissitést, és jó is úgy, de a bejelentkezéskezelõnél bántja a szemem a monitor…

        Code:
        Section „ServerLayout”
        Identifier     „X.org Configured”
        Screen      0  „Screen0” 0 0
        InputDevice    „Mouse0” „CorePointer”
        InputDevice    „Keyboard0” „CoreKeyboard”
        EndSection

        Section „Files”
        RgbPath      „/usr/X11R6/lib/X11/rgb”
        ModulePath   „/usr/X11R6/lib/modules”
        FontPath     „/usr/X11R6/lib/X11/fonts/misc/”
        FontPath     „/usr/X11R6/lib/X11/fonts/TTF/”
        FontPath     „/usr/X11R6/lib/X11/fonts/Speedo/”
        FontPath     „/usr/X11R6/lib/X11/fonts/Type1/”
        FontPath     „/usr/X11R6/lib/X11/fonts/CID/”
        FontPath     „/usr/X11R6/lib/X11/fonts/75dpi/”
        FontPath     „/usr/X11R6/lib/X11/fonts/100dpi/”
        EndSection

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

        Section „InputDevice”
        Identifier  „Keyboard0”
        Driver      „keyboard”
        EndSection

        Section „InputDevice”
        Identifier  „Mouse0”
        Driver      „mouse”
        Option     „Protocol” „auto”
        Option     „Device” „/dev/mouse”
        EndSection

        Section „Monitor”
        Identifier   „Monitor0”
        VendorName   „Monitor Vendor”
        ModelName    „Monitor Model”
        EndSection

        Section „Device”
        ### Available Driver options are:-
        ### Values: : integer, : float, : „True”/”False”,
        ### : „String”, : „ Hz/kHz/MHz”
        ### [arg]: arg optional
        #Option     „SWcursor”            # []
        #Option     „HWcursor”            # [
        ]
        #Option     „NoAccel”             # [
        ]
        #Option     „ShadowFB”            # [
        ]
        #Option     „UseFBDev”            # [
        ]
        #Option     „Rotate”              # []
        #Option     „VideoKey”            #
        #Option     „FlatPanel”           # []
        #Option     „FPDither”            # [
        ]
        #Option     „CrtcNumber”          #
        Identifier  „Card0”
        Driver      „nvidia”
        VendorName  „nVidia Corporation”
        BoardName   „NV34 [GeForce FX 5200]”
        BusID       „PCI:2:0:0”
        EndSection

        Section „Screen”
        Identifier „Screen0”
        Device     „Card0”
        Monitor    „Monitor0”
        DefaultDepth 24
        SubSection „Display”
        Viewport   0 0
        Depth     1
        Modes „1024×768” „800×600” „640×480”
        EndSubSection
        SubSection „Display”
        Viewport   0 0
        Depth     4
        EndSubSection
        SubSection „Display”
        Viewport   0 0
        Depth     8
        EndSubSection
        SubSection „Display”
        Viewport   0 0
        Depth     15
        EndSubSection
        SubSection „Display”
        Viewport   0 0
        Depth     16
        EndSubSection
        SubSection „Display”
        Viewport   0 0
        Depth     24
        EndSubSection
        EndSection

        Mit és hol módosítsak rajta hogy 1024×768-ot indítson el default-ként az init 4-kor?
        Köszönöm elöre is!

      2 bejegyzés megtekintése - 1-2 / 2
      • Be kell jelentkezni a hozzászóláshoz.