|
wyłączający się monitor
glowa - 05-08-2007 01:08
Witam!
Mam taki drobny problem. Od 4 dni siedze nad tym i nie moge rozgryść...
przy próbie uruchomienia interfejsu graficznego monitor się wyłącza. W tryb konsoli moge normalnie przejść za pomocą Alt+Ctrl+F1.
zainstalowałem sterowniki nvidii, ale dalej nic to nie dało - mam grafike geforce MX440
grzebałem w xorg.conf i ustawiłem tam rozdzielczość 800x600 - to nic nie dało
następnie ustawiłem HorizSync na 50.0 - gdzieś tam znalazłem, że dla tego monitora ta częstotliwość jest odpowiednia (aha mam monitor LG studioworks 44i :/ )
chciałem xorga zkonfigurować od nowa za pomocą xorgconfig i nie mam takiego narzędzia ??, a przy próbie zainstalowania/uaktualniania xorga pisze mi że mam najnowszą wersje.
przy próbie odpalenia glxinfo (oczywiście w trybie użytkownika) wywala mi błąd "Error: unable to open display (null)"
Dodam, że instalacja sterów Nvidii przebiegła pomyślnie..
Ma ktoś jakiś pomysł. Jeżeli potrzeba jakieś logi to wkleje
pozdro
Deathman - 05-08-2007 02:51
Pozycz od znajomego inny monitor i sprawdz czy inny zadziała. I spróbuj włączyć jakąś dystrybucje na live cd...
castor - 05-08-2007 04:05
wsadz w xorg.conf do Section "Screen"
Option "IgnoreDisplayDevice" "CRT"
Matius - 05-08-2007 08:41
chciałem xorga zkonfigurować od nowa za pomocą xorgconfig i nie mam takiego narzędzia ??, a przy próbie zainstalowania/uaktualniania xorga pisze mi że mam najnowszą wersje.
Zeby zrobic recongfig xorg`a trzeba wpisac to dpkg-reconfigure xserver-xorg
przy próbie odpalenia glxinfo (oczywiście w trybie użytkownika) wywala mi błąd "Error: unable to open display (null)"
Jeżeli nei masz odpalonych iksow nie wlaczysz glxinfo
glowa - 05-08-2007 11:02
wsadz w xorg.conf do Section "Screen"
Option "IgnoreDisplayDevice" "CRT"
niestety, to również nie pomogło.
Spass - 05-08-2007 12:33
Jakie sterowniki instalowałeś? Dla MX 440 potrzebna jest wersja 1.0-9639. Mam taką samą kartę, więc może mój xorg.conf ci pomoże.
Section "Files" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/X11R6/lib/X11/fonts/100dpi" FontPath "/usr/share/fonts/X11/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" # path to defoma fonts FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection
Section "Module" Load "bitmap" Load "dbe" Load "ddc" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "vbe" #Load "dri" #Load "GLcore" EndSection
Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc101" Option "XkbLayout" "pl" EndSection
Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" EndSection
Section "Device" Identifier "GeForce4 MX 440" Driver "nvidia" Option "XAANoOffscreenPixmaps" "true" Option "AllowGLXWithComposite" "true" Option "NoLogo" EndSection
Section "Monitor" Identifier "Hivision CT1772PF" Option "DPMS" HorizSync 30-72 VertRefresh 50-135 EndSection
Section "Screen" Identifier "Default Screen" Device "GeForce4 MX 440" Monitor "Hivision CT1772PF" DefaultDepth 24 Option "AddARGBGLXVisuals" "True" 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 "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection
Section "Extensions" Option "Composite" "enable" EndSection
castor - 05-08-2007 13:14
Option "IgnoreDisplayDevice" "CRT"
niestety, to również nie pomogło. jaki masz monitor? LCD czy CRT? oraz podaj:
cat /var/log/Xorg.0.log | grep -i nvidia
glowa - 05-08-2007 15:02
chciałem xorga zkonfigurować od nowa za pomocą xorgconfig i nie mam takiego narzędzia ??, a przy próbie zainstalowania/uaktualniania xorga pisze mi że mam najnowszą wersje.
Zeby zrobic recongfig xorg`a trzeba wpisac to dpkg-reconfigure xserver-xorg
Tego też próbowałem... i nic
przy próbie odpalenia glxinfo (oczywiście w trybie użytkownika) wywala mi błąd "Error: unable to open display (null)"
Jeżeli nei masz odpalonych iksow nie wlaczysz glxinfo
mam odpalone
Deathman - 05-08-2007 15:04
A tak jak mowilem, moglbys sprobowac odpalic jakies distro na Live CD?
glowa - 05-08-2007 15:20
Option "IgnoreDisplayDevice" "CRT"
niestety, to również nie pomogło. jaki masz monitor? LCD czy CRT? oraz podaj:
cat /var/log/Xorg.0.log | grep -i nvidia
Monitor CRT
musisz mi wybaczyć, ale loga wkleje w całości, bo nie wiem czy istnieje takie polecenie jak grep pod winde :/
X Window System Version 7.1.1 Release Date: 12 May 2006 X Protocol Version 11, Revision 0, Release 7.1.1 Build Operating System: UNKNOWN Current Operating System: Linux glowa 2.6.18-4-686 #1 SMP Mon Mar 26 17:17:36 UTC 2007 i686 Build Date: 04 April 2007 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jul 14 12:48:09 2007 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "Default Layout" (**) |-->Screen "Default Screen" (0) (**) | |-->Monitor "LG studioworks 44i" (**) | |-->Device "nVidia Corporation NV11 [GeForce2 MX/MX 400]" (**) |-->Input Device "Generic Keyboard" (**) |-->Input Device "Configured Mouse" (WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. Entry deleted from font path. (WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist. Entry deleted from font path. (WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not exist. Entry deleted from font path. (WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi/" does not exist. Entry deleted from font path. (WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist. Entry deleted from font path. (WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist. Entry deleted from font path. (WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi" does not exist. Entry deleted from font path. (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist. Entry deleted from font path. (**) FontPath set to: /usr/share/fonts/X11/misc, /usr/share/fonts/X11/100dpi/:unscaled, /usr/share/fonts/X11/75dpi/:unscaled, /usr/share/fonts/X11/Type1, /usr/share/fonts/X11/100dpi, /usr/share/fonts/X11/75dpi (==) RgbPath set to "/etc/X11/rgb" (==) ModulePath set to "/usr/lib/xorg/modules" (II) Open ACPI successful (/var/run/acpid.socket) (II) Module ABI versions: X.Org ANSI C Emulation: 0.3 X.Org Video Driver: 1.0 X.Org XInput driver : 0.6 X.Org Server Extension : 0.3 X.Org Font Renderer : 0.5 (II) Loader running on linux (II) LoadModule: "bitmap" (II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so (II) Module bitmap: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.5 (II) Loading font Bitmap (II) LoadModule: "pcidata" (II) Loading /usr/lib/xorg/modules/libpcidata.so (II) Module pcidata: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 ABI class: X.Org Video Driver, version 1.0 (++) using VT number 7
(II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 8086,7190 card 0000,0000 rev 03 class 06,00,00 hdr 00 (II) PCI: 00:01:0: chip 8086,7191 card 0000,0000 rev 03 class 06,04,00 hdr 01 (II) PCI: 00:07:0: chip 8086,7110 card 0000,0000 rev 02 class 06,01,00 hdr 80 (II) PCI: 00:07:1: chip 8086,7111 card 0000,0000 rev 01 class 01,01,80 hdr 00 (II) PCI: 00:07:2: chip 8086,7112 card 0000,0000 rev 01 class 0c,03,00 hdr 00 (II) PCI: 00:07:3: chip 8086,7113 card 0000,0000 rev 02 class 06,80,00 hdr 00 (II) PCI: 00:0a:0: chip 8086,1229 card 8086,0009 rev 05 class 02,00,00 hdr 00 (II) PCI: 01:00:0: chip 10de,0110 card 16eb,0010 rev b2 class 03,00,00 hdr 00 (II) PCI: End of PCI scan (II) Host-to-PCI bridge: (II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set) (II) Bus 0 I/O range: [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) Bus 0 non-prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) Bus 0 prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) PCI-to-PCI bridge: (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0088 (VGA_EN is set) (II) Bus 1 I/O range: [0] -1 0 0x0000d000 - 0x0000dfff (0x1000) IX[B] (II) Bus 1 non-prefetchable memory range: [0] -1 0 0xec000000 - 0xedffffff (0x2000000) MX[B] (II) Bus 1 prefetchable memory range: [0] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B] (II) PCI-to-ISA bridge: (II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set) (--) PCI:*(1:0:0) nVidia Corporation NV11 [GeForce2 MX/MX 400] rev 178, Mem @ 0xec000000/24, 0xe0000000/27, BIOS @ 0xed000000/16 (II) Addressable bus resource ranges are [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) OS-reported resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) PCI Memory resource overlap reduced 0xe8000000 from 0xebffffff to 0xe7ffffff (II) Active PCI resource ranges: [0] -1 0 0xef000000 - 0xef0fffff (0x100000) MX[B] [1] -1 0 0xef100000 - 0xef100fff (0x1000) MX[B] [2] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O [3] -1 0 0xed000000 - 0xed00ffff (0x10000) MX[B](B) [4] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B) [5] -1 0 0xec000000 - 0xecffffff (0x1000000) MX[B](B) [6] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B] [7] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B] [8] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B] (II) Active PCI resource ranges after removing overlaps: [0] -1 0 0xef000000 - 0xef0fffff (0x100000) MX[B] [1] -1 0 0xef100000 - 0xef100fff (0x1000) MX[B] [2] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O [3] -1 0 0xed000000 - 0xed00ffff (0x10000) MX[B](B) [4] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B) [5] -1 0 0xec000000 - 0xecffffff (0x1000000) MX[B](B) [6] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B] [7] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B] [8] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B] (II) OS-reported resource ranges after removing overlaps with PCI: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) All system resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xef000000 - 0xef0fffff (0x100000) MX[B] [5] -1 0 0xef100000 - 0xef100fff (0x1000) MX[B] [6] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O [7] -1 0 0xed000000 - 0xed00ffff (0x10000) MX[B](B) [8] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B) [9] -1 0 0xec000000 - 0xecffffff (0x1000000) MX[B](B) [10] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [11] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [12] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B] [13] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B] [14] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B] (II) LoadModule: "bitmap" (II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so (II) Loading font Bitmap (II) LoadModule: "ddc" (II) Loading /usr/lib/xorg/modules/libddc.so (II) Module ddc: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 ABI class: X.Org Video Driver, version 1.0 (II) LoadModule: "dri" (II) Loading /usr/lib/xorg/modules/extensions/libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (II) Loading sub module "drm" (II) LoadModule: "drm" (II) Loading /usr/lib/xorg/modules/linux/libdrm.so (II) Module drm: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (II) Loading extension XFree86-DRI (II) LoadModule: "extmod" (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "freetype" (II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" compiled for 7.1.1, module version = 2.1.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.5 (II) Loading font FreeType (II) LoadModule: "glx" (II) Loading /usr/lib/xorg/modules/extensions/libglx.so (II) Module glx: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.9639 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.1 (II) Loading extension GLX (II) LoadModule: "int10" (II) Loading /usr/lib/xorg/modules/libint10.so (II) Module int10: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 ABI class: X.Org Video Driver, version 1.0 (II) LoadModule: "vbe" (II) Loading /usr/lib/xorg/modules/libvbe.so (II) Module vbe: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.1.0 ABI class: X.Org Video Driver, version 1.0 (II) LoadModule: "nvidia" (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so (II) Module nvidia: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.9639 Module class: X.Org Video Driver (II) LoadModule: "kbd" (II) Loading /usr/lib/xorg/modules/input/kbd_drv.so (II) Module kbd: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.1.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.6 (II) LoadModule: "mouse" (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so (II) Module mouse: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.1.1 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.6 (II) NVIDIA dlloader X Driver 1.0-9639 Mon Apr 16 20:21:54 PDT 2007 (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs (II) Primary Device is: PCI 01:00:0 (--) Chipset NVIDIA GPU found (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib/xorg/modules/libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.3 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Loading /usr/lib/xorg/modules/libramdac.so (II) Module ramdac: vendor="X.Org Foundation" compiled for 7.1.1, module version = 0.1.0 ABI class: X.Org Video Driver, version 1.0 (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xef000000 - 0xef0fffff (0x100000) MX[B] [5] -1 0 0xef100000 - 0xef100fff (0x1000) MX[B] [6] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O [7] -1 0 0xed000000 - 0xed00ffff (0x10000) MX[B](B) [8] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B) [9] -1 0 0xec000000 - 0xecffffff (0x1000000) MX[B](B) [10] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [11] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [12] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B] [13] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B] [14] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B] (II) resource ranges after probing: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xef000000 - 0xef0fffff (0x100000) MX[B] [5] -1 0 0xef100000 - 0xef100fff (0x1000) MX[B] [6] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O [7] -1 0 0xed000000 - 0xed00ffff (0x10000) MX[B](B) [8] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B) [9] -1 0 0xec000000 - 0xecffffff (0x1000000) MX[B](B) [10] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [11] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [12] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [13] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [14] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [15] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B] [16] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B] [17] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B] [18] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [19] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32 (==) NVIDIA(0): RGB weight 888 (==) NVIDIA(0): Default visual is TrueColor (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) (**) NVIDIA(0): Enabling RENDER acceleration (II) NVIDIA(0): NVIDIA GPU GeForce2 MX/MX 400 at PCI:1:0:0 (GPU-0) (--) NVIDIA(0): Memory: 65536 kBytes (--) NVIDIA(0): VideoBIOS: 03.11.00.08.01 (II) NVIDIA(0): Detected AGP rate: 2X (--) NVIDIA(0): Interlaced video modes are not supported on this GPU (--) NVIDIA(0): Connected display device(s) on GeForce2 MX/MX 400 at (--) NVIDIA(0): PCI:1:0:0: (--) NVIDIA(0): LG (CRT-0) (--) NVIDIA(0): LG (CRT-0): 350.0 MHz maximum pixel clock (II) NVIDIA(0): Assigned Display Device: CRT-0 (II) NVIDIA(0): Validated modes: (II) NVIDIA(0): "1024x768" (II) NVIDIA(0): "800x600" (II) NVIDIA(0): "640x480" (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768 (++) NVIDIA(0): DPI set to (96, 96); computed from -dpi X commandline option (--) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] 0 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B] [1] 0 0 0xec000000 - 0xecffffff (0x1000000) MX[B] [2] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [3] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [4] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [5] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [6] -1 0 0xef000000 - 0xef0fffff (0x100000) MX[B] [7] -1 0 0xef100000 - 0xef100fff (0x1000) MX[B] [8] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O [9] -1 0 0xed000000 - 0xed00ffff (0x10000) MX[B](B) [10] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B) [11] -1 0 0xec000000 - 0xecffffff (0x1000000) MX[B](B) [12] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD) [13] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD) [14] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD) [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [17] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B] [18] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B] [19] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B] [20] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) [21] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) (II) NVIDIA(0): Setting mode "1024x768" (II) Loading extension NV-GLX (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture (==) NVIDIA(0): Backing store disabled (==) NVIDIA(0): Silken mouse enabled (**) Option "dpms" (**) NVIDIA(0): DPMS enabled (II) Loading extension NV-CONTROL (==) RandR enabled (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-APPGROUP (II) Initializing built-in extension SECURITY (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension XFree86-Bigfont (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) Initializing built-in extension XEVIE (II) Initializing extension GLX (**) Option "CoreKeyboard" (**) Generic Keyboard: Core Keyboard (**) Option "Protocol" "standard" (**) Generic Keyboard: Protocol: standard (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xorg" (**) Generic Keyboard: XkbRules: "xorg" (**) Option "XkbModel" "pc105" (**) Generic Keyboard: XkbModel: "pc105" (**) Option "XkbLayout" "pl" (**) Generic Keyboard: XkbLayout: "pl" (**) Option "CustomKeycodes" "off" (**) Generic Keyboard: CustomKeycodes disabled (**) Option "Protocol" "ImPS/2" (**) Configured Mouse: Device: "/dev/psaux" (**) Configured Mouse: Protocol: "ImPS/2" (**) Configured Mouse: Core Pointer (**) Option "Device" "/dev/psaux" (==) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50 (**) Configured Mouse: ZAxisMapping: buttons 4 and 5 (**) Configured Mouse: Buttons: 9 (II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE) (II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD) xkb_keycodes { include "xfree86+aliases(qwerty)" }; xkb_types { include "complete" }; xkb_compatibility { include "complete" }; xkb_symbols { include "pc(pc105)+pl" }; xkb_geometry { include "pc(pc105)" }; (II) Configured Mouse: ps2EnableDataReporting: succeeded
pozdro i dzięki za poświęcony czas
castor - 05-08-2007 15:38
Zapodaj jeszcze xorg.conf
glowa - 05-08-2007 15:57
Zapodaj jeszcze xorg.conf
oka. prosze:
# /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 "Files" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/X11R6/lib/X11/fonts/100dpi" FontPath "/usr/share/fonts/X11/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" # path to defoma fonts FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection
Section "Module" Load "bitmap" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "vbe" EndSection
Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "pl" EndSection
Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/psaux" Option "Protocol" "ImPS/2" EndSection
Section "Device" Identifier "nVidia Corporation NV11 [GeForce2 MX/MX 400]" Driver "nvidia" BusID "PCI:1:0:0" EndSection
Section "Monitor" Identifier "LG studioworks 44i" Option "DPMS" HorizSync 30-50 VertRefresh 50-90 EndSection
Section "Screen" Identifier "Default Screen" Device "nVidia Corporation NV11 [GeForce2 MX/MX 400]" Monitor "LG studioworks 44i" DefaultDepth 24 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 "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection
Section "DRI" Mode 0666 EndSection
edit:
dodam jeszcze że jak nie było sekcji "DRI", to też nie chodziło.
castor - 05-08-2007 16:09
:-/
Wszystko wygloda ok. osobiscie mam MX440Go w laptopie i mialem ten sam problem, tylo ze w logach u mnie bylo widac ze sterownik zamiast uzyc DFP, przypisal CRT, wiec musialem zignorowac CRT i jest ok.
U ciebie masz CRT i tak tez sterownik go rozpoznaje :-/
Co mi jeszcze tylko do glowy przychodzi to sprobowac z opcja:
Option "ConnectedMonitor" "CRT"
edit: wykomentuj jeszcze: # Load "dri"
glowa - 05-08-2007 16:19
:-/
Wszystko wygloda ok. osobiscie mam MX440Go w laptopie i mialem ten sam problem, tylo ze w logach u mnie bylo widac ze sterownik zamiast uzyc DFP, przypisal CRT, wiec musialem zignorowac CRT i jest ok.
U ciebie masz CRT i tak tez sterownik go rozpoznaje :-/
Co mi jeszcze tylko do glowy przychodzi to sprobowac z opcja:
Option "ConnectedMonitor" "CRT"
edit: wykomentuj jeszcze: # Load "dri"
Niestety, bez rezultatu :-(
castor - 05-08-2007 16:30
a jak wykomentujesz:
# Option "DPMS"
glowa - 05-08-2007 16:36
a jak wykomentujesz:
# Option "DPMS"
nadal bez reakcji.....
spróbuje podpiąć inny monitor.... zobaczymy.
castor - 05-08-2007 16:44
a jak jest na sterownikach nv lub vesa? Poza jak juz l Deathman pisal, odpal jakies LiveCD i zobacz jak sie zachowuje.
glowa - 05-08-2007 16:44
oka, więc podpiąłem monitor belinea i chodzi wszystko pięknie.
dziwne jest to o tyle, że monitor ten jest starszy od mojego.....
Wiem teraz napewno, że jest to wina konfiguracji monitora. No ale co z tą wiedzą zrobić...
castor - 05-08-2007 16:49
a wywal wogole
HorizSync
VertRefresh
na sterwonikach nvidi nie musisz tego miec.
glowa - 05-08-2007 16:59
a wywal wogole
HorizSync
VertRefresh
na sterwonikach nvidi nie musisz tego miec.
po wywaleniu, bez zmian,
LiveCD nie mam, ale jak miałem Mandrive 2006 to wsio pięknie chodziło
[ Dodano: 2007-08-06, 00:36 ] Ok. Udalo mi się,
Nie wiem co tak naprawde było powodem, ale ja poradziłem sobie w ten sposób, że przeistalowałem debiana ale tym razem bez X-ów. Poprostu zainstalowałemem czysty system, a następnie ręcznie dograłem xorga, kde i kdm-a
pozdrawiam i dziękuje wszystkich za próbe pomocy
zanotowane.pldoc.pisz.plpdf.pisz.plminister.pev.pl
|