Psevdonymous Skrevet 27. desember 2008 Del Skrevet 27. desember 2008 Hei, håpet å få hjelp med et lite problem jeg har. Jeg har en gammel Pentum 3 450 mhz med 256 mb ram som jeg fikk lyst til å gjøre litt nytte av igjen ved å installere xubuntu på den. Dette fungerer stort sett greit, men hver gang den starter får jeg en feilmelding hvor det står: (EE) MGA (0) Static buffer allocation failed, not initializing DRI (EE) MGA (0) Need at least 9216 Kb video memory at this resolution, bit depth. Dermed må jeg boote i low-graphics mode. Skjermkortet er et et integrert Matrox Milennium G200 og har bare 8 Mb minne. Det er greit at dette er mindre enn 9216 Kb, men finnes det en måte å allikevel utnytte noe mer av potensialet til dette grafikkortet? Problemet er nemlig at når xubuntu kjører low-graphics modus, så er refresh-raten på skjermen på 60 hz, noe jeg personlig synes er slitsomt for øynene. Jeg vet jo at skjermkortet klarte dette glatt i win98, så hvorfor er det så problematisk i linux? Jeg er ny på linux, så forklar gjerne med teskje. Lenke til kommentar
anders iver Skrevet 27. desember 2008 Del Skrevet 27. desember 2008 (endret) Jeg gjetter at det er en crt-skjerm du sitter på? Vil tippe at den høyeste støttede oppløsningen som rapporteres som støttet kanskje er noe høyere enn den oppløsningen du kjørte i win98 og kanskje krever noe mer minne. I såfall kan du helt sikkert løse problemet med en modeline i /etc/X11/xorg.conf. Se man xorg.conf for mer info. Du kan bruke gtf til å generere ønsket modeline, eks slik for 1024x768@75Hz: gtf 1024 768 75 Edit: Jeg kan selvsagt hjelpe deg med å få konfigurert riktig, dersom antagelsene mine er korrekte. I såfall må du poste /etc/X11/xorg.conf her. Endret 27. desember 2008 av anders iver Lenke til kommentar
Psevdonymous Skrevet 27. desember 2008 Forfatter Del Skrevet 27. desember 2008 Jeg gjetter at det er en crt-skjerm du sitter på? Vil tippe at den høyeste støttede oppløsningen som rapporteres som støttet kanskje er noe høyere enn den oppløsningen du kjørte i win98 og kanskje krever noe mer minne. I såfall kan du helt sikkert løse problemet med en modeline i /etc/X11/xorg.conf. Se man xorg.conf for mer info. Du kan bruke gtf til å generere ønsket modeline, eks slik for 1024x768@75Hz: gtf 1024 768 75 Edit: Jeg kan selvsagt hjelpe deg med å få konfigurert riktig, dersom antagelsene mine er korrekte. I såfall må du poste /etc/X11/xorg.conf her. Takk for svar! Du har rett i at jeg sitter på en CRT-skjerm. 17 tommer er den. xorg.conf-filen min ser slik ut: Section "Device" Identifier "Configured Video Device" EndSection Section "Monitor" Identifier "Configured Monitor" EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" EndSection Helt topp om du kan vise meg hvordan den skal se ut for å gi meg et mindre flimrende skjermbilde. Lenke til kommentar
anders iver Skrevet 27. desember 2008 Del Skrevet 27. desember 2008 Vi kan prøve å bare legge til en modeline og se om ikke det løser problemet, så kan du eventuelt endre oppløsning og refreshrate senere. Endre filen så den blir slik: Section "Device" Identifier "Configured Video Device" EndSection Section "Monitor" Identifier "Configured Monitor" Modeline "1024x768_75.00" 81.80 1024 1080 1192 1360 768 769 772 802 -HSync +Vsync EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" EndSection Lenke til kommentar
Psevdonymous Skrevet 27. desember 2008 Forfatter Del Skrevet 27. desember 2008 Hmm, jeg limte inn alt dette men jeg kan ikke se at noe er forandret. Samme feilmelding ved oppstart og skjermen flimrer tilsynelatende like mye. Lenke til kommentar
anders iver Skrevet 27. desember 2008 Del Skrevet 27. desember 2008 Prøv å legge til følgende inne i seksjonen "Screen" for å tvinge den til å bruke den nye modusen. SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768_75.00" EndSubSection Lenke til kommentar
Psevdonymous Skrevet 27. desember 2008 Forfatter Del Skrevet 27. desember 2008 Satte inn koden men har akkurat samme feilmelding og flimrete skjerm. Her er det jeg har skrevet i xorg.conf'en. Har jeg skrevet noe forferdelig galt? Section "Device" Identifier "Configured Video Device" EndSection Section "Monitor" Identifier "Configured Monitor" Modeline "1024x768_75.00" 81.80 1024 1080 1192 1360 768 769 772 802 -HSyn$ EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768_75.00" EndSubSection EndSection Lenke til kommentar
anders iver Skrevet 27. desember 2008 Del Skrevet 27. desember 2008 Nei, med forbehold om at hele "modeline" er der som jeg skrev den ser det helt riktig ut. Det kan jo selvfølgelig være noe helt annet som er problemet. Kan du poste loggen? Altså alt innholdet i /var/log/Xorg.0.log. Lenke til kommentar
Psevdonymous Skrevet 28. desember 2008 Forfatter Del Skrevet 28. desember 2008 Nei, med forbehold om at hele "modeline" er der som jeg skrev den ser det helt riktig ut. Det kan jo selvfølgelig være noe helt annet som er problemet. Kan du poste loggen? Altså alt innholdet i /var/log/Xorg.0.log. Modeline er egentlig riktig skrevet ja, jeg var bare uheldig med cut/pasten her. Her er xorg.0.log: X.Org X Server 1.5.2 Release Date: 10 October 2008 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.24-19-server i686 Ubuntu Current Operating System: Linux ubuntu 2.6.27-9-generic #1 SMP Thu Nov 20 21:57:00 UTC 2008 i686 Build Date: 24 October 2008 08:00:16AM xorg-server 2:1.5.2-2ubuntu3 ([email protected]) 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: Sun Dec 28 11:58:59 2008 (==) Using config file: "/etc/X11/xorg.conf.failsafe" (==) No Layout section. Using the first Screen section. (**) |-->Screen "Default Screen" (0) (**) | |-->Monitor "Configured Monitor" (**) | |-->Device "Configured Video Device" (==) Automatically adding devices (==) Automatically enabling devices (==) No FontPath specified. Using compiled-in default. (WW) The directory "/usr/share/fonts/X11/cyrillic" 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, /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType (==) ModulePath set to "/usr/lib/xorg/modules" (II) Cannot locate a core pointer device. (II) Cannot locate a core keyboard device. (II) The server relies on HAL to provide the list of input devices. If no devices become available, reconfigure HAL or disable AllowEmptyInput. (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) (II) Open APM successful (II) Loader magic: 0x81d9a40 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 4.1 X.Org XInput driver : 2.1 X.Org Server Extension : 1.1 X.Org Font Renderer : 0.6 (II) Loader running on linux (++) using VT number 9 (--) PCI:*(0@1:0:0) Matrox Graphics, Inc. MGA G200 AGP rev 3, Mem @ 0xe6000000/0, 0xe4000000/0, 0xe5000000/0 (II) System resource ranges: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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 - 0x00000000 (0x1) IX[B] (II) LoadModule: "extmod" (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.5.2, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (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: "dbe" (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.5.2, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "glx" (II) Loading /usr/lib/xorg/modules/extensions//libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.5.2, module version = 1.0.0 ABI class: X.Org Server Extension, version 1.1 (==) AIGLX enabled (==) Exporting typical set of GLX visuals (II) Loading extension GLX (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 1.5.2, module version = 2.1.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.6 (II) Loading font FreeType (II) LoadModule: "record" (II) Loading /usr/lib/xorg/modules/extensions//librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.5.2, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension RECORD (II) LoadModule: "dri" (II) Loading /usr/lib/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.5.2, module version = 1.0.0 ABI class: X.Org Server Extension, version 1.1 (II) Loading extension XFree86-DRI (II) LoadModule: "vesa" (II) Loading /usr/lib/xorg/modules/drivers//vesa_drv.so (II) Module vesa: vendor="X.Org Foundation" compiled for 1.5.0, module version = 1.3.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 4.1 (II) VESA: driver for VESA chipsets: vesa (II) Primary Device is: PCI 01@00:00:0 (II) resource ranges after probing: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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 - 0x00000000 (0x1) IX[B] (II) Loading sub module "vbe" (II) LoadModule: "vbe" (II) Loading /usr/lib/xorg/modules//libvbe.so (II) Module vbe: vendor="X.Org Foundation" compiled for 1.5.2, module version = 1.1.0 ABI class: X.Org Video Driver, version 4.1 (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Loading /usr/lib/xorg/modules//libint10.so (II) Module int10: vendor="X.Org Foundation" compiled for 1.5.2, module version = 1.0.0 ABI class: X.Org Video Driver, version 4.1 (II) VESA(0): initializing int10 (II) VESA(0): Primary V_BIOS segment is: 0xc000 (II) VESA(0): VESA BIOS detected (II) VESA(0): VESA VBE Version 2.0 (II) VESA(0): VESA VBE Total Mem: 8192 kB (II) VESA(0): VESA VBE OEM: Matrox Graphics Inc. (II) VESA(0): VESA VBE OEM Software Rev: 1.7 (II) VESA(0): VESA VBE OEM Vendor: Matrox (II) VESA(0): VESA VBE OEM Product: MGA-G200 (II) VESA(0): VESA VBE OEM Product Rev: 00 (II) VESA(0): Creating default Display subsection in Screen section "Default Screen" for depth/fbbpp 24/32 (==) VESA(0): Depth 24, (--) framebuffer bpp 32 (==) VESA(0): RGB weight 888 (==) VESA(0): Default visual is TrueColor (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0) (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Module "ddc" already built-in (II) VESA(0): VESA VBE DDC supported (II) VESA(0): VESA VBE DDC Level 2 (II) VESA(0): VESA VBE DDC transfer in appr. 1 sec. (II) VESA(0): VESA VBE DDC read successfully (II) VESA(0): Manufacturer: HWP Model: b15 Serial#: 92308822 (II) VESA(0): Year: 1999 Week: 23 (II) VESA(0): EDID Version: 1.1 (II) VESA(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V (II) VESA(0): Sync: Separate (II) VESA(0): Max Image Size [cm]: horiz.: 32 vert.: 24 (II) VESA(0): Gamma: 2.28 (II) VESA(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display (II) VESA(0): redX: 0.630 redY: 0.335 greenX: 0.295 greenY: 0.593 (II) VESA(0): blueX: 0.143 blueY: 0.066 whiteX: 0.283 whiteY: 0.298 (II) VESA(0): Supported VESA Video Modes: (II) VESA(0): 720x400@70Hz (II) VESA(0): 640x480@75Hz (II) VESA(0): 800x600@75Hz (II) VESA(0): 1024x768@75Hz (II) VESA(0): Manufacturer's mask: 0 (II) VESA(0): Supported Future Video Modes: (II) VESA(0): #0: hsize: 640 vsize 480 refresh: 85 vid: 22833 (II) VESA(0): #1: hsize: 800 vsize 600 refresh: 85 vid: 22853 (II) VESA(0): #2: hsize: 1024 vsize 768 refresh: 85 vid: 22881 (II) VESA(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 (II) VESA(0): Supported additional Video Mode: (II) VESA(0): clock: 94.5 MHz Image Size: 306 x 230 mm (II) VESA(0): h_active: 1024 h_sync: 1072 h_sync_end 1168 h_blank_end 1376 h_border: 0 (II) VESA(0): v_active: 768 v_sync: 769 v_sync_end 772 v_blanking: 808 v_border: 0 (II) VESA(0): Monitor name: HP D2837 (II) VESA(0): Serial No: GB92308822 (II) VESA(0): Ranges: V min: 50 V max: 120 Hz, H min: 30 H max: 70 kHz, PixClock max 110 MHz (II) VESA(0): EDID (in hex): (II) VESA(0): 00ffffffffffff0022f0150b56858005 (II) VESA(0): 1709010168201880e87b89a1554b9724 (II) VESA(0): 11484c84420031594559615981800101 (II) VESA(0): 010101010101ea240060410028303060 (II) VESA(0): 130032e61000001e000000fc00485020 (II) VESA(0): 44323833370a20202020000000ff0047 (II) VESA(0): 4239323330383832320a2020000000fd (II) VESA(0): 0032781e460b000a202020202020005a (II) VESA(0): EDID vendor "HWP", prod id 2837 (II) VESA(0): Using EDID range info for horizontal sync (II) VESA(0): Using EDID range info for vertical refresh (II) VESA(0): Printing DDC gathered Modelines: (II) VESA(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz) (II) VESA(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (II) VESA(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (II) VESA(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz) (II) VESA(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (II) VESA(0): Modeline "640x480"x85.0 35.71 640 672 736 832 480 481 484 505 -hsync +vsync (42.9 kHz) (II) VESA(0): Modeline "800x600"x85.0 56.55 800 840 928 1056 600 601 604 630 -hsync +vsync (53.5 kHz) (II) VESA(0): Modeline "1024x768"x85.0 94.39 1024 1088 1200 1376 768 769 772 807 -hsync +vsync (68.6 kHz) (II) VESA(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6$ (II) VESA(0): Searching for matching VESA mode(s): Mode: 100 (640x400) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc00071ac BytesPerScanline: 640 XResolution: 640 YResolution: 400 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 8 NumberOfBanks: 1 MemoryModel: 4 BankSize: 0 NumberOfImages: 15 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xe6000000 Mode: 101 (640x480) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc00071ac BytesPerScanline: 640 XResolution: 640 YResolution: 480 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 8 NumberOfBanks: 1 MemoryModel: 4 BankSize: 0 NumberOfImages: 11 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xe6000000 Mode: 102 (800x600) ModeAttributes: 0x1b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc00071ac BytesPerScanline: 100 XResolution: 800 YResolution: 600 XCharSize: 8 YCharSize: 14 NumberOfPlanes: 4 BitsPerPixel: 4 NumberOfBanks: 1 MemoryModel: 3 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 Mode: 103 (800x600) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc00071ac BytesPerScanline: 800 XResolution: 800 YResolution: 600 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 8 NumberOfBanks: 1 MemoryModel: 4 BankSize: 0 NumberOfImages: 7 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xe6000000 Mode: 105 (1024x768) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc00071ac BytesPerScanline: 1024 XResolution: 1024 YResolution: 768 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 8 NumberOfBanks: 1 MemoryModel: 4 BankSize: 0 NumberOfImages: 3 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xe6000000 Mode: 107 (1280x1024) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc00071ac BytesPerScanline: 1280 XResolution: 1280 YResolution: 1024 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 8 NumberOfBanks: 1 MemoryModel: 4 BankSize: 0 NumberOfImages: 2 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xe6000000 Mode: 108 (80x60) ModeAttributes: 0xf WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 32 WinSize: 32 WinASegment: 0xb800 WinBSegment: 0xb800 WinFuncPtr: 0xc00071ac BytesPerScanline: 80 XResolution: 80 YResolution: 60 XCharSize: 8 YCharSize: 8 NumberOfPlanes: 4 BitsPerPixel: 4 NumberOfBanks: 1 MemoryModel: 0 BankSize: 0 NumberOfImages: 63 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 Mode: 109 (132x25) ModeAttributes: 0xf WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 32 WinSize: 32 WinASegment: 0xb800 WinBSegment: 0xb800 WinFuncPtr: 0xc00071ac BytesPerScanline: 132 XResolution: 132 YResolution: 25 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 4 BitsPerPixel: 4 NumberOfBanks: 1 MemoryModel: 0 BankSize: 0 NumberOfImages: 63 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 Mode: 10a (132x43) ModeAttributes: 0xf WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 32 WinSize: 32 WinASegment: 0xb800 WinBSegment: 0xb800 WinFuncPtr: 0xc00071ac BytesPerScanline: 132 XResolution: 132 YResolution: 43 XCharSize: 8 YCharSize: 8 NumberOfPlanes: 4 BitsPerPixel: 4 NumberOfBanks: 1 MemoryModel: 0 BankSize: 0 NumberOfImages: 63 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 Mode: 10b (132x50) ModeAttributes: 0xf WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 32 WinSize: 32 WinASegment: 0xb800 WinBSegment: 0xb800 WinFuncPtr: 0xc00071ac BytesPerScanline: 132 XResolution: 132 YResolution: 50 XCharSize: 8 YCharSize: 8 NumberOfPlanes: 4 BitsPerPixel: 4 NumberOfBanks: 1 MemoryModel: 0 BankSize: 0 NumberOfImages: 63 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 Mode: 10c (132x60) ModeAttributes: 0xf WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 32 WinSize: 32 WinASegment: 0xb800 WinBSegment: 0xb800 WinFuncPtr: 0xc00071ac BytesPerScanline: 132 XResolution: 132 YResolution: 60 XCharSize: 8 YCharSize: 8 NumberOfPlanes: 4 BitsPerPixel: 4 NumberOfBanks: 1 MemoryModel: 0 BankSize: 0 NumberOfImages: 63 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 Mode: 110 (640x480) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc00071ac BytesPerScanline: 1280 XResolution: 640 YResolution: 480 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 5 RedMaskSize: 5 RedFieldPosition: 10 GreenMaskSize: 5 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 1 RsvdFieldPosition: 15 DirectColorModeInfo: 0 PhysBasePtr: 0xe6000000 Mode: 111 (640x480) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc00071ac BytesPerScanline: 1280 XResolution: 640 YResolution: 480 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 5 RedMaskSize: 5 RedFieldPosition: 11 GreenMaskSize: 6 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xe6000000 *Mode: 112 (640x480) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc00071ac BytesPerScanline: 2560 XResolution: 640 YResolution: 480 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 32 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 2 RedMaskSize: 8 RedFieldPosition: 16 GreenMaskSize: 8 GreenFieldPosition: 8 BlueMaskSize: 8 BlueFieldPosition: 0 RsvdMaskSize: 8 RsvdFieldPosition: 24 DirectColorModeInfo: 0 PhysBasePtr: 0xe6000000 Mode: 113 (800x600) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc00071ac BytesPerScanline: 1600 XResolution: 800 YResolution: 600 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 3 RedMaskSize: 5 RedFieldPosition: 10 GreenMaskSize: 5 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 1 RsvdFieldPosition: 15 DirectColorModeInfo: 0 PhysBasePtr: 0xe6000000 Mode: 114 (800x600) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc00071ac BytesPerScanline: 1600 XResolution: 800 YResolution: 600 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 3 RedMaskSize: 5 RedFieldPosition: 11 GreenMaskSize: 6 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xe6000000 *Mode: 115 (800x600) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc00071ac BytesPerScanline: 3200 XResolution: 800 YResolution: 600 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 32 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 1 RedMaskSize: 8 RedFieldPosition: 16 GreenMaskSize: 8 GreenFieldPosition: 8 BlueMaskSize: 8 BlueFieldPosition: 0 RsvdMaskSize: 8 RsvdFieldPosition: 24 DirectColorModeInfo: 0 PhysBasePtr: 0xe6000000 Mode: 116 (1024x768) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc00071ac BytesPerScanline: 2048 XResolution: 1024 YResolution: 768 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 1 RedMaskSize: 5 RedFieldPosition: 10 GreenMaskSize: 5 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 1 RsvdFieldPosition: 15 DirectColorModeInfo: 0 PhysBasePtr: 0xe6000000 Mode: 117 (1024x768) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc00071ac BytesPerScanline: 2048 XResolution: 1024 YResolution: 768 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 1 RedMaskSize: 5 RedFieldPosition: 11 GreenMaskSize: 6 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xe6000000 Mode: 11c (1600x1200) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 RedMaskSize: 5 RedFieldPosition: 11 GreenMaskSize: 6 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xe6000000 Mode: 11c (1600x1200) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc00071ac BytesPerScanline: 1600 XResolution: 1600 YResolution: 1200 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 8 NumberOfBanks: 1 MemoryModel: 4 BankSize: 0 NumberOfImages: 1 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xe6000000 *Mode: 118 (1024x768) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc00071ac BytesPerScanline: 4096 XResolution: 1024 YResolution: 768 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 32 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 0 RedMaskSize: 8 RedFieldPosition: 16 GreenMaskSize: 8 GreenFieldPosition: 8 BlueMaskSize: 8 BlueFieldPosition: 0 RsvdMaskSize: 8 RsvdFieldPosition: 24 DirectColorModeInfo: 0 PhysBasePtr: 0xe6000000 Mode: 119 (1280x1024) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc00071ac BytesPerScanline: 2560 XResolution: 1280 YResolution: 1024 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 0 RedMaskSize: 5 RedFieldPosition: 10 GreenMaskSize: 5 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 1 RsvdFieldPosition: 15 DirectColorModeInfo: 0 PhysBasePtr: 0xe6000000 Mode: 11a (1280x1024) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc00071ac BytesPerScanline: 2560 XResolution: 1280 YResolution: 1024 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 0 RedMaskSize: 5 RedFieldPosition: 11 GreenMaskSize: 6 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xe6000000 Mode: 11d (1600x1200) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc00071ac BytesPerScanline: 3200 XResolution: 1600 YResolution: 1200 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 0 RedMaskSize: 5 RedFieldPosition: 10 GreenMaskSize: 5 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 1 RsvdFieldPosition: 15 DirectColorModeInfo: 0 PhysBasePtr: 0xe6000000 Mode: 11e (1600x1200) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc00071ac BytesPerScanline: 3200 XResolution: 1600 YResolution: 1200 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 0 RedMaskSize: 5 RedFieldPosition: 11 GreenMaskSize: 6 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xe6000000 (II) VESA(0): Total Memory: 128 64KB banks (8192kB) (II) VESA(0): Configured Monitor: Using hsync range of 30.00-70.00 kHz (II) VESA(0): Configured Monitor: Using vrefresh range of 50.00-120.00 Hz (II) VESA(0): Configured Monitor: Using maximum pixel clock of 110.00 MHz (WW) VESA(0): Unable to estimate virtual size (--) VESA(0): Virtual size is 1024x768 (pitch 1024) (**) VESA(0): *Built-in mode "1024x768" (**) VESA(0): *Built-in mode "800x600" (**) VESA(0): *Built-in mode "640x480" (**) VESA(0): Display dimensions: (320, 240) mm (**) VESA(0): DPI set to (81, 81) (**) VESA(0): Using "Shadow Framebuffer" (II) Loading sub module "shadow" (II) LoadModule: "shadow" (II) Loading /usr/lib/xorg/modules//libshadow.so (II) Module shadow: vendor="X.Org Foundation" compiled for 1.5.2, module version = 1.1.0 ABI class: X.Org ANSI C Emulation, version 0.4 (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 1.5.2, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (==) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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 - 0x00000000 (0x1) IX[B] (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Reloading /usr/lib/xorg/modules//libint10.so (II) VESA(0): initializing int10 (II) VESA(0): Primary V_BIOS segment is: 0xc000 (II) VESA(0): VESA BIOS detected (II) VESA(0): VESA VBE Version 2.0 (II) VESA(0): VESA VBE Total Mem: 8192 kB (II) VESA(0): VESA VBE OEM: Matrox Graphics Inc. (II) VESA(0): VESA VBE OEM Software Rev: 1.7 (II) VESA(0): VESA VBE OEM Vendor: Matrox (II) VESA(0): VESA VBE OEM Product: MGA-G200 (II) VESA(0): VESA VBE OEM Product Rev: 00 (II) VESA(0): virtual address = 0xb704d000, physical address = 0xe6000000, size = 8388608 (==) VESA(0): Default visual is TrueColor (==) VESA(0): Backing store disabled (II) VESA(0): DPMS enabled (==) 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 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) AIGLX: Screen 0 is not DRI capable (II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so (II) GLX: Initialized DRISWRAST GL provider for screen 0 (II) config/hal: Adding input device Macintosh mouse button emulation (II) LoadModule: "evdev" (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so (II) Module evdev: vendor="X.Org Foundation" compiled for 1.5.2, module version = 2.0.99 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.1 (**) Macintosh mouse button emulation: always reports core events (**) Macintosh mouse button emulation: Device: "/dev/input/event0" (II) Macintosh mouse button emulation: Found x and y relative axes (II) Macintosh mouse button emulation: Found 3 mouse buttons (II) Macintosh mouse button emulation: Configuring as mouse (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE) (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5 (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 2$ (II) config/hal: Adding input device ImPS/2 Logitech Wheel Mouse (**) ImPS/2 Logitech Wheel Mouse: always reports core events (**) ImPS/2 Logitech Wheel Mouse: Device: "/dev/input/event3" (II) ImPS/2 Logitech Wheel Mouse: Found x and y relative axes (II) ImPS/2 Logitech Wheel Mouse: Found 3 mouse buttons (II) ImPS/2 Logitech Wheel Mouse: Configuring as mouse (II) XINPUT: Adding extended input device "ImPS/2 Logitech Wheel Mouse" (type: MOUSE) (**) ImPS/2 Logitech Wheel Mouse: YAxisMapping: buttons 4 and 5 (**) ImPS/2 Logitech Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 (II) config/hal: Adding input device AT Translated Set 2 keyboard (**) AT Translated Set 2 keyboard: always reports core events (**) AT Translated Set 2 keyboard: Device: "/dev/input/event1" (II) AT Translated Set 2 keyboard: Found keys (II) AT Translated Set 2 keyboard: Configuring as keyboard (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) AT Translated Set 2 keyboard: xkb_rules: "evdev" (**) Option "xkb_model" "pc105" (**) AT Translated Set 2 keyboard: xkb_model: "pc105" (**) Option "xkb_layout" "no" (**) AT Translated Set 2 keyboard: xkb_layout: "no" (**) Option "xkb_options" "lv3:ralt_switch" (**) AT Translated Set 2 keyboard: xkb_options: "lv3:ralt_switch" AUDIT: Sun Dec 28 11:59:20 2008: 4750 X: client 4 rejected from local host ( uid=1000 gid=1000 pid=4769 ) AUDIT: Sun Dec 28 11:59:20 2008: 4750 X: client 4 rejected from local host ( uid=1000 gid=1000 pid=4770 ) AUDIT: Sun Dec 28 11:59:20 2008: 4750 X: client 4 rejected from local host ( uid=1000 gid=1000 pid=4771 ) Lenke til kommentar
anders iver Skrevet 28. desember 2008 Del Skrevet 28. desember 2008 Det er loggen slik den ser ut etter at du har startet på nytt igjen i low graphics mode. Jeg er egentlig ute etter loggen fra første oppstartsforsøk. Mulig den blir lagret i /var/log/Xorg.0.log.old, men for å være sikker kan du kopiere loggen med en gang du feilmeldingen ved å hoppe til en terminal med ctrl+alt+f1, logge inn og kjøre følgende: cp /var/log/Xorg.0.log ~/ Tips er forresten å bruke skjul-tags til logger og slikt som tar mye plass Lenke til kommentar
Psevdonymous Skrevet 29. desember 2008 Forfatter Del Skrevet 29. desember 2008 Takk for alle tips, jeg er glad for i det minste å lære av alle feilene jeg gjør underveis her. Håper jeg fikk tak i riktig log-fil nå. Er det denne? X.Org X Server 1.5.2 Release Date: 10 October 2008 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.24-19-server i686 Ubuntu Current Operating System: Linux ubuntu 2.6.27-9-generic #1 SMP Thu Nov 20 21:57:00 UTC 2008 i686 Build Date: 24 October 2008 08:00:16AM xorg-server 2:1.5.2-2ubuntu3 ([email protected]) Before reporting problems, check [url="http://wiki.x.org"]http://wiki.x.org[/url] 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: Mon Dec 29 15:16:30 2008 (==) Using config file: "/etc/X11/xorg.conf" (==) No Layout section. Using the first Screen section. (**) |-->Screen "Default Screen" (0) (**) | |-->Monitor "Configured Monitor" (**) | |-->Device "Configured Video Device" (==) Automatically adding devices (==) Automatically enabling devices (==) No FontPath specified. Using compiled-in default. (WW) The directory "/usr/share/fonts/X11/cyrillic" 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, /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType (==) ModulePath set to "/usr/lib/xorg/modules" (II) Cannot locate a core pointer device. (II) Cannot locate a core keyboard device. (II) The server relies on HAL to provide the list of input devices. If no devices become available, reconfigure HAL or disable AllowEmptyInput. (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) (II) Open APM successful (II) Loader magic: 0x81d9a40 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 4.1 X.Org XInput driver : 2.1 X.Org Server Extension : 1.1 X.Org Font Renderer : 0.6 (II) Loader running on linux (++) using VT number 7 (--) PCI:*(0@1:0:0) Matrox Graphics, Inc. MGA G200 AGP rev 3, Mem @ 0xe6000000/0, 0xe4000000/0, 0xe5000000/0 (II) System resource ranges: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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 - 0x00000000 (0x1) IX[b] (II) LoadModule: "extmod" (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.5.2, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (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: "dbe" (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.5.2, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "glx" (II) Loading /usr/lib/xorg/modules/extensions//libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.5.2, module version = 1.0.0 ABI class: X.Org Server Extension, version 1.1 (==) AIGLX enabled (==) Exporting typical set of GLX visuals (II) Loading extension GLX (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 1.5.2, module version = 2.1.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.6 (II) Loading font FreeType (II) LoadModule: "record" (II) Loading /usr/lib/xorg/modules/extensions//librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.5.2, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension RECORD (II) LoadModule: "dri" (II) Loading /usr/lib/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.5.2, module version = 1.0.0 ABI class: X.Org Server Extension, version 1.1 (II) Loading extension XFree86-DRI (II) Scanning /usr/share/xserver-xorg/pci directory for additional PCI ID's supported by the drivers (II) Matched mga from file name mga.ids (==) Matched mga for the autoconfigured driver (==) Assigned the driver to the xf86ConfigLayout (II) LoadModule: "mga" (II) Loading /usr/lib/xorg/modules/drivers//mga_drv.so (II) Module mga: vendor="X.Org Foundation" compiled for 1.5.0, module version = 1.4.9 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 4.1 (II) MGA: driver for Matrox chipsets: mga2064w, mga1064sg, mga2164w, mga2164w AGP, mgag100, mgag100 PCI, mgag200, mgag200 PCI, mgag200 SE A PCI, mgag200 SE B PCI, mgag200 Maxim, mgag200 Winbond, mgag400, mgag550 (II) Primary Device is: PCI 01@00:00:0 (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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 - 0x00000000 (0x1) IX[b] (II) resource ranges after probing: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b] [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b] [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b] [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b] [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b] [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b] [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b] (II) Setting vga for screen 0. (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Loading /usr/lib/xorg/modules//libvgahw.so (II) Module vgahw: vendor="X.Org Foundation" compiled for 1.5.2, module version = 0.1.0 ABI class: X.Org Video Driver, version 4.1 (--) MGA(0): Chipset: "mgag200" (==) MGA(0): Depth 24, (==) framebuffer bpp 32 (==) MGA(0): RGB weight 888 (==) MGA(0): Using AGP 1x mode (==) MGA(0): Using HW cursor (==) MGA(0): Using XAA acceleration (--) MGA(0): Linear framebuffer at 0xE6000000 (--) MGA(0): MMIO registers at 0xE4000000 (--) MGA(0): Pseudo-DMA transfer window at 0xE5000000 (--) MGA(0): Video BIOS info block at offset 0x07540 (--) MGA(0): VideoRAM: 8192 kByte (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Module "ddc" already built-in (II) Loading sub module "i2c" (II) LoadModule: "i2c" (II) Module "i2c" already built-in (II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 (II) MGA(0): I2C bus "DDC P1" initialized. (II) MGA(0): I2C device "DDC P1:ddc2" registered at address 0xA0. (II) MGA(0): I2C device "DDC P1:ddc2" removed. (II) MGA(0): I2C Monitor info: (nil) (II) MGA(0): end of I2C Monitor info (--) MGA(0): No DDC signal (II) MGA(0): DDC Monitor info: (nil) (II) MGA(0): end of DDC Monitor info (II) Loading sub module "vbe" (II) LoadModule: "vbe" (II) Loading /usr/lib/xorg/modules//libvbe.so (II) Module vbe: vendor="X.Org Foundation" compiled for 1.5.2, module version = 1.1.0 ABI class: X.Org Video Driver, version 4.1 (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Loading /usr/lib/xorg/modules//libint10.so (II) Module int10: vendor="X.Org Foundation" compiled for 1.5.2, module version = 1.0.0 ABI class: X.Org Video Driver, version 4.1 (II) MGA(0): initializing int10 (II) MGA(0): Primary V_BIOS segment is: 0xc000 (II) MGA(0): VESA BIOS detected (II) MGA(0): VESA VBE Version 2.0 (II) MGA(0): VESA VBE Total Mem: 8192 kB (II) MGA(0): VESA VBE OEM: Matrox Graphics Inc. (II) MGA(0): VESA VBE OEM Software Rev: 1.7 (II) MGA(0): VESA VBE OEM Vendor: Matrox (II) MGA(0): VESA VBE OEM Product: MGA-G200 (II) MGA(0): VESA VBE OEM Product Rev: 00 (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Module "ddc" already built-in (II) MGA(0): VESA VBE DDC supported (II) MGA(0): VESA VBE DDC Level 2 (II) MGA(0): VESA VBE DDC transfer in appr. 1 sec. (II) MGA(0): VESA VBE DDC read successfully (II) MGA(0): VBE DDC Monitor info: 0xa008328 (II) MGA(0): Manufacturer: HWP Model: b15 Serial#: 92308822 (II) MGA(0): Year: 1999 Week: 23 (II) MGA(0): EDID Version: 1.1 (II) MGA(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V (II) MGA(0): Sync: Separate (II) MGA(0): Max Image Size [cm]: horiz.: 32 vert.: 24 (II) MGA(0): Gamma: 2.28 (II) MGA(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display (II) MGA(0): redX: 0.630 redY: 0.335 greenX: 0.295 greenY: 0.593 (II) MGA(0): blueX: 0.143 blueY: 0.066 whiteX: 0.283 whiteY: 0.298 (II) MGA(0): Supported VESA Video Modes: (II) MGA(0): 720x400@70Hz (II) MGA(0): 640x480@75Hz (II) MGA(0): 800x600@75Hz (II) MGA(0): 1024x768@75Hz (II) MGA(0): Manufacturer's mask: 0 (II) MGA(0): Supported Future Video Modes: (II) MGA(0): #0: hsize: 640 vsize 480 refresh: 85 vid: 22833 (II) MGA(0): #1: hsize: 800 vsize 600 refresh: 85 vid: 22853 (II) MGA(0): #2: hsize: 1024 vsize 768 refresh: 85 vid: 22881 (II) MGA(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 (II) MGA(0): Supported additional Video Mode: (II) MGA(0): clock: 94.5 MHz Image Size: 306 x 230 mm (II) MGA(0): h_active: 1024 h_sync: 1072 h_sync_end 1168 h_blank_end 1376 h_border: 0 (II) MGA(0): v_active: 768 v_sync: 769 v_sync_end 772 v_blanking: 808 v_border: 0 (II) MGA(0): Monitor name: HP D2837 (II) MGA(0): Serial No: GB92308822 (II) MGA(0): Ranges: V min: 50 V max: 120 Hz, H min: 30 H max: 70 kHz, PixClock max 110 MHz (II) MGA(0): EDID (in hex): (II) MGA(0): 00ffffffffffff0022f0150b56858005 (II) MGA(0): 1709010168201880e87b89a1554b9724 (II) MGA(0): 11484c84420031594559615981800101 (II) MGA(0): 010101010101ea240060410028303060 (II) MGA(0): 130032e61000001e000000fc00485020 (II) MGA(0): 44323833370a20202020000000ff0047 (II) MGA(0): 4239323330383832320a2020000000fd (II) MGA(0): 0032781e460b000a202020202020005a (II) MGA(0): end of VBE DDC Monitor info (II) MGA(0): EDID vendor "HWP", prod id 2837 (II) MGA(0): Using EDID range info for horizontal sync (II) MGA(0): Using EDID range info for vertical refresh (II) MGA(0): Printing DDC gathered Modelines: (II) MGA(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz) (II) MGA(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (II) MGA(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (II) MGA(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz) (II) MGA(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (II) MGA(0): Modeline "640x480"x85.0 35.71 640 672 736 832 480 481 484 505 -hsync +vsync (42.9 kHz) (II) MGA(0): Modeline "800x600"x85.0 56.55 800 840 928 1056 600 601 604 630 -hsync +vsync (53.5 kHz) (II) MGA(0): Modeline "1024x768"x85.0 94.39 1024 1088 1200 1376 768 769 772 807 -hsync +vsync (68.6 kHz) (II) MGA(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz) (==) MGA(0): Using gamma correction (1.0, 1.0, 1.0) (==) MGA(0): Min pixel clock is 17 MHz (--) MGA(0): Max pixel clock is 250 MHz (II) MGA(0): Configured Monitor: Using hsync range of 30.00-70.00 kHz (II) MGA(0): Configured Monitor: Using vrefresh range of 50.00-120.00 Hz (II) MGA(0): Configured Monitor: Using maximum pixel clock of 110.00 MHz (II) MGA(0): Clock range: 17.75 to 250.00 MHz (II) MGA(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan) (II) MGA(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan) (II) MGA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) MGA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) MGA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) MGA(0): Not using default mode "1280x960" (hsync out of range) (II) MGA(0): Not using default mode "640x480" (hsync out of range) (II) MGA(0): Not using default mode "1280x1024" (hsync out of range) (II) MGA(0): Not using default mode "640x512" (hsync out of range) (II) MGA(0): Not using default mode "1280x1024" (hsync out of range) (II) MGA(0): Not using default mode "640x512" (hsync out of range) (II) MGA(0): Not using default mode "1600x1200" (hsync out of range) (II) MGA(0): Not using default mode "800x600" (hsync out of range) (II) MGA(0): Not using default mode "1600x1200" (hsync out of range) (II) MGA(0): Not using default mode "800x600" (hsync out of range) (II) MGA(0): Not using default mode "1600x1200" (hsync out of range) (II) MGA(0): Not using default mode "800x600" (hsync out of range) (II) MGA(0): Not using default mode "1600x1200" (hsync out of range) (II) MGA(0): Not using default mode "800x600" (hsync out of range) (II) MGA(0): Not using default mode "1600x1200" (hsync out of range) (II) MGA(0): Not using default mode "800x600" (hsync out of range) (II) MGA(0): Not using default mode "1792x1344" (insufficient memory for mode) (II) MGA(0): Not using default mode "896x672" (hsync out of range) (II) MGA(0): Not using default mode "1792x1344" (insufficient memory for mode) (II) MGA(0): Not using default mode "896x672" (hsync out of range) (II) MGA(0): Not using default mode "1856x1392" (insufficient memory for mode) (II) MGA(0): Not using default mode "928x696" (hsync out of range) (II) MGA(0): Not using default mode "1856x1392" (insufficient memory for mode) (II) MGA(0): Not using default mode "928x696" (hsync out of range) (II) MGA(0): Not using default mode "1920x1440" (insufficient memory for mode) (II) MGA(0): Not using default mode "960x720" (hsync out of range) (II) MGA(0): Not using default mode "1920x1440" (insufficient memory for mode) (II) MGA(0): Not using default mode "960x720" (hsync out of range) (II) MGA(0): Not using default mode "1152x864" (hsync out of range) (II) MGA(0): Not using default mode "576x432" (hsync out of range) (II) MGA(0): Not using default mode "1152x864" (hsync out of range) (II) MGA(0): Not using default mode "576x432" (hsync out of range) (II) MGA(0): Not using default mode "1152x864" (hsync out of range) (II) MGA(0): Not using default mode "576x432" (hsync out of range) (II) MGA(0): Not using default mode "1360x768" (monitor doesn't support reduced blanking) (II) MGA(0): Not using default mode "1400x1050" (mode clock too high) (II) MGA(0): Not using default mode "1400x1050" (hsync out of range) (II) MGA(0): Not using default mode "700x525" (hsync out of range) (II) MGA(0): Not using default mode "1400x1050" (hsync out of range) (II) MGA(0): Not using default mode "700x525" (hsync out of range) (II) MGA(0): Not using default mode "1400x1050" (hsync out of range) (II) MGA(0): Not using default mode "700x525" (hsync out of range) (II) MGA(0): Not using default mode "1680x1050" (monitor doesn't support reduced blanking) (II) MGA(0): Not using default mode "1680x1050" (mode clock too high) (II) MGA(0): Not using default mode "1680x1050" (hsync out of range) (II) MGA(0): Not using default mode "840x525" (hsync out of range) (II) MGA(0): Not using default mode "1680x1050" (hsync out of range) (II) MGA(0): Not using default mode "840x525" (hsync out of range) (II) MGA(0): Not using default mode "1680x1050" (hsync out of range) (II) MGA(0): Not using default mode "840x525" (hsync out of range) (II) MGA(0): Not using default mode "1920x1080" (monitor doesn't support reduced blanking) (II) MGA(0): Not using default mode "1920x1200" (insufficient memory for mode) (II) MGA(0): Not using default mode "960x600" (hsync out of range) (II) MGA(0): Not using default mode "1920x1440" (insufficient memory for mode) (II) MGA(0): Not using default mode "960x720" (hsync out of range) (II) MGA(0): Not using default mode "2048x1536" (insufficient memory for mode) (II) MGA(0): Not using default mode "1024x768" (hsync out of range) (II) MGA(0): Not using default mode "2048x1536" (insufficient memory for mode) (II) MGA(0): Not using default mode "1024x768" (hsync out of range) (II) MGA(0): Not using default mode "2048x1536" (insufficient memory for mode) (II) MGA(0): Not using default mode "1024x768" (hsync out of range) (II) MGA(0): Not using driver mode "1280x1024" (width too large for virtual size) (II) MGA(0): Not using default mode "1280x1024" (width too large for virtual size) (II) MGA(0): Not using default mode "1440x900" (width too large for virtual size) (II) MGA(0): Not using default mode "1280x960" (width too large for virtual size) (II) MGA(0): Not using default mode "1360x768" (width too large for virtual size) (II) MGA(0): Not using default mode "1152x864" (width too large for virtual size) (II) MGA(0): Not using default mode "1152x864" (width too large for virtual size) (II) MGA(0): Not using default mode "1152x864" (width too large for virtual size) (II) MGA(0): Not using default mode "1152x864" (width too large for virtual size) (--) MGA(0): Has SDRAM (--) MGA(0): Virtual size is 1024x768 (pitch 1024) (**) MGA(0): *Mode "1024x768_75.00": 81.8 MHz, 60.1 kHz, 75.0 Hz (II) MGA(0): Modeline "1024x768_75.00"x75.0 81.80 1024 1080 1192 1360 768 769 772 802 -hsync +vsync (60.1 kHz) (**) MGA(0): Driver mode "1024x768": 94.4 MHz, 68.6 kHz, 85.0 Hz (II) MGA(0): Modeline "1024x768"x85.0 94.39 1024 1088 1200 1376 768 769 772 807 -hsync +vsync (68.6 kHz) (**) MGA(0): Driver mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz (II) MGA(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz) (**) MGA(0): Driver mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz (II) MGA(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz) (**) MGA(0): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz (II) MGA(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz) (**) MGA(0): Default mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz (II) MGA(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) (**) MGA(0): Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz (II) MGA(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) (**) MGA(0): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz (II) MGA(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (**) MGA(0): Default mode "1024x768": 44.9 MHz, 35.5 kHz, 86.9 Hz (I) (II) MGA(0): Modeline "1024x768"x86.9 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync (35.5 kHz) (**) MGA(0): Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz (II) MGA(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz) (**) MGA(0): Driver mode "800x600": 56.5 MHz, 53.5 kHz, 85.0 Hz (II) MGA(0): Modeline "800x600"x85.0 56.55 800 840 928 1056 600 601 604 630 -hsync +vsync (53.5 kHz) (**) MGA(0): Driver mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz (II) MGA(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (**) MGA(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz (II) MGA(0): Modeline "800x600"x85.1 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz) (**) MGA(0): Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz (II) MGA(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (**) MGA(0): Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz (II) MGA(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) (**) MGA(0): Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz (II) MGA(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (**) MGA(0): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz (II) MGA(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) (**) MGA(0): Default mode "840x525": 73.1 MHz, 65.3 kHz, 60.0 Hz (D) (II) MGA(0): Modeline "840x525"x60.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz) (**) MGA(0): Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D) (II) MGA(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz) (**) MGA(0): Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D) (II) MGA(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz) (**) MGA(0): Default mode "720x450": 53.2 MHz, 55.9 kHz, 59.9 Hz (D) (II) MGA(0): Modeline "720x450"x59.9 53.25 720 760 836 952 450 451 454 467 doublescan -hsync +vsync (55.9 kHz) (**) MGA(0): Driver mode "640x480": 35.7 MHz, 42.9 kHz, 85.0 Hz (II) MGA(0): Modeline "640x480"x85.0 35.71 640 672 736 832 480 481 484 505 -hsync +vsync (42.9 kHz) (**) MGA(0): Driver mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz (II) MGA(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (**) MGA(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz (II) MGA(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz) (**) MGA(0): Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz (II) MGA(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (**) MGA(0): Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz (II) MGA(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz) (**) MGA(0): Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D) (II) MGA(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz) (**) MGA(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz (II) MGA(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (**) MGA(0): Driver mode "720x400": 28.3 MHz, 31.5 kHz, 70.1 Hz (II) MGA(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (**) MGA(0): Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz (II) MGA(0): Modeline "720x400"x85.0 35.50 720 756 828 936 400 401 404 446 -hsync +vsync (37.9 kHz) (**) MGA(0): Default mode "680x384": 36.0 MHz, 47.4 kHz, 60.0 Hz (D) (II) MGA(0): Modeline "680x384"x60.0 36.00 680 704 720 760 384 385 390 395 doublescan +hsync -vsync (47.4 kHz) (**) MGA(0): Default mode "680x384": 42.4 MHz, 47.7 kHz, 59.8 Hz (D) (II) MGA(0): Modeline "680x384"x59.8 42.38 680 716 784 888 384 385 390 399 doublescan -hsync +vsync (47.7 kHz) (**) MGA(0): Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz (II) MGA(0): Modeline "640x400"x85.1 31.50 640 672 736 832 400 401 404 445 -hsync +vsync (37.9 kHz) (**) MGA(0): Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D) (II) MGA(0): Modeline "576x432"x75.0 54.00 576 608 672 800 432 432 434 450 doublescan +hsync +vsync (67.5 kHz) (**) MGA(0): Default mode "576x432": 52.5 MHz, 67.6 kHz, 75.0 Hz (D) (II) MGA(0): Modeline "576x432"x75.0 52.49 576 612 676 776 432 432 434 451 doublescan -hsync +vsync (67.6 kHz) (**) MGA(0): Default mode "576x432": 48.4 MHz, 63.0 kHz, 70.0 Hz (D) (II) MGA(0): Modeline "576x432"x70.0 48.38 576 612 672 768 432 432 434 450 doublescan -hsync +vsync (63.0 kHz) (**) MGA(0): Default mode "576x432": 40.8 MHz, 53.7 kHz, 60.1 Hz (D) (II) MGA(0): Modeline "576x432"x60.1 40.81 576 608 668 760 432 432 434 447 doublescan -hsync +vsync (53.7 kHz) (**) MGA(0): Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz (II) MGA(0): Modeline "640x350"x85.1 31.50 640 672 736 832 350 382 385 445 +hsync -vsync (37.9 kHz) (**) MGA(0): Default mode "512x384": 47.2 MHz, 68.7 kHz, 85.0 Hz (D) (II) MGA(0): Modeline "512x384"x85.0 47.25 512 536 584 688 384 384 386 404 doublescan +hsync +vsync (68.7 kHz) (**) MGA(0): Default mode "512x384": 39.4 MHz, 60.0 kHz, 75.0 Hz (D) (II) MGA(0): Modeline "512x384"x75.0 39.38 512 520 568 656 384 384 386 400 doublescan +hsync +vsync (60.0 kHz) (**) MGA(0): Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D) (II) MGA(0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (56.5 kHz) (**) MGA(0): Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D) (II) MGA(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz) (**) MGA(0): Default mode "512x384": 22.4 MHz, 35.5 kHz, 86.6 Hz (D) (II) MGA(0): Modeline "512x384"x86.6 22.45 512 516 604 632 384 384 388 409 interlace doublescan +hsync +vsync (35.5 kHz) (**) MGA(0): Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D) (II) MGA(0): Modeline "416x312"x74.7 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync (49.7 kHz) (**) MGA(0): Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D) (II) MGA(0): Modeline "400x300"x85.3 28.15 400 416 448 524 300 300 302 315 doublescan +hsync +vsync (53.7 kHz) (**) MGA(0): Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D) (II) MGA(0): Modeline "400x300"x75.1 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync (46.9 kHz) (**) MGA(0): Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D) (II) MGA(0): Modeline "400x300"x72.2 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync (48.1 kHz) (**) MGA(0): Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D) (II) MGA(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz) (**) MGA(0): Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D) (II) MGA(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz) (**) MGA(0): Default mode "320x240": 18.0 MHz, 43.3 kHz, 85.2 Hz (D) (II) MGA(0): Modeline "320x240"x85.2 18.00 320 348 376 416 240 240 242 254 doublescan -hsync -vsync (43.3 kHz) (**) MGA(0): Default mode "360x200": 17.8 MHz, 37.9 kHz, 85.0 Hz (D) (II) MGA(0): Modeline "360x200"x85.0 17.75 360 378 414 468 200 200 202 223 doublescan -hsync +vsync (37.9 kHz) (**) MGA(0): Display dimensions: (320, 240) mm (**) MGA(0): DPI set to (81, 81) (II) MGA(0): YDstOrg is set to 0 (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 1.5.2, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (II) Loading sub module "xaa" (II) LoadModule: "xaa" (II) Loading /usr/lib/xorg/modules//libxaa.so (II) Module xaa: vendor="X.Org Foundation" compiled for 1.5.2, module version = 1.2.0 ABI class: X.Org Video Driver, version 4.1 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Module "ramdac" already built-in (--) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprD) [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD) [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprD) [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b] [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b] [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU) [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU) (II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 (--) MGA(0): 64 DWORD fifo (==) MGA(0): Default visual is TrueColor (EE) MGA(0): Static buffer allocation failed, not initializing the DRI (EE) MGA(0): Need at least 9216 kB video memory at this resolution, bit depth (II) MGA(0): Using 1279 lines for offscreen memory. (II) MGA(0): Using XFree86 Acceleration Architecture (XAA) Screen to screen bit blits Solid filled rectangles Solid filled trapezoids 8x8 mono pattern filled rectangles 8x8 mono pattern filled trapezoids Indirect CPU to Screen color expansion Screen to Screen color expansion Solid Lines Dashed Lines Scanline Image Writes Setting up tile and stipple cache: 32 128x128 slots 10 256x256 slots (==) MGA(0): Backing store disabled (==) MGA(0): Silken mouse enabled (II) MGA(0): DPMS enabled (II) MGA(0): Using overlay video (WW) MGA(0): Direct rendering disabled (==) 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 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) AIGLX: Screen 0 is not DRI capable (II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so (II) GLX: Initialized DRISWRAST GL provider for screen 0 Lenke til kommentar
olear Skrevet 29. desember 2008 Del Skrevet 29. desember 2008 Bruk 16bit, burde gi deg nok minne. Lenke til kommentar
Psevdonymous Skrevet 29. desember 2008 Forfatter Del Skrevet 29. desember 2008 Bruk 16bit, burde gi deg nok minne. Prøvde dette, men tror jeg må har rotet til koden, for nå får jeg ny feilmelding som sier "could not detect display, graphic card and input device". Har jeg skrevet alt feil? Section "Device" Identifier "Configured Video Device" EndSection Section "Monitor" Identifier "Configured Monitor" Modeline "1024x768_75.00" 81.80 1024 1080 1192 1360 768 769 772 802 -HSync +Vsync EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" DefaultDepth 16 Device "Configured Video Device" SubSection "Display" Viewport 0 0 Depth 16 Modes "1024x768_75.00" EndSubSection EndSection Lenke til kommentar
anders iver Skrevet 30. desember 2008 Del Skrevet 30. desember 2008 Du kan i hvertfall kommentere vekk Defaultdepth da den ikke trengs. Plasseringa før Device var uortodoks, men jeg kan egentlig ikke tenke meg at det skulle ha noe å si. Finner dog ikke noe annet som er galt. Lenke til kommentar
Anbefalte innlegg
Opprett en konto eller logg inn for å kommentere
Du må være et medlem for å kunne skrive en kommentar
Opprett konto
Det er enkelt å melde seg inn for å starte en ny konto!
Start en kontoLogg inn
Har du allerede en konto? Logg inn her.
Logg inn nå