[Openchrome-users] Commell lv-667 xorg.conf
Christophe Burgalat
c.burgalat
Mon May 1 23:50:02 PDT 2006
Le Lundi 1 Mai 2006 17:11, David Shay a ?crit?:
> Ivor (or anyone else with a commell lv-667...), if you get a chance, could
> you send me a copy of your xorg.conf file for your commell lv-667? That
> would just help me do some verifying. I'm still just trying to use it on
> VGA for right now. Once that is working, I'll make the leap to DVI and see
> if that works at all (I have the LV-667D)
>
> Thanks!
Hi David,
Here is the xorg.conf file I use with my commell lv-667.
DVI is not implemented in the unichrome driver
Christophe
-------------- next part --------------
Section "Module"
# This loads the DBE extension module.
Load "dbe" # Double buffer extension
Load "int10"
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
# This loads the Type1 and FreeType font modules
Load "type1"
Load "freetype"
Load "glx"
Load "dri"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath "tcp/FONTSERVER"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
EndSection
# **********************************************************************
# Server flags section.
# **********************************************************************
Section "ServerFlags"
Option "AllowMouseOpenFail" "True"
Option "DontZap"
Option "Dont Zoom"
# Option "DisableVidModeExtension"
# Option "AllowNonLocalXvidtune"
# Option "DisableModInDev"
# Option "AllowNonLocalModInDev"
Option "blank time" "0"
Option "standby time" "0"
Option "suspend time" "0"
Option "off time" "0"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "keyboard"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "fr"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/misc/psaux"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "My Monitor"
HorizSync 30 - 80
VertRefresh 56-75
DisplaySize 459 260
ModeLine "1360x768" 85.500 1360 1432 1544 1792 768 771 777 795
EndSection
Section "Device"
Identifier "CN400 Video Card"
Driver "via"
Chipset "PM800/PM880/CN400"
# BusID "PCI:1:0:0"
Option "DPMS"
Option "EnableAGPDMA"
#Option "ActiveDevice" "DFP"
Option "ActiveDevice" "CRT"
EndSection
Section "Screen"
Identifier "Screen 1"
Device "CN400 Video Card"
Monitor "My Monitor"
DefaultDepth 16
Subsection "Display"
Depth 16
Modes "1360x768"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "DRI"
Mode 0666
EndSectionEndSection
More information about the Openchrome-users
mailing list