-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, on 01/21/04 22:48, thierry wrote: > the video card is a sis 650 and the screen ? I had an ASUS L3500 one year ago and I user with no problem XFree 4.2 IIRC on Debian. Please try the XF86Config-4 attached (you can find it even at > http://luca.pca.it/projects/asus/XF86Config-4.sis650) You need the SiS driver > http://www.winischhofer.net/linuxsisvga.shtml Thx, bye, Gismo / Luca -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) Comment: Using GnuPG with Debian - http://enigmail.mozdev.org iD8DBQFADvkpVAp7Xm10JmkRAsniAJ9luolIerP9eykH3rmD7l0VLB5phwCbBCzn Whz5TFtdI4M1rGLzhX5Y/sE= =jBfY -----END PGP SIGNATURE-----
# XFree86 4 Configurator File for notebook Asus: # keyboard layout PC105 us w/deadkeys # wheel PS2-TouchPad & wheel USB Mouse # SiS integrated chipset # LCD 1024x768 # default 16bit (8, 24) @ 1024x768 (800x600, 640x480) # # Copyright (C) 04/2003 Gismo / Luca Capello <luca@xxxxxx> http://luca.pca.it Section "Module" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "freetype" Load "GLcore" Load "glx" Load "int10" Load "record" Load "speedo" Load "type1" Load "vbe" # Load "extmod" SubSection "extmod" Option "xfree86-dga" # initialise the DGA extension EndSubSection EndSection Section "DRI" Mode 0666 EndSection Section "Files" FontPath "unix/:7110" # local font server # if the local font server has problems, we can fall back on these RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/local/" FontPath "/usr/X11R6/lib/X11/fonts/misc/" # FontPath "/usr/X11R6/lib/X11/fonts/cyrillic" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection Section "ServerFlags" # Option "AllowMouseOpenFail" # Option "noPM" Option "BlankTime" "99999" Option "StandbyTime" "99999" Option "SuspendTime" "99999" Option "OffTime" "99999" EndSection Section "InputDevice" Identifier "Keyboard" Driver "keyboard" Option "CoreKeyboard # Option "Protocol" "Xqueue" Option "AutoRepeat" "500 30" # Specify which keyboard LEDs can be user-controlled (eg, with xset(1)) # Option "Xleds" "1 2 3" # Option "LeftAlt" "Meta" # Option "RightAlt" "ModeShift" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "us_intl" Option "XkbVariant" "basic" EndSection Section "InputDevice" Identifier "TouchPad" Driver "mouse" Option "CorePointer" Option "Protocol" "PS/2" Option "Device" "/dev/psaux" EndSection Section "InputDevice" Identifier "USBmouse" Driver "mouse" Option "AlwaysCore" Option "Protocol" "ImPS/2" Option "Device" "/dev/usb/mouse0" Option "ZAxisMapping" "4 5" Option "Buttons" "3" EndSection Section "Monitor" Identifier "LCD-1024x768" HorizSync 31.5-56.6 VertRefresh 40-70 EndSection Section "Device" Identifier "SiS-GPU" Driver "sis" #VideoRam 8192 # Option "HWCursor" # Use hardware or software cursor ("HWCursor" / "SWCursor") Option "HWcursor" # Option "NoAccel" # Setting this option will disable 2D/3D accellerators (and Xv). #Option "NoAccel" # Option "ForceCRT2Type": # This option selects the CRT2 output device type and is only useful # on systems containing a video bridge (such as most laptops). # Available options are: # "TV" (if TV connector present), # "LCD" alias "DVI-D" (if LCD panel present), # "VGA" alias "DVI-A" (secondary VGA; use this only if your machine # has a secondary VGA connector or a DVI-I connector # The VGA plug on your laptop is CRT1!) # "NONE" (this will switch off CRT2). You might want to use "NONE" for # using higher resolutions than your LCD panel supports when # connected to an external VGA. # "COMPOSITE" (30x bridge only) Force TV to use cvbs connector # "SVIDEO" (30x bridge only) Force TV to use SVHS connector # "SCART" (30x bridge only) Force TV to use SCART connector #Option "ForceCRT2Type" "NONE" # Option "MaxXFBMem": # Only useful on 300 series! # This option limits the amount of memory X uses for its framebuffer. # Its purpose is to avoid a clash between X and DRI/DRM/sisfb as regards # memory management. # The SiS kernel framebuffer driver (sisfb) is responsible for memory # management for DRI. It will install a video memory heap at # - 12 MB (=12288 KB) if more than 16MB of video RAM available, # - 8 MB (=8192 KB) if between 8 an 16MB if video RAM available, # - 4 MB (=4096 KB) if less than 8 MB of video RAM available. # Other amounts can be specified with sisfb's "mem" parameter. # If this option is set, X only uses the specified amount of memory for # its screen and its off-screen buffers. # Limiting X to use only a small part of RAM therefore avoids that # the kernel framebuffer (and a DRI application using the sisfb's # memory pool) overwrites X's screen and off-screen memory. # When setting MaxXFBMem to "8192", memory will be used according # to the following figure: # 0-------8------16------24------32------40------48--------56-------64MB # XXXXXXXX # FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF # (X=memory used by X, F=memory used by sisfb and thus DRI) # If DRI is disabled and the framebuffer driver is not loaded, this option # can and should be left out. Option "MaxXFBMem" "12288" # Option "TVStandard" # Can be "NTSC" or "PAL". On some machines with a 30x/B/LV bridge as well # as on machines with a Chrontel 7019/7020, also # "PALM" (for PAL used in Brasil) or "PALN" (PAL used in Argentina) # Normally, this will be autodetected acoording to the BIOS setting. # Option "TVStandard" "PAL" # Option "XvOnCRT2" # Only useful on machines with SiS315, 650 or 740 and only if both CRT1 and # CRT2 are available and connected. # Setting this to "TRUE" will show the Xv video overlay on CRT2, "FALSE" will # show the overlay on CRT1. # This can be changed by the Xv property "XV_SWITCHCRT". # Option "XvOnCRT2" "true" # Option "CHTVOvercan" # Only useful on machines with a Chrontel TV encoder # Setting this to "TRUE" will use overscan modes (larger image on the TV) # Normally this is autodetected according to the BIOS setting. # Option "CHTVOverscan" "TRUE" # Option "CHTVSuperOverscan" # Only useful on machines with a 700x TV encoder. Not for 701x encoders! # Only useful if TV standard is PAL # Setting this to "true" will force the driver to use a TV mode which is even # larger than the normal overscan mode. This option overrules the CHTVOverscan # option. Setting it to "FALSE" will make the driver to fall back on the # normal overscan setting (BIOS selection or, if set, the CHTVOverscan setting) # Option "CHTVSuperOverscan" "TRUE" # Option "CHTVContrast" # Only useful on machines with Chrontel TV encoder # This option accepts numerical values from 0 to 15 and it adjust the contrast # of the TV image. # Option "CHTVContrast" "10" # Option "SISTVAntiFlicker" # Only useful on machines with EndSection Section "Screen" Identifier "LCD" Device "SiS-GPU" Monitor "LCD-1024x768" DefaultDepth 16 Subsection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" "320x240" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" "320x240" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" "320x240" ViewPort 0 0 EndSubsection EndSection Section "ServerLayout" Identifier "XFree86 Configuration" Screen "LCD" InputDevice "Keyboard" InputDevice "TouchPad" InputDevice "USBmouse" EndSection