LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 06-30-2007, 05:51 PM   #1
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,657

Rep: Reputation: 255Reputation: 255Reputation: 255
xinerama: red screen screenright ! (Pomoc)


Hello,

I installed xinerama/openbox/gdm as :
Code:
 apt-get install gvidm  x11proto-xinerama-dev libxinerama-dev   libxinerama1 libxinerama1-dbg  openbox gdm
then, changed my xorg.conf

but in ANY cases, even, 800x600 for two screens, and clone screen, the smallest monitor blinks as red (screen1) and bigest brand new on left works screen0. If multihead is there, moving a window on the edge of screen0 is BLOCKED on screen0 and cannnot go into not seeing a shit screen1 of the right side.
http://img300.imageshack.us/img300/2269/webcamlk5.jpg

Please H E L P !!!!!

/etc/X11/xorg.conf
Code:
# /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/fonts/X11/misc"
	FontPath	"/usr/X11R6/lib/X11/fonts/misc"
	FontPath	"/usr/share/fonts/X11/cyrillic"
	FontPath	"/usr/X11R6/lib/X11/fonts/cyrillic"
	FontPath	"/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/Type1"
	FontPath	"/usr/X11R6/lib/X11/fonts/Type1"
	FontPath	"/usr/share/fonts/X11/100dpi"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi"
	FontPath	"/usr/share/fonts/X11/75dpi"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"vbe"

Load "freetype"
Load "type1"
Load "dbe"
#Load "glx"
#Load "extmod"
Load "v4l"

EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"fr"
	Option		"XkbVariant"	"latin9"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "Device"
	Identifier	"nVidia Corporation G70 [GeForce 7300 GT]"
	Driver		"nv"
	BusID		"PCI:1:0:0"
#    Option        "AddARGBVisuals"    "True"
 #   Option        "AddARGBGLXVisuals"    "True"
  #  Option        "NoLogo"    "True"
   #  Option        "UseEvents"    "false"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
	HorizSync	28-84
	VertRefresh	43-60

EndSection


Section "Screen"
	Identifier	"Screen0"
	Device		"nVidia Corporation G70 [GeForce 7300 GT]"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
	###	Modes		"800x600" "640x480"
###	EndSubSection
		Modes		"1680x1050" "1280x1024" "1280x960" "1280x800" "1024x768" "800x600" "640x480"
		EndSubSection

EndSection





Section "Screen"
	Identifier "Screen1"
	Device		"nVidia Corporation G70 [GeForce 7300 GT]"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth 24
		Modes "1024x768" "800x600" "640x480"
	EndSubSection
EndSection





#Section "ServerLayout"
#	Identifier	"Default Layout"
#	Screen		"Screen0"
#	InputDevice	"Generic Keyboard"
#	InputDevice	"Configured Mouse"
#	Option "Clone" "off"
#	Option "Xinerama" "off"
#EndSection

Section "ServerLayout"
	Identifier "Multihead"
	Screen 0     "Screen0" 0 0 
       Screen 1     "Screen1" LeftOf "Screen0"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
EndSection

Section "ServerFlags"
	Option "xinerama" "true"
	Option "DefaultServerLayout" "Multihead"
EndSection



#Section "DRI"
#	Mode	0666
#EndSection
#
#
#
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Dualhead (Xinerama): Starting app on specific screen? grayFalcon Linux - Newbie 2 07-22-2007 01:54 PM
xinerama and non-xinerama displays edgood1 Linux - Software 0 04-02-2005 03:08 PM
I have Xinerama BUT the second screen is cloning the first. carboncopy Slackware 1 06-18-2004 04:29 AM
Xinerama on Radeon 9200 almost works, but DVI screen is fuzzy 524x1200 jaufrec Linux - Hardware 2 03-06-2004 10:54 PM
MDK Red Screen Stephanie Linux - General 5 07-17-2002 04:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 04:19 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration