Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problem with tvout
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
m4ci3j
n00b
n00b


Joined: 26 Jan 2006
Posts: 38
Location: /world/europe/poland/koszalin

PostPosted: Sun Jul 22, 2007 3:13 pm    Post subject: Problem with tvout Reply with quote

I have problem with configuration of my xorg.conf. I can't get tvout working with my radeon. :( I use drivers version 8.37.6.
Code:


# Section "DRI"
#    Mode 0666
# EndSection

Section "ServerLayout"
   Identifier     "Simple Layout"
   Screen         "Screen 1" 0 0
   Screen         "Screen 0" Above "Screen 1"
   InputDevice    "Mouse1" "CorePointer"
   InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

Section "Files"

#    FontPath   "/usr/share/fonts/OTF"
#    FontPath   "/usr/share/fonts/CID/"
#    FontPath   "/usr/lib/X11/fonts/local/"
#    FontPath   "/usr/lib/X11/fonts/misc/"
#    FontPath   "/usr/lib/X11/fonts/75dpi/:unscaled"
#    FontPath   "/usr/lib/X11/fonts/100dpi/:unscaled"
#    FontPath   "/usr/lib/X11/fonts/Speedo/"
#    FontPath   "/usr/lib/X11/fonts/Type1/"
#    FontPath   "/usr/lib/X11/fonts/TrueType/"
#    FontPath   "/usr/lib/X11/fonts/freefont/"
#    FontPath   "/usr/lib/X11/fonts/75dpi/"
#    FontPath   "/usr/lib/X11/fonts/100dpi/"
   FontPath     "/usr/share/fonts/misc/"
   FontPath     "/usr/share/fonts/TTF/"
   FontPath     "/usr/share/fonts/corefonts"
   FontPath     "/usr/share/fonts/urw-fonts"
   FontPath     "/usr/share/fonts/Type1/"
   FontPath     "/usr/share/fonts/100dpi/"
   FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
   Load  "dbe"     # Double buffer extension
   SubSection "extmod"
      Option       "omit xfree86-dga"   # don't initialise the DGA extension
   EndSubSection
   Load  "freetype"
   Load  "glx"
EndSection

Section "InputDevice"
   Identifier  "Keyboard1"
   Driver      "kbd"
   Option       "AutoRepeat" "500 30"
   Option       "XkbRules" "xorg"
   Option       "XkbModel" "pc104"
   Option       "XkbLayout" "pl"
EndSection

Section "InputDevice"
   Identifier  "Mouse1"
   Driver      "mouse"
   Option       "CorePointer"
   Option       "Resolution" "1600"
   Option       "Buttons" "9"
   Option       "Device" "/dev/input/mice"
   Option       "Name" "Razer Diamondback Optical Mouse"
   Option       "Protocol" "ExplorerPS/2"
   Option       "ZAxisMapping" "4 5"
   Option       "ButtonMapping" "1 2 3 6 7 8 9"
EndSection

Section "Monitor"
   Identifier   "hp"
   HorizSync    31.5 - 82.0
   VertRefresh  40.0 - 150.0
EndSection

Section "Monitor"
   Identifier   "tv"
   Option       "VendorName" "ATI Proprietary Driver"
   Option       "ModelName" "Generic Autodetecting Monitor"
   Option       "DPMS" "true"
EndSection

Section "Device"
   Identifier  "X1950PRO"
   Driver      "fglrx"
   Option       "UseInternalAGPGART" "yes"
   Option       "AGPMode" "8"
   Option       "AGPFastWrite" "True"
   Option       "VideoOverlay" "on"
   Option       "UseFastTLS" "1"
   Option       "ForceMonitors" "crt1,tv"
   Option       "TVFormat" "PAL-SECAM-D"
   Option       "TVStandard" "VIDEO"
   Option       "EnableMonitor" "crt1,tv"
   BusID       "PCI:1:0:0"
EndSection

Section "Device"
   Identifier  "X1950PRO-TV"
   Driver      "fglrx"
   BusID       "PCI:1:0:0"
   Screen      1
EndSection

Section "Screen"
   Identifier "Screen 1"
   Device     "X1950PRO"
   Monitor    "hp"
   DefaultDepth     24
   SubSection "Display"
      Viewport   0 0
      Depth     8
      Modes    "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
      Modes    "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes    "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

Section "Screen"
   Identifier "Screen 0"
   Device     "X1950PRO-TV"
   Monitor    "tv"
   DefaultDepth     24
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes    "1024x768" "800x600"
   EndSubSection
EndSection



Thanks in advance & sry for my english :oops:
_________________
Registered Linux User #445564
PC is like air condition, it won't work if you open Windows...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum