LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-30-2005, 10:17 AM   #1
heinola
Member
 
Registered: Jul 2004
Location: MN
Distribution: Ubuntu
Posts: 33

Rep: Reputation: 15
twinview nvidia CRT & TV not working in linux


I am running
Slackware 10.2
GF2MX200 vga/composite output
nvidia drivers 7676

Had twinview working under windows XP
and i swear i had it working under linux back in Slackware 9 or 9.1

I am just looking at setting up a clone to my 27" TV as well as my 15" CRT monitor


my xorg.conf (i have disabled the twinview in my config so i can run X)

#############################
Section "Monitor"
Identifier "mx50"
HorizSync 31.5, 35.15, 35.5
VertRefresh 50-70
EndSection

Section "Device"
Identifier "mx200"
Driver "nvidia"
#Option "TwinView" "True"
#Option "MetaModes" "1024x768, 1024x768;"
#Option "SecondMonitorVertRefresh" "60"
#Option "SecondMonitorHorizSync" "30-50"
#Option "ConnectedMonitor" "CRT,TV"
#Option "TVOutFormat" "COMPOSITE"
#Option "TwinViewOrientation" "Clone"
#Option "NoLogo" "1"
EndSection

Section "Screen"
Identifier "Screen 1"
Device "mx200"
Monitor "mx50"
DefaultDepth 24

Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection

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

# Section "DRI"
# Mode 0666
# EndSection

##################################

i tried adding more Metamodes 800x600 and 640x480 but no go

any idea's
 
Old 10-30-2005, 10:28 AM   #2
Tuttle
Senior Member
 
Registered: Jul 2003
Location: Wellington, NZ
Distribution: mainly slackware
Posts: 1,291

Rep: Reputation: 52
Re: twinview nvidia CRT & TV not working in linux

Quote:
Originally posted by heinola
I am running
Slackware 10.2
GF2MX200 vga/composite output
nvidia drivers 7676

Had twinview working under windows XP
and i swear i had it working under linux back in Slackware 9 or 9.1

I am just looking at setting up a clone to my 27" TV as well as my 15" CRT monitor


my xorg.conf (i have disabled the twinview in my config so i can run X)

#############################
Section "Monitor"
Identifier "mx50"
HorizSync 31.5, 35.15, 35.5
VertRefresh 50-70
EndSection

Section "Device"
Identifier "mx200"
Driver "nvidia"
#Option "TwinView" "True"
#Option "MetaModes" "1024x768, 1024x768;"
#Option "SecondMonitorVertRefresh" "60"
#Option "SecondMonitorHorizSync" "30-50"
#Option "ConnectedMonitor" "CRT,TV"
#Option "TVOutFormat" "COMPOSITE"
#Option "TwinViewOrientation" "Clone"
#Option "NoLogo" "1"
EndSection

Section "Screen"
Identifier "Screen 1"
Device "mx200"
Monitor "mx50"
DefaultDepth 24

Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection

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

# Section "DRI"
# Mode 0666
# EndSection

##################################

i tried adding more Metamodes 800x600 and 640x480 but no go

any idea's
I notice all the important stuff is commented out, is this intentional? Remove the #'s then it might work.
 
Old 10-30-2005, 11:04 AM   #3
heinola
Member
 
Registered: Jul 2004
Location: MN
Distribution: Ubuntu
Posts: 33

Original Poster
Rep: Reputation: 15
its commented out because its not working and i error trying to start X

something about

no screens found

screen 0 0
 
Old 10-30-2005, 11:51 AM   #4
Tuttle
Senior Member
 
Registered: Jul 2003
Location: Wellington, NZ
Distribution: mainly slackware
Posts: 1,291

Rep: Reputation: 52
Hmm, not sure then. Looks pretty much the same as mine:
Code:
Section "Device"
    Identifier  "CRT"
    Driver      "nvidia"
    Option      "nologo"        "1"
    Option      "CursorShadow"  "0"
    BusId       "PCI:1:0:0"
    Screen      0
    #VideoRam    65536
    # Insert Clocks lines here if appropriate
    # javadesktop compatablity
    #Option     "AllowGLXWithComposite" "1"

#    Option "TwinView"
#    Option "ConnectedMonitor" "CRT-0, TV-0"
#    Option "TwinViewOrientation" "Clone"
#    Option "SecondMonitorHorizSync" "10 - 60"
#    Option "SecondMonitorVertRefresh" "50 - 60"
#    Option "MetaModes" "1280x1024,;1280x960,;1024x768,;800x600,;640x480,;,400x300"
#    Option "TVStandard" "PAL-I"
#    Option "TVOutFormat" "COMPOSITE"
#    Option "TvOverscan" "0.8"

EndSection

Section "Device"
    Identifier  "TV"
    Driver      "nvidia"
    Option      "nologo"        "1"
    Option      "CursorShadow"  "0"
    BusId       "PCI:1:0:0"
    Screen      1
    Option      "TVStandard" "PAL-I"
#    Option     "TVOutFormat" "COMPOSITE"
#    Option     "TvOverscan" "0.7"
I haven't used twinview for ages now though.
 
Old 10-30-2005, 11:59 AM   #5
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Rep: Reputation: Disabled
I have same problems with TwinView. Cannot get it to work to save my life. I have tried downgrading NVidia drivers as suggested by someone on nv forums but no luck. Also tried all manner of tweaking/settings.
I am sure it is the drivers causing this and would suggest posting on nv forums until they decide to take it seriously and fix it.

http://www.nvnews.net/vbulletin/foru...?s=&forumid=14
 
Old 10-30-2005, 02:09 PM   #6
fcaraballo
Member
 
Registered: Feb 2004
Location: WA
Distribution: Slackware
Posts: 230

Rep: Reputation: 31
My TwinView works fine (6600GT) with driver 7676. Here is my section:
Code:
Section "Device"
    Identifier	"GeForce"
    Driver	"nvidia"
    Option	"NoLogo" "1"
    Option	"RenderAccel" "true"
    Option	"TwinView"
    Option	"SecondMonitorHorizSync"	"30-50"
    Option	"SecondMonitorVertRefresh"	"60"
    Option	"MetaModes" "1024x768, 1024x768; 800x600, 800x600; 640x480, 640x480"
    Option	"TwinViewOrientation"		"Clone"
    Option	"ConnectedMonitor"		"CRT, TV"
    Option	"TVOutFormat"			"SVIDEO"
    Option	"TVStandard"			"NTSC-M"
EndSection
You might try removing the "True" after "TwinView" and adding more MetaModes (maybe your TV won't do the resolution you want, I know mine wouldn't).

MagicMan

Last edited by fcaraballo; 10-30-2005 at 02:11 PM.
 
Old 10-30-2005, 04:54 PM   #7
Tuttle
Senior Member
 
Registered: Jul 2003
Location: Wellington, NZ
Distribution: mainly slackware
Posts: 1,291

Rep: Reputation: 52
could one or both of you post your /var/log/Xorg.0.log directly after you try to use twin view (ie. include all related [WW]'s and [EE]'s).
 
Old 10-30-2005, 07:39 PM   #8
heinola
Member
 
Registered: Jul 2004
Location: MN
Distribution: Ubuntu
Posts: 33

Original Poster
Rep: Reputation: 15
Code:
_
(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 DPMS
(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: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.2
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 6.8.2, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(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.6111
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(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.6111
	Module class: XFree86 Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "kbd"
(II) Loading /usr/X11R6/lib/modules/input/kbd_drv.o
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.4
(II) NVIDIA X Driver  1.0-6111  Tue Jul 27 07:56:22 PDT 2004
(II) NVIDIA Unified Driver for all NVIDIA GPUs
(II) Primary Device is: PCI 02:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xdf000000 - 0xdf0003ff (0x400) MX[B]
	[6] -1	0	0xe0001000 - 0xe0001fff (0x1000) MX[B]
	[7] -1	0	0xe0000000 - 0xe0000fff (0x1000) MX[B]
	[8] -1	0	0xe0005000 - 0xe00050ff (0x100) MX[B]
	[9] -1	0	0xe0004000 - 0xe0004fff (0x1000) MX[B]
	[10] -1	0	0xe0003000 - 0xe0003fff (0x1000) MX[B]
	[11] -1	0	0xd8000000 - 0xd7ffffff (0x0) MX[B]O
	[12] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[13] -1	0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
	[14] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[16] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B]
	[17] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[18] -1	0	0x0000d800 - 0x0000d87f (0x80) IX[B]
	[19] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[20] -1	0	0x0000d000 - 0x0000d007 (0x8) IX[B]
	[21] -1	0	0x0000e400 - 0x0000e41f (0x20) IX[B]
(II) resource ranges after probing:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xdf000000 - 0xdf0003ff (0x400) MX[B]
	[6] -1	0	0xe0001000 - 0xe0001fff (0x1000) MX[B]
	[7] -1	0	0xe0000000 - 0xe0000fff (0x1000) MX[B]
	[8] -1	0	0xe0005000 - 0xe00050ff (0x100) MX[B]
	[9] -1	0	0xe0004000 - 0xe0004fff (0x1000) MX[B]
	[10] -1	0	0xe0003000 - 0xe0003fff (0x1000) MX[B]
	[11] -1	0	0xd8000000 - 0xd7ffffff (0x0) MX[B]O
	[12] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[13] -1	0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
	[14] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[15] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[16] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[17] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[18] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[19] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B]
	[20] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[21] -1	0	0x0000d800 - 0x0000d87f (0x80) IX[B]
	[22] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[23] -1	0	0x0000d000 - 0x0000d007 (0x8) IX[B]
	[24] -1	0	0x0000e400 - 0x0000e41f (0x20) IX[B]
	[25] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[26] 0	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="X.Org Foundation"
	compiled for 6.8.2, module version = 0.1.0
	ABI class: X.Org Video Driver, version 0.7
(**) 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 0xD0000000
(--) NVIDIA(0): MMIO registers at 0xDC000000
(II) NVIDIA(0): NVIDIA GPU detected as: GeForce2 MX 100/200
(--) NVIDIA(0): VideoBIOS: 03.11.01.24.00
(--) NVIDIA(0): Interlaced video modes are not supported on this GPU
(II) NVIDIA(0): Detected AGP rate: 4X
(--) NVIDIA(0): VideoRAM: 65536 kBytes
(II) NVIDIA(0): Connected display device(s): CRT-0, TV-0
(WW) NVIDIA(0): Multiple displays connected, but only one display allowed;
(WW) NVIDIA(0):      using first display
(--) 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: 300 MHz
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.7
(II) NVIDIA(0): Primary V_BIOS segment is: 0xc000
(WW) NVIDIA(0): The user specified VertRefresh "40.000-90.000" has been
(WW) NVIDIA(0):      adjusted to "50.000-90.000" (the intersection with
(WW) NVIDIA(0):      EDID-specified VertRefresh "50.000-100.000"
(II) NVIDIA(0): mx50: Using hsync range of 31.50-50.00 kHz
(II) NVIDIA(0): mx50: Using vrefresh range of 50.00-90.00 Hz
(II) NVIDIA(0): Clock range:  12.00 to 300.00 MHz
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "400x300" (hsync out of range)
(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 "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "512x384" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "512x384" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "512x384" (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)
(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 "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 "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 "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 "1600x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x512" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1152x768" (width too large for virtual size)
(WW) NVIDIA(0): Not using mode "576x384":
(WW) NVIDIA(0):   horizontal sync start (589) not a multiple of 8
(WW) NVIDIA(0): Not using mode "360x200":
(WW) NVIDIA(0):   horizontal sync start (378) not a multiple of 8
(**) NVIDIA(0): Validated modes for display device CRT-0:
(**) NVIDIA(0):      Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(**) NVIDIA(0):      Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(**) NVIDIA(0):      Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(**) NVIDIA(0):      Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(**) NVIDIA(0):      Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(**) NVIDIA(0):      Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(**) NVIDIA(0):      Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz
(**) NVIDIA(0):      Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz
(**) NVIDIA(0):      Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz
(**) NVIDIA(0):      Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 18.0 MHz, 43.3 kHz, 85.2 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(**) NVIDIA(0):      Default mode "320x200": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(**) NVIDIA(0):      Default mode "320x175": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
(--) NVIDIA(0): Display dimensions: (270, 200) mm
(--) NVIDIA(0): DPI set to (96, 97)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 0.1.0
	ABI class: X.Org Video Driver, version 0.7
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
	[1] 0	0	0xdc000000 - 0xdcffffff (0x1000000) MX[B]
	[2] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[3] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[4] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[5] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[6] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[7] -1	0	0xdf000000 - 0xdf0003ff (0x400) MX[B]
	[8] -1	0	0xe0001000 - 0xe0001fff (0x1000) MX[B]
	[9] -1	0	0xe0000000 - 0xe0000fff (0x1000) MX[B]
	[10] -1	0	0xe0005000 - 0xe00050ff (0x100) MX[B]
	[11] -1	0	0xe0004000 - 0xe0004fff (0x1000) MX[B]
	[12] -1	0	0xe0003000 - 0xe0003fff (0x1000) MX[B]
	[13] -1	0	0xd8000000 - 0xd7ffffff (0x0) MX[B]O
	[14] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[15] -1	0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
	[16] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[17] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[18] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[19] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[20] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[21] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B]
	[22] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[23] -1	0	0x0000d800 - 0x0000d87f (0x80) IX[B]
	[24] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[25] -1	0	0x0000d000 - 0x0000d007 (0x8) IX[B]
	[26] -1	0	0x0000e400 - 0x0000e41f (0x20) IX[B]
	[27] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[28] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Setting mode "1024x768"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(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 XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX

   *** If unresolved symbols were reported above, they might not
   *** be the reason for the server aborting.

Fatal server error:
Caught signal 11.  Server aborting


Please consult the The X.Org Foundation support 
	 at http://wiki.X.Org
 for help. 
Please also check the log file at "/var/log/Xorg.0.log" for additional information.
 
Old 10-30-2005, 09:07 PM   #9
mrchaos
Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware current, Fedora Core 5, SuSE 10.1 OSS
Posts: 298

Rep: Reputation: 30
i think this may be a lot easier than everyone is thinking, heinola, your xorg.conf file is:
Code:
Section "Monitor"
Identifier "mx50"
HorizSync 31.5, 35.15, 35.5
VertRefresh 50-70
EndSection

Section "Device"
Identifier "mx200"
Driver "nvidia"
#Option "TwinView" "True"
#Option "MetaModes" "1024x768, 1024x768;"
#Option "SecondMonitorVertRefresh" "60"
#Option "SecondMonitorHorizSync" "30-50"
#Option "ConnectedMonitor" "CRT,TV"
#Option "TVOutFormat" "COMPOSITE"
#Option "TwinViewOrientation" "Clone"
#Option "NoLogo" "1"
EndSection

Section "Screen"
Identifier "Screen 1"
Device "mx200"
Monitor "mx50"
DefaultDepth 24

Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection

Section "ServerLayout"
Screen "Screen 1"
Identifier "Simple Layout"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
and x-server is whining about no screen found 0 0? well, i think the problem is that you ahve specified a viewport of 0 0 in your display section, but in the serverlayout and screen sections, you have screen 1. In other words, it's trying to port an unspecified screen to port 0 0. heinold, try this... i think you'll be golden:

change
Code:
Section "ServerLayout"
Screen      0  "Screen0" 0 0
Identifier "Simple Layout"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
and
Code:
Section "Screen"
Identifier "Screen0"
Device "mx200"
Monitor "mx50"
DefaultDepth 24
you can keep the designation "screen 1" if you'd like, but make sure you change the line
Code:
Section "ServerLayout"
Screen  "Screen 1"
to
Code:
Section "ServerLayout"
Screen      0  "Screen 1" 0 0
otherwise your x-server doesn't know which display to send the screen!
 
Old 10-31-2005, 10:00 PM   #10
heinola
Member
 
Registered: Jul 2004
Location: MN
Distribution: Ubuntu
Posts: 33

Original Poster
Rep: Reputation: 15
i had a no go on the attempt on the last post sry

still trying to pound it out
 
  


Reply



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
RH 9.0 - trying to get nvidia twinview working... Thaidog Linux - Newbie 5 08-29-2004 09:56 PM
Nvidia tvout Twinview is not working tienyun Fedora 1 07-03-2004 03:21 PM
NVidia TV-Out Twinview Working Bluenoser Mandriva 11 06-17-2004 11:47 PM
TwinView problem with LCD & CRT screens Garfi Linux - Hardware 1 11-06-2003 12:12 PM
nVidia nView: TwinView not working Bluestreak Linux - Hardware 9 08-25-2003 05:56 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:52 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