carlojekko
May 26th, 2007, 12:55 PM
Hi, I have this configuration file
[code:7bd09]Section "Extensions"
Option "Composite" "Enable"
Option "RENDER" "Enable"
Option "DAMAGE" "Enable"
# Option "Composite" "Enable"
EndSection
Section "Module"
Load "dbe"
# Load the glx module.
Load "glx"
Load "extmod"
Load "type1"
Load "freetype"
EndSection
# ************************************************** ********************
# Files section. This allows default font and rgb paths to be set
# ************************************************** ********************
Section "Files"
# The module search path. The default path is shown here.
# Load "freetype"
FontPath "/usr/local/share/fonts/Calibri"
FontPath "/usr/local/share/fonts/Corbel"
FontPath "/usr/local/share/fonts/Constantia"
FontPath "/usr/local/share/fonts/Consolas"
FontPath "/usr/local/share/fonts/Candara"
FontPath "/usr/local/share/fonts/Cambria"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/freefont"
FontPath "/usr/share/fonts/terminus"
FontPath "/usr/share/fonts/unifont"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/ttf-bitstream-vera"
FontPath "/usr/share/fonts/artwiz"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/local/share/fonts"
FontPath "/usr/share/fonts"
FontPath "/usr/share/fonts"
FontPath "/usr/share/fonts/default"
FontPath "/usr/share/fonts/sharefonts"
FontPath "/usr/share/fonts/ukr"
FontPath "/usr/share/fonts/freefont"
FontPath "/usr/share/fonts/dejavu"
EndSection
# ************************************************** ********************
# Server flags section.
# ************************************************** ********************
Section "ServerFlags"
AllowMouseOpenFail
EndSection
# ************************************************** ********************
# Input devices
# ************************************************** ********************
# ************************************************** ********************
# Core keyboard's InputDevice section
# ************************************************** ********************
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbdRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection
# ************************************************** ********************
# Core Pointer's InputDevice section
# ************************************************** ********************
Section "InputDevice"
Driver "mouse"
Identifier "Mouse1"
Option "Buttons" "5"
Option "Device" "/dev/input/mice"
Option "Name" "ImPS/2 Generic Wheel Mouse"
Option "Protocol" "explorerps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection
# ************************************************** ********************
# Monitor section
# ************************************************** ********************
Section "Monitor"
Identifier "Monitor[0]" #CRT
Modeline "1280x1024_75.00" 138.54 1280 1368 1504 1728 1024 1025 1028 1069 -HSync +Vsync
HorizSync 50-60
VertRefresh 70-80
EndSection
Section "Monitor"
Identifier "Monitor[1]" #TV
HorizSync 60
VertRefresh 30-150
EndSection
# ************************************************** ********************
# Graphics device section
# ************************************************** ********************
Section "Device"
Identifier "Device[0]"
Driver "nvidia"
BusID "PCI:4:0:0" #adjust using 'lspci' or cat /proc/pci
Screen 0
Option "nologo"
Option "AllowGLXWithComposite" "true"
Option "RenderAccel" "true"
EndSection
Section "Device"
Driver "nvidia"
Identifier "Device[1]"
Screen 1
Option "TVOutFormat" "SVIDEO" #or S-VIDEO etc
Option "TVStandard" "PAL-B" #or NTSC etc
Option "ConnectedMonitor" "Monitor[1]"
BusID "PCI:4:0:0" #adjust using 'lspci' or cat /proc/pci
Option "nologo"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
EndSection
# ************************************************** ********************
# Screen sections
# ************************************************** ********************
Section "Screen"
Identifier "Screen[0]"
Device "Device[0]"
Monitor "Monitor[0]"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
Subsection "Display"
Depth 32
Modes "1024x768" "800x600" "640x480"
EndSubSection
Option "AddARGBGLXVisuals" "True"
EndSection
Section "Screen"
Device "Device[1]"
Identifier "Screen[1]"
Monitor "Monitor[1]"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
Option "AddARGBGLXVisuals" "True"
EndSection
# ************************************************** ********************
# ServerLayout sections.
# ************************************************** ********************
Section "ServerLayout"
Identifier "Simple Layout"
Screen 0 "Screen[0]"
Screen 1 "Screen[1]" RightOf "Screen[0]"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
# Option "AIGLX" "true"
EndSection
[/code:7bd09] Only with a CRT and TV connected... when i click on a menu on CRT, it wil be shown after 2-3 sec and Tv works fine...
Thx !
[code:7bd09]Section "Extensions"
Option "Composite" "Enable"
Option "RENDER" "Enable"
Option "DAMAGE" "Enable"
# Option "Composite" "Enable"
EndSection
Section "Module"
Load "dbe"
# Load the glx module.
Load "glx"
Load "extmod"
Load "type1"
Load "freetype"
EndSection
# ************************************************** ********************
# Files section. This allows default font and rgb paths to be set
# ************************************************** ********************
Section "Files"
# The module search path. The default path is shown here.
# Load "freetype"
FontPath "/usr/local/share/fonts/Calibri"
FontPath "/usr/local/share/fonts/Corbel"
FontPath "/usr/local/share/fonts/Constantia"
FontPath "/usr/local/share/fonts/Consolas"
FontPath "/usr/local/share/fonts/Candara"
FontPath "/usr/local/share/fonts/Cambria"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/freefont"
FontPath "/usr/share/fonts/terminus"
FontPath "/usr/share/fonts/unifont"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/ttf-bitstream-vera"
FontPath "/usr/share/fonts/artwiz"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/local/share/fonts"
FontPath "/usr/share/fonts"
FontPath "/usr/share/fonts"
FontPath "/usr/share/fonts/default"
FontPath "/usr/share/fonts/sharefonts"
FontPath "/usr/share/fonts/ukr"
FontPath "/usr/share/fonts/freefont"
FontPath "/usr/share/fonts/dejavu"
EndSection
# ************************************************** ********************
# Server flags section.
# ************************************************** ********************
Section "ServerFlags"
AllowMouseOpenFail
EndSection
# ************************************************** ********************
# Input devices
# ************************************************** ********************
# ************************************************** ********************
# Core keyboard's InputDevice section
# ************************************************** ********************
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbdRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection
# ************************************************** ********************
# Core Pointer's InputDevice section
# ************************************************** ********************
Section "InputDevice"
Driver "mouse"
Identifier "Mouse1"
Option "Buttons" "5"
Option "Device" "/dev/input/mice"
Option "Name" "ImPS/2 Generic Wheel Mouse"
Option "Protocol" "explorerps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection
# ************************************************** ********************
# Monitor section
# ************************************************** ********************
Section "Monitor"
Identifier "Monitor[0]" #CRT
Modeline "1280x1024_75.00" 138.54 1280 1368 1504 1728 1024 1025 1028 1069 -HSync +Vsync
HorizSync 50-60
VertRefresh 70-80
EndSection
Section "Monitor"
Identifier "Monitor[1]" #TV
HorizSync 60
VertRefresh 30-150
EndSection
# ************************************************** ********************
# Graphics device section
# ************************************************** ********************
Section "Device"
Identifier "Device[0]"
Driver "nvidia"
BusID "PCI:4:0:0" #adjust using 'lspci' or cat /proc/pci
Screen 0
Option "nologo"
Option "AllowGLXWithComposite" "true"
Option "RenderAccel" "true"
EndSection
Section "Device"
Driver "nvidia"
Identifier "Device[1]"
Screen 1
Option "TVOutFormat" "SVIDEO" #or S-VIDEO etc
Option "TVStandard" "PAL-B" #or NTSC etc
Option "ConnectedMonitor" "Monitor[1]"
BusID "PCI:4:0:0" #adjust using 'lspci' or cat /proc/pci
Option "nologo"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
EndSection
# ************************************************** ********************
# Screen sections
# ************************************************** ********************
Section "Screen"
Identifier "Screen[0]"
Device "Device[0]"
Monitor "Monitor[0]"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
Subsection "Display"
Depth 32
Modes "1024x768" "800x600" "640x480"
EndSubSection
Option "AddARGBGLXVisuals" "True"
EndSection
Section "Screen"
Device "Device[1]"
Identifier "Screen[1]"
Monitor "Monitor[1]"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
Option "AddARGBGLXVisuals" "True"
EndSection
# ************************************************** ********************
# ServerLayout sections.
# ************************************************** ********************
Section "ServerLayout"
Identifier "Simple Layout"
Screen 0 "Screen[0]"
Screen 1 "Screen[1]" RightOf "Screen[0]"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
# Option "AIGLX" "true"
EndSection
[/code:7bd09] Only with a CRT and TV connected... when i click on a menu on CRT, it wil be shown after 2-3 sec and Tv works fine...
Thx !