Új hozzászólás Aktív témák

  • joecontra

    addikt

    válasz siebener #19236 üzenetére

    Nem tudom jó lesz-e, de tehetsz egy próbát vele:

    Section "Files"
    FontPath "/usr/share/X11/fonts/misc"
    RgbPath "/etc/X11/rgb.txt"
    EndSection

    Section "ServerFlags"
    Option "AllowMouseOpenFail"
    EndSection

    Section "Module"
    Load "bitmap"
    Load "dbe"
    Load "ddc"
    Load "extmod"
    Load "freetype"
    Load "int10"
    Load "record"
    Load "vbe"
    EndSection

    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc104"
    Option "XkbLayout" "us"
    EndSection

    Section "InputDevice"
    Identifier "Generic Mouse"
    Driver "mouse"
    Option "CorePointer"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ImPS/2"
    EndSection

    Section "Device"
    Identifier "Generic Device"
    Driver "::DRIVER::"
    EndSection

    Section "Monitor"
    Identifier "Generic Monitor"
    Modeline "1024x600_60.00" 48.96 1024 1064 1168 1312 600 601 604 622 -HSync +Vsync
    Option "DPMS"
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Device "Generic Device"
    Monitor "Generic Monitor"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1024x600_60"
    EndSubSection
    EndSection

    Section "ServerLayout"
    Identifier "Default Layout"
    Screen "Default Screen"
    InputDevice "Generic Keyboard"
    InputDevice "Generic Mouse"
    EndSection

    Üdv,
    J

Új hozzászólás Aktív témák