[PLUTO-help] uscita da X & LCD

Fabrizio Barison ildottoremihadettochepossofarlo a tuttoelettronica.org
Ven 27 Ott 2006 17:31:58 CEST


On 10/27/06, Fabrizio Barison
<ildottoremihadettochepossofarlo a tuttoelettronica.org> wrote:
> On 10/23/06, Alessio Calvio <alekals a gmail.com> wrote:
> > Come puoi vedere ogni seziona ha un IDENTIFIER.
> visto.
> > Cerca la sezione screen e dicci quale IDENTIFIER usa.
> > Altrimenti posta l'xorg.conf per intero.
> ci provo, spero che rimanga all'interno dei limiti di dimensione,
> tolgo le parti relative al mouse e tastiera...
>
chiedo scusa, ne manca un pezzo...

Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "aticonfig-Screen[0]" 0 0
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
   RgbPath      "/usr/share/X11/rgb"
   ModulePath   "/usr/lib/xorg/modules"
   FontPath     "/usr/share/fonts/misc/"
   FontPath     "/usr/share/fonts/TTF/"
   FontPath     "/usr/share/fonts/OTF"
   FontPath     "/usr/share/fonts/Type1/"
   FontPath     "/usr/share/fonts/CID/"
   FontPath     "/usr/share/fonts/100dpi/"
   FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
   Load  "extmod"
   Load  "dbe"
   Load  "record"
   Load  "xtrap"
   Load  "glx"
   Load  "dri"
   Load  "freetype"
   Load  "type1"
EndSection

Section "Monitor"

#DisplaySize     340   270 # mm
### Comment all HorizSync and VertSync values to use DDC:
   Identifier   "Monitor0"
   VendorName   "AMW"
   ModelName    "M179D"
   HorizSync    30.0 - 80.0
   VertRefresh  55.0 - 75.0
   Option       "DPMS"
EndSection

Section "Monitor"
   Identifier   "aticonfig-Monitor[0]"
   Option       "VendorName" "ATI Proprietary Driver"
   Option       "ModelName" "Generic Autodetecting Monitor"
   Option       "DPMS" "true"
EndSection

Section "Device"

### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option     "NoAccel"             # [<bool>]
#Option     "SWcursor"            # [<bool>]
#Option     "Dac6Bit"             # [<bool>]
#Option     "Dac8Bit"             # [<bool>]
#Option     "BusType"             # [<str>]
#Option     "CPPIOMode"           # [<bool>]
#Option     "CPusecTimeout"       # <i>
#Option     "AGPMode"             # <i>
#Option     "AGPFastWrite"        # [<bool>]
#Option     "AGPSize"             # <i>
#Option     "GARTSize"            # <i>
#Option     "RingSize"            # <i>
#Option     "BufferSize"          # <i>
#Option     "EnableDepthMoves"    # [<bool>]
#Option     "EnablePageFlip"      # [<bool>]
#Option     "NoBackBuffer"        # [<bool>]
#Option     "DMAForXv"            # [<bool>]
#Option     "FBTexPercent"        # <i>
#Option     "DepthBits"           # <i>
#Option     "AccelDFS"            # [<bool>]
#Option     "PanelOff"            # [<bool>]
#Option     "DDCMode"             # [<bool>]
#Option     "MonitorLayout"       # [<str>]
#Option     "IgnoreEDID"          # [<bool>]
#Option     "UseFBDev"            # [<bool>]
#Option     "MergedFB"            # [<bool>]
#Option     "CRT2HSync"           # [<str>]
#Option     "CRT2VRefresh"        # [<str>]
#Option     "CRT2Position"        # [<str>]
#Option     "MetaModes"           # [<str>]
#Option     "MergedDPI"           # [<str>]
#Option     "MergedXinerama"      # [<bool>]
#Option     "MergedXineramaCRT2IsScreen0"  # [<bool>]
#Option     "MergedNonRectangular"   # [<bool>]
#Option     "MergedMouseRestriction"    # [<bool>]
#Option     "DisplayPriority"     # [<str>]
#Option     "PanelSize"           # [<str>]
#Option     "ForceMinDotClock"    # <freq>
#Option     "ColorTiling"         # [<bool>]
#Option     "VideoKey"            # <i>
#Option     "RageTheatreCrystal"  # <i>
#Option     "RageTheatreTunerPort"   # <i>
#Option     "RageTheatreCompositePort"  # <i>
#Option     "RageTheatreSVideoPort"  # <i>
#Option     "TunerType"           # <i>
#Option     "RageTheatreMicrocPath"  # <str>
#Option     "RageTheatreMicrocType"  # <str>
#Option     "RenderAccel"         # [<bool>]
#Option     "SubPixelOrder"       # [<str>]
#Option     "ShowCache"           # [<bool>]
#Option     "DynamicClocks"       # [<bool>]
#Option     "BIOSHotkeys"         # [<bool>]
#Option     "VGAAccess"           # [<bool>]
#Option     "ReverseDDC"          # [<bool>]
#Option     "LVDSProbePLL"        # [<bool>]
#Option     "AccelMethod"         # <str>
#Option     "ConstantDPI"         # [<bool>]
   Identifier  "Card0"
   Driver      "ati"
   VendorName  "ATI Technologies Inc"
   BoardName   "RV350 AP [Radeon 9600]"
   BusID       "PCI:1:0:0"
EndSection

Section "Device"
   Identifier  "aticonfig-Device[0]"
   Driver      "fglrx"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   SubSection "Display"
      Viewport   0 0
      Depth     1
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     4
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     8
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     15
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection

Section "Screen"
   Identifier "aticonfig-Screen[0]"
   Device     "aticonfig-Device[0]"
   Monitor    "aticonfig-Monitor[0]"
   DefaultDepth     24
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection
EndSection
Section "dri"
   Mode 0666
EndSection

-- 
Fabrizio Barison
ildottoremihadettochepossofarlo a tuttoelettronica.org
ildottoremihadettochepossofarlo a katamail.com

Better a living donkey than a dead doctor!



More information about the pluto-help mailing list