Hi
 
This is the configuration file that worked for me.
 
Gabriele
 
P. S. I did some cut and paste in order to include the XF86Config file below. Since I am not familiar with microsoft oriented programs I don't know if this includes some extra control characters that will need to be removed manually.
 
---------------------------------

# Module loading section

Section "ServerLayout"

Identifier "XFree86 Configured"

Screen 0 "Screen0" 0 0

InputDevice "Mouse0" "CorePointer"

InputDevice "Keyboard0" "CoreKeyboard"

EndSection

Section "Files"

FontPath "unix/:7100"

EndSection

Section "Module"

# Load "v4l" # Video4Linux

# Load "pex5" # PHIGS for X 3D environment (obsolete)

# Load "record" # X event recorder

# Load "xie" # X Image Extension (obsolete)

# You only need the following two modules if you do not use xfs.

# Load "freetype" # TrueType font handler

# Load "type1" # Adobe Type 1 font handler

Load "dbe" # Double-buffering

Load "GLcore" # OpenGL support

Load "dri" # Direct rendering infrastructure

Load "glx" # OpenGL X protocol interface

Load "extmod" # Misc. required extensions

EndSection

Section "InputDevice"

Identifier "Keyboard0"

Driver "keyboard"

Option "XkbLayout" "us"

Option "XkbRules" "xfree86"

Option "XkbModel" "pc101"

EndSection

Section "InputDevice"

Identifier "Mouse0"

Driver "mouse"

Option "Device" "/dev/mouse"

Option "Protocol" "PS/2"

Option "Emulate3Buttons" "on"

Option "ZAxisMapping" "4 5"

EndSection

Section "Monitor"

Identifier "My Monitor"

VendorName "Unknown"

ModelName "Unknown"

HorizSync 31.5 - 48.5

VertRefresh 50.0 - 70.0

Option "dpms"

EndSection

Section "Device"

Identifier "* Generic VESA compatible"

Driver "vesa"

BoardName "Unknown"

Option "UseFBDev"

EndSection

Section "Device"

Identifier "Linux Frame Buffer"

Driver "fbdev"

BoardName "Unknown"

EndSection

Section "Device"

Identifier "Trident"

Driver "trident"

BoardName "Unknown"

ChipSet "cyberbladeXPm/16"

Option "NoAccel" "false"

Option "ShadowFB" "false"

Option "CyberStretch" "false"

Option "CyberShadow" "true"

BusID "PCI:1:0:0"

EndSection

Section "Screen"

Identifier "Screen0"

Device "Trident"

Monitor "My Monitor"

DefaultDepth 16

SubSection "Display"

Depth 24

Modes "1024x768" "800x600" "640x480"

EndSubSection

SubSection "Display"

Depth 16

Modes "1024x768" "800x600" "640x480"

EndSubSection

SubSection "Display"

Depth 8

Modes "1024x768" "800x600" "640x480"

EndSubSection

EndSection

Section "DRI"

Mode 0666

EndSection

 

Reply via email to