Author |
Message |
cesman
|
Posted: Sun Feb 01, 2004 4:37 pm |
|
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location:
Fontana, Ca
|
As root in a terminal not X:
/etc/init.d/gdm stop
wget http://download.nvidia.com/XFree86/Linu ... 0-4363.run
export IGNORE_CC_MISMATCH=1
sh NVIDIA-Linux-x86-1.0-4363.run
accept the agreement and have it install...
Once complete
/etc/init.d/gdm start
Let me know...
_________________ cesman
When the source is open, the possibilities are endless!
|
|
Top |
|
 |
kolemieux
|
Posted: Sun Feb 01, 2004 4:48 pm |
|
Joined: Sat Jan 31, 2004 2:48 pm
Posts: 77
|
Cesman
U always give me the updates I am slowww on, I am assuming that was the process to stop X. I was going thru the threads, had the file ready to roll but could not proceed with X in the way. THANKS BECAUSE that is where I was STUCK.
Ok - it loaded MythTV again - that's good (-: But need that one last piece to be sure it directs the X and MythTV to the TV Output. Myth loads fine on the local monitor, but all TV output stops once X then MythTV loads. All of the boot data does hit the monitor.
Ths a ton - am I missing just one param now for the graphics output to the TV?
U R DAAA MANNN!!!!!
|
|
Top |
|
 |
kolemieux
|
Posted: Sun Feb 01, 2004 4:52 pm |
|
Joined: Sat Jan 31, 2004 2:48 pm
Posts: 77
|
I went back to try this again:
If you have an nForce chipset or any nVidia card, before running the command below, you may want to edit /etc/X11/XFConfig-4 and add
Option "ConnectedMonitor" "TV" # This is only if attaching to a TV.**
But the file is not there - I am also wondering if there is an X config tool for the Nvidia driver I can launch to do this? Like on XP?
|
|
Top |
|
 |
cesman
|
Posted: Sun Feb 01, 2004 5:08 pm |
|
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location:
Fontana, Ca
|
/etc/X11/XF86Config-4 has to be there or you'd have issues w/ X(or does 4.X fall back to XF86Config?). At any rate here is what my XF86Config-4 looks like;
Code: Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "PS/2 Mouse" "CorePointer" # Serial Mouse not detected # USB Mouse not detected EndSection
Section "ServerFlags" Option "AllowMouseOpenFail" "true" EndSection
Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi" FontPath "/usr/X11R6/lib/X11/fonts/Speedo" FontPath "/usr/X11R6/lib/X11/fonts/PEX" # Additional fonts: Locale, Gimp, TTF... FontPath "/usr/X11R6/lib/X11/fonts/cyrillic" # FontPath "/usr/X11R6/lib/X11/fonts/latin2/75dpi" # FontPath "/usr/X11R6/lib/X11/fonts/latin2/100dpi" # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig! FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/share/fonts/ttf/western" FontPath "/usr/share/fonts/ttf/decoratives" FontPath "/usr/share/fonts/truetype" FontPath "/usr/share/fonts/truetype/openoffice" FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera" FontPath "/usr/share/fonts/latex-ttf-fonts" FontPath "/usr/X11R6/lib/X11/fonts/defoma/CID" FontPath "/usr/X11R6/lib/X11/fonts/defoma/TrueType" EndSection
Section "Module" Load "ddc" # ddc probing of monitor # Load "GLcore" Load "dbe" Load "v4l" Load "extmod" Load "glx" Load "bitmap" # bitmap-fonts Load "speedo" Load "type1" Load "freetype" Load "record" EndSection
Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "us"
EndSection
Section "InputDevice" Identifier "Serial Mouse" Driver "mouse" Option "Protocol" "Microsoft" Option "Device" "/dev/ttyS0" Option "Emulate3Buttons" "true" Option "Emulate3Timeout" "70" Option "SendCoreEvents" "true" EndSection
Section "InputDevice" Identifier "PS/2 Mouse" Driver "mouse" Option "Protocol" "auto" Option "ZAxisMapping" "4 5" Option "Device" "/dev/psaux" Option "Emulate3Buttons" "true" Option "Emulate3Timeout" "70" Option "SendCoreEvents" "true" EndSection
Section "InputDevice" Identifier "USB Mouse" Driver "mouse" Option "Device" "/dev/input/mice" Option "SendCoreEvents" "true" Option "Protocol" "IMPS/2" Option "ZAxisMapping" "4 5" Option "Buttons" "5" EndSection
# Auto-generated by KNOPPIX mkxf86config
Section "Monitor" Identifier "Monitor0" Option "DPMS" "true" Option "TVStandard" "NTSC-M" Option "ConnectedMonitor" "TV" Option "TVOutFormat" "SVIDEO" Option "NoLogo" "1" Option "TVOverScan" "0.8" VendorName "KDS" ModelName "KDS1983" HorizSync 30 - 50 # DDC-probed VertRefresh 60 # DDC-probed # These are the DDC-probed settings reported by your monitor. # 1600x1200, 75.0Hz; hfreq=93.75, vfreq=75.00 ModeLine "1600x1200" 202.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync # 1280x1024, 85.0Hz; hfreq=91.15, vfreq=85.02 ModeLine "1280x1024" 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync # 1152x864, 75.0Hz; hfreq=67.50, vfreq=75.00 ModeLine "1152x864" 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync # 1024x768, 85.0Hz; hfreq=68.68, vfreq=85.00 ModeLine "1024x768" 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync # 1024x768, 75.0Hz; hfreq=60.02, vfreq=75.03 ModeLine "1024x768" 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync # 1024x768, 70.0Hz; hfreq=56.48, vfreq=70.07 ModeLine "1024x768" 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync # 800x600, 85.0Hz; hfreq=53.67, vfreq=85.06 ModeLine "800x600" 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync # 800x600, 75.0Hz; hfreq=46.88, vfreq=75.00 ModeLine "800x600" 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync # 800x600, 72.0Hz; hfreq=48.08, vfreq=72.19 ModeLine "800x600" 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync # 800x600, 60.0Hz; hfreq=37.88, vfreq=60.32 ModeLine "800x600" 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync # 640x480, 85.0Hz; hfreq=43.27, vfreq=85.01 ModeLine "640x480" 36.00 640 696 752 832 480 481 484 509 -hsync -vsync # 640x480, 75.0Hz; hfreq=37.50, vfreq=75.00 ModeLine "640x480" 31.50 640 656 720 840 480 481 484 500 -hsync -vsync # 640x480, 60.0Hz; hfreq=31.47, vfreq=59.94 ModeLine "640x480" 25.17 640 648 744 784 480 482 484 509 -hsync -vsync EndSection
Section "Device" ### Available Driver options are:- # sw_cursor is needed for some ati and radeon cards Option "sw_cursor" #Option "hw_cursor" #Option "NoAccel" #Option "ShowCache" #Option "ShadowFB" #Option "UseFBDev" #Option "Rotate" Identifier "Card0" # The following line is auto-generated by KNOPPIX mkxf86config Driver "nvidia" VendorName "All" BoardName "All" # BusID "PCI:1:0:0" EndSection
Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultColorDepth 16 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 SubSection "Display" Depth 32 Modes "800x600" "640x480" EndSubSection EndSection
Section "DRI" Mode 0666 EndSection
This is with my boxen hooked up to my television....
_________________ cesman
When the source is open, the possibilities are endless!
|
|
Top |
|
 |
kolemieux
|
Posted: Sun Feb 01, 2004 5:08 pm |
|
Joined: Sat Jan 31, 2004 2:48 pm
Posts: 77
|
I see the file XF86Config - but its read-only and not sure if this is it, or where I would add the command for TV-Out ... Also curious if there is an X config tool for the Nvidia card.
I owe u - and if u do PayPal .. let me know. OK?
|
|
Top |
|
 |
Xsecrets
|
Posted: Sun Feb 01, 2004 5:23 pm |
|
Joined: Mon Oct 06, 2003 10:38 am
Posts: 4978
Location:
Nashville, TN
|
the XF86Config file has to be edited by root. You cannot do it as a user like mythtv. The tvstuff goes in the device section right under software cursor.
|
|
Top |
|
 |
kolemieux
|
Posted: Sun Feb 01, 2004 5:36 pm |
|
Joined: Sat Jan 31, 2004 2:48 pm
Posts: 77
|
x
I have been using xedit (something a newb) can understand. Can u walk a newb thru the syntax - I am going to take a shot as well with what I think is the way.
I assumed it was locked due to my user restrictions, but not sure how to nail it without xedit.
Also - if you can tell me the cozy spot for the line - or again I will see what I can do.
Thx much
|
|
Top |
|
 |
kolemieux
|
Posted: Sun Feb 01, 2004 5:42 pm |
|
Joined: Sat Jan 31, 2004 2:48 pm
Posts: 77
|
I am logged in as MythTV, can get to the file in Xedit but still showing me as a ReadOnly file?
sorry
|
|
Top |
|
 |
cesman
|
Posted: Sun Feb 01, 2004 6:23 pm |
|
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location:
Fontana, Ca
|
You need to be root to edit the file. The file you want to edit is /etc/X11/XF86Config-4. I've never used xedit, so I cannot give you a step by step.
_________________ cesman
When the source is open, the possibilities are endless!
|
|
Top |
|
 |
kolemieux
|
Posted: Sun Feb 01, 2004 6:28 pm |
|
Joined: Sat Jan 31, 2004 2:48 pm
Posts: 77
|
I am so cose I can TASTE IT.... I know exactly (I think) what I need to do to that file, but am not sure how to edit it from the Term.
I login is mythtv in X but still see it only as READ-ONLY.
How can I be in X as ROOT? to do this.....
I am soooo close...
Thx much
|
|
Top |
|
 |
cesman
|
Posted: Sun Feb 01, 2004 6:36 pm |
|
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location:
Fontana, Ca
|
type su
This will ask to the root password, enter it. Now you are root. Once you have finished what you need to do as root, type exit. Don't do anything as root you don't need to.
_________________ cesman
When the source is open, the possibilities are endless!
|
|
Top |
|
 |
kolemieux
|
Posted: Sun Feb 01, 2004 6:49 pm |
|
Joined: Sat Jan 31, 2004 2:48 pm
Posts: 77
|
U R THE MAN Once again.....
Can I have CLONE MODE? I will search for the param, but have TV OUTPUT... I think Clone is supported as well....
VERY VERY THANKFUL for your help..... CLONE I need
Imagine this - now I am going to need to figure out all the stuff I want to do - drives, maps, yada yada (-:
Thx for helping me.
|
|
Top |
|
 |
cesman
|
Posted: Sun Feb 01, 2004 6:55 pm |
|
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location:
Fontana, Ca
|
I think clone mode is when you use TwinView... Check the nVidia docs for details.
_________________ cesman
When the source is open, the possibilities are endless!
|
|
Top |
|
 |
Xsecrets
|
Posted: Sun Feb 01, 2004 8:12 pm |
|
Joined: Mon Oct 06, 2003 10:38 am
Posts: 4978
Location:
Nashville, TN
|
yes all the info you need for clone mode is in the other thread you posted in. I myself don't see any need for clone mode as I have no desire to put a monitor in my living room or a tv in my computer room, but to each his own I suppose.
|
|
Top |
|
 |