[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Xfree86 and iMac G4 flat panel



Alle 19:35, venerdì 28 marzo 2003, Carlos Perelló Marín ha scritto:
> > I have an iMac 17 inches wide screen and it fully works with
> > XFree86 4.3.0 and nv driver.
>
> Could you send us your configuration file? Thanks.

Here is it...

Section "ServerLayout"
    Identifier     "XFree86 Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    RgbPath      "/usr/X11R6-dev/lib/X11/rgb"
    ModulePath   "/usr/X11R6-dev/lib/modules"
    FontPath	 "/usr/X11R6-dev/lib/X11/fonts/truetype"
    FontPath     "/usr/X11R6-dev/lib/X11/fonts/misc/"
    FontPath     "/usr/X11R6-dev/lib/X11/fonts/Speedo/"
    FontPath     "/usr/X11R6-dev/lib/X11/fonts/Type1/"
    FontPath     "/usr/X11R6-dev/lib/X11/fonts/CID/"
    FontPath     "/usr/X11R6-dev/lib/X11/fonts/75dpi/"
    FontPath     "/usr/X11R6-dev/lib/X11/fonts/100dpi/"
EndSection

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

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "keyboard"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option 	"Protocol"      "IMPS/2"
    Option      "ZAxisMapping"  "4 5"
    Option      "Device"        "/dev/input/mice"
EndSection

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
    UseModes	 "Modes0"
    HorizSync    30-70
    VertRefresh  50-160
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     "SWcursor"           	# [<bool>]
    #Option     "HWcursor"           	# [<bool>]
    #Option     "NoAccel"            	# [<bool>]
    #Option     "ShowCache"          	# [<bool>]
    #Option     "ShadowFB"           	# [<bool>]
    #Option     "UseFBDev"           	# [<bool>]
    #Option     "Rotate"             	# [<str>]
    #Option     "VideoKey"           	# <i>
    Option      "FlatPanel"   "true"   	# [<bool>]
    #Option     "FPDither"           	# [<bool>]
    Option      "CrtcNumber"  "0"      	# <i>
    Identifier  "Card0"
    Driver 	"nv"
    Option      "FlatPanel"
    VendorName  "nVidia Corporation"
    BoardName   "NV17 [GeForce4 440 Go]"
    BusID       "PCI:0:16:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultDepth 24

    SubSection "Display"
        Depth 1
        Modes  	"1440x900" "1152x768" "1280x1024" 
    EndSubSection

    SubSection "Display"
        Depth 4
        Modes  	"1440x900" "1152x768" "1280x1024" 
    EndSubSection

    SubSection "Display"
        Depth 8
        Modes  	"1440x900" "1152x768" "1280x1024" 
    EndSubSection

    SubSection "Display"
        Depth 15
        Modes  	"1440x900" "1152x768" "1280x1024" 
    EndSubSection

    SubSection "Display"
        Depth 16
        Modes  	"1440x900" "1152x768" "1280x1024" 
    EndSubSection

    SubSection "Display"
        Depth 24
        Modes  	"1440x900" 
    EndSubSection
EndSection

Section "DRI"
	Mode 0666
EndSection

Section "Modes"
    Identifier      "Modes0"
    Modeline "1440x900" 129.73  1440 1480 1616 1848  900 903 906 936  -HSync -VSync
EndSection


-- 
Alessandro 'Asterix' Astarita <aleast@capri.it>
CapriOnLine S.r.l. http://www.caprionline.com/
"Unix IS user friendly. It's just selective about who its friend are"



Reply to: