summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter van den Abeele <pvdabeel@gentoo.org>2004-02-13 00:53:31 +0000
committerPieter van den Abeele <pvdabeel@gentoo.org>2004-02-13 00:53:31 +0000
commite298518c7db7bdc59387a35ce82dfb655bf3a2f8 (patch)
tree9c4fc8a26a9539cecda46be72438801d925999a6 /src/livecd/profiles/kde/XF86Config.nvidia
parent*** empty log message *** (diff)
downloadgentoo-e298518c7db7bdc59387a35ce82dfb655bf3a2f8.tar.gz
gentoo-e298518c7db7bdc59387a35ce82dfb655bf3a2f8.tar.bz2
gentoo-e298518c7db7bdc59387a35ce82dfb655bf3a2f8.zip
Importing latest version of the livecd tool. livecd-1_4
Diffstat (limited to 'src/livecd/profiles/kde/XF86Config.nvidia')
-rw-r--r--src/livecd/profiles/kde/XF86Config.nvidia105
1 files changed, 0 insertions, 105 deletions
diff --git a/src/livecd/profiles/kde/XF86Config.nvidia b/src/livecd/profiles/kde/XF86Config.nvidia
deleted file mode 100644
index 44ca0c4752..0000000000
--- a/src/livecd/profiles/kde/XF86Config.nvidia
+++ /dev/null
@@ -1,105 +0,0 @@
-Section "ServerLayout"
- Identifier "XFree86 Configured"
- Screen 0 "Screen0" 0 0
- InputDevice "Mouse0" "CorePointer"
- InputDevice "Keyboard0" "CoreKeyboard"
-EndSection
-
-Section "Files"
- RgbPath "/usr/X11R6/lib/X11/rgb"
- ModulePath "/usr/X11R6/lib/modules"
-
- FontPath "/usr/X11R6/lib/X11/fonts/misc/"
- FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
- FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
- FontPath "/usr/X11R6/lib/X11/fonts/CID/"
- FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
- FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
-EndSection
-
-Section "Module"
- Load "dbe"
-# Load "dri"
- Load "extmod"
- Load "glx"
- Load "record"
- Load "xtrap"
- Load "speedo"
- Load "type1"
-EndSection
-
-Section "InputDevice"
- Identifier "Keyboard0"
- Driver "keyboard"
-EndSection
-
-Section "InputDevice"
- Identifier "Mouse0"
- Driver "mouse"
- Option "Protocol" "##MOUSEPROTO##"
- Option "Device" "##MOUSEDEV##"
- Option "ZAxisMapping" "4 5"
-EndSection
-
-Section "Monitor"
- Identifier "Monitor0"
- VendorName "Monitor Vendor"
- ModelName "Monitor Model"
- HorizSync ##HORIZSYNC##
- VertRefresh ##VERTREFRESH##
-EndSection
-
-Section "Device"
- ### Available Driver options are:-
- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
- ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
- ### [arg]: arg optional
- #Option "DigitalVibrance" # <i>
- #Option "PageFlip" # [<bool>]
- #Option "Dac8Bit" # [<bool>]
- #Option "NoLogo" # [<bool>]
- #Option "Overlay" # [<bool>]
- #Option "UBB" # [<bool>]
- #Option "Stereo" # [<bool>]
- #Option "BlueLine" # [<bool>]
- #Option "WindowFlip" # [<bool>]
- #Option "SWcursor" # [<bool>]
- #Option "HWcursor" # [<bool>]
- #Option "VideoKey" # <i>
- #Option "NvAGP" # <i>
- #Option "PixmapCacheLines" # <i>
- #Option "IgnoreEDID" # [<bool>]
- #Option "NoDDC" # [<bool>]
- #Option "ConnectedMonitors" # <str>
- #Option "TVStandard" # <str>
- #Option "TVOutFormat" # <str>
- #Option "NoRenderAccel" # [<bool>]
- Option "CursorShadow" "1" # [<bool>]
- #Option "CursorShadowAlpha" # <i>
- #Option "CursorShadowXOffset" # <i>
- #Option "CursorShadowYOffset" # <i>
- #Option "UseEdidFreqs" # [<bool>]
- #Option "FlatPanelProperties" # <str>
- #Option "SecondMonitorHorizSync" # <str>
- #Option "SecondMonitorVertRefresh" # <str>
- #Option "UseInt10Module" # [<bool>]
- #Option "SwapReady" # [<bool>]
- #Option "NoTwinViewXineramaInfo" # [<bool>]
- #Option "NoRenderExtension" # [<bool>]
- Identifier "Card0"
- Driver "nvidia"
- VendorName "NVidia"
-EndSection
-
-Section "Screen"
- Identifier "Screen0"
- Device "Card0"
- Monitor "Monitor0"
- DefaultColorDepth 24
- SubSection "Display"
- Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480" "512x384"
- Depth 24
- ViewPort 0 0
- EndSubSection
-EndSection
-