Tiny Core Extensions > TCE Q&A Forum

(solved) Issues with a PC with NVDIA GForce FX5200 (NV34); which Xorg.conf ?

<< < (9/9)

curaga:
We don't have nouveau in the repo at all, as it wasn't stable at the time of the builds.

floppy:

--- Quote from: curaga on May 01, 2012, 09:56:48 AM ---We don't have nouveau in the repo at all, as it wasn't stable at the time of the builds.

--- End quote ---
Since TinyCore with the "nv" driver stop working for my fx5200 card after few time (depend of the activity with the PC: from 15min to 1/2h), I would like to make a "nouveautesting" extension.
Has somebody any advice how to create that extension?
Perhaps it is the same procedure as for creating an nvidia extension indicated in the beginning of that thread?

Gawron:
Hi floppy xorg-7.6 works without troubles with GeForce FX 5200. The problem is probably in your hardware. On my computer I only added nv diver to my system with command
tce-load -wi xf86-video-nv
My xorg.conf has driver nv in section device. So far had no problems with this driver. Only changed resolution for my screen in section monitor.
Here is my xorg.conf
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "pc105"
   Option      "XkbLayout"   "pl"
EndSection

Section "InputDevice"
   Identifier   "Configured Mouse"
   Driver      "mouse"
EndSection

Section "ServerFlags"
    Option "DontZap" "False" # disable <Ctrl><Alt><BS> (server abort)
    AllowMouseOpenFail # allows the server to start up even if the mouse does not work
    #DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection
Section "Files"
    FontPath     "/tmp/tcloop/xfonts-unifont/usr/lib/X11/fonts/misc/"
EndSection

Section "Module"
    Disable "dri"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "glx" # 3D layer
EndSection

Section "Monitor"
    Identifier "monitor1"
    VendorName "Plug'n Play"
    ModelName "SyncMaster"
    HorizSync 30-81
    VertRefresh 56-75
   
    # Monitor preferred modeline (59.9 Hz vsync, 55.9 kHz hsync, ratio 16/10, 89 dpi)
    ModeLine "1440x900" 106.5 1440 1520 1672 1904 900 903 909 934 +hsync -vsync
   
    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
   
    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
EndSection

Section "Device"
    Identifier "device1"
    VendorName "nVidia Corporation"
    BoardName "NVIDIA GeForce FX series"
    Driver "nv"
    Option "DPMS"
    Option "DynamicTwinView" "false"
    Option "AddARGBGLXVisuals"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 24
EndSection

Section "ServerLayout"
    Identifier "layout1"
    Screen "screen1"
EndSection

Navigation

[0] Message Index

[*] Previous page

Go to full version