LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 04-09-2003, 12:18 PM   #1
InsaneBob
Member
 
Registered: Mar 2003
Posts: 105

Rep: Reputation: 15
Config TV out on a geforce 3


I have read over the readme file on the nvidia site but i still have a few questions. How do i change the XF86Config file so that i can switch between my monitor and tv? Also where can i find the appropriate HorizSync VertRefresh values for my tv?
 
Old 04-09-2003, 02:36 PM   #2
dorian33
Member
 
Registered: Jan 2003
Location: Poland, Warsaw
Distribution: LFS, Gentoo
Posts: 591

Rep: Reputation: 32
here is a part of my XF86Config-4 file responsible for TV output:

Section "Device"
Option "TwinView"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
Option "MetaModes" "800x600, 800x600"
Option "ConnectedMonitor" "CRT, TV"
Option "TwinViewOrientation" "Clone"
Option "TVOutFormat" "COMPOSITE"

Identifier "Card0"
Driver "nvidia"
VendorName "NVidia"
.........
.........
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
Option "TVStandard" "PAL-B"
.........
.........
EndSection
 
Old 04-09-2003, 04:22 PM   #3
InsaneBob
Member
 
Registered: Mar 2003
Posts: 105

Original Poster
Rep: Reputation: 15
But how do you go about switching from your monitor to your tv? Lets say i wanted to watch a movie using xine on my tv. What would i have to press or do to switch the display over?
 
Old 04-09-2003, 04:46 PM   #4
dorian33
Member
 
Registered: Jan 2003
Location: Poland, Warsaw
Distribution: LFS, Gentoo
Posts: 591

Rep: Reputation: 32
Option "TwinViewOrientation" "Clone" - it means all seen on the monitor is displayed on TV
 
Old 04-09-2003, 05:47 PM   #5
InsaneBob
Member
 
Registered: Mar 2003
Posts: 105

Original Poster
Rep: Reputation: 15
Do you have a geforce 3 or 4 because i though the geforce 3 could only display either the monitor or tv but not both?
 
Old 04-09-2003, 09:25 PM   #6
InsaneBob
Member
 
Registered: Mar 2003
Posts: 105

Original Poster
Rep: Reputation: 15
I just figured out that i dont have twin view support on my card. So how can i setup my Xfree86 to switch between the two?
 
Old 04-10-2003, 01:34 AM   #7
dorian33
Member
 
Registered: Jan 2003
Location: Poland, Warsaw
Distribution: LFS, Gentoo
Posts: 591

Rep: Reputation: 32
on one machine (this was the one with presented XF86Config-4) I've got GForce 2 MX, on the second one I've got GForce 4 so I do not believe GForce 3 could not have twin view option
are you sure that nvidia module is running?
do you have a proper cable between compuer and TV?
 
Old 04-10-2003, 02:03 AM   #8
InsaneBob
Member
 
Registered: Mar 2003
Posts: 105

Original Poster
Rep: Reputation: 15
I know this is gonna sound weird but i did some reading and for some reason they skipped twin view out of geforce3. Go figure.

Here is what i doing now:
I made two files XF86Config.Monitor and XF86Config.TV and the way i switch between them is by linking XF86Config to either one and then using "init 3" then "init 5" to restart X. It works fine for the monitor but when i try to switch to tv i get that blue screen telling you something is wrong with starting X.
Here is what i put inito XF86Config.TV:
# File generated by anaconda.

Section "ServerLayout"
Identifier "Anaconda Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Mouse1" "SendCoreEvents"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
# 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 "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
EndSection

Section "InputDevice"
# Option "AutoRepeat" "500 5"
# when using XQUEUE, comment out the above line, and uncomment the
# following line
# Option "Protocol" "Xqueue"
# 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"
#Option "XkbOptions" ""
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us" #Option "XkbVariant" ""
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection

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

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 30.0 - 50.0
VertRefresh 60.0
Option "dpms"
EndSection

