Dualhead á Nvidia korti.

Skjámynd

Höfundur
emmi
Of mikill frítími
Póstar: 1903
Skráði sig: Þri 24. Sep 2002 10:15
Reputation: 64
Staðsetning: Reykjanesbær
Hafðu samband:
Staða: Ótengdur

Dualhead á Nvidia korti.

Pósturaf emmi » Fim 29. Apr 2004 18:27

Daginn, ég er með FX5500 og 2 skjái sem ég vil geta notað sem dualhead. Ég er búinn að fá skjáina upp en þeir eru í clone mode. Hvernig redda ég þessu? Config má sjá hér.

Takk.



Skjámynd

MJJ
Ofur-Nörd
Póstar: 278
Skráði sig: Fös 19. Sep 2003 18:20
Reputation: 0
Staðsetning: Akureyri
Hafðu samband:
Staða: Ótengdur

Pósturaf MJJ » Fim 29. Apr 2004 18:34

Settu á Dual View


Intel P4 HT 2.6 @ 2.61, DFI Lanparty 875P, 512 DDR, GFx 5200 Ultra

Skjámynd

Voffinn
Vaktari
Póstar: 2249
Skráði sig: Sun 22. Des 2002 17:41
Reputation: 0
Staða: Ótengdur

Pósturaf Voffinn » Fim 29. Apr 2004 19:47

MJJ: Gerðu það fyrir okkur í framtíðinni. Ekki vera að pósta á linux forumið ef þú hefur aldrei snert linux.

emmi: Veit það er ekki mikill hjálp í þessu en þetta er alvega starting point :) http://forums.gentoo.org/viewtopic.php?t=147939&highlight=nvidia+ximerama


Voffinn has left the building..

Skjámynd

MonkeyNinja
Fiktari
Póstar: 84
Skráði sig: Fös 31. Okt 2003 10:32
Reputation: 0
Staðsetning: Grænn stóll
Hafðu samband:
Staða: Ótengdur

Pósturaf MonkeyNinja » Fim 29. Apr 2004 19:56

Hérna er configginn sem er að nota á Debian í vinnunni, gagnast þér eflaust í að sjá hvernig þetta virkar.

#
# Nvidia Single or TwinView Config.
#

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 "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" "pc105"
Option "XkbLayout" "is"
EndSection

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

Section "Device"
#
##
### NV AGP Single Monitor
##
#
## <i> : integer,
## <f> : float,
## <bool> : "True"/"False",
## <string> : "String",
## <freq> : "<f> Hz/kHz/MHz"
## [arg] : arg optional
#
#Option "DigitalVibrance" # <i>
#Option "PageFlip" "True" # [<bool>]
#Option "Dac8Bit" # [<bool>]
Option "NoLogo" "True" # [<bool>]
#Option "Overlay" # [<bool>]
#Option "UBB" # [<bool>]
#Option "Stereo" # [<bool>]
#Option "BlueLine" # [<bool>]
#Option "WindowFlip" "True" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "VideoKey" # <i>
#Option "NvAGP" # <i>
#Option "PixmapCacheLines" # <i>
#Option "IgnoreEDID" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ConnectedMonitor" # <str>
#Option "ConnectedMonitors" # <str>
#Option "TVStandard" # <str>
#Option "TVOutFormat" # <str>
#Option "NoRenderAccel" # [<bool>]
#Option "CursorShadow" # [<bool>]
#Option "CursorShadowAlpha" 10 # <i>
#Option "CursorShadowXOffset" # <i>
#Option "CursorShadowYOffset" # <i>
#Option "UseEdidFreqs" # [<bool>]
#Option "FlatPanelProperties" # <str>
#Option "UseInt10Module" # [<bool>]
#Option "SwapReady" # [<bool>]
#
#
Identifier "NV AGP"
Driver "nvidia"
VendorName "NVidia"
BoardName "GeForce4 Ti 4200"
BusID "PCI:1:0:0"
EndSection

Section "Device"
#
##
### NV AGP TwinView
##
#
## <i> : integer,
## <f> : float,
## <bool> : "True"/"False",
## <string> : "String",
## <freq> : "<f> Hz/kHz/MHz"
## [arg] : arg optional
#
Option "TwinView"
Option "SecondMonitorHorizSync" "30-107"
Option "SecondMonitorVertRefresh" "50-85"
Option "TwinViewOrientation" "RightOf"
Option "MetaModes" "1280x1024,1280x1024; 1280x1024,1280x1024"
Option "ConnectedMonitor" "crt,crt"
#
#Option "DigitalVibrance" # <i>
#Option "PageFlip" "True" # [<bool>]
#Option "Dac8Bit" # [<bool>]
Option "NoLogo" "True" # [<bool>]
#Option "Overlay" # [<bool>]
#Option "UBB" # [<bool>]
#Option "Stereo" # [<bool>]
#Option "BlueLine" # [<bool>]
#Option "WindowFlip" "True" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "VideoKey" # <i>
#Option "NvAGP" # <i>
#Option "PixmapCacheLines" # <i>
#Option "IgnoreEDID" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ConnectedMonitor" # <str>
#Option "ConnectedMonitors" # <str>
#Option "TVStandard" # <str>
#Option "TVOutFormat" # <str>
#Option "NoRenderAccel" # [<bool>]
#Option "CursorShadow" # [<bool>]
#Option "CursorShadowAlpha" 10 # <i>
#Option "CursorShadowXOffset" # <i>
#Option "CursorShadowYOffset" # <i>
#Option "UseEdidFreqs" # [<bool>]
#Option "FlatPanelProperties" # <str>
#Option "UseInt10Module" # [<bool>]
#Option "SwapReady" # [<bool>]
#
#
Identifier "NV AGP TwinView"
Driver "nvidia"
VendorName "NVidia"
BoardName "GeForce4 Ti 4200"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Dell"
ModelName "1028LR"
HorizSync 30-107
VertRefresh 50-85
Option "DPMS"
EndSection

Section "Screen"
Identifier "Screen AGP"
Device "NV AGP"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen AGP TwinView"
Device "NV AGP TwinView"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerFlags"
Option "Xinerama" "false"
EndSection

Section "ServerLayout"
Identifier "AGP Nvidia"
#
##
Screen "Screen AGP TwinView"
#Screen "Screen AGP"
##
#
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "DRI"
Mode 0666
EndSection

### END DEBCONF SECTION


"Jesus saves! (The rest of you take 3d20 damage.)"

Skjámynd

MonkeyNinja
Fiktari
Póstar: 84
Skráði sig: Fös 31. Okt 2003 10:32
Reputation: 0
Staðsetning: Grænn stóll
Hafðu samband:
Staða: Ótengdur

Pósturaf MonkeyNinja » Fim 29. Apr 2004 20:23

Btw ég er með Xinerama á falsa af ásettu ráði þannig að you might want to turn it on.


"Jesus saves! (The rest of you take 3d20 damage.)"


KinD^
Ofur-Nörd
Póstar: 278
Skráði sig: Þri 04. Nóv 2003 02:01
Reputation: 0
Staðsetning: VKóp
Hafðu samband:
Staða: Ótengdur

Pósturaf KinD^ » Þri 04. Maí 2004 18:43

gúgú


mehehehehehe ?