Keresés

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

  • siebener

    aktív tag

    válasz joecontra #19232 üzenetére

    Jobban megnézve, mintha nem is lenne fent driver ahhoz a VGA-hoz.
    "Nagy tudású" kolléga, aki "nagyon ért minden Linuxhoz" azt mondta, feltette (valami sh install.sh féle szöveget mondott)

    Hosszú leszek, de kimásoltam azt a bizonyos xorg.conf file-t.

    # bare-bones XFree86 config to start the server in probe-only mode
    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"
    Option "DPMS"
    EndSection
    Section "Screen"
    Identifier "Default Screen"
    Device "Generic Device"
    Monitor "Generic Monitor"
    DefaultDepth 24
    SubSection "Display"
    Depth 1
    Modes "1024x800"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1024x800"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1024x800"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1024x800"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1024x800"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1024x800"
    EndSubSection
    EndSection
    Section "ServerLayout"
    Identifier "Default Layout"
    Screen "Default Screen"
    InputDevice "Generic Keyboard"
    InputDevice "Generic Mouse"
    EndSection

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

Hirdetés