[mythtv-users] Ahh - Evil xorg and modelines

Steve Smith st3v3.sm1th at gmail.com
Wed Jun 6 12:18:22 UTC 2007


Ok on the configfile below you've defined the modeline "1024x768 at 75" but in
the Screen section you've used "1024x768". Try putting both in.

Cheers
Steve

On 06/06/07, Damian Surr <damian at gingermagic.co.uk> wrote:
>
> and here's my xorg.conf:
>
> # nvidia-xconfig: X configuration file generated by nvidia-xconfig
> # nvidia-xconfig:  version 1.0  (buildmeister at builder3)  Mon Feb 26
> 23:38:46 PST 2007
>
> # /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 "ServerLayout"
>     Identifier     "Default Layout"
>     Screen         "Default Screen" 0 0
>     InputDevice    "Generic Keyboard"
>     InputDevice    "Configured Mouse"
> EndSection
>
> Section "Files"
>
>     # path to defoma fonts
>     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"
>     FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
> EndSection
>
> Section "Module"
>     Load           "i2c"
>     Load           "bitmap"
>     Load           "ddc"
>     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" "gb"
> 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 "Monitor"
>     Identifier     "BenQ W100"
> #    DisplaySize  433 271
> #     HorizSync    31-69    #worked out by looking at lowest and highest
> in various tables within manual
> #    Identifier   "Monitor[0]"
> #    ModelName    "FP202W"
> #    VendorName   "BenQ"
> #     VertRefresh  59-85    #worked out by looking at lowest and highest
> in various tables within manual
> #ModeLine "1024x768" 118.1 1024 1096 1208 1392 768 769 772 816
> #ModeLine "1024x768" 116.8 1024 1096 1208 1392 768 769 772 815
> #ModeLine "1024x768" 115.7 1024 1096 1208 1392 768 769 772 815
> #Modeline "1024x768 at 60" 64.56 1024 1056 1296 1328 768 783 791 807
> #Modeline "1024x768 at 70" 78.36 1024 1056 1352 1384 768 783 792 807
> Modeline "1024x768 at 75" 85.56 1024 1056 1376 1408 768 782 792 807
> #Modeline "1024x768 at 85" 100.94 1024 1056 1432 1464 768 782 793 807
> #    Modeline "1024x768 at 60" 64.56 1024 1056 1296 1328 768 783 791 807
> # 1024x768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 64.11 MHz
> #  Modeline "1024x768_60.00"  64.11  1024 1080 1184 1344  768 769 772
> 795  -HSync +Vsync
> #    Modeline     "1024x768" 80.71 1024 1080 1192 1360 768 769 772 802
> #    Modeline     "1024x768" 79.52 1024 1080 1192 1360 768 769 772 801
> #    Modeline     "1024x768" 78.43 1024 1080 1192 1360 768 769 772 801
> # Modeline     "800x600" 48.18 800 840 920 1040 600 601 604 626
> # Modeline     "800x600" 47.53 800 840 920 1040 600 601 604 626
> # Modeline     "800x600" 46.87 800 840 920 1040 600 601 604 626
> # Modeline     "768x576" 44.83 768 808 888 1008 576 577 580 601
> # Modeline     "768x576" 43.52 768 800 880 992 576 577 580 601
> # Modeline     "768x576" 42.93 768 800 880 992 576 577 580 601
> # Modeline     "640x480" 30.25 640 664 728 816 480 481 484 501
> # Modeline     "640x480" 29.84 640 664 728 816 480 481 484 501
> # Modeline     "640x480" 29.43 640 664 728 816 480 481 484 501
>     Option         "DPMS"
> EndSection
>
> Section "Device"
>     Identifier     "nVidia Corporation NV34 [GeForce FX 5200]"
>     Driver         "nvidia"
>     #Option      "RenderAccel" "1"
>         #Option      "NvAGP" "1"
>         #Option      "NoDDC"
> #I don't know what the above 3 things are. They were in Jared Wilson's
> xorg for 5200. He had top 2 turned off and NoDDC turned on
> EndSection
>
> Section "Screen"
>     Identifier     "Default Screen"
>     Device         "nVidia Corporation NV34 [GeForce FX 5200]"
>     Monitor        "BenQ W100"
>     DefaultDepth    24
>     Subsection "Display"
>             Depth       24
>                 Modes       "1024x768"
>     EndSubsection
> EndSection
>
> #Section "Extensions"
> #    Option         "Composite" "Enable"
> #EndSection
>
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20070606/86abb129/attachment.htm 


More information about the mythtv-users mailing list