|
#error Modules should never use kernel-headers system headers #error but headers from an appropriate kernel-source
$ startx -- -verbose 5 -logverbose 5
...... ...... Subsection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubsection ....... .......
Option "NvAgp" "0" ... AGP desteği etkin değil Option "NvAgp" "1" ... mümkünse NVAGP kullan Option "NvAgp" "2" ... mümkünse AGPART kullan Option "NvAGP" "3" ... ilk önce AGPGART, sonra NVAGP kullanmayı dene
o Intel 440LX o Intel 440BX o Intel 440GX o Intel 815 ("Solano") o Intel 820 ("Camino") o Intel 830 o Intel 840 ("Carmel") o Intel 845 ("Brookdale") o Intel 845G o Intel 850 ("Tehama") o Intel 860 ("Colusa") o AMD 751 ("Irongate") o AMD 761 ("IGD4") o AMD 762 ("IGD4 MP") o VIA 8371 o VIA 82C694X o VIA KT133 o VIA KT266 o RCC 6585HE o Micron SAMDDR ("Samurai") o Micron SCIDDR ("Scimitar") o nForce AGP o ALi 1621 o ALi 1631 o ALi 1647 o ALi 1651 o ALi 1671 o SiS 630 o SiS 633 o SiS 635 o SiS 645 o SiS 730 o SiS 733 o SiS 735 o SiS 745
alias char-major-195 nvidia options nvidia NVreg_ReqAGPRate=2 # force AGP Rate to 2x
options nvidia NVreg_ReqAGPRate=1 # force AGP Rate to 1x
# cat /var/log/XFree86.0.log | grep Encoder (--) NVIDIA(0): Detected TV Encoder: NVIDIA
# cat /etc/X11/XF86Config-4 | grep Modes Modes "1024x768" "800x600" "640x480"
"PAL-B" : used in Belgium, Denmark, Finland, Germany, Guinea, Hong Kong, India, Indonesia, Italy, Malaysia, The Netherlands, Norway, Portugal, Singapore, Spain, Sweden, and Switzerland "PAL-D" : used in China and North Korea "PAL-G" : used in Denmark, Finland, Germany, Italy, Malaysia, The Netherlands, Norway, Portugal, Spain, Sweden, and Switzerland "PAL-H" : used in Belgium "PAL-I" : used in Hong Kong and The United Kingdom "PAL-K1" : used in Guinea "PAL-M" : used in Brazil "PAL-N" : used in France, Paraguay, and Uruguay "PAL-NC" : used in Argentina "NTSC-J" : used in Japan "NTSC-M" : used in Canada, Chile, Colombia, Costa Rica, Ecuador, Haiti, Honduras, Mexico, Panama, Puerto Rico, South Korea, Taiwan, United States of America, and Venezuela
0xFFFFFFFF : let the kernel module auto detect the correct value 1 : Dell laptops 2 : non-Compal Toshiba laptops 3 : all other laptops 4 : Compal Toshiba laptops 5 : Gateway laptops
alias char-major-195 nvidia options nvidia NVreg_SoftEDIDs=0 NVreg_Mobile=4
|