Section "Device"
# no known options
#BusID
Identifier "NVIDIA GeForce 3 (generic)"
Driver "nvidia"
VendorName "NVIDIA GeForce 3 (generic)"
BoardName "NVIDIA GeForce 3 (generic)"
Option "ConnectedMonitor" "TV"
Option "TVOutFormat" "COMPOSITE"
EndSection

Section "Screen"
Identifier "Screen0"
Device "NVIDIA GeForce 3 (generic)"
Monitor "Monitor0"
Modes "640x480"
Option "TVStandard" "NTSC-M"
EndSection

Section "DRI"
Mode 0666
EndSection
 
Old 04-10-2003, 02:11 AM   #9
dorian33
Member
 
Registered: Jan 2003
Location: Poland, Warsaw
Distribution: LFS, Gentoo
Posts: 591

Rep: Reputation: 32
send the /var/log/XFree86.0.log
I am not sure but it looks like you are using standard distro driver for nvidia against required manufacturer's one which usually need to be installed on your own
 
Old 04-10-2003, 03:11 PM   #10
InsaneBob
Member
 
Registered: Mar 2003
Posts: 105

Original Poster
Rep: Reputation: 15
I even made it print out the verbose file.
Here it is:

XFree86 Version 4.2.0 (Red Hat Linux release: 4.2.0-72) / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 23 January 2002
If the server is older than 6-12 months, or if your card is
newer than the above date, look for a newer version before
reporting problems. (See http://www.XFree86.Org/)
Build Operating System: Linux 2.4.18-11smp i686 [ELF]
Build Host: daffy.perf.redhat.com

Module Loader present
OS Kernel: Linux version 2.4.18-27.8.0 (bhcompile@sylvester.devel.redhat.com) (gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)) #1 Fri Mar 14 06:45:49 EST 2003 P
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Thu Apr 10 13:06:01 2003
(==) Using config file: "/etc/X11/XF86Config"
(==) ServerLayout "Anaconda Configured"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "NVIDIA GeForce 3 (generic)"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to "unix/:7100"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(--) using VT number 7

(II) Open APM successful
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.1
XFree86 Video Driver: 0.5
XFree86 XInput driver : 0.3
XFree86 Server Extension : 0.1
XFree86 Font Renderer : 0.3
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.5
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1039,0646 card 1043,8081 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:01:0: chip 1039,0001 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 1039,0961 card 0000,0000 rev 10 class 06,01,00 hdr 80
(II) PCI: 00:02:2: chip 1039,7001 card 1043,807a rev 07 class 0c,03,10 hdr 00
(II) PCI: 00:02:3: chip 1039,7001 card 1043,807a rev 07 class 0c,03,10 hdr 00
(II) PCI: 00:02:5: chip 1039,5513 card 1043,807a rev d0 class 01,01,80 hdr 80
(II) PCI: 00:03:0: chip 1039,0900 card 1043,807c rev 90 class 02,00,00 hdr 00
(II) PCI: 00:09:0: chip 1102,0004 card 1102,0053 rev 03 class 04,01,00 hdr 80
(II) PCI: 00:09:1: chip 1102,7003 card 1102,0040 rev 03 class 09,80,00 hdr 80
(II) PCI: 00:09:2: chip 1102,4001 card 1102,0010 rev 00 class 0c,00,10 hdr 80
(II) PCI: 00:0b:0: chip 10b7,9200 card 10b7,1000 rev 78 class 02,00,00 hdr 00
(II) PCI: 00:0d:0: chip 12b9,1008 card 12b9,00aa rev 01 class 07,00,02 hdr 00
(II) PCI: 01:00:0: chip 10de,0201 card 1462,5113 rev a3 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.5
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 1 I/O range:
(II) Bus 1 non-prefetchable memory range:
[0] -1 0xe7000000 - 0xe7ffffff (0x1000000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0xef700000 - 0xfebfffff (0xf500000) MX[B]
(II) Bus -1: bridge is at (0:2:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI:*(1:0:0) NVidia GeForce3 Ti 200 rev 163, Mem @ 0xe7000000/24, 0xf0000000/27, 0xef800000/19, BIOS @ 0xef7f0000/16
(II) Addressable bus resource ranges are
[0] -1 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
[0] -1 0xe4000000 - 0xe400007f (0x80) MX[B]
[1] -1 0xe4800000 - 0xe4803fff (0x4000) MX[B]
[2] -1 0xe5000000 - 0xe50007ff (0x800) MX[B]
[3] -1 0xe5800000 - 0xe5800fff (0x1000) MX[B]
[4] -1 0xe6000000 - 0xe6000fff (0x1000) MX[B]
[5] -1 0xe6800000 - 0xe6800fff (0x1000) MX[B]
[6] -1 0xe8000000 - 0xebffffff (0x4000000) MX[B]
[7] -1 0xef7f0000 - 0xef7fffff (0x10000) MX[B](B)
[8] -1 0xef800000 - 0xef87ffff (0x80000) MX[B](B)
[9] -1 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
[10] -1 0xe7000000 - 0xe7ffffff (0x1000000) MX[B](B)
[11] -1 0x00009800 - 0x00009807 (0x8) IX[B]
[12] -1 0x0000a000 - 0x0000a07f (0x80) IX[B]
[13] -1 0x0000a400 - 0x0000a407 (0x8) IX[B]
[14] -1 0x0000a800 - 0x0000a81f (0x20) IX[B]
[15] -1 0x0000b000 - 0x0000b0ff (0x100) IX[B]
[16] -1 0x0000d800 - 0x0000d80f (0x10) IX[B]
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0xe4000000 - 0xe400007f (0x80) MX[B]
[1] -1 0xe4800000 - 0xe4803fff (0x4000) MX[B]
[2] -1 0xe5000000 - 0xe50007ff (0x800) MX[B]
[3] -1 0xe5800000 - 0xe5800fff (0x1000) MX[B]
[4] -1 0xe6000000 - 0xe6000fff (0x1000) MX[B]
[5] -1 0xe6800000 - 0xe6800fff (0x1000) MX[B]
[6] -1 0xe8000000 - 0xebffffff (0x4000000) MX[B]
[7] -1 0xef7f0000 - 0xef7fffff (0x10000) MX[B](B)
[8] -1 0xef800000 - 0xef87ffff (0x80000) MX[B](B)
[9] -1 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
[10] -1 0xe7000000 - 0xe7ffffff (0x1000000) MX[B](B)
[11] -1 0x00009800 - 0x00009807 (0x8) IX[B]
[12] -1 0x0000a000 - 0x0000a07f (0x80) IX[B]
[13] -1 0x0000a400 - 0x0000a407 (0x8) IX[B]
[14] -1 0x0000a800 - 0x0000a81f (0x20) IX[B]
[15] -1 0x0000b000 - 0x0000b0ff (0x100) IX[B]
[16] -1 0x0000d800 - 0x0000d80f (0x10) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0xe4000000 - 0xe400007f (0x80) MX[B]
[6] -1 0xe4800000 - 0xe4803fff (0x4000) MX[B]
[7] -1 0xe5000000 - 0xe50007ff (0x800) MX[B]
[8] -1 0xe5800000 - 0xe5800fff (0x1000) MX[B]
[9] -1 0xe6000000 - 0xe6000fff (0x1000) MX[B]
[10] -1 0xe6800000 - 0xe6800fff (0x1000) MX[B]
[11] -1 0xe8000000 - 0xebffffff (0x4000000) MX[B]
[12] -1 0xef7f0000 - 0xef7fffff (0x10000) MX[B](B)
[13] -1 0xef800000 - 0xef87ffff (0x80000) MX[B](B)
[14] -1 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
[15] -1 0xe7000000 - 0xe7ffffff (0x1000000) MX[B](B)
[16] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[17] -1 0x00000000 - 0x000000ff (0x100) IX[B]
[18] -1 0x00009800 - 0x00009807 (0x8) IX[B]
[19] -1 0x0000a000 - 0x0000a07f (0x80) IX[B]
[20] -1 0x0000a400 - 0x0000a407 (0x8) IX[B]
[21] -1 0x0000a800 - 0x0000a81f (0x20) IX[B]
[22] -1 0x0000b000 - 0x0000b0ff (0x100) IX[B]
[23] -1 0x0000d800 - 0x0000d80f (0x10) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "fbdevhw"
(II) Loading /usr/X11R6/lib/modules/linux/libfbdevhw.a
(II) Module fbdevhw: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 0.0.2
ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.4349
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.13.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension RECORD
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.1.10
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.3
 
Old 04-10-2003, 03:11 PM   #11
InsaneBob
Member
 
Registered: Mar 2003
Posts: 105

Original Poster
Rep: Reputation: 15
here is the rest:
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.1
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "nvidia"
(II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.4349
Module class: XFree86 Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.0
Module class: XFree86 XInput Driver
ABI class: XFree86 XInput driver, version 0.3
(II) NVIDIA XFree86 Driver 1.0-4349 Thu Mar 27 19:02:58 PST 2003
(II) NVIDIA Unified Driver for all NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU found
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0xe4000000 - 0xe400007f (0x80) MX[B]
[6] -1 0xe4800000 - 0xe4803fff (0x4000) MX[B]
[7] -1 0xe5000000 - 0xe50007ff (0x800) MX[B]
[8] -1 0xe5800000 - 0xe5800fff (0x1000) MX[B]
[9] -1 0xe6000000 - 0xe6000fff (0x1000) MX[B]
[10] -1 0xe6800000 - 0xe6800fff (0x1000) MX[B]
[11] -1 0xe8000000 - 0xebffffff (0x4000000) MX[B]
[12] -1 0xef7f0000 - 0xef7fffff (0x10000) MX[B](B)
[13] -1 0xef800000 - 0xef87ffff (0x80000) MX[B](B)
[14] -1 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
[15] -1 0xe7000000 - 0xe7ffffff (0x1000000) MX[B](B)
[16] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[17] -1 0x00000000 - 0x000000ff (0x100) IX[B]
[18] -1 0x00009800 - 0x00009807 (0x8) IX[B]
[19] -1 0x0000a000 - 0x0000a07f (0x80) IX[B]
[20] -1 0x0000a400 - 0x0000a407 (0x8) IX[B]
[21] -1 0x0000a800 - 0x0000a81f (0x20) IX[B]
[22] -1 0x0000b000 - 0x0000b0ff (0x100) IX[B]
[23] -1 0x0000d800 - 0x0000d80f (0x10) IX[B]
(II) resource ranges after probing:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0xe4000000 - 0xe400007f (0x80) MX[B]
[6] -1 0xe4800000 - 0xe4803fff (0x4000) MX[B]
[7] -1 0xe5000000 - 0xe50007ff (0x800) MX[B]
[8] -1 0xe5800000 - 0xe5800fff (0x1000) MX[B]
[9] -1 0xe6000000 - 0xe6000fff (0x1000) MX[B]
[10] -1 0xe6800000 - 0xe6800fff (0x1000) MX[B]
[11] -1 0xe8000000 - 0xebffffff (0x4000000) MX[B]
[12] -1 0xef7f0000 - 0xef7fffff (0x10000) MX[B](B)
[13] -1 0xef800000 - 0xef87ffff (0x80000) MX[B](B)
[14] -1 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
[15] -1 0xe7000000 - 0xe7ffffff (0x1000000) MX[B](B)
[16] 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[17] 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[18] 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[19] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[20] -1 0x00000000 - 0x000000ff (0x100) IX[B]
[21] -1 0x00009800 - 0x00009807 (0x8) IX[B]
[22] -1 0x0000a000 - 0x0000a07f (0x80) IX[B]
[23] -1 0x0000a400 - 0x0000a407 (0x8) IX[B]
[24] -1 0x0000a800 - 0x0000a81f (0x20) IX[B]
[25] -1 0x0000b000 - 0x0000b0ff (0x100) IX[B]
[26] -1 0x0000d800 - 0x0000d80f (0x10) IX[B]
[27] 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[28] 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.5
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(--) NVIDIA(0): Linear framebuffer at 0xF0000000
(--) NVIDIA(0): MMIO registers at 0xE7000000
(II) NVIDIA(0): NVIDIA GPU detected as: GeForce3 Ti 200
(--) NVIDIA(0): VideoRAM: 131072 kBytes
(II) NVIDIA(0): Connected display device(s): CRT-0
(--) NVIDIA(0): Detected TV Encoder: Brooktree 869
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at 8 bpp: 350 MHz
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at 16 bpp: 350 MHz
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at 32 bpp: 350 MHz
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.5
(II) NVIDIA(0): --- EDID Information for display device CRT-0 ---
(II) NVIDIA(0): Manufacturer: VSC Model: 4e07 Serial#: 16843009
(II) NVIDIA(0): Year: 2002 Week: 33
(II) NVIDIA(0): EDID Version: 1.3
(II) NVIDIA(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
(II) NVIDIA(0): Signal levels configurable
(II) NVIDIA(0): Sync: Separate Composite
(II) NVIDIA(0): Max H-Image Size [cm]: horiz.: 32 vert.: 24
(II) NVIDIA(0): Gamma: 2.85
(II) NVIDIA(0): DPMS capabilities: Off; RGB/Color Display
(II) NVIDIA(0): First detailed timing is preferred mode
(II) NVIDIA(0): redX: 0.631 redY: 0.329 greenX: 0.276 greenY: 0.600
(II) NVIDIA(0): blueX: 0.143 blueY: 0.057 whiteX: 0.283 whiteY: 0.297
(II) NVIDIA(0): Supported VESA Video Modes:
(II) NVIDIA(0): 720x400@70Hz
(II) NVIDIA(0): 720x400@88Hz
(II) NVIDIA(0): 640x480@60Hz
(II) NVIDIA(0): 640x480@67Hz
(II) NVIDIA(0): 640x480@72Hz
(II) NVIDIA(0): 640x480@75Hz
(II) NVIDIA(0): 800x600@56Hz
(II) NVIDIA(0): 800x600@60Hz
(II) NVIDIA(0): 800x600@72Hz
(II) NVIDIA(0): 800x600@75Hz
(II) NVIDIA(0): 832x624@75Hz
(II) NVIDIA(0): 1024x768@87Hz (interlaced)
(II) NVIDIA(0): 1024x768@60Hz
(II) NVIDIA(0): 1024x768@70Hz
(II) NVIDIA(0): 1024x768@75Hz
(II) NVIDIA(0): Manufacturer's mask: 0
(II) NVIDIA(0): Supported Future Video Modes:
(II) NVIDIA(0): #0: hsize: 1024 vsize 768 refresh: 85 vid: 22881
(II) NVIDIA(0): #1: hsize: 1024 vsize 768 refresh: 75 vid: 20321
(II) NVIDIA(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
(II) NVIDIA(0): #3: hsize: 800 vsize 600 refresh: 85 vid: 22853
(II) NVIDIA(0): #4: hsize: 800 vsize 600 refresh: 75 vid: 20293
(II) NVIDIA(0): #5: hsize: 640 vsize 480 refresh: 85 vid: 22833
(II) NVIDIA(0): #6: hsize: 640 vsize 480 refresh: 75 vid: 20273
(II) NVIDIA(0): Supported additional Video Mode:
(II) NVIDIA(0): clock: 94.5 MHz Image Size: 310 x 230 mm
(II) NVIDIA(0): h_active: 1024 h_sync: 1072 h_sync_end 1168 h_blank_end 1376 h_border: 0
(II) NVIDIA(0): v_active: 768 v_sync: 769 v_sync_end 772 v_blanking: 808 v_border: 0
(II) NVIDIA(0): Serial No: 24B023350883
(II) NVIDIA(0): Ranges: V min: 50 V max: 150 Hz, H min: 30 H max: 70 kHz, PixClock max 110 MHz
(II) NVIDIA(0): Monitor name: E70f-2
(II) NVIDIA(0): --- End of EDID Information for display device CRT-0 ---
(II) NVIDIA(0): Monitor0: Using hsync range of 30.00-70.00 kHz
(II) NVIDIA(0): Monitor0: Using vrefresh range of 50.00-150.00 Hz
(II) NVIDIA(0): Clock range: 12.00 to 350.00 MHz
(II) NVIDIA(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1280x960" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x480" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x512" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x512" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1152x864" (hsync out of range)
(II) NVIDIA(0): Not using default mode "576x432" (hsync out of range)
(WW) (1400x1050,Monitor0) mode clock 122MHz exceeds DDC maximum 110MHz
(II) NVIDIA(0): Not using default mode "1400x1050" (hsync out of range)
(II) NVIDIA(0): Not using default mode "700x525" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1400x1050" (hsync out of range)
(II) NVIDIA(0): Not using default mode "700x525" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1400x1050" (hsync out of range)
(II) NVIDIA(0): Not using default mode "700x525" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x600" (hsync out of range)
(**) NVIDIA(0): Validated modes for display device CRT-0:
(**) NVIDIA(0): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(**) NVIDIA(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(**) NVIDIA(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
(--) NVIDIA(0): Display dimensions: (320, 240) mm
(--) NVIDIA(0): DPI set to (81, 81)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.0
ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.5
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0xef800000 - 0xef87ffff (0x80000) MX[B]
[1] 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B]
[2] 0 0xe7000000 - 0xe7ffffff (0x1000000) MX[B]
[3] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[4] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[5] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[6] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[7] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[8] -1 0xe4000000 - 0xe400007f (0x80) MX[B]
[9] -1 0xe4800000 - 0xe4803fff (0x4000) MX[B]
[10] -1 0xe5000000 - 0xe50007ff (0x800) MX[B]
[11] -1 0xe5800000 - 0xe5800fff (0x1000) MX[B]
[12] -1 0xe6000000 - 0xe6000fff (0x1000) MX[B]
[13] -1 0xe6800000 - 0xe6800fff (0x1000) MX[B]
[14] -1 0xe8000000 - 0xebffffff (0x4000000) MX[B]
[15] -1 0xef7f0000 - 0xef7fffff (0x10000) MX[B](B)
[16] -1 0xef800000 - 0xef87ffff (0x80000) MX[B](B)
[17] -1 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
[18] -1 0xe7000000 - 0xe7ffffff (0x1000000) MX[B](B)
[19] 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
[20] 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
[21] 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
[22] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[23] -1 0x00000000 - 0x000000ff (0x100) IX[B]
[24] -1 0x00009800 - 0x00009807 (0x8) IX[B]
[25] -1 0x0000a000 - 0x0000a07f (0x80) IX[B]
[26] -1 0x0000a400 - 0x0000a407 (0x8) IX[B]
[27] -1 0x0000a800 - 0x0000a81f (0x20) IX[B]
[28] -1 0x0000b000 - 0x0000b0ff (0x100) IX[B]
[29] -1 0x0000d800 - 0x0000d80f (0x10) IX[B]
[30] 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
[31] 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): AGP 4X successfully initialized
(II) NVIDIA(0): Setting mode "1024x768"
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) Option "dpms"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-GLX
(II) Loading extension NV-CONTROL
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) [GLX]: Initializing GLX extension
(**) Option "Protocol" "IMPS/2"
(**) Mouse0: Protocol: "IMPS/2"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/psaux"
(**) Option "Emulate3Buttons" "no"
(**) Option "ZAxisMapping" "4 5"
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(**) Mouse0: Buttons: 5
(**) Option "Protocol" "IMPS/2"
(**) Mouse1: Protocol: "IMPS/2"
(**) Option "SendCoreEvents"
(**) Mouse1: always reports core events
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "no"
(**) Option "ZAxisMapping" "4 5"
(**) Mouse1: ZAxisMapping: buttons 4 and 5
(**) Mouse1: Buttons: 5
(II) Keyboard "Keyboard0" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
AUDIT: Thu Apr 10 13:06:08 2003: 1475 X: client 5 rejected from local host
 
Old 04-10-2003, 05:27 PM   #12
dorian33
Member
 
Registered: Jan 2003
Location: Poland, Warsaw
Distribution: LFS, Gentoo
Posts: 591

Rep: Reputation: 32
Wooooow! But everything looks ok.
Is it a log generated when you got "the blue screen" you wrote about?
My suggestion is to use my configuration at the beggining and setup twinview first. And next try to do changes to get 'TV' configuration.
 
Old 04-10-2003, 08:13 PM   #13
InsaneBob
Member
 
Registered: Mar 2003
Posts: 105

Original Poster
Rep: Reputation: 15
That log was actually from starting x with my monitor but i think i figured out the problem. I didn't have a 'SubSection "Display"' in my "Screen" section in the file XF86Config.TV. So to switch from my monitor to my tv i link XF86Config to XF86Config.TV then go into runlevel 3 then back into runlevel 5. The display switches over to the tv with no problems but when i try to go back to the monitor thats when things screw up. So i link XF86Config to XF86Config.Monitor then i try to go into runlevel 3. My monitor comes out of standby with a blank screen and my tv has a bunch of vertical lines on it. Any clues to whats wrong?
Here is my new XF86Config.TV file:
# File generated by anaconda.

Section "ServerLayout"
Identifier "Anaconda Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Mouse1" "SendCoreEvents"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
# 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 "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
EndSection

Section "InputDevice"
# Option "AutoRepeat" "500 5"
# when using XQUEUE, comment out the above line, and uncomment the
# following line
# Option "Protocol" "Xqueue"
# 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"
#Option "XkbOptions" ""
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us" #Option "XkbVariant" ""
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection

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

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 30.0 - 50.0
VertRefresh 60.0
Option "dpms"
EndSection

Section "Device"
# no known options
#BusID
Identifier "NVIDIA GeForce 3 (generic)"
Driver "nvidia"
VendorName "NVIDIA GeForce 3 (generic)"
BoardName "NVIDIA GeForce 3 (generic)"
Option "ConnectedMonitor" "TV"
Option "TVOutFormat" "COMPOSITE"
EndSection

Section "Screen"
Identifier "Screen0"
Device "NVIDIA GeForce 3 (generic)"
Monitor "Monitor0"
Option "TVStandard" "NTSC-M"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "640x480"
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection
 
Old 04-12-2003, 02:46 PM   #14
InsaneBob
Member
 
Registered: Mar 2003
Posts: 105

Original Poster
Rep: Reputation: 15
No ideas then?
 
Old 04-12-2003, 03:11 PM   #15
dorian33
Member
 
Registered: Jan 2003
Location: Poland, Warsaw
Distribution: LFS, Gentoo
Posts: 591

Rep: Reputation: 32
Sorry, no idea. I think you should do the display tests in clone mode (CRT+TV) and next try to use only one display.
 
  


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
I have an XF86 config file for video, how do I turn it into XORG config lowpingnoob Linux - Newbie 18 06-12-2005 01:07 PM
geforce fx go5200 config file wcujoe Mandriva 1 01-26-2005 02:12 PM
Webmin cannot handle Samba config files that use the config or include directives allelopath Linux - Networking 3 01-18-2005 10:36 AM
gainward GeForce 5200 config???? aamehl Linux - Hardware 1 10-21-2003 01:06 PM
XFree86 Config + Geforce Freaksta Linux - Software 0 03-17-2003 12:07 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 06:56 AM.

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