Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Probleme mit 2 Monitoren
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
fake2kx
n00b
n00b


Joined: 13 Jan 2006
Posts: 3

PostPosted: Fri Jan 13, 2006 9:36 am    Post subject: Probleme mit 2 Monitoren Reply with quote

Hallo zusammen,
ich versuche jetzt seit 2 Tagen mit verschiedenen Anleitungen meinen 2. Monitor zum laufen zu bringen. Ich habe das Problem das ich auf beiden Monitoren das selbe Bild bekomme (egal ob KDE oder nur X). Außerdem benutzt X neuerdings die xorg.conf in meinem ~.

Grafikkarte: ATI Technologies Inc RV280 [Radeon 9200 PRO]
Xorg-Version: X Window System Version 6.8.2; Release Date: 9 February 2005

xorg.conf:
Code:
Section "dri"
    Mode 0666
    Mode 0660
EndSection

Section "Module"
    Load        "dbe"     # Double buffer extension
    Load  "extmod"
    Load        "type1"
    Load        "freetype"
    Load        "glx"   # libglx.a
    Load        "dri"   # libdri.a
EndSection

Section "Files"
    RgbPath   "/usr/X11R6/lib/X11/rgb"
    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "ServerFlags"
   Option "Xinerama"
EndSection

Section "InputDevice"
    Identifier   "Keyboard1"
    Driver   "kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"   "xfree86"
    Option "XkbModel"   "pc101"
    Option "XkbLayout"   "de"
EndSection

Section "InputDevice"
    Identifier   "Mouse1"
    Driver "mouse"
    Option "Protocol"   "ImPS/2"
    Option "ZAxisMapping"   "4 5"
    Option "Device"     "/dev/input/mice"
EndSection

Section "Monitor"
    Identifier  "Monitor0"
   VendorName   "GSM"
   ModelName    "95E Plus"
   HorizSync    30.0 - 96.0
   VertRefresh  50.0 - 160.0
   Option  "dpms"
EndSection

Section "Monitor"
   Identifier "Monitor1"
   VendorName "unknown"
   ModelName  "unknown"
   HorizSync  30.0 - 96.0
   VertRefresh 50.0 - 160.0
   Option "dpms"
EndSection

Section "Device"
    Identifier "device0"
    VendorName "ATI"
    BoardName "ATI Radeon"
    Driver "radeon"
    BusID "PCI:1:0:0"
    Option "DDCMode" "on"
    Option "DPMS"
    Screen 0
EndSection

Section "Device"
      Identifier "device1"
        BoardName "ATI Radeon"
   Driver "radeon"
   BusID "PCI:1:0:0"
   Option "DDCMode" "on"
   Option "DPMS"
   Screen 1
EndSection

Section "Screen"
    Identifier  "Screen0"
    Device      "device0"
    Monitor     "Monitor0"
    DefaultDepth 24
    Subsection "Display"
        Depth       24
        Modes       "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
   Identifier "Screen1"
   Device     "device1"
   Monitor    "Monitor1"
   DefaultDepth 24
   SubSection "Display"
      Depth 24
      Modes "1024x768"
   EndSubSection
EndSection

Section "ServerLayout"
    Identifier  "Server Layout"
    Screen "Screen0" 0 0
    Screen "Screen1" rightof "Screen0"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Back to top
View user's profile Send private message
b3cks
Veteran
Veteran


Joined: 23 Mar 2004
Posts: 1481
Location: Bremen (GER)

PostPosted: Fri Jan 13, 2006 11:10 am    Post subject: Reply with quote

Ist xinerama in den USE-Flags?
_________________
I am /root and if you see me laughing you better have a backup.
Back to top
View user's profile Send private message
SinoTech
Advocate
Advocate


Joined: 20 Mar 2004
Posts: 2579
Location: Neunkirchen / Saarland / Germany

PostPosted: Fri Jan 13, 2006 11:15 am    Post subject: Re: Probleme mit 2 Monitoren Reply with quote

fake2kx wrote:

[...]
Außerdem benutzt X neuerdings die xorg.conf in meinem ~.
[...]

Also soviel ich weiß war das schon immer so. Erst wird versucht die "xorg.conf" im ${HOME} des Benutzers zu öffnen und falls dies nicht gelingt wird die unter "/etc/X11/" genommen.

Mfg

Sino
Back to top
View user's profile Send private message
fake2kx
n00b
n00b


Joined: 13 Jan 2006
Posts: 3

PostPosted: Fri Jan 13, 2006 1:24 pm    Post subject: Reply with quote

Das useflag hatte ich noch nicht. Habs jetzt hinzugefügt. Dauert noch ein wenig bis das alles neu kompiliert ist.
Danke schon mal :)
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