sslug-teknik team mailing list archive
-
sslug-teknik team
-
Mailing list archive
-
Message #78921
TVout i Xfree/Gnome
Hejsa
Så prøver jeg min første post her, da jeg har prøvet alt andet og er tæt
på at give op.
Jeg har netop fået et nyt ATI Radeon 7000 grafikkort til min
Debian(Sarge) maskine, det kører fint med TVout til min projektor i
promten, men starter jeg x serveren flimrer billedet et par gange med en
masse farver og slukker, det skal bemærkes at jeg får et fint billede på
monitoren.
Jeg har prøvet at downloade og installere GATOS branchen med tv-output
igennem CVS, men får følgende fejlmeddelse når jeg kører xmkmf:
mars:/ati.2# xmkmf /root/xfree86-4.3.0.dfsg.1/xc
imake -I/root/xfree86-4.3.0.dfsg.1/xc/config/cf
-DTOPDIR=/root/xfree86-4.3.0.dfsg.1/xc -DCURDIR=.
I filen inkluderet af /root/xfree86-4.3.0.dfsg.1/xc/config/cf/Imake.tmpl:45,
af Imakefile.c:40:
/root/xfree86-4.3.0.dfsg.1/xc/config/cf/site.def:44: host.def: Ingen
sådan fil eller filkatalog
I filen inkluderet af /root/xfree86-4.3.0.dfsg.1/xc/config/cf/linux.cf:979,
af
/root/xfree86-4.3.0.dfsg.1/xc/config/cf/Imake.tmpl:104,
af Imakefile.c:40:
/root/xfree86-4.3.0.dfsg.1/xc/config/cf/xfree86.cf:14: version.def:
Ingen sådan fil eller filkatalog
/root/xfree86-4.3.0.dfsg.1/xc/config/cf/xfree86.cf:15: date.def: Ingen
sådan fil eller filkatalog
I filen inkluderet af
/root/xfree86-4.3.0.dfsg.1/xc/config/cf/Imake.tmpl:110,
af Imakefile.c:40:
/root/xfree86-4.3.0.dfsg.1/xc/config/cf/site.def:146: host.def: Ingen
sådan fil eller filkatalog
imake: Exit code 1.
Stop.
Efter at have forsøgt mig et par gange med forskellige konfigurationer
prøvede jeg istedet med 'apt-get install gatos', det så ud til at den
henter og installer gatos fint, men der er stadigt intet tvout i X.
Som den sidste løsning har jeg prøvet og hente atitvout fra:
http://0pointer.de/lennart/projects/atitvout/ og når jeg kører 'atitvout
detect' finder den min projektor:
mars:/ati.2# atitvout detect
CRT is attached.
TV is attached via S-Video.
men kører jeg 'atitvout pal auto' og starter x har jeg stadigt ikke
noget tvout. Jeg er er tæt på at give op, men hvis der er nogen der har
et forslag til hvordan jeg løser problemet, eller pege på hvorfor jeg
får en fejlmeddelse når jeg compiler ville jeg være meget taknemmelig!
Med venlig hilsen
Christian Lanng
Vedhæftet: /etc/X11/XF86Config-4
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 "dri"
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" "dk"
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"
Identifier "ATI Radeon 7000"
Driver "ati"
Option "TVOutput" "PAL"
EndSection
Section "Monitor"
Identifier "Standard Skærm"
HorizSync 30-60
VertRefresh 60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Radeon 7000"
Monitor "Standard Skærm"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection