Gå til innhold

SuperVideo på Fedora C3..


Anbefalte innlegg

Videoannonse
Annonse
  • 2 uker senere...

nei si du det ;D

 

har lest litt i readme filen og lagt til i xorg.conf:

 

       Option "TwinView"
       Option "TwinViewOrientation" "Clone"
       #Option "TwinViewOrientation" "LeftOf"
       Option "SecondMonitorHorizSync"     "30.0 - 50.0"
       Option "SecondMonitorVertRefresh"   "60"
       Option "MetaModes" " 800x600, 800x600;"
       #Option "MetaModes" "640x480, 640x480; 800x600, 800x600;"
       Option "TVStandard" "PAL-B"

 

Jeg får lyd, men ikke bilde. )= noen forslag???

Lenke til kommentar

Høh.. prøv å kjør 2 screens, det funker bare vanvittig mye bedre.

 

http://gentoo-wiki.com/HOWTO_Dual_Monitors - jeg bruker ikke gentoo, men hjalp fortsatt.

 

Her er (deler av) min xorg.conf:

 

# Device configured by xf86config:

Section "Device"
Identifier "fx57002"
Driver "nvidia"
VideoRam 131072
Option "RenderAccel" "true"
BusID "PCI:1:0:0"
Option "NVAGP" "1"
Option "HWCursor" "true"
Screen 1
Option "ConnectedMonitor" "TV"
Option "TVStandard" "PAL-B"
Option "TVOutFormat" "COMPOSITE"
Option "IgnoreDisplayDevices" "DFP"
EndSection

Section "Device"
   Identifier  "** NVIDIA (generic)                   [nv]"
   Driver      "nvidia"
   VideoRam    131072
   #BusID	"PCI:1:0:0"
   Option  "ConnectedMonitor" "crt"
   Option	"NVAGP" "1"
   Option  "RenderAccel" "true"
   Option  "HWCursor" "true"
   Option "IgnoreDisplayDevices" "DFP, tv"
   Screen 0
   # Insert Clocks lines here if appropriate
EndSection


# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
   Identifier  "Screen 1"
   Device      "** NVIDIA (generic)                   [nv]"
   Monitor     "My Monitor" ## spesifikasjonene til monitoren er vel irrelevant.. men dette er CRT-skjermen
   DefaultDepth 16

   Subsection "Display"
       Depth       8
       Modes       "1280x1024" "1024x768" "800x600" "640x480"
       ViewPort    0 0
   EndSubsection
   Subsection "Display"
       Depth       16
       Modes       "1280x1024" "1024x768" "800x600" "640x480"
       ViewPort    0 0
   EndSubsection
   Subsection "Display"
       Depth       24
       Modes       "1280x1024" "1024x768" "800x600" "640x480"
       ViewPort    0 0
   EndSubsection
EndSection

### TV-Skjermen ###
Section "Monitor"
Identifier "TVM"
HorizSync 31.5 - 37.9
VertRefresh 60
EndSection
###
### TV-ut ``screen'' ###
Section "Screen"
Identifier "TVO"
Device "fx57002"
Monitor "TVM"
DefaultColorDepth 16
SubSection "Display"
Depth 16
Modes "800x600"
EndSubSection
EndSection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************

# Any number of ServerLayout sections may be present.  Each describes
# the way multiple screens are organised.  A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option.  In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.

Section "ServerLayout"

# The Identifier line must be present
   Identifier  "Simple Layout"

# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens.  The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen.  In this example, screen 2 is located to the
# right of screen 1.

   Screen "Screen 1"
  Screen "TVO" #RightOf "Screen 1"

# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used.  Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".

   InputDevice "Mouse1" "CorePointer"
   InputDevice "Keyboard1" "CoreKeyboard"

EndSection

Så komplierer du http://homepages.paradise.net.nz/daveantl/dualmouse.c -

gcc -o /usr/local/bin/dualmouse -L /usr/X11R6/lib -lX11 -lXtst -lXext dualmouse.c

 

og mapper dualmouse til en hotkey i WM'en din (eks Mod4 s :Exec ~/bin/dualmouse for WIN-s i fluxbox (~/.fluxbox/keys)).

Bytt screens med dualmouse programmet, og kjør fullscreen video på tv'n samtidig som du leser noe artig på skjermen din. :)

Lenke til kommentar
Høh.. prøv å kjør 2 screens, det funker bare vanvittig mye bedre.

Du kan bare få HW støtte på en av skjermene. Det vil si at Screen 1 vil få lagging og/eller streker og det egner seg ikke når man skal se på film. Sett TV som Screen 0, da vil bildet på TV'en bli perfekt og bildet på skjermen bli ok.

Endret av olear
Lenke til kommentar

wey. jeg fikk bilde på skjermen. Men når jeg starter det grafiske så flimrer det mye! helt umulig å se noe...

 

       Option "TwinView"
       Option "TwinViewOrientation" "Clone"
       Option "ConnectedMonitor" "TV"
       #Option "TwinViewOrientation" "LeftOf"
       Option "SecondMonitorHorizSync"     "30-50"
       Option "SecondMonitorVertRefresh"   "60"
       Option "MetaModes" " 800x600, 800x600;"
       #Option "MetaModes" "640x480, 640x480; 800x600, 800x600;"
       Option "TVOutFormat" "SVIDEO"
       Option "TVStandard" "PAL-B"

 

Men hva må forandres for å få det bra ? altså ikke flimring???

Lenke til kommentar

Opprett en konto eller logg inn for å kommentere

Du må være et medlem for å kunne skrive en kommentar

Opprett konto

Det er enkelt å melde seg inn for å starte en ny konto!

Start en konto

Logg inn

Har du allerede en konto? Logg inn her.

Logg inn nå
×
×
  • Opprett ny...