2 Monitore unter ubuntu 8.04

Lolindir

Enthusiast
Thread Starter
Mitglied seit
19.07.2008
Beiträge
68
Erstmal moin alle miteiandner

Folgendes Problem:

Ich habe zwei 17" CRTs hier stehen und will sie unter ubuntu 8.04 betreiben. Ich habe den catalyst 8.10 installiert es funst auch alles wunderbar, bis auf eine kleine Sache: Ich kann die Auflösungen der Monitore nicht einstellen, was bedeutet das ich auf beiden Monitoren 60hz Bildwiederholfrequenz habe, was nicht grade toll ist, wenn man mal neben den Monitor schaut.

Weiß irgendjemand wie man das ändern kann?? Es müsste irgendwie so sein das ich beiden Monitoren verschiedene Auflösungen zu weisen kann ( da der eine etwas mehr kann als der andere).


EDIT

Es w're einfach nur gut wenn ich iwie die gesamt aufloesung der beiden bildschirme soweit runter stellen koennte, dass ich vllt so bei 70hz liege..

Danke im Vorraus
 
Zuletzt bearbeitet:
Wenn Du diese Anzeige nicht sehen willst, registriere Dich und/oder logge Dich ein.
schau dir mal "xrandr" an.
sollte dir helfen. evtl. muss die xorg noch konfiguriert werden
 
hmm normalerweise weißt du ja was dein bildschirm für ne auflösung schafft und xrandr holt sich die max auflösung aus xorg.conf
für zwei bildschirme... macht man normalerweise mit xinerama.
ich habs schon lange nicht mehr gemacht, aber ich glaub es reicht:
Section "ServerFlags"
Option "Xinerama" "true"
EndSection
in die xorg.conf miteinzutragen. du solltest natürlich libxinerama installiert haben.
€: ähm nein damit hat sichs natürlich nicht... damit lädt man nur xinerama... ich such mal ne alte xorg.conf raus
 
Zuletzt bearbeitet:
Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
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 "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "macintosh"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
Option "XkbOptions" "lv3:lwin_switch"
EndSection

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

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
Option "VertScrollDelta" "30"
Option "MinSpeed" "0.4"
Option "MaxSpeed" "1"
Option "AccelFactor" "0.02"
Option "FingerLow" "55"
Option "FingerHigh" "60"
Option "MaxTapMove" "20"
Option "MaxTapTime" "100"
Option "SHMConfig" "on"
EndSection

Section "Device"
Identifier "internalATI-RV350"
Driver "radeon"
BusID "PCI:0:16:0"
Option "UseFBDev" "false"
Option "MonitorLayout" "LVDS, CRT"
Screen 0
EndSection

Section "Device"
Identifier "externalATI-RV350"
Driver "radeon"
BusID "PCI:0:16:0"
Option "UseFBDev" "false"
Option "MonitorLayout" "LVDS, CRT"
Screen 1
EndSection

Section "Monitor"
Identifier "internalLCD"
Option "DPMS"
EndSection

Section "Monitor"
Identifier "externalLCD"
Option "DPMS"
EndSection

Section "Screen"
Identifier "internalScreen"
Device "internalATI-RV350"
Monitor "internalLCD"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "1440x960"
EndSubSection
SubSection "Display"
Depth 15
Modes "1440x960"
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x960"
EndSubSection
EndSection

Section "Screen"
Identifier "externalScreen"
Device "externalATI-RV350"
Monitor "externalLCD"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "internalScreen" 0 0
Screen 1 "externalScreen" RightOf "internalScreen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
Option "Xinerama" "true"
EndSection

#Section "DRI"
# Mode 0666
#EndSection

Also das wäre eine passende xorg.conf
internal screen und external screen... ja die namensgebung kannst du ja dann entsprechend anpassen.
 
Hardwareluxx setzt keine externen Werbe- und Tracking-Cookies ein. Auf unserer Webseite finden Sie nur noch Cookies nach berechtigtem Interesse (Art. 6 Abs. 1 Satz 1 lit. f DSGVO) oder eigene funktionelle Cookies. Durch die Nutzung unserer Webseite erklären Sie sich damit einverstanden, dass wir diese Cookies setzen. Mehr Informationen und Möglichkeiten zur Einstellung unserer Cookies finden Sie in unserer Datenschutzerklärung.


Zurück
Oben Unten refresh