On Fri, Nov 11, 2005 at 12:04:06PM -0500, Tom Lichti wrote:
> >I downloaded the XFedora-XOrg.tar.bz2 file from 
> >http://sourceforge.net/project/showfiles.php?group_id=54192&package_id=141823
> > 
> >  I copied the font information from the Xebian xorg.conf into the 
> >Fedora xorg.conf and merged the two module sections so that all of the 
> >extensions would be available.  Finally I trimmed the modes since I only 
> >use 640x480x24 anyway.  (I'd paste the resulting xorg.conf into this email 
> >except I'm at work and my XBox is shut down so I can't ssh into it.  I can 
> >post it later if you want.)  
> If you could, that would be most helpful. I only use that resolution as 
> well.

Here you go.  The server options to manage the screen were in the Fedora
file and I just kept them the way they were.  They should probably be
increased.



Section "Files"
    RgbPath     "/usr/X11R6/lib/X11/rgb"
        FontPath        "unix/:7100"                    # local font server
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/lib/X11/fonts/cyrillic"
        FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/CID"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
#       Load    "bitmap"
        Load    "dbe"
#       Load    "ddc"
#       Load    "dri"
#       Load    "extmod"
        SubSection      "extmod"
                Option  "omit xfree86-dga"
        EndSubSection
        Load    "freetype"
#       Load    "glx"
#       Load    "int10"
#       Load    "record"
        Load    "type1"
#       Load    "v4l"
#       Load    "vbe"
EndSection

Section "ServerFlags"
#    Option     "NoTrapSignals"
#    Option     "DontVTSwitch"
#    Option     "DontZap"
#    Option     "DontZoom"
#    Option     "DisableVidModeExtension"
#    Option     "AllowNonLocalXvidtune"
#    Option     "DisableModInDev"
#    Option     "AllowNonLocalModInDev"
    Option      "blank time"    "10"    # 10 minutes
    Option      "standby time"  "20"
    Option      "suspend time"  "30"
    Option      "off time"      "60"
# Option   "EstimateSizesAggresively" "0"
    Option "PciProbe1" "false"
    Option "PciProbe2" "false"
    Option "PciForceConfig1" "false"
    Option "PciForceConfig2" "false"
#    Option "PciForceNone" "true"
    Option "PciOsConfig" "true"
    Option "AllowMouseOpenFail" "true"
EndSection

Section "InputDevice"
        Identifier      "Wired Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "us"
EndSection

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

Section "InputDevice"
        Identifier  "IR Remote"
        Driver      "mouse"
        Option      "Device" "/dev/lircm"
        Option      "Protocol" "ImPS/2"
        Option      "SendCoreEvents"
        Option      "Buttons" "5"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "Device"
        Identifier      "Framebuffer"
        Driver          "fbdev"
        Option          "fbdev" "/dev/fb/0" 
        Option          "UseFBDev"
EndSection

Section "Device"
        Identifier      "Nv"
        Driver          "nvxbox"
        Option          "UseFBDev" "1"
        Option          "HWCursor" "0"
#       BusID           "PCI:0:01:0"
EndSection

Section "Monitor"
        Identifier      "TV Output"
        HorizSync       30-55
        VertRefresh     45-65
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Main Screen"
        Device          "Nv"
        Monitor         "TV Output"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Main Screen"
        InputDevice     "Wired Keyboard"
        InputDevice     "Wired Mouse" 
        InputDevice     "IR Remote"
EndSection

Section "DRI"
        Mode    0666
EndSection

_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to