Xinerama config

Fórumok

Xinerama config

Hozzászólások

Hali!

Szeretném bekonfigolni a következő gépet, de elakadtam.
Compaq EVO N620c laptop Ati Radeon Mobility M7(7500) videókártyával plusz egy Sony CRT monitor. Debian Sid, Xorg.
Szeretném megcsinálni, hogy egy kétszeres szélességű desktop-om legyen a két monitoron.
A radeon driver-el sikerült is megcsinálni MergedFB-t használva, ezzel azonban az a bajom, hogy teleszemeteli a framebuffert és előbb utóbb egy kuszasággá válik az egész képernyő. Hiába vettem vissza a virtuális képernyő felbontását 2048x2048-nél kisebbre ahogy a doksi írja, de ez sem segített.
Most nem natív radeon-al hanem Xinerama-val szeretném megcsinálni, de igazából nem történik semmi, ugyanaz jelenik meg két monitoron. (Mondja is hogy clone-ozza)

(II) RADEON(0): Modes for CRT2: ********************
(--) RADEON(0): Virtual size is 1400x1050 (pitch 1408)
(**) RADEON(0): *Mode "1400x1050s": 210.0 MHz, 116.2 kHz, 106.4 Hz
(II) RADEON(0): Modeline "1400x1050s" 210.00 1400 1536 1648 1808 1050 1077 1081 1092
(**) RADEON(0): *Mode "1280x1024s": 197.5 MHz, 117.0 kHz, 109.8 Hz
(II) RADEON(0): Modeline "1280x1024s" 197.50 1280 1416 1528 1688 1024 1051 1055 1066
(**) RADEON(0): *Mode "1024x768s": 167.5 MHz, 117.0 kHz, 144.4 Hz
(II) RADEON(0): Modeline "1024x768s" 167.50 1024 1160 1272 1432 768 795 799 810
(II) RADEON(0): Generating MergedFB mode list
(II) RADEON(0): No MetaModes given, linking first modes by default
(II) RADEON(0): Merged 1400x1050 and 1400x1050 to 1400x1050 (Clone)
(II) RADEON(0): Merged 1280x1024 and 1280x1024 to 1280x1024 (Clone)
(II) RADEON(0): Merged 1024x768 and 1024x768 to 1024x768 (Clone)

Igazából nem tudom, hogy mit rontok el, itt az xorg.conf-om.

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

Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection

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

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "hu"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "Auto"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "LCD"
HorizSync 28-50
VertRefresh 43-75
Option "DPMS"
EndSection

Section "Monitor"
Identifier "Sony E530"
HorizSync 30-117
VertRefresh 48-170
ModeLine "1024x768s" 167.50 1024 1160 1272 1432 768 795 799 810
ModeLine "1280x1024s" 197.50 1280 1416 1528 1688 1024 1051 1055 1066
ModeLine "1400x1050s" 210.00 1400 1536 1648 1808 1050 1077 1081 1092
EndSection

Section "Device"
Identifier "vcard0"
BoardName "ATI Radeon Mobility M7"
Driver "radeon"
BusID "PCI:01:00:00"
EndSection

Section "Screen"
Identifier "screen0"
Device "vcard0"
Monitor "LCD"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1400x1050" "1280x1024" "1024x768"
EndSubSection
EndSection

Section "Screen"
Identifier "screen1"
Device "vcard0"
Monitor "Sony E530"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1400x1050s" "1280x1024s" "1024x768s"
EndSubSection
EndSection

Section "ServerLayout"
Option "Xinerama"
Identifier "Default Layout"
Screen 0 "screen1" 0 0
Screen 1 "screen0" RightOf "screen1"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Generic Mouse"
EndSection

Köszi.

Hi!
Nekem ugyan nVidia kártyám van de sztem segíthet. Én is Xinerama módban használok két monitort.
Annyi a különbség hogy nekem a Device szekcióból is kettő van a következőképpen:
[code:1:49936e395f]
Section "Device"
Identifier "NVIDIA Corporation NV28 [GeForce4 Ti 4200 AGP 8x]"
Driver "nvidia"
Screen 0
Option "RenderAccel" "true"
EndSection

Section "Device"
Identifier "Device[1]"
Driver "nvidia"
Screen 1
Option "RenderAccel" "true"
Option "TVOutFormat" "Composite" #or S-VIDEO etc
Option "TVStandard" "PAL-G" #or NTSC etc
Option "ConnectedMonitor" "Monitor[1]"
BusID "PCI:1:0:0" #adjust using 'lspci' or cat /proc/pc
EndSection
[/code:1:49936e395f]
Mondjuk én tv-t is használok ezzel a konfiggal (kis változtatással),
de nekem így megy.