Toon posts:

[LCDTV] Samsung LE27S71B - Linux Software probleem.

Pagina: 1
Acties:

Verwijderd

Topicstarter
Beste Mede Tweakers,

Sinds een paar weken heb ik de stap gewaagt naar linux, Distributie Debian Etch (niet testing). Ik ben een redelijk geavanceerde linux gebruiker (o.a op servers), maar het is flink peentjes zweten met de Xorg configuratie die ik moet uitvoeren.

Deze post gaat over het configureren van 2 monitor devices, dualview, of twinview (het is een nvidia kaart). Mijn huidige opstelling is een Flatron l1730s als primare monitor, deze functioneert perfect op 1280x1024 waar hij voor gemaakt is, alleen werkt deze op 50hz (of Xorg verkloot de hz omdat hij 2 schermen als 1 resolutie ziet) Mijn 2e monitor (eigenlijk lcdtv, Samsung LE27S71B) wilt niet goed functioneren, deze pakt een resolutie van 800x600 (pure gok, de lcdtv kan niet laten zien in welke resolutie/hz hij nu werkt), het is in ieder geval veel groter dan de 17" monitor.

Ik denk dat het probleem in de videokaart (laat niet de juiste waardes zien die de monitor mag gebruiken) zit, of in de samsung lcdtv (deze heeft geen EDID, en kan niet de juiste VFREQ HFREQ vinden op enige "specificatie" site).

Hierbij zal ik mijn huidige Xorg configuratie posten, in de hoop dat iemand mij kan vertellen wat ik verkeerd doe, of hoe ik de juiste modeline implementeer? (Deze configuratie werkt in de zin van, me primary monitor werkt 1280x1024/50hz, secondary monitor 800x600 (pure gok, hz kan ik ook niet achterhalen).

Alvast Bedankt.

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
Option "AIGLX" "on"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "Files"
RgbPath "/etc/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "record"
Load "glx"
Load "extmod"
Load "xtrap"
Load "dbe"
#Load "dri"
Load "type1"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
Option "DPMS"
EndSection

Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "Unknown Board"
BusID "PCI:1:0:0"
VideoRam 262144
#Option "ConnectedMonitor" "CRT,CRT"
Option "RenderAccel" "true"
Option "HWcursor"
Option "CursorShadow"
Option "CursorShadowAlpha" "32"
Option "CursorShadowXOffset" "3"
Option "CursorShadowYOffset" "3"
Option "AllowGLXWithComposite" "true"
Option "TwinView" "true"
#Option "TwinViewOrientation" "Clone"
Option "TVOutFormat" "AUTOSELECT"
Option "TVStandard" "HD720p"
Option "SecondMonitorHorizSync" "45-50"
Option "SecondMonitorVertRefresh" "60"
Option "metamodes" "CRT-0: nvidia-auto-select +1280+0, CRT-1: 1280x768 +0+0"
#Option "MetaModes" "1280x1024,1280x768"
#Option "MetaModes" "1280x1024,1360x768"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
Option "XAANoOffscreenPixmaps"
Option "AddARGBGLXVisuals" "true"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Verwijderd

Topicstarter
niemand?!?!