LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-15-2008, 11:53 AM   #1
cjtinant
LQ Newbie
 
Registered: Mar 2008
Posts: 12

Rep: Reputation: 0
customize xorg.conf for VIA Epia 1000M - Composite Out


I am a newbie to Linux/Mythdora and was hoping someone can modify my xorg.conf file for the enviroment I have setup. TV (13" or so) will connect to the COMPOSITE jack (PC). Audio will run from audio jack (PC) to composite jack (TV). Will not have a keyboard/mouse connected but would like option to have option: "#".

Also, not sure if this is where it needs to be done, but I would LIKE to have num-lock ON at boot and screensaver; TV goes blank after 5 or so minutes if nothing is playing. Pressing the remote will turn signal back on.

I should mention I did try and modify this xorg file a few times but X crashs at boot...


# XFree86 4 configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

# RgbPath is the location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection


Section "ServerFlags"
# Option "NoTrapSignals"
# Option "DontVTSwitch"
# Option "DontZap"
# Option "Dont Zoom"
# Option "DisableVidModeExtension"
# Option "AllowNonLocalXvidtune"
# Option "DisableModInDev"
# Option "AllowNonLocalModInDev"
Option "BlankTime" "0"
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
EndSection


Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
#
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
HorizSync 30.0 - 50.0
VertRefresh 50.0 - 75.0
EndSection

Section "Monitor"
Identifier "MonitorTv"
VendorName ""
ModelName "TV-NTSC"
HorizSync 24.0 - 80.0
VertRefresh 50.0 - 75.0
#Option "nodpms"
#Option "noddc"
# Set for 4:3 display
#DisplaySize 400 300
DisplaySize 400 225

#Refresh Rate 60Hz
ModeLine "720x480" 26.7 720 736 808 896 480 481 484 497
ModeLine "720x576" 32.7 720 744 816 912 576 577 580 597
ModeLine "848x480" 31.5 848 864 952 1056 480 481 484 497
ModeLine "856x480" 31.7 856 872 960 1064 480 481 484 497
ModeLine "1024x512" 41.3 1024 1056 1160 1296 512 513 516 531
ModeLine "1280x768" 80.1 1280 1344 1480 1680 768 769 772 795
ModeLine "1440x1050" 126.2 1440 1536 1688 1936 1050 1051 1054 1087
#Refresh Rate 75Hz
ModeLine "720x480" 34.9 720 752 824 928 480 481 484 502
ModeLine "720x576" 42.6 720 760 832 944 576 577 580 602
ModeLine "848x480" 41.0 848 880 968 1088 480 481 484 502
ModeLine "856x480" 41.3 856 888 976 1096 480 481 484 502
ModeLine "1024x512" 53.3 1024 1072 1176 1328 512 513 516 535
ModeLine "1280x768" 103.0 1280 1360 1496 1712 768 769 772 802
ModeLine "1440x1050" 160.0 1440 1536 1696 1952 1050 1051 1054 1096
#Refresh Rate 85Hz
ModeLine "1280x768" 118.5 1280 1368 1504 1728 768 769 772 807
ModeLine "1440x1050" 184.5 1440 1544 1704 1968 1050 1051 1054 1103
ModeLine "848x480" 47.4 848 888 976 1104 480 481 484 505
EndSection


Section "Device"
Identifier "Videocard0"
Driver "via"
VendorName "Videocard vendor"
BoardName "S3 UniChrome"
Option "PciRetry" "true"
# VideoRam 32768
Option "ActiveDevice" "CRT,TV"
# Option "UseBIOS" "true"
Option "TVType" "NTSC" ## Please change this line accordingly
# Option "TVType" "PAL" ## Please change this line accordingly
Option "TVOutput" "S-Video"
Option "EnableAGPDMA" "true"
# Option "DisplaySize" "400 300"
# Option "TVOutput" "Composite"
# Option "TVOutput" "RGB"
# Option "TVVScan" "over"
# Option "TVVScan" "under"
# Option "TVDotCrawl"
# Option "DisableVQ" "true"
# Option "NoDDCValue"
# Option "HQVManualSwitch"
# Option "NoHQVVFilter"
# Option "CaptureOverScanOff"
# Option "Cap0Deinterlace" "Bob"
# Option "Cap0Deinterlace" "Weave"
# Option "Cap1Deinterlace" "Bob"
# Option "Cap1Deinterlace" "Weave"
# Option "Cap0FieldSwap"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "MonitorTv"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
# Modes "800x600" "640x480"
Modes "720x480Noscale" ## Please change this NTSC line accordingly
# Modes "720x576Noscale" ## Please change this PAL line accordingly
# Modes "720x576Over" ## Use this for CN400 chipset if X is corrupted
# Modes "720x480Over" ## Use this for CN400 chipset if X is corrupted
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
GeForce 6100 xorg.conf Composite help please lizard_king825 Linux - Hardware 5 01-25-2007 10:57 AM
ATI IGP320 Xorg Composite Support mdpolaris Linux - Software 1 09-03-2005 06:55 AM
Xorg Composite Extension Slow with nVidia Twinview jaws_tas Linux - Software 1 04-26-2005 09:12 AM
Enabling transparency in Xorg 6.8.0 with composite extension...?! SBing Linux - Software 8 09-12-2004 09:09 AM
Xorg Hard Crashes and corrupts xorg.conf Advocator Linux - General 0 07-15-2004 01:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:59 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration