+ Responder ao Tópico



  1. #1
    Visitante

    Padrão Resolução no X

    Meu XF86config está assim:

    Section "ServerLayout"
    Identifier "XFree86 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/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 "dbe"
    Load "dri"
    Load "extmod"
    Load "glx"
    Load "record"
    Load "xtrap"
    Load "speedo"
    Load "type1"
    EndSection

    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "keyboard"
    EndSection

    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "Microsoft"
    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 "PciRetry" # []
    #Option "NoAccel" # []
    #Option "SetMClk" #
    #Option "MUXThreshold" #
    #Option "ShadowFB" # []
    #Option "Rotate" # []
    #Option "VideoKey" #
    #Option "NoMMIO" # []
    #Option "NoPciBurst" # []
    #Option "MMIOonly" # []
    #Option "CyberShadow" # []
    #Option "CyberStretch" # []
    #Option "XvHsync" #
    #Option "XvVsync" #
    #Option "XvBskew" #
    #Option "XvRskew" #
    Identifier "Card0"
    Driver "trident"
    VendorName "Trident"
    BoardName "CyberBlade/i7"
    BusID "PCI:1:0:0"
    EndSection

    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 1
    EndSubSection
    SubSection "Display"
    Depth 4
    EndSubSection
    SubSection "Display"
    Depth 8
    EndSubSection
    SubSection "Display"
    Depth 15
    EndSubSection
    SubSection "Display"
    Depth 16
    EndSubSection
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection

    Onde mexo para aumentar minha resolução, visto que ela está em 640x480 para algo como 1024x768?

    Obrigado pela ajuda.


    Comedlinux
    LinuxIT User

  2. #2
    Administrador Avatar de Fernando
    Ingresso
    Jul 2001
    Localização
    Campinas Area
    Posts
    4.996
    Posts de Blog
    4

    Padrão Resolução no X

    Use o xf86config, defina modo para 16bits como numero 4, 1024x768, de Modes Are OK e prossiga normalmente.
    =)

  3. #3
    Mero_Aprendiz
    Visitante

    Padrão Resolução no X

    Vc tambem pode usar o Xconfigurator para configurar...
    Eh simples!!!
    Falows

  4. #4
    Administrador Avatar de Fernando
    Ingresso
    Jul 2001
    Localização
    Campinas Area
    Posts
    4.996
    Posts de Blog
    4

    Padrão Resolução no X

    Realmente, mas Xconfigurator soh existe em distribuicoes RedHat-Like.