|
|
#1 | |
|
Registered User
Join Date: Nov 2006
Posts: 2
|
With both standart nvidia-driver from ports or the latest 9629 XOrg reports that the only display device is DFP. Here is the part of Xorg.0.log:
... (II) NVIDIA dlloader X Driver 1.0-9629 Wed Nov 1 19:32:59 PST 2006 ... (II) NVIDIA(0): NVIDIA GPU GeForce Go 7400 at PCI:1:0:0 (GPU-0) (--) NVIDIA(0): Memory: 262144 kBytes (--) NVIDIA(0): VideoBIOS: 05.72.22.21.fd (II) NVIDIA(0): Detected PCI Express Link width: 16X (--) NVIDIA(0): Interlaced video modes are supported on this GPU (--) NVIDIA(0): Connected display device(s) on GeForce Go 7400 at PCI:1:0:0: (--) NVIDIA(0): LCD (DFP-0) (--) NVIDIA(0): LCD (DFP-0): 330.0 MHz maximum pixel clock (--) NVIDIA(0): LCD (DFP-0): Internal Dual Link LVDS (II) NVIDIA(0): Assigned Display Device: DFP-0 how to enable external CRT? |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Nov 2006
Posts: 2
|
finaly I've made it!
# ************************************************** ******************** # XORG.CONF FOR DELL XPS M1210 - NVIDIA GEFORCE GO 7400 # ************************************************** ******************** # ---------------------------------------------------------------------- # ServerLayout sections. # ---------------------------------------------------------------------- # A specific ServerLayout section may be specified from the X server # command line with the "-layout" option. Section "ServerLayout" Identifier "Single" Screen "Screen0" 0 0 InputDevice "Touchpad0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection # ---------------------------------------------------------------------- # Files section. This allows default font and rgb paths to be set # ---------------------------------------------------------------------- Section "Files" ModulePath "/usr/X11R6/lib/modules" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/TTF" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic" EndSection # ---------------------------------------------------------------------- # Module section -- this section is used to specify # which dynamically loadable modules to load. # ---------------------------------------------------------------------- Section "Module" Load "dbe" # Double buffer extension SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Load "type1" Load "freetype" #Load "speedo" Load "glx" EndSection # ---------------------------------------------------------------------- # Core keyboard's InputDevice section # ---------------------------------------------------------------------- Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "us,ru" Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll" Option "XkbVariant" "winkeys" Option "CustomKeycodes" "on" EndSection # ---------------------------------------------------------------------- # Core Pointer's InputDevice section # ---------------------------------------------------------------------- Section "InputDevice" Identifier "Touchpad0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" EndSection # ---------------------------------------------------------------------- # Monitor section # ---------------------------------------------------------------------- Section "Monitor" Identifier "Monitor0" HorizSync 31.5 - 50.0 VertRefresh 40.0 - 90.0 DisplaySize 338 211 #1280x800 96dpi EndSection # ---------------------------------------------------------------------- # Graphics device section # ---------------------------------------------------------------------- Section "Device" Identifier "Device0" Driver "nvidia" BusID "PCI:01:00:0" VendorName "nVidia Corporation" Option "ConnectedMonitor" "DFP, CRT, TV" Option "NoLogo" Option "AllowGLXWithComposite" Option "TwinView" "True" Option "TwinViewOrientation" "DFP-0 Clone CRT-0" Option "UseEdidFreqs" "True" Option "MetaModes" "DFP-0: 1280x800, CRT-0: 1280x800" Screen 0 EndSection # ---------------------------------------------------------------------- # Screen sections # ---------------------------------------------------------------------- # A single specific screen section may be specified from # the X server command line with the "-screen" option. Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 8 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 32 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection EndSection |
|
|
|
|
![]() |
| Thread Tools | |
|
|