idt_winchip
09-06-2006, 19:34
Aiutatemi a sbarazzarmi di agpgart!
Non ne vuole sapere di andare via!
L'ho compilato nel kernel come modulo
Anche mettendolo in /etc/modules.d/blacklist viene caricato ugualmente
se rimuovo il file del modulo agpgart.ko non mi parte il sistema (il modulo nvidia dice che ne ha bisogno)
In Xorg.conf ho settato NvAGP=1
prima di mettere agp=off all'avvio del kernel (che poi dovrebbe funzionare solo quando agpgart è compilato staticamente nel kernel :mbe: mi dava questo:
fuckpc:/home/qwert#dmesg | grep AGP
agpgart: AGP aperture is 128M @ 0xe0000000
NVRM: not using NVAGP, AGPGART is loaded!!
or invece non mi da niente in output.
altro output:
fuckpc:/home/qwert# lsmod |grep agp
agpgart 30172 1 nvidia
quindi agpgart è abilitato
se provo a vedere lo status dell'agp:
fuckpc:/home/qwert# cat /proc/driver/nvidia/agp/status
Status: Disabled
AGP initialization failed, please check the ouput
of the 'dmesg' command and/or your system log file
for additional information on this problem.
fuckpc:/home/qwert# lsmod | grep nvidia
nvidia 4549716 12
agpgart 30172 1 nvidia
altre info sui moduli:
fuckpc:/home/qwert# modinfo agpgart
filename: /lib/modules/2.6.16.20/kernel/drivers/char/agp/agpgart.ko
author: Dave Jones <davej@codemonkey.org.uk>
description: AGP GART driver
license: GPL and additional rights
alias: char-major-10-175
vermagic: 2.6.16.20 preempt K7 gcc-4.1
depends:
fuckpc:/home/qwert# modinfo nvidia
filename: /lib/modules/2.6.16.20/kernel/drivers/video/nvidia.ko
license: NVIDIA
alias: char-major-195-*
vermagic: 2.6.16.20 preempt K7 gcc-4.1
depends: agpgart
alias: pci:v000010DEd*sv*sd*bc03sc00i00*
alias: pci:v000010DEd*sv*sd*bc03sc02i00*
parm: NVreg_PanelBrightnessLimits:int
parm: NVreg_PanelPWMFrequency:int
parm: NVreg_EnableBrightnessControl:int
parm: NVreg_SaveVBios:int
parm: NVreg_VbiosFromROM:int
parm: NVreg_DetectPrimaryVga:int
parm: NVreg_UseCPA:int
parm: NVreg_RemapLimit:int
parm: NVreg_RmLogonRC:int
parm: NVreg_VideoEnhancement:int
parm: NVreg_DevicesConnected:int
parm: NVreg_FlatPanelMode:int
parm: NVreg_ResmanDebugLevel:int
parm: NVreg_DeviceFileMode:int
parm: NVreg_DeviceFileGID:int
parm: NVreg_DeviceFileUID:int
parm: NVreg_ModifyDeviceFiles:int
parm: NVreg_Mobile:int
parm: NVreg_SoftEDIDs:int
parm: NVreg_EnableAGPFW:int
parm: NVreg_EnableAGPSBA:int
parm: NVreg_NvAGP:int
parm: NVreg_ReqAGPRate:int
parm: NVreg_EnableALiAGP:int
parm: NVreg_EnableVia4x:int
parm: NVreg_VideoMemoryTypeOverride:int
parm: nv_disable_pat:int
questo è il mio xorg..anche se penso che non sarà molto utile
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Mon May 15 13:23:42 PDT 2006
# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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.
#
# 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
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
# Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Emulate3Buttons" "true"
EndSection
Section "Monitor"
Identifier "Monitor Generico"
HorizSync 28.0 - 68.0
VertRefresh 60.0 - 85.0
Option "DPMS"
Option "UseEDIDFreqs" "FALSE"
Option "UseEDIDDpi" "FALSE"
Option "ModeValidation" "NoEdidModes"
EndSection
Section "Device"
Identifier "NVIDIA Geforce4 MX 440 NV18"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Geforce4 MX 440 NV18"
Monitor "Monitor Generico"
DefaultDepth 24
Option "AccelGlxWithComposite" "true"
Option "RenderAccel" "true"
Option "NvAGP" "3"
Option "AGPFastWrite" "True"
# Option "IgnoreDisplayDevices" "DFP, TV"
# Option "ConnectedMonitor" "CRT"
Option "NoLogo" "On"
# Option "EnablePageFlip" "on"
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "true"
Option "Damage" "true"
Option "Render" "Enable"
EndSection
Se qualcuno è riuscito ad abilitare nvagp mi farebbe piacere sapere come ha fatto..grazie :stordita:
Non ne vuole sapere di andare via!
L'ho compilato nel kernel come modulo
Anche mettendolo in /etc/modules.d/blacklist viene caricato ugualmente
se rimuovo il file del modulo agpgart.ko non mi parte il sistema (il modulo nvidia dice che ne ha bisogno)
In Xorg.conf ho settato NvAGP=1
prima di mettere agp=off all'avvio del kernel (che poi dovrebbe funzionare solo quando agpgart è compilato staticamente nel kernel :mbe: mi dava questo:
fuckpc:/home/qwert#dmesg | grep AGP
agpgart: AGP aperture is 128M @ 0xe0000000
NVRM: not using NVAGP, AGPGART is loaded!!
or invece non mi da niente in output.
altro output:
fuckpc:/home/qwert# lsmod |grep agp
agpgart 30172 1 nvidia
quindi agpgart è abilitato
se provo a vedere lo status dell'agp:
fuckpc:/home/qwert# cat /proc/driver/nvidia/agp/status
Status: Disabled
AGP initialization failed, please check the ouput
of the 'dmesg' command and/or your system log file
for additional information on this problem.
fuckpc:/home/qwert# lsmod | grep nvidia
nvidia 4549716 12
agpgart 30172 1 nvidia
altre info sui moduli:
fuckpc:/home/qwert# modinfo agpgart
filename: /lib/modules/2.6.16.20/kernel/drivers/char/agp/agpgart.ko
author: Dave Jones <davej@codemonkey.org.uk>
description: AGP GART driver
license: GPL and additional rights
alias: char-major-10-175
vermagic: 2.6.16.20 preempt K7 gcc-4.1
depends:
fuckpc:/home/qwert# modinfo nvidia
filename: /lib/modules/2.6.16.20/kernel/drivers/video/nvidia.ko
license: NVIDIA
alias: char-major-195-*
vermagic: 2.6.16.20 preempt K7 gcc-4.1
depends: agpgart
alias: pci:v000010DEd*sv*sd*bc03sc00i00*
alias: pci:v000010DEd*sv*sd*bc03sc02i00*
parm: NVreg_PanelBrightnessLimits:int
parm: NVreg_PanelPWMFrequency:int
parm: NVreg_EnableBrightnessControl:int
parm: NVreg_SaveVBios:int
parm: NVreg_VbiosFromROM:int
parm: NVreg_DetectPrimaryVga:int
parm: NVreg_UseCPA:int
parm: NVreg_RemapLimit:int
parm: NVreg_RmLogonRC:int
parm: NVreg_VideoEnhancement:int
parm: NVreg_DevicesConnected:int
parm: NVreg_FlatPanelMode:int
parm: NVreg_ResmanDebugLevel:int
parm: NVreg_DeviceFileMode:int
parm: NVreg_DeviceFileGID:int
parm: NVreg_DeviceFileUID:int
parm: NVreg_ModifyDeviceFiles:int
parm: NVreg_Mobile:int
parm: NVreg_SoftEDIDs:int
parm: NVreg_EnableAGPFW:int
parm: NVreg_EnableAGPSBA:int
parm: NVreg_NvAGP:int
parm: NVreg_ReqAGPRate:int
parm: NVreg_EnableALiAGP:int
parm: NVreg_EnableVia4x:int
parm: NVreg_VideoMemoryTypeOverride:int
parm: nv_disable_pat:int
questo è il mio xorg..anche se penso che non sarà molto utile
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Mon May 15 13:23:42 PDT 2006
# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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.
#
# 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
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
# Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Emulate3Buttons" "true"
EndSection
Section "Monitor"
Identifier "Monitor Generico"
HorizSync 28.0 - 68.0
VertRefresh 60.0 - 85.0
Option "DPMS"
Option "UseEDIDFreqs" "FALSE"
Option "UseEDIDDpi" "FALSE"
Option "ModeValidation" "NoEdidModes"
EndSection
Section "Device"
Identifier "NVIDIA Geforce4 MX 440 NV18"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Geforce4 MX 440 NV18"
Monitor "Monitor Generico"
DefaultDepth 24
Option "AccelGlxWithComposite" "true"
Option "RenderAccel" "true"
Option "NvAGP" "3"
Option "AGPFastWrite" "True"
# Option "IgnoreDisplayDevices" "DFP, TV"
# Option "ConnectedMonitor" "CRT"
Option "NoLogo" "On"
# Option "EnablePageFlip" "on"
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "true"
Option "Damage" "true"
Option "Render" "Enable"
EndSection
Se qualcuno è riuscito ad abilitare nvagp mi farebbe piacere sapere come ha fatto..grazie :stordita: