You are not logged in.

#1 2007-02-28 09:30:11

wickyd
Member
Registered: 2007-02-21
Posts: 23

Working single-head xorg.conf with commercial NVIDIA driver request

Please can you post a working xorg.conf file with the following:

1. Single CRT monitor.
2. Commercial NVIDIA driver. I have a GeForce 5600XT.
3. PS/2 mouse.

Thank you.

wickyd

Offline

#2 2007-02-28 09:49:17

noriko
Member
From: In My Mind
Registered: 2006-06-09
Posts: 535
Website

Re: Working single-head xorg.conf with commercial NVIDIA driver request

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder3)  Fri Dec 15 10:13:06 PST 2006

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

Section "Files"
    RgbPath         "/usr/lib/X11/rgb"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "0"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "XkbLayout" "gb"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Chuntex"
    HorizSync       30.0 - 72.0
    VertRefresh     50.0 - 130.0
    ModeLine       "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
    ModeLine       "1024x768" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
    ModeLine       "800x600" 68.2 800 848 936 1072 600 601 604 636 -hsync +vsync
    ModeLine       "640x480" 43.2 640 680 744 848 480 481 484 509 -hsync +vsync
    ModeLine       "1280x960" 124.5 1280 1368 1504 1728 960 961 964 1001 -hsync +vsync
    ModeLine       "1152x864" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
    ModeLine       "768x576" 62.6 768 816 896 1024 576 577 580 611 -hsync +vsync
    ModeLine       "720x400" 35.5 720 760 832 936 400 401 404 446 -hsync +vsync
    ModeLine       "640x400" 31.5 640 672 736 832 400 401 404 445 -hsync +vsync
    ModeLine       "640x350" 31.5 640 672 736 832 350 382 385 445 +hsync -vsync
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 7600 GS"
EndSection

Section "Screen"
    Option         "NoLogo" "true"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "metamodes" "1280x1024_60 +0+0; 1024x768 +0+0; 800x600 +0+0; 640x480 +0+0"
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

note: you may also need, xf86-input-mouse ( and xf86-input-keyboard, if you use the 'keyboard' module as well) for the 'mouse' module.

tip: use nvidia-xconfig (fron nvidia*(-kernel|-beyond,-ck,etc if applicable)*)-utils

------

i use a usb mouse, but the same config works if i swap attach the mouse using a usb->ps/2 connector.

Last edited by noriko (2007-02-28 09:50:20)


The.Revolution.Is.Coming - - To fight, To hunger, To Resist!

Offline

#3 2007-02-28 10:09:02

wickyd
Member
Registered: 2007-02-21
Posts: 23

Re: Working single-head xorg.conf with commercial NVIDIA driver request

I saw these fontpaths added to a sample xorg.conf file, however I don't see this entry in your file. When would the following be necessary:

Section "Files"
  RgbPath       "/usr/lib/X11/rgb"
  ModulePath    "/usr/lib/modules"
  FontPath      "/usr/share/fonts/misc:unscaled"
  FontPath      "/usr/share/fonts/75dpi:unscaled"
  FontPath      "/usr/share/fonts/100dpi:unscaled"
  FontPath      "/usr/share/fonts/misc"
  FontPath      "/usr/share/fonts/75dpi"
  FontPath      "/usr/share/fonts/100dpi"
  FontPath      "/usr/share/fonts/cyrillic"
  FontPath      "/usr/share/fonts/truetype"
  FontPath      "/usr/share/fonts/TTF"
  FontPath      "/usr/share/fonts/ukr"
EndSection

Offline

#4 2007-02-28 13:08:16

noriko
Member
From: In My Mind
Registered: 2006-06-09
Posts: 535
Website

Re: Working single-head xorg.conf with commercial NVIDIA driver request


The.Revolution.Is.Coming - - To fight, To hunger, To Resist!

Offline

#5 2007-02-28 21:56:32

wickyd
Member
Registered: 2007-02-21
Posts: 23

Re: Working single-head xorg.conf with commercial NVIDIA driver request

Thank you both for your help.

Offline

Board footer

Powered by FluxBB