[mythtv-users] Mac Mini Core Solo as FE/BE Combo?

Brian Schott bschott at east.isi.edu
Tue May 15 15:26:52 UTC 2007


Tried numerous variations with and without 915resolution (which I  
read doesn't work with new intel driver).  This xorg.conf file gives  
me 1280x768.  Below is the intel snippet from xorg.0.log.  I feel  
like I'm missing one little thing, but not sure what it is.


On May 14, 2007, at 3:52 PM, Jarod Wilson wrote:

> Tried building a custom 1366x768 modeline and forcing it to that?
>
> -- 
> Jarod Wilson
> jarod at wilsonet.com
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


# /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    "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"      "pc104"
         Option          "XkbLayout"     "us"
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 "Device"
         Identifier      "Generic Video Card"
         Driver          "i810"
         BusID           "PCI:0:2:0"
         Option          "LinearAlloc" "32768"
         Option          "UseFBDev"              "false"
         Option          "MonitorLayout"         "TDMS,NONE"
         Option          "NoDDC"   "true"
         Option          "IgnoreEDID" "true"
EndSection

Section "Monitor"
         Identifier      "Generic Monitor"
         Option          "IgnoreEDID" "true"
         Option          "DPMS"
         HorizSync       32-68
         VertRefresh     60-85
         DisplaySize     560 315
         Modeline "1360x768"  84.72  1360 1424 1568 1776  768 769 772  
795  -HSync +Vsync
#       Modeline "1360x768" 85.500 1360 1424 1536 1792 768 771 777  
795 +Hsync +Vsync
#       ModeLine "1360x768" 84.50 1360 1392 1712 1744 768 783 791 807  
-hsync -vsync
#       ModeLine "1368x768" 85.5 1360 1424 1536 1792 768 771 776 794 - 
hsync -vsync

EndSection


Section "Screen"
         Identifier      "Default Screen"
         Device          "Generic Video Card"
         Monitor         "Generic Monitor"
         DefaultDepth    24

         SubSection "Display"
                 Depth           24
                 Modes           "1360x768"
         EndSubSection

EndSection

Section "ServerLayout"
         Identifier      "Default Layout"
         Screen          "Default Screen"
         InputDevice     "Generic Keyboard"
         InputDevice     "Configured Mouse"
EndSection

Section "DRI"
         Mode    0666
EndSection

-----

(II) intel(0): [drm] loaded kernel module for "i915" driver
(II) intel(0): [drm] DRM interface version 1.3
(II) intel(0): [drm] created "i915" driver at busid "pci:0000:00:02.0"
(II) intel(0): [drm] added 8192 byte SAREA at 0xdf5c4000
(II) intel(0): [drm] mapped SAREA 0xdf5c4000 to 0xb7b21000
(II) intel(0): [drm] framebuffer handle = 0x82fd0000
(II) intel(0): [drm] added 1 reserved context for kernel
(II) intel(0): Unable to use TTM-based memory manager with DRM  
version 1.6
(II) intel(0): [drm] Registers = 0x90380000
(II) intel(0): [drm] ring buffer = 0x80000000
(II) intel(0): [drm] init sarea width,height = 1280 x 1280 (pitch 2048)
(II) intel(0): [drm] Mapping front buffer
(II) intel(0): [drm] Front Buffer = 0x205fa000
(II) intel(0): [drm] Back Buffer = 0x86000000
(II) intel(0): [drm] Depth Buffer = 0x87000000
(II) intel(0): [drm] textures = 0x8a000000
(II) intel(0): [drm] Initialized kernel agp heap manager, 33554432
(II) intel(0): [dri] visual configs initialized
(II) intel(0): Page Flipping disabled
(==) intel(0): Write-combining range (0x80000000,0x10000000)
(II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset  
is 0x0000
(II) intel(0): Using 33554432 bytes of offscreen memory for linear  
(offset=0xfca000)
(II) intel(0): Using XFree86 Acceleration Architecture (XAA)
         Screen to screen bit blits
         Solid filled rectangles
         8x8 mono pattern filled rectangles
         Indirect CPU to Screen color expansion
         Solid Horizontal and Vertical Lines
         Offscreen Pixmaps
         Setting up tile and stipple cache:
                 32 128x128 slots
                 32 256x256 slots
                 16 512x512 slots
(==) intel(0): Backing store disabled
(==) intel(0): Silken mouse enabled
(II) intel(0): Initializing HW Cursor
(II) intel(0): Current clock rate multiplier: 8
(II) intel(0): xf86BindGARTMemory: bind key 0 at 0x00fbf000 (pgoffset  
4031)
(II) intel(0): xf86BindGARTMemory: bind key 1 at 0x00fc0000 (pgoffset  
4032)
(II) intel(0): xf86BindGARTMemory: bind key 2 at 0x00fc4000 (pgoffset  
4036)
(II) intel(0): xf86BindGARTMemory: bind key 3 at 0x00fc5000 (pgoffset  
4037)
(II) intel(0): xf86BindGARTMemory: bind key 4 at 0x00fc9000 (pgoffset  
4041)
(II) intel(0): xf86BindGARTMemory: bind key 5 at 0x00fca000 (pgoffset  
4042)
(II) intel(0): xf86BindGARTMemory: bind key 6 at 0x02fd0000 (pgoffset  
12240)
(II) intel(0): xf86BindGARTMemory: bind key 7 at 0x06000000 (pgoffset  
24576)
(II) intel(0): xf86BindGARTMemory: bind key 8 at 0x07000000 (pgoffset  
28672)
(II) intel(0): xf86BindGARTMemory: bind key 9 at 0x0a000000 (pgoffset  
40960)
(II) intel(0): Output configuration:
(II) intel(0):   Pipe A is on
(II) intel(0):   Display plane A is now enabled and connected to pipe A.
(II) intel(0):   Pipe B is off
(II) intel(0):   Display plane B is now disabled and connected to  
pipe B.
(II) intel(0):   Output VGA is connected to pipe none
(II) intel(0):   Output TMDS-1 is connected to pipe A
(II) intel(0):   Output TV is connected to pipe none
(**) Option "dpms"
(**) intel(0): DPMS enabled
(II) intel(0): Set up textured video
(II) intel(0): Set up overlay video
(II) intel(0): X context handle = 0x1
(II) intel(0): [drm] installed DRM signal handler
(II) intel(0): [DRI] installation complete
(II) intel(0): [drm] dma control initialized, using IRQ 17
(II) intel(0): direct rendering: Enabled
(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled  
message.
(WW) intel(0): Option "UseFBDev" is not used
(WW) intel(0): Option "MonitorLayout" is not used
(WW) intel(0): Option "IgnoreEDID" is not used
(--) RandR disabled





More information about the mythtv-users mailing list