[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Resolução baixa [savage]



Hail! Lista!

Não é a primeira vez que tenho este mesmo problema nessa maquina, mas agora é diferente.
Minha resolução é de 800x600, mas no xorg.conf a única opção é 1024x768, e é a única resolução que não funciona.
Meu chipset é um s3 prosavage DDR (KL266), o driver correto pra ela seria o "savage" mas quando eu coloco esse driver, o monitor fica piscando o LED em laranja.
Meu monitor é Studioworks 520Si, as frequências estão todas corretas
Lá vai em anexo o xorg.conf.
(Por causa do driver, uso driver vesa)


Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    RgbPath      "/etc/X11/rgb"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/X11/misc"
    FontPath     "/usr/X11R6/lib/X11/fonts/misc"
    FontPath     "/usr/share/fonts/X11/cyrillic"
    FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath     "/usr/share/fonts/X11/Type1"
    FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath     "/usr/share/fonts/X11/100dpi"
    FontPath     "/usr/share/fonts/X11/75dpi"
    FontPath     "/var/lib/defoma/x- ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load  "glx"
    Load  "dri"
    Load  "dbe"
    Load  "record"
    Load  "xtrap"
    Load  "GLcore"
    Load  "extmod"
    Load  "type1"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Samsung"
    ModelName    "Studioworks 520Si"
    HorizSync    30-54
    VertRefresh  50-90
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "ShadowFB"               # [<bool>]
        #Option     "DefaultRefresh"         # [<bool>]
        #Option     "ModeSetClearScreen"     # [<bool>]
    Identifier  "S3 Inc. VT8375 [ProSavage8 KM266/KL266]"
    Driver      "vesa"
    VendorName  "S3 Inc."
    BoardName   "VT8375 [ProSavage8 KM266/KL266]"
    BusID       "PCI:1:0:0"
    Option      "UseFBDev"      "true"
EndSection

Section "Screen"
      Identifier  "screen0"
      Device    "S3 Inc. VT8375 [ProSavage8 KM266/KL266]"
      Monitor   "Monitor0"
      DefaultDepth  16
      # Pulando texto para melhorar a leitura
      SubSection "Display"
        Depth   16
        Modes   "1024x768"
     EndSubSection
EndSection


Qualquer ajuda é bem-vinda.
Abraços

________
Hail&Kill!


Reply to: