[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Unable to initialize the X Int10 module



Hallo, 

ich möchte meinen TV- Out Ausgang meiner Grafikkarte aktvieren. 

Ich benutze Debian Etch kernel 2.6.18-5 und habe eine Nvidia GeForce FX 
5700
mit S-Video TV- Ausgang.

Dabei habe ich mich ziemlich genau an die Anleitung im Ubuntu- Forum 

http://wiki.ubuntuusers.de/Nvidia-Grafikkarten/XServer_Optionen#TV-Out 

gehalten. 

Aber wenn ich den X- Server mit TV- Layout starte bekomme ich immer einen 
Fehler 

(EE) NVIDIA(0): Unable to initialize the X Int10 module; the console may 
not
(EE) NVIDIA(0): be restored correctly on your TV.

Beim googeln habe ich entdeckt, dass es sich um einen Bug in Ubuntu Feisty 
und Debian Etch handeln soll:

https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/109703 

Angeblich wäre der Bug in xserver version 1.3 behoben.

Meine Frage, ist der Bug im (stable)  Debian Etch gefixed und was muss ich 
tun um den xserver 1.3 zu installieren?

hier ist mein xorg.conf 

Code: 

# /etc/X11/xorg.conf (xorg X Window System server configuration file) 
# 
# This file was generated by dexconf, the Debian X Configuration tool, 
using 
# values from the debconf database. 
# 
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page. 

# (Type "man /etc/X11/xorg.conf" at the shell prompt.) 
# 
# This file is automatically updated on xserver-xorg package upgrades 
*only* 
# if it has not been modified since the last upgrade of the xserver-xorg 
# package. 
# 
# If you have edited this file but would like it to be automatically 
updated 
# again, run the following command: 
#   sudo dpkg-reconfigure -phigh xserver-xorg 

Section "Files" 
   FontPath   "/usr/share/fonts/X11/misc" 
   FontPath   "/usr/X11R6/lib/X11/fonts/misc" 
   FontPath   "/usr/share/fonts/X11/cyrillic" 
   FontPath   "/usr/X11R6/lib/X11/fonts/cyrillic" 
   FontPath   "/usr/share/fonts/X11/100dpi/:unscaled" 
   FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" 
   FontPath   "/usr/share/fonts/X11/75dpi/:unscaled" 
   FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" 
   FontPath   "/usr/share/fonts/X11/Type1" 
   FontPath   "/usr/X11R6/lib/X11/fonts/Type1" 
   FontPath   "/usr/share/fonts/X11/100dpi" 
   FontPath   "/usr/X11R6/lib/X11/fonts/100dpi" 
   FontPath   "/usr/share/fonts/X11/75dpi" 
   FontPath   "/usr/X11R6/lib/X11/fonts/75dpi" 
   # path to defoma fonts 
   FontPath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" 
EndSection 

Section "Module" 
   Load   "bitmap" 
   Load   "dbe" 
   Load   "ddc" 
   Load   "dri" 
   Load   "extmod" 
   Load   "freetype" 
   Load   "glx" 
   Load   "int10" 
   Load   "record" 
   Load   "vbe" 
EndSection 

Section "InputDevice" 
   Identifier   "Generic Keyboard" 
   Driver      "kbd" 
   Option      "CoreKeyboard" 
   Option      "XkbRules"   "xorg" 
   Option      "XkbModel"   "pc105" 
   Option      "XkbLayout"   "de" 
   Option      "XkbVariant"   "nodeadkeys" 
   Option      "XkbOptions"   "de" 
EndSection 

Section "InputDevice" 
   Identifier   "Configured Mouse" 
   Driver      "mouse" 
   Option      "CorePointer" 
   Option      "Device"      "/dev/psaux" 
   Option      "Protocol"      "PS/2" 
   Option      "Emulate3Buttons"   "true" 
EndSection 

Section "Device" 
   #Identifier   "nVidia Corporation NV36.2 [GeForce FX 5700]" 
   Identifier   "NVIDIA CRT" 
   Driver      "nvidia" 
   BusID      "PCI:1:0:0" 
#   Option          "ConnectedMonitor"      "CRT-0,TV-0" 
   Screen       0 
   Option      "NvAgp"        "1"   ## Dies kann dazu führen, dass die 
Grafikkarte langsamer arbeitet 
        Option      "RenderAccel"  "true" 
EndSection 


Section "Device" 
     Identifier "NVIDIA TVOUT" 
     Driver     "nvidia" 
     BusID      "PCI:1:0:0" 
     Screen     1 
     Option     "ConnectedMonitor" "TV" 
     Option     "TVstandard"       "PAL-B" 
     Option     "NoLogo"           "true" 
     Option     "TVOutFormat"      "SVIDEO" 
EndSection 

Section "Monitor" 
   Identifier   "CRT" 
   Option      "DPMS" 
   HorizSync   28-51 
   VertRefresh   43-75 
EndSection 

Section "Monitor" 
   Identifier "TV" 
   VertRefresh 60 
   HorizSync 30-50 
EndSection 


Section "Screen" 
   Identifier   "CRTOUT" 
   Device      "NVIDIA CRT" 
   Monitor      "CRT" 
   DefaultDepth   24 
   SubSection "Display" 
      Depth      1 
      Modes      "1024x768" "800x600" "640x480" 
   EndSubSection 
   SubSection "Display" 
      Depth      4 
      Modes      "1024x768" "800x600" "640x480" 
   EndSubSection 
   SubSection "Display" 
      Depth      8 
      Modes      "1024x768" "800x600" "640x480" 
   EndSubSection 
   SubSection "Display" 
      Depth      15 
      Modes      "1024x768" "800x600" "640x480" 
   EndSubSection 
   SubSection "Display" 
      Depth      16 
      Modes      "1024x768" "800x600" "640x480" 
   EndSubSection 
   SubSection "Display" 
      Depth      24 
      Modes      "1024x768" "800x600" "640x480" 
   EndSubSection 
EndSection 


Section "Screen" 
     Identifier    "TVOUT" 
     Device        "NVIDIA TVOUT" 
     Monitor       "TV" 
     DefaultDepth  16 
     SubSection "Display" 
          Depth 16 
          Modes "800x600" 
     EndSubSection 
EndSection 


Section "ServerLayout" 
     Identifier "Default Layout" 
     Screen 0 "CRTOUT" 
    Screen 1 "TVOUT" LeftOf "CRTOUT" 
     InputDevice "Generic Keyboard" 
     InputDevice "Configured Mouse" 
EndSection 

Section "DRI" 
   Mode   0666 
EndSection 
 

Danke Steffen!



Reply to: