Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
xorg und xinerama!
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
rmalias@lycos.de
Tux's lil' helper
Tux's lil' helper


Joined: 03 May 2004
Posts: 109

PostPosted: Fri Nov 17, 2006 11:31 am    Post subject: xorg und xinerama! Reply with quote

hallo!

der zweite monitor ist nur ein clon und ich baue hier schon zielich lange dran rum... weiß jemand rat?
danke[/code]!

Code:

Section "Module"

    Load        "dbe"     # Double buffer extension

    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

    Load       "glx"
    Load       "dri"

EndSection

Section "Files"
    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/TTF/"
    FontPath   "/usr/share/fonts/100dpi/"
    FontPath   "/usr/share/fonts/75dpi/"
EndSection

Section "ServerFlags"
    Option "Xinerama" "true"
EndSection

Section "InputDevice"

    Identifier   "Keyboard1"
    Driver   "kbd"
    Option "XkbRules"   "xorg"
    Option "XkbModel"   "pc105"
    Option "XkbLayout"   "de"

EndSection

Section "InputDevice"

    Identifier   "Mouse1"
    Driver   "mouse"
    Option "Protocol"    "Auto"   # Auto detect
    Option "Device"      "/dev/input/mice"

    Option "ZAxisMapping"   "4 5 6 7"

EndSection


Section "Monitor"

    Identifier  "p19"
    Option "DPMS"
    HorizSync   31.5 - 64.3
    VertRefresh 50-70

EndSection

Section "Monitor"

    Identifier  "fsc"
    Option "DPMS"
    HorizSync   31.5 - 64.3
    VertRefresh 50-70

EndSection


Section "Device"
    Identifier  "x700"
    Driver      "radeon"
    #VideoRam    262144
    BusId       "1:0:0"
EndSection

Section "Device"
    Identifier  "x700a"
    Driver      "radeon"
    #VideoRam    262144
    BusId       "1:0:0"
EndSection



Section "Screen"
    Identifier  "Screen0"
    Device      "x700"
    Monitor     "p19"
    DefaultDepth 24

    Subsection "Display"
        Depth       24
        Modes       "1280x1024"
        ViewPort    0 0
    EndSubsection
EndSection

Section "Screen"
    Identifier  "Screen1"
    Device      "x700a"
    Monitor     "fsc"
    DefaultDepth 24

    Subsection "Display"
        Depth       24
        Modes       "1280x1024"
        ViewPort    0 0
    EndSubsection
EndSection

Section "ServerLayout"

   Identifier  "dual"
       Screen  "Screen0" 0 0
       Screen  "Screen1" RightOf "Screen0"
   Option         "AIGLX" "true"
   InputDevice "Mouse1" "CorePointer"
       InputDevice "Keyboard1" "CoreKeyboard"

EndSection

Section "DRI"
        Group 0
        Mode 0666
EndSection

Section "Extensions"
        Option         "Composite"   "Enable"
EndSection


_________________
Fakten! Fakten! Fakten!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum