Steve Brown wrote:
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection
Shouldn't you set some modes for the size of your screen in the display subsection? Attached is an xorg.conf from when I used to use the Nvidia module
Section "Module"

        Load    "dbe"

        SubSection  "extmod"
                Option  "omit xfree86-dga"  
        EndSubSection

        Load    "type1"
        Load    "freetype"
        Load    "glx"

EndSection

Section "Files"

        RgbPath         "/usr/X11R6/lib/X11/rgb"
        FontPath        "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath        "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath        "/usr/X11R6/lib/X11/fonts/TTF/"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/"

EndSection

Section "ServerFlags"

        Option          "BlankTime" "0"

EndSection

Section "InputDevice"

        Identifier      "Keyboard1"
        Driver          "kbd"
        Option          "AutoRepeat"    "500 30"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "gb"

EndSection

Section "InputDevice"

        Identifier      "Mouse1"
        Driver          "mouse"
        Option          "Protocol"      "IMPS/2"
        Option          "Device"        "/dev/psaux"
        Option          "ZAxisMapping"  "4 5"

EndSection

Section "Monitor"

        Identifier      "SDM-S71R"
        HorizSync       32.0 - 65.0
        VertRefresh     50-65

EndSection

Section "Device"

        Identifier      "GeForce4 MX460"
        Driver          "nvidia"
        Option          "NoLogo"        "TRUE"
        Option          "RenderAccel"   "TRUE"
        Option          "UseEdidFreqs"  "TRUE"

EndSection

Section "Screen"

        Identifier      "Screen 1"
        Device          "GeForce4 MX460"
        Monitor         "SDM-S71R"
        DefaultDepth    24

        Subsection "Display"
                Depth   24
                Modes   "1280x1024"
                ViewPort        0 0
        EndSubsection

EndSection

Section "ServerLayout"

        Identifier      "Simple Layout"
        Screen          "Screen 1"
        InputDevice     "Mouse1"        "CorePointer"
        InputDevice     "Keyboard1"     "CoreKeyboard"

EndSection
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to