Jump to content

dual monitor with lg 32lc2r


AleXxiO
 Share

Recommended Posts

hi guys,

i want to have as a second monitor an lg 32" tv, it is an hd tv... i use this xorg.conf, from the mcc i can't get it work...

where am i wrong?

i have a laptop with intel 82855 integrated video card...

--------------

# File generated by XFdrake (rev 142098)

 

# **********************************************************************

# Refer to the XF86Config man page for details about the format of

# this file.

# **********************************************************************

 

Section "Files"

# Multiple FontPath entries are allowed (they are concatenated together)

# By default, Mandrake 6.0 and later now use a font server independent of

# the X server to render fonts.

FontPath "unix/:-1"

EndSection

 

Section "Extensions"

# Option "Composite"

Option "Composite" "Enable"

Option "RENDER" "Enable" ## added for beryl

EndSection

 

Section "ServerFlags"

#DontZap # disable <Crtl><Alt><BS> (server abort)

AllowMouseOpenFail # allows the server to start up even if the mouse does not work

#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)

EndSection

 

Section "Module"

Load "dbe" # Double-Buffering Extension

Load "v4l" # Video for Linux

Load "extmod"

Load "type1"

Load "freetype"

Load "synaptics"

Load "glx" # 3D layer

Load "dri" # direct rendering

Load "/usr/lib/xorg/modules/extensions/libglx.so"

 

Subsection "extmod"

Option "omit xfree86-dga" # don’t initialise the DGA extension ## added for beryl

EndSubsection

EndSection

 

Section "InputDevice"

Identifier "Keyboard1"

Driver "kbd"

Option "XkbModel" "pc105"

Option "XkbLayout" "it"

Option "XkbOptions" "compose:rwin"

EndSection

 

Section "InputDevice"

Identifier "Mouse1"

Driver "mouse"

Option "Protocol" "ExplorerPS/2"

Option "Device" "/dev/mouse"

EndSection

 

Section "InputDevice"

Identifier "Mouse2"

Driver "evdev"

Option "product" "0x00d2"

Option "HWheelRelativeAxisButtons" "7 6"

Option "vendor" "0x045e"

EndSection

 

Section "InputDevice"

Identifier "SynapticsMouse1"

Driver "synaptics"

Option "SHMConfig" "on"

EndSection

 

Section "Monitor"

Identifier "monitor1"

VendorName "Generic"

ModelName "Flat Panel 1280x768"

HorizSync 31.5-90

VertRefresh 60

 

# Monitor preferred modeline (60.0 Hz vsync, 49.0 kHz hsync, ratio 15/9)

ModeLine "1280x768" 68.93 1280 1296 1344 1408 768 771 777 816 -hsync -vsync

 

# TV fullscreen mode or DVD fullscreen output.

# 768x576 @ 79 Hz, 50 kHz hsync

ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630

 

# 768x576 @ 100 Hz, 61.6 kHz hsync

ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616

 

# modeline generated by gtf(1) [handled by XFdrake]

ModeLine "1280x768_120" 173.82 1280 1376 1520 1760 768 769 772 823 -HSync +Vsync

 

# modeline generated by gtf(1) [handled by XFdrake]

ModeLine "1280x768_100" 141.96 1280 1376 1512 1744 768 769 772 814 -HSync +Vsync

 

# modeline generated by gtf(1) [handled by XFdrake]

ModeLine "1280x768_85" 118.53 1280 1368 1504 1728 768 769 772 807 -HSync +Vsync

 

# modeline generated by gtf(1) [handled by XFdrake]

ModeLine "1280x768_75" 102.98 1280 1360 1496 1712 768 769 772 802 -HSync +Vsync

 

# modeline generated by gtf(1) [handled by XFdrake]

ModeLine "1280x768_60" 80.14 1280 1344 1480 1680 768 769 772 795 -HSync +Vsync

 

# modeline generated by gtf(1) [handled by XFdrake]

ModeLine "1280x768_50" 65.18 1280 1336 1464 1648 768 769 772 791 -HSync +Vsync

EndSection

 

Section "Monitor"

Identifier "monitor2"

VendorName "Generic"

ModelName "Flat Panel 1600x1200"

HorizSync 31 - 61

VertRefresh 56 -76

 

 

# ModeLine "1366x768" 85.5 1366 1414 1526 1798 768 771 777 795 +hsync -vsync

# ModeLine "1368x768" 84.97 1368 1400 1720 1752 768 783 791 807

# ModeLine "1366x768" 88.03 1366 1424 1680 1816 768 770 782 808

# Modeline "1366x768" 72.25 1366 1416 1448 1528 768 771 781 790 +hsync -vsync

# Modeline "1360x768" 85.50 1360 1424 1536 1792 768 771 777 795 +Hsync +Vsync

# Modeline "1360x768" 84.50 1360 1392 1712 1744 768 783 791 807

# Modeline "1360x768" 85.750 1360 1432 1568 1776 768 771 776 798 -hsync +vsync

 

ModeLine "1360x768" 85.50 1360 1424 1536 1792 768 771 777 795 +hsync +vsync

 

# ModeLine "1216x684" 74.250 1216 1356 1396 1650 684 704 709 750 +hsync +vsync

# Modeline "800x600" 97.59 800 856 944 1088 600 601 604 650

# Modeline "800x600" 96.89 800 856 944 1088 600 601 604 650

# Modeline "800x600" 96.18 800 856 944 1088 600 601 604 650

Modeline "640x480" 62.12 640 680 752 864 480 481 484 521

Modeline "640x480" 61.55 640 680 752 864 480 481 484 520

Modeline "640x480" 61.10 640 680 752 864 480 481 484 520

EndSection

 

Section "Device"

Identifier "device1"

VendorName "Intel Corp."

BoardName "Intel 85x"

Driver "i810"

Option "VideoRam" "65536"

Screen 0

BusID "PCI:0:2:0"

Option "DPMS"

Option "May_Need_ForceBIOS" "1"

Option "AddARGBGLXVisuals" "True" ## added for beryl

Option "BackStoring" "True" ## added for beryl

Option "AllowGLXWithComposite" "true"

Option "DisableGLXRootClipping" "true" ## added for beryl

Option "TripleBuffer" "True" ## added for beryl

Option "XaaNoOffscreenPixmaps" "1"

Option "CacheLines" "1980"

Option "Rotate" "off"

EndSection

 

Section "Device"

Identifier "device2"

VendorName "Intel Corp."

BoardName "Intel 85x"

Driver "i810"

Option "VideoRam" "65536"

Screen 1

BusID "PCI:0:2:0"

Option "DPMS"

Option "May_Need_ForceBIOS" "1"

Option "AddARGBGLXVisuals" "True" ## added for beryl

Option "BackStoring" "True" ## added for beryl

Option "AllowGLXWithComposite" "true"

Option "DisableGLXRootClipping" "true" ## added for beryl

Option "TripleBuffer" "True" ## added for beryl

Option "XaaNoOffscreenPixmaps" "1"

Option "CacheLines" "1980"

Option "Rotate" "off"

EndSection

 

Section "Screen"

Identifier "screen1"

Device "device1"

Monitor "monitor1"

DefaultColorDepth 16

 

Subsection "Display"

Depth 15

Modes "1280x768"

EndSubsection

 

Subsection "Display"

Depth 16

Modes "1280x768"

EndSubsection

 

Subsection "Display"

Depth 24

Modes "1280x768"

EndSubsection

EndSection

 

Section "Screen"

Identifier "Screen2"

Device "device2"

Monitor "Monitor2"

DefaultDepth 24

 

Subsection "Display"

Depth 16

Modes "1280x768" "800x600"

Viewport 0 0

EndSubsection

 

Subsection "Display"

Depth 24

Modes "1368x768" "1366x768" "1360x768" "1216x684" "800x600" "640x480"

Viewport 0 0

EndSubsection

EndSection

 

Section "ServerLayout"

Identifier "layout1"

InputDevice "Keyboard1" "CoreKeyboard"

InputDevice "Mouse1" "CorePointer"

InputDevice "Mouse2" "SendCoreEvents"

InputDevice "SynapticsMouse1" "AlwaysCore"

Screen "screen1"

#Option "Xinerama"

EndSection

------------------------------------------------

 

very very very thanks for your help!!!!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...