Quote (Guest @ Oct. 29 2004,05:02) |
I'm glad people liked my help, it's always nice Also Shaft, if you want 16-bit in 800x600 you can't because of the limitation of vram, but you can run in 800x570 with 16-bit colour ;) Once I fix up a problem I got with the laptop right now, I'll send you my exact XF86Config-4 file. Sorry Les, I'm not sure on that are you logging in as dsl or root? |
Code Sample |
# for XFree86-4.1.0 # Configuration "Dell Latitude P-133ST" # Driver "neomagic" # Chipset "NM2070" # "MagicGraph NM2070" # VendorName "NeoMagic" # BoardName "" # Monitor "LCD 800x600 8color" # Date "09th Sep, 2001" Section "ServerLayout" Identifier "Default Layout" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/local/" FontPath "/usr/X11R6/lib/X11/fonts/extra/" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/CID/" FontPath "/usr/X11R6/lib/X11/fonts/PEX/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/" FontPath "/usr/X11R6/lib/X11/fonts/TrueType/" FontPath "/usr/X11R6/lib/X11/fonts/tt/" FontPath "/usr/X11R6/lib/X11/fonts/unicode/" EndSection Section "Module" Load "dbe" Load "extmod" SubSection "extmod" #Option "omit xfree86-dga" EndSubSection Load "type1" #Load "freetype" Load "xtt" Load "bitmap" Load "speedo" Load "pex5" Load "GLcore" Load "glx" Load "dri" Load "record" Load "xie" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "AutoRepeat" "500 30" Option "XkbRules" "xfree86" Option "XkbModel" "jp106" Option "XkbLayout" "jp" Option "XkbVariant" "nodeadkeys" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "PS/2" Option "Device" "/dev/psaux" Option "Emulate3Buttons" "yes" #MouseName "Generic - 2 Button Mouse (PS/2)" EndSection Section "Monitor" Identifier "Monitor0" HorizSync 31.5-40 VertRefresh 55-90 #VendorName "Dell" #ModelName "S-133ST LCD 800x600 8-color" Modeline "800x570" 35 800 816 944 968 570 572 574 599 EndSection Section "Device" Identifier "Card0" Driver "neomagic" VendorName "NeoMagic" BoardName "MagicGraph NM2070" # Chipset "NM2070" # ChipId 0x4742 # ChipRev 0x5c BusID "PCI:0:7:0" # IOBase 0xfea00000 # MemBase 0xfd000000 # VideoRam 2048 # DacSpeed 90 # Option "linear" # Option "nolinear" # Option "sw_cursor" # Option "hw_cursor" Option "no_accel" Option "intern_disp" Option "extern_disp" Option "mmio" # Option "no_mmio" Option "lcd_center" Option "no_stretch" Option "override_validate_mode" # Insert Clocks lines here if appropriate EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 16 SubSection "Display" Depth 8 Modes "800x570" EndSubSection SubSection "Display" Depth 15 Modes "800x570" EndSubSection SubSection "Display" Depth 16 Modes "800x570" EndSubSection SubSection "Display" Depth 24 Modes "800x570" EndSubSection EndSection Section "DRI" EndSection # End of XF86Config. # Configured by xconfig # Configured date: |