I've switched from Feisty to Jaunty and now my xorg.conf settings are
ignored, too.

I have a LCD monitor (DVI) and a Plasma TV (Compsite) but don't know how
I can get a video signal for my TV without xorg.conf.

Here my old xorg.conf from Feisty:

# /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 xorg.conf(5) manual page.
# (Type "man 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/share/fonts/X11/cyrillic"
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        # Load  "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "vbe"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "de"
        Option          "XkbOptions"    "lv3:ralt_switch"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "ZAxisMapping"          "4 5"
        Option          "Emulate3Buttons"       "true"
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "stylus"
        Option          "Device"        "/dev/wacom"    # Change to 
                                                        # /dev/input/event
                                                        # for USB
        Option          "Type"          "stylus"
        Option          "ForceDevice"   "ISDV4"         # Tablet PC ONLY
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "eraser"
        Option          "Device"        "/dev/wacom"    # Change to 
                                                        # /dev/input/event
                                                        # for USB
        Option          "Type"          "eraser"
        Option          "ForceDevice"   "ISDV4"         # Tablet PC ONLY
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "cursor"
        Option          "Device"        "/dev/wacom"    # Change to 
                                                        # /dev/input/event
                                                        # for USB
        Option          "Type"          "cursor"
        Option          "ForceDevice"   "ISDV4"         # Tablet PC ONLY
EndSection

Section "Device"
        Identifier      "Device[0]" # "Generic Video Card"
        Driver          "nvidia" # "vesa"
        BusID           "PCI:5:0:0"
        # NEU
        Screen 0
        Option          "ConnectedMonitor" "MD30219PH"
        # NEU ENDE
EndSection

# NEU
Section "Device" 
        Driver          "nvidia" 
        Identifier      "Device[1]" 
        Screen 1 
        Option          "TVOutFormat" "COMPOSITE" #or "S-VIDEO" etc 
        Option          "TVStandard" "PAL-G" #or NTSC, PAL-B etc 
        Option          "ConnectedMonitor" "TV" 
        BusID           "PCI:5:0:0" # adjust using 'lspci' or cat /proc/pci # 
"PCI:1:0:0"
EndSection
# NEU ENDE

Section "Monitor"
        Identifier      "MD30219PH"
        Option          "DPMS"
        HorizSync       64-80 # 30-83 # 64
        VertRefresh     60-75 # 56-76 # 60
EndSection

# NEU
Section "Monitor" 
        Identifier      "TV" 
        HorizSync       15-45 # 31.47 # 60
        VertRefresh     50-60 # 59.94 # 56-76 
EndSection
# NEU ENDE

Section "Screen"
        Identifier      "Screen[0]" # "Default Screen"
        Device          "Device[0]" # "Generic Video Card"
        Monitor         "MD30219PH"
        DefaultDepth    24
        # NEU BERYL
        Option         "AddARGBGLXVisuals" "True"       
        # NEU BERYL ENDE        
        SubSection "Display"
                Depth           1
                Modes           "1280x1024" "1024x768" "832x624" "800x600" 
"720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1280x1024" "1024x768" "832x624" "800x600" 
"720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1280x1024" "1024x768" "832x624" "800x600" 
"720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1280x1024" "1024x768" "832x624" "800x600" 
"720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1280x1024" "1024x768" "832x624" "800x600" 
"720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1280x1024" "1024x768" "832x624" "800x600" 
"720x400" "640x480"
        EndSubSection
EndSection

# NEU
Section "Screen" 
        Device          "Device[1]" 
        Identifier      "Screen[1]" 
        Monitor         "TV" 
        DefaultDepth    24 
        # NEU BERYL     
        # Option         "AddARGBGLXVisuals" "True" (geht nicht)
        # NEU BERYL ENDE
        SubSection "Display" 
                Depth 24 
                Modes "852x480" 
        EndSubSection
EndSection
# NEU ENDE

Section "ServerLayout"
        Identifier      "Simple Layout" # "Default Layout"
        # NEU
        Screen 0        "Screen[0]" 
        Screen 1        "Screen[1]" RightOf "Screen[0]"
        # NEU ENDE      
        # Screen        "Default Screen"        
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "stylus"        "SendCoreEvents"
        InputDevice     "cursor"        "SendCoreEvents"
        InputDevice     "eraser"        "SendCoreEvents"
EndSection

Section "DRI"
        Mode    0666
EndSection


Thanks in advance for your help!

P.S. I would love to use the "ImPS/2" protocol for my mouse in
xorg.conf, too!

-- 
Modeline in xorg.conf ignored
https://bugs.launchpad.net/bugs/280894
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to