XF86Config-4 # XF86Config-4 (XFree86 server configuration file) generated by dexconf, the # Debian X Configuration tool, using values from the debconf database. # # Edit this file with caution, and see the XF86Config-4 manual page. # (Type "man XF86Config-4" at the shell prompt.) # # If you want your changes to this file preserved by dexconf, only make changes # before the "### BEGIN DEBCONF SECTION" line above, and/or after the # "### END DEBCONF SECTION" line below. # # To change things within the debconf section, run the command: # dpkg-reconfigure xserver-xfree86 # as root. Also see "How do I add custom sections to a dexconf-generated # XF86Config or XF86Config-4 file?" in /usr/share/doc/xfree86-common/FAQ.gz. Section "Files" # FontPath "unix/:7100" # local font server # if the local font server has problems, we can fall back on these FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/CID" FontPath "/usr/lib/X11/fonts/Speedo" FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/cyrillic" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" FontPath "/usr/lib/X11/fonts/100dpi:unscaled" FontPath "/usr/lib/X11/fonts/75dpi:unscaled" FontPath "/usr/lib/X11/fonts/TrueType" ## mk #Font Path "file:/usr/share/fonts/ttf/western/" EndSection Section "Module" #wg nvidia Load "GLcore" Load "bitmap" Load "dbe" Load "ddc" #wg nvidia Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "speedo" Load "type1" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "de" Option "XkbVariant" "nodeadkeys" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" #Option "Device" "/dev/gpmdata" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "Device" Identifier "Card0" #Option "NvAGP" "0" #Option "ConnectedMonitor" "DFP" #Option "UseEdidFreqs" #Option "FlatPanelProperties" "Scaling = scaled, Dithering = default" #Option "DigitalVibrance" "100" Driver "nvidia" #VendorName "NVidia" #Option "NoDDC" #BoardName "AGP Asus TI4200" #BusID "PCI:1:0:0" #Option "FlatPanel" Option "CtrcNumber" "1" EndSection Section "Modes" Identifier "B" # Insert these lines into the "Monitor" section of the XF86Config file # The following modes are the officially supported display resolutions, # as taken from Apple's specification sheet for the 23" Cinema HD display # 1920x1200 @ 60Hz Modeline "1920x1200" 193.156 1920 2048 2256 2592 1200 1201 1203 1242 +hsync +vsync # 1280x800 at 50 Hz Modeline "1280x800" 67.26 1280 1312 1560 1592 800 817 824 841 # 1024x600 at 50 Hz Modeline "1024x600" 39.00 1024 1056 1200 1232 600 613 618 631 # 800x500 at 75 Hz Modeline "800x500" 40.10 800 832 984 1016 500 510 516 526 EndSection Section "Monitor" Identifier "Monitor0" VendorName "Apple" ModelName "HDCD23" DisplaySize 495 310 VertRefresh 50-70 HorizSync 30-90 UseModes "A" EndSection Section "Modes" Identifier "A" #Modeline "1920x1200" 155.0 1920 1984 2016 2144 1200 1203 1206 1212 Modeline "1920x1200" 193.16 1920 2048 2256 2592 1200 1201 1204 1242 #Modeline "1920x1200" 210.68 1920 1952 2752 2784 1200 1224 1236 1261 EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" ## begin: zwei Monitore #Option "TwinView" "on" #Option "UseEdidFreqs" "on" #Option "SecondMonitorHorizSync" "31-82" #Option "SecondMonitorVertRefresh" "56-85" #Option "MetaModes" "1920x1200,1280x1024;1280x800,1280x1024;1280x1000,1024x768;1024x600,640x480; 800x600,640x480" #Option "TwinViewOrientation" "RightOf" #Option "ConnectedMonitor" "DFP,DFP" ## end: zwei Monitore DefaultDepth 24 SubSection "Display" Depth 24 Modes "1920x1200" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Screen0" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "DRI" Mode 0666 EndSection ----- Original Message ----- From: "Michael Kirchhof" <kirchhof@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> To: <xfree86@xxxxxxxxxxx> Sent: Monday, December 15, 2003 9:00 PM Subject: Re: Apple Cinema Display 23" / Nvidia Quadro / Linux Debian Xfree 4.3 > Hi Mark, > > unfortunatly, it still doesn't work. :| > > I'm using a self-compiled nvidia driver "nvidia" from www.nvidia.com. > > I attached my XF86Config-4 and my XFree86.0.log. > > Michael > > ----- Original Message ----- > From: "Mark Vojkovich" <mvojkovi@xxxxxxxxxxx> > To: "Michael Kirchhof" <kirchhof@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> > Cc: <XFree86@xxxxxxxxxxx> > Sent: Friday, December 12, 2003 9:24 PM > Subject: Re: Apple Cinema Display 23" / Nvidia Quadro / Linux > Debian Xfree 4.3 > > > > Yes, it should work. I assume you are using the "nv" driver that > > came with XFree86 4.3. A modeline like the following should work. > > > > Modeline "1920x1200" 193.16 1920 2048 2256 2592 1200 1201 1204 1242 > > > > XFree86 4.3 has some autodetection problems (the 4.4 pre-releases > > are better in this respect), so you often have to do some XF86Config > > file magic with flat panels. Try adding to the Section "Device": > > > > Option "FlatPanel" > > > > If that doesn't work, then also try: > > > > Option "CrtcNumber" "1" > > > > If you can't get it to work send me your /var/log/XFree86.0.log file. > > > > > > Mark. > > > > On Fri, 12 Dec 2003, Michael Kirchhof wrote: > > > > > Hi, > > > > > > is it possible to get this combination to work? I googled around, but > > > couldn't find a working configuration (modlines, ...). The display seems > to > > > be recognized, but nothing is displayed. > > > > > > Please help! :) > > > > > > > > > > _______________________________________________ > > XFree86 mailing list > > XFree86@xxxxxxxxxxx > > http://XFree86.Org/mailman/listinfo/xfree86 > > > > > > > > > _______________________________________________ > XFree86 mailing list > XFree86@xxxxxxxxxxx > http://XFree86.Org/mailman/listinfo/xfree86 > > > _______________________________________________ XFree86 mailing list XFree86@xxxxxxxxxxx http://XFree86.Org/mailman/listinfo/xfree86