Hi,

Philip Charles, le Sun 12 Nov 2006 13:27:40 +1300, a écrit :
> console -d vga -d pc_kbd --repeat=kbd -c /dev/vcs    works for the vt's.
> The old system of configuring xorg does not work.

At least the attached xorg.conf works for me (with french keyboard).
IIRC, it's just the same as my Linux one, except the keyboard/mouse
sections, and DRI/GLX disabled.

Samuel
# Layouts disponibles:
# "Default Layout"      : �cran principal seulement
# "proj"                : �cran CRT pourri seulement
# "dual"                : panel + CRT pourri en dual screen
# "CloneOverlay"        : panel + CRT pourri sur le m�me pipeline graphique
# "Clone"               : panel + CRT pourri, deux pipelines, overlay sur le 
panel
# "CloneCRT"            : panel + CRT pourri, deux pipelines, overlay sur le 
CRT (marche pas :( )
# "labri"               : panel + CRT super en dual screen

Section "Files"
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/share/fonts/X11/CID"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
EndSection

Section "Module"
        #Load   "GLcore"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
        #Load   "dri"
        Load    "extmod"
        Load    "freetype"
        #Load   "glx"
        Load    "int10"
        Load    "record"
        #Load   "speedo"
        Load    "type1"
        Load    "vbe"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        #Driver         "evdev"
        #Option         "Device"        "/dev/input/event0"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "fr"
        Option          "XkbVariant"    "latin9"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/mouse"
        Option          "Protocol"              "osmouse"
        Option          "Emulate3Buttons"       "true"
        #Option         "ZAxisMapping"          "4 5"
EndSection


#
# Panel local
#

Section "Device"
        Identifier      "Carte vid�o g�n�rique"
        Option          "DDC" "false"
        Driver          "i810"
        #Driver         "vesa"
        #Driver         "cirrus"
        Option          "VBERestore" "true"
        Option          "DevicePresence" "true"
        Option          "AllowGLXWithComposite" "On"
EndSection

#
# �cran externe
#

Section "Device"
        Identifier      "Carte vid�o CRT"
        Option          "DDC" "false"
        Option          "MonitorLayout" "CRT"
        Driver          "i810"
        Option          "DevicePresence" "true"
        Option          "AllowGLXWithComposite" "On"
EndSection

#
# Panel local et �cran externe
# en bureau �tendu
#

Section "Device"
        Identifier      "Carte vid�o 0"
        Option          "DDC" "false"
        Option          "MonitorLayout" "CRT,LFP"
        VideoRam        65536
        Driver          "i810"
        Screen 0
        BusID           "PCI:0:2:0"
        Option          "DevicePresence" "true"
        Option          "AllowGLXWithComposite" "On"
EndSection

Section "Device"
        Identifier      "Carte vid�o 1"
        Option          "DDC" "false"
        Option          "MonitorLayout" "CRT,LFP"
        VideoRam        32768
        Driver          "i810"
        Screen 1
        BusID           "PCI:0:2:0"
        Option          "DevicePresence" "true"
        Option          "AllowGLXWithComposite" "On"
EndSection

#
# Panel local et �cran externe
# en bureau r�pliqu�
# Overlay partout
#

Section "Device"
        Identifier      "Carte vid�o Clone Overlay"
        Option          "DDC" "false"
        Option          "MonitorLayout" "NONE,CRT+LFP"
        Driver          "i810"
        Option          "DevicePresence" "true"
        Option          "AllowGLXWithComposite" "On"
EndSection

#
# Panel local et �cran externe
# en bureau r�pliqu�
# Overlay sur LFP
#

Section "Device"
        Identifier      "Carte vid�o Clone"
        Option          "DDC" "false"
        Option          "MonitorLayout" "CRT,LFP"
        Option          "Clone" "true"
        Driver          "i810"
        Option          "DevicePresence" "true"
        Option          "AllowGLXWithComposite" "On"
EndSection

#
# Panel local et �cran externe
# en bureau r�pliqu�
# Overlay sur CRT
#

Section "Device"
        Identifier      "Carte vid�o Clone CRT"
        Option          "DDC" "false"
        Option          "MonitorLayout" "LFP,CRT"
        Option          "Clone" "true"
        Driver          "i810"
        Option          "DevicePresence" "true"
        Option          "AllowGLXWithComposite" "On"
EndSection

#
# Driver vesa tout pourri
#

Section "Device"
        Identifier      "Carte vesa"
        Driver          "vesa"
        Option          "AllowGLXWithComposite" "On"
EndSection

#
# Moniteurs
#

Section "Monitor"
        Identifier      "Moniteur super"
        HorizSync       30-80
        VertRefresh     50-150
        Option          "DPMS"
EndSection

Section "Monitor"
        Identifier      "Moniteur pourri"
        HorizSync       30-60
        VertRefresh     50-75
        Option          "DPMS"
EndSection

#
# �cran super
#

Section "Screen"
        Identifier      "�cran super"
        Device          "Carte vid�o g�n�rique"
        Monitor         "Moniteur super"
        #Monitor "HP f2105"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1600x1200" "1280x1024" "1024x768" "800x600" 
"640x480"
        EndSubSection
EndSection

#
# �cran CRT pourri
#

Section "Screen"
        Identifier      "Proj Screen"
        Device          "Carte vid�o CRT"
        Monitor         "Moniteur pourri"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

#
# �cran RunTime suppl�mentaire
#

Section "Screen"
        Identifier      "�cran RunTime suppl�mentaire"
        Device          "Carte vid�o 1"
        Monitor         "Moniteur super"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1600x1200" "1280x1024" "1024x768" "800x600" 
"640x480"
        EndSubSection
EndSection

#
# �cran suppl�mentaire pourri
#

Section "Screen"
        Identifier      "�cran suppl�mentaire pourri"
        Device          "Carte vid�o 1"
        Monitor         "Moniteur pourri"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

#
# Panel en suppl�mentaire
#

Section "Screen"
        Identifier      "Panel en suppl�mentaire"
        Device          "Carte vid�o 0"
        Monitor         "Moniteur super"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

#
# �cran clon?, avec overlay partout (pipeline partag�)
#

Section "Screen"
        Identifier      "ScreenCloneOverlay"
        Device          "Carte vid�o Clone Overlay"
        Monitor         "Moniteur pourri"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

#
# �cran clon�, overlay sur l'un seulement
#

Section "Screen"
        Identifier      "ScreenClone"
        Device          "Carte vid�o Clone"
        Monitor         "Moniteur pourri"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1600x1200" "1280x1024" "1024x768" "800x600" 
"640x480"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "ScreenCloneCRT"
        Device          "Carte vid�o Clone CRT"
        Monitor         "Moniteur pourri"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

#
# Normal
#

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

#
# Juste l'externe
#

Section "ServerLayout"
        Identifier      "proj"
        Screen          "Proj Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

#
# Normal + externe pourri, en bureau �tendu
#

Section "ServerLayout"
        Identifier      "dual"
        Screen  0       "Panel en suppl�mentaire"
        Screen  1       "�cran suppl�mentaire pourri" Leftof "Panel en 
suppl�mentaire"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

#
# Normal + externe pourri, en bureau clon�, avec overlay
#

Section "ServerLayout"
        Identifier      "CloneOverlay"
        Screen 0        "ScreenCloneOverlay"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

#
# Normal + externe pourri, en bureau clon�, overlay pas partout
#

Section "ServerLayout"
        Identifier      "Clone"
        Screen 0        "ScreenClone"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

# ne marche pas...
Section "ServerLayout"
        Identifier      "CloneCRT"
        Screen 0        "ScreenCloneCRT"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

#
# Normal + externe labri, en bureau �tendu
#

Section "ServerLayout"
        Identifier      "labri"
        Screen  0       "Panel en suppl�mentaire"
        Screen  1       "�cran RunTime suppl�mentaire" Leftof "Panel en 
suppl�mentaire"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

Section "DRI"
        Mode    0666
EndSection

Section "ServerFlags"
# fait planter xterm
#       Option "Xinerama" "true"
EndSection

Section "Extensions"
        Option "Composite" "true"
EndSection

Reply via email to