[actualizado] Para futura referência: Xorg.conf

Actualização: descobri o problema do teclado. O layout estava incorrecto - devia ser pt e não pt-PT - e faltava o «Option "XkbOptions" "lv3:ralt_switch"»

Como a NVidia 7025 está a dar problemas com o Xorg, fica aqui um xorg.conf a funcionar em condições com a gráfica, cortesia do Debian Etch. Só falta o teclado, que não está devidamente configurado.

Section "Module"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "vbe"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "pt"
    Option        "XkbOptions"    "lv3:ralt_switch"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
EndSection

Section "Device"
        Identifier      "nVidia Corporation NVIDIA Default Card"
        Driver          "vesa"
        BusID           "PCI:0:18:0"
        Option          "UseFBDev"              "true"
EndSection

#Section "Monitor"
#       Identifier      "Samsung SyncMaster 765MB"
#       Option          "DPMS"
#       HorizSync       31.5 - 80.5
#       VertRefresh     60 - 75
#       HorizSync       28-64
#       VertRefresh     43-60
#EndSection

Section "Monitor"
        Identifier      "Samsung SyncMaster 765MB"
        ModelName    "Samsung SyncMaster 765MB/715MB/CD175D(P)"
        DisplaySize  320        240
        HorizSync    30.0 - 85.0
        VertRefresh  50.0 - 160.0
        Option      "dpms"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "nVidia Corporation NVIDIA Default Card"
        Monitor         "Samsung SyncMaster 765MB"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

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

Section "DRI"
        Mode    0666
EndSection

publicado por brunomiguel às 04:36 | link do post | comentar