Anzeigen der neuesten Beiträge
0 Mitglieder und 1 Gast betrachten dieses Thema.
richard@richard-desktop:~$ nvidia-xconfigUsing X configuration file: "/etc/X11/xorg.conf".VALIDATION ERROR: Data incomplete in file /etc/X11/xorg.conf. Device section "Configured Video Device" must have a Driver line.ERROR: Unable to write to directory '/etc/X11'.
# xorg.conf (X.Org X Window System server configuration file)## This file was generated by dexconf, the Debian X Configuration tool, using# values from the debconf database.## Edit this file with caution, and see the xorg.conf manual page.# (Type "man xorg.conf" at the shell prompt.)## This file is automatically updated on xserver-xorg package upgrades *only*# if it has not been modified since the last upgrade of the xserver-xorg# package.## Note that some configuration settings that could be done previously# in this file, now are automatically configured by the server and settings# here are ignored.## If you have edited this file but would like it to be automatically updated# again, run the following command:# sudo dpkg-reconfigure -phigh xserver-xorgSection "Device" Identifier "Configured Video Device"EndSectionSection "Monitor" Identifier "Configured Monitor"EndSectionSection "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device"EndSection
Über die Paketverwaltung geht nichts
# File generated by XFdrake (rev 256990)# **********************************************************************# Refer to the xorg.conf man page for details about the format of# this file.# **********************************************************************Section "ServerFlags" #DontZap # disable <Ctrl><Alt><BS> (server abort) #DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching) AllowMouseOpenFail # allows the server to start up even if the mouse does not workEndSectionSection "Module" Disable "dri" Load "dbe" # Double-Buffering Extension Load "v4l" # Video for Linux Load "extmod" Load "glx" # 3D layerEndSectionSection "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "de" Option "XkbOptions" "compose:rwin"EndSectionSection "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "ExplorerPS/2" Option "Device" "/dev/input/mice"EndSectionSection "Monitor" Identifier "monitor1" VendorName "Plug'n Play" ModelName "2116S" HorizSync 31-80 VertRefresh 56-75 Option "PreferredMode" "1280x1024" # Monitor preferred modeline (59.9 Hz vsync, 65.2 kHz hsync, ratio 16/10, 92 dpi) ModeLine "1680x1050" 146 1680 1784 1960 2240 1050 1053 1059 1089 -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 616EndSectionSection "Device" Identifier "device1" VendorName "nVidia Corporation" BoardName "NVIDIA GeForce 6100 and later" Driver "nvidia" Option "DPMS" Option "DynamicTwinView" "false" Option "AddARGBGLXVisuals"EndSectionSection "Screen" Identifier "screen1" Device "device1" Monitor "monitor1" DefaultColorDepth 24 Subsection "Display" Depth 8 Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240" EndSubsection Subsection "Display" Depth 15 Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240" EndSubsection Subsection "Display" Depth 16 Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240" EndSubsection Subsection "Display" Depth 24 Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240" EndSubsectionEndSectionSection "ServerLayout" Identifier "layout1" InputDevice "Keyboard1" "CoreKeyboard" InputDevice "Mouse1" "CorePointer" Screen "screen1"EndSection
If you have edited this file but would like it to be automatically updated# again, run the following command:# sudo dpkg-reconfigure -phigh xserver-xorg
jockey-gtk
nvidia-settings
sudo apt-get remove nvidia-185-libvdpau nvidia-185-kernel-source nvidia-glx-185
sudo gedit /etc/apt/sources.list
sudo apt-get update
for DVB-S2 (s2api) support install latest v4l-dvb hg first!
Using Mercurial (Hg) provides several advantages for the end user: * easy to switch between LinuxTV driver snapshots * easy upgrading in the future * an advanced method (i.e. hg bisect) for finding the source commit that introduces a bug/error into the driver source * blah blah blah Some Linux distributions already include Hg within their package repositories The following provides examples of how to install the Mercurial software package for some distributions (Note that [sudo] means that you only have to specify "sudo" if you aren't root, otherwise omit it.): * On Debian-based distributions use the following command to install all required software: $ [sudo] apt-get install mercurial linux-headers-$(uname -r) build-essential
Using MercurialIf you have choosen to install Mercurial, the source code for the V4L-DVB kernel modules is available via an Hg tree on LinuxTV using the following command from a console:hg clone http://linuxtv.org/hg/v4l-dvbThis creates a directory called v4l-dvb in the current working directory.