[LUNI] Configuring X upon a nvidia geforce 8300 in debian etch

Jason Smith jvsmith at digitalmatter.us
Fri Aug 24 07:36:15 CDT 2007


On Thu, 2007-08-23 at 10:55 -0500, Jay Strauss wrote:
> FYI, I don't know if this makes a difference I'm running on a flat
> panel LCD.  Dell E207FP with max res of 1680x1050.

Hi Jay. I Don't know if you've gotten this working yet but this is what
I would try based on what I have setup. I'm running what sounds like a
similar setup.

Under the "Monitor" section remove the Horizsync and VertRefresh.

In the last Subsection "Display" have only
Modes		"1680x1050"

Below is a copy of my xorg.conf. I'm running a home built machine
running Fedora Core 7 with the Nvidia drivers from the Livna repository.
It's onboard video from the Nvidia 6150 chipset. Can't recall exactly
what motherboard model it is but it's from Asus.

Good luck

[root at x2 ~]# cat /etc/X11/xorg.conf
# Xorg configuration created by livna-config-display

Section "ServerLayout"
        Identifier     "single head configuration"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        ModulePath   "/usr/lib64/xorg/modules/extensions/nvidia"
        ModulePath   "/usr/lib64/xorg/modules"
EndSection

Section "ServerFlags"
        Option      "AIGLX" "on"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "nvidia"
        Option      "HWCursor" "off"
        Option      "AddARGBGLXVisuals" "True"
        Option      "DisableGLXRootClipping" "True"
EndSection

Section "Screen"

#       SubSection "Display"
#               Viewport   0 0
#               Depth     24
#       EndSubSection
#       Option  "PasswordFile"  "/home/jason/.vnc/passwd"
        Identifier "Screen0"
        Device     "Videocard0"
        DefaultDepth     24
        SubSection "Display"
                Depth     1
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     4
                Modes    "1600x1200" "1280x1024" "1152x864" "1024x768"
"800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     8
                Modes    "1600x1200" "1280x1024" "1152x864" "1024x768"
"800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     15
                Modes    "1600x1200" "1280x1024" "1152x864" "1024x768"
"800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes    "1600x1200" "1280x1024" "1152x864" "1024x768"
"800x600" "640x480"
        EndSubSection
        SubSection "Display"

#               Modes    "1600x1200" "1280x1024" "1152x864" "1024x768"
"800x600" "640x480"
                Depth     24
                Modes    "1440x900"
        EndSubSection
EndSection

Section "Extensions"
        Option      "Composite" "Enable"
EndSection

Jason
-- 
Jason Smith
jvsmith at digitalmatter.us

We're expecting! Sign our guest book.
http://www.babiesonline.com/babies/m/mistilinn/

Nations have recently been led to borrow billions for war;
no nation has ever borrowed largely for education.  Probably,
no nation is rich enough to pay for both war and civilization.
We must make our choice; we cannot have both.  
~Abraham Flexner

Education is a better safeguard of liberty than a standing army.
~Edward Everett



More information about the luni mailing list