Hy Sune!
Try to delete in the Section "Module" the parts
Load "GLcore"
and
Load "dri"
I´m using Nvidia and i had to delete these parts.
Before deleting make a save-copy of the xorg.conf file!
Henning Riesenbeck
--
erstmal keine
This is a discussion on TV-out on Dell Inspiron 6000 - Portable ; Hi all. I'm trying to get subject to work, and so far, black screen. Could someone take a look at my xorg.conf (attached) and tell me what's wrong? Or just suggest things to try? Or anything? Thanks in advance, and ...
Hi all.
I'm trying to get subject to work, and so far, black screen. Could
someone take a look at my xorg.conf (attached) and tell me what's wrong?
Or just suggest things to try? Or anything?
Thanks in advance, and happy new year,
Sune Molgaard
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "Module"
Load "GLcore"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
Load "synaptics"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "dk"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
Option "SHMConfig" "on"
Option "LeftEdge" "120"
Option "RightEdge" "830"
Option "TopEdge" "120"
Option "BottomEdge" "650"
Option "FingerLow" "14"
Option "FingerHigh" "15"
Option "MaxTapTime" "180"
Option "MaxTapMove" "110"
Option "EmulateMidButtonTime" "75"
Option "VertScrollDelta" "20"
Option "MinSpeed" "0.2"
Option "MaxSpeed" "0.7"
Option "AccelFactor" "0.09"
Option "EdgeMotionMinSpeed" "15"
Option "EdgeMotionMaxSpeed" "15"
Option "UpDownScrolling" "1"
Option "CircularScrolling" "1"
Option "CircScrollDelta" "0.1"
Option "CircScrollTrigger" "2"
EndSection
Section "Device"
Identifier "Intel Corporation Intel Default Card"
Driver "i810"
Option "MonitorLayout" "TV,LFP"
# BusID "PCI:0:2:0"
EndSection
Section "Device"
Identifier "Videocardtvd0"
Driver "i810"
VendorName "Intel"
BoardName "i855"
Option "MonitorLayout" "TV,LFP"
BusID "PCI:0:2:0"
Screen 1
# Option "TVOutFormat "SVIDEO"
Option "TVStandard" "PAL-B"
Option "ConnectedMonitor" "TVm0"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "TVm0"
# VendorName "Something"
# ModelName "TV"
# HorizSync 30-68
# VertRefresh 50-120
# fbset -fb /dev/fb1 -x
# Mode "720x576"
# DotClock 42.601
# HTimings 720 760 832 944
# VTimings 576 577 580 602
# HSkew 0
# VScan 1
# Flags "-HSync" "-VSync"
# EndMode
# Option "dpms"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Intel Default Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1680x1050"
EndSubSection
SubSection "Display"
Depth 4
Modes "1680x1050"
EndSubSection
SubSection "Display"
Depth 8
Modes "1680x1050"
EndSubSection
SubSection "Display"
Depth 15
Modes "1680x1050"
EndSubSection
SubSection "Display"
Depth 16
Modes "1680x1050"
EndSubSection
SubSection "Display"
Depth 24
Modes "1680x1050"
EndSubSection
EndSection
Section "Screen"
Identifier "TV0"
Device "Videocardtvd0"
Monitor "TVm0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Default Screen" LeftOf "TV0"
Screen 1 "TV0" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
Hy Sune!
Try to delete in the Section "Module" the parts
Load "GLcore"
and
Load "dri"
I´m using Nvidia and i had to delete these parts.
Before deleting make a save-copy of the xorg.conf file!
Henning Riesenbeck
--
erstmal keine