Link to my xorg.conf, loader.conf, sysctl.conf files for FreeBSD 6.0

mylists at obitori.net mylists at obitori.net
Thu Nov 10 19:20:25 PST 2005


Visit this link:

http://members.cox.net/budroth/

You can view my xorg.conf, loader.conf, rc.conf (nothing special), and
sysctl.conf files.  The loader.conf and sysctl.conf have tweaks I found on
the Internet.  The xorg.conf works very well with my Dell Latitude D800,
which contains an NVidia GForce4 4200 GO video card.

I am not an expert by any means, so any suggestions/improvements would be
welcome.

Good luck,

Bud

> Thanks for your response Bud.  It's a NVIDIA PCI-Express x16 GeForce Go
> 6800
> Ultra card with 256 MB memory and the monitor's a 17" WUXGA with up to
> 1920
> x 1200 resolution...
>
>
>> --- Ursprüngliche Nachricht ---
>> Von: mylists at obitori.net
>> An: dcswest at gmx.net
>> Betreff: Re: XF86Config, Dell XPS Gen 2, X.org, FreeBSD 6.0 Release
>> Datum: Wed, 9 Nov 2005 19:58:21 -0500 (EST)
>>
>> In my experience, the type of video card is more important than the
>> laptop
>> model.  Needless to say, most models (especially laptops) ship with only
>> one type of video card, but if you email out the type of video card, you
>> may find someone with the same card whose config works.  I've got a
>> "xorg.conf" that works for a dell D800 with an nvidia card, if that will
>> help.
>>
>> Good luck,
>>
>> Bud
>>
>> > Greetings;
>> >
>> > Wondering if anyone'll point out a working XF86Config file for a Dell
>> XPS
>> > Gen     2 Notebook running X.org on FreeBSD 6.0 Release
>> >
>> > Thanks,
>> >
>> > --
>> > Telefonieren Sie schon oder sparen Sie noch?
>> > NEU: GMX Phone_Flat http://www.gmx.net/de/go/telefonie
>> > _______________________________________________
>> > freebsd-mobile at freebsd.org mailing list
>> > http://lists.freebsd.org/mailman/listinfo/freebsd-mobile
>> > To unsubscribe, send any mail to
>> "freebsd-mobile-unsubscribe at freebsd.org"
>> >
>> >
>>
>>
>
> --
> 10 GB Mailbox, 100 FreeSMS/Monat http://www.gmx.net/de/go/topmail
> +++ GMX - die erste Adresse für Mail, Message, More +++
> _______________________________________________
> freebsd-mobile at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-mobile
> To unsubscribe, send any mail to "freebsd-mobile-unsubscribe at freebsd.org"
>
>
-------------- next part --------------
Section "Module"
    Load        "dbe"   # Double buffer extension
    Load  "extmod"
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
#    Load        "type1"
#    Load        "speedo"
    Load  "bitmap"
    Load  "glx"
EndSection
Section "Files"
    RgbPath     "/usr/X11R6/lib/X11/rgb"
    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "ServerFlags"
Option "NvAGP" "1"
EndSection
Section "InputDevice"
    Identifier  "Keyboard1"
    Driver      "kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"   "xfree86"
    Option "XkbModel"   "pc101"
    Option "XkbLayout"  "us"
EndSection
Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "Auto"
    Option "Device"      "/dev/sysmouse"
    Option "Emulate3Buttons"
    Option "ZAxisMapping" "4 5"
    Option "Buttons" "5"
EndSection
Section "Monitor"
    Identifier "HP P910"
    VendorName "Hewlett Packard" 
    ModelName "HP D8910" 
    HorizSync 29-107 
    VertRefresh 50-150 
    # 1024x768 @ 130 Hz, 106.8 kHz hsync 
    Modeline "1024x768" 150.6 1024 1056 1216 1408 768 782 788 822 -HSync -VSync
    # 1280x1024 @ 100 Hz, 106.8 kHz hsync 
    Modeline "1280x1024" 181 1280 1312 1440 1696 1024 1031 1046 1072 -HSync -VSync 
    # 1600x1200 @ 85 Hz, 105.77 kHz hsync 
    Modeline "1600x1200" 220 1600 1616 1808 2080 1200 1204 1207 1244 +HSync +VSync 
EndSection
Section "Monitor"
    Identifier  "Onboard WUXGA"
    Option "DPMS"
    HorizSync   31.5-110
    VertRefresh 28-90
    Modeline "1920x1200" 162 1920 1984 2176 2480 1200 1201 1204 1250 +hsync +vsync
EndSection
Section "Device"
    Identifier  "Standard VGA"
    VendorName  "Unknown"
    BoardName   "Unknown"
    Driver     "vga"
EndSection
    #VideoRam    65536
    # Insert Clocks lines here if appropriate
    #VideoRam    65536
    # Insert Clocks lines here if appropriate
Section "Device"
     Identifier  "nVidia geForce 4"
     Driver      "nvidia"
     VendorName  "NVIDIA"
     BoardName   "GeForce4 Go"
EndSection
Section "Screen"
    Identifier  "Screen 1"
    Device      "nVidia geForce 4"
    Monitor     "Onboard WUXGA"
    DefaultDepth 24
    Subsection "Display"
        Depth       8
        Modes       "1920x1200" "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1920x1200" "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1920x1200" "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection
Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection


More information about the freebsd-mobile mailing list