LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-07-2005, 08:16 AM   #1
xushi
Senior Member
 
Registered: Jun 2003
Location: UK
Distribution: Gentoo
Posts: 1,288

Rep: Reputation: 45
Dual monitor issue


I'm really having trouble here.. I've read a few tutorials and posts, but still can't figure it out.

I'm trying to connect my monitor to the vga port at the back of my laptop. Currently, it works, but what is displayed on my monitor is exactly the same as what's displayed on the laptop lcd. What i want is to have a second terminal, virtual terminal, desktop, whatever, in the monitor, which is different than what's on the laptop's lcd screen.

I tried editing my xorg.conf, but the closest i could get is that if my monitors is plugged in, and i startx, my laptop lcd goes blank, and monitor displays main window. If i disconnect the monitor, then startx, my laptop lcd is the main window, and then if i connect the monitor, back to square 1...

Note: I prefer having the same keyboard and mouse for both monitors, where i can just move the mouse from one to the other.. kind of like having the virtual workspaces (or extended desktops), but one in each monitor...

X -configure gives me serious errors about not finding modules which i've never heard about.

Here's my xorg.conf
EDIT: updated xorg.conf, 10-6-05

Code:
# **********************************************************************
# DRI Section
# **********************************************************************
Section "DRI"
    Mode 0666
EndSection

# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"

    Load        "dbe"  	# Double buffer extension
    Load  "extmod"
    SubSection "extmod"
       Option    "omit xfree86-dga" 
    EndSubSection
    Load        "type1"
    Load        "freetype"
    Load        "glx"   # libglx.a
    Load        "dri"   # libdri.a
    #Load	"bitmap"
    #Load	"ddc"
    #Load	"int10"
    #Load	"record"
    #Load	"vbe"

EndSection

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

    RgbPath	"/usr/X11R6/lib/X11/rgb"

    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"

# The module search path.  The default path is shown here.

#    ModulePath "/usr/X11R6/lib/modules"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"
    Option "BlankTime"  "5" # Feel free to un/comment this ones
    #Option "StandbyTime"  "5" # I just put them here so you know they exist
    #Option "SuspendTime"  "7" # More info: man xorg.conf
    Option "OffTime"  "10"
EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"

    Identifier	"Keyboard1"
    Driver	"kbd"

    Option "AutoRepeat" "500 30"
    Option "XkbModel"   "microsoft"
    Option "XkbRules"	"xfree86"
    Option "XkbModel"	"pc101"
    Option "XkbLayout"	"en"

EndSection


# **********************************************************************
# My USB Mouse
# **********************************************************************

Section "InputDevice"

# Identifier and driver

    Identifier	"Mouse1"
    Driver "mouse"
    Option "Protocol"   "IMPS/2"
    Option "ZAxisMapping"   "4 5"
    Option "Device"     "/dev/input/mouse0"
    Option "Emulate3Buttons"
    Option "ChordMiddle"
    #Option "Buttons" "7"

EndSection


# **********************************************************************
# This is for my Touchpad
# **********************************************************************

 Section "InputDevice" 
    Identifier  "Mouse2"
    Driver      "mouse"
    Option      "Protocol"      "IMPS/2"
    Option      "Device"        "/dev/input/mice"
    Option 	"ZaxisMapping"	"4 5"
#    Option	"Buttons"	"7"
 EndSection


# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"
    Identifier  "Monitor0"
    HorizSync   31.5 - 64.3
    VertRefresh 50-90
    Option "DPMS"
EndSection


# **********************************************************************
# Graphics device section
# **********************************************************************

# 2D Radeon drivers (used when i dont have fglrx installed)
Section "Device"
	Identifier	"myati"
	Driver		"radeon"

	ChipID 0x4c66
	Option "Overlay"
	Option "EnablePageFlip" "on"
	BusID "PCI:1:0:0"
	Option "DCCMode" "on" 

	Option	"MergedFB" "True"
	Option "MonitorLayout" "LCD,CRT"
	Option "OverlayOnCRTC2" "true"
	Option "MetaModes" "1680x1050-1280x1024"
	#Option "MetaModes" "1680x1050-1024x768"
	Option "CRT2Position" "RightOf"

	Screen 0
EndSection


# 3D fglrx drivers, used only when i have it installed
Section "Device"
    Identifier                          "ATI3D"
    Driver                              "fglrx"
# ### generic DRI settings ###
# === disable PnP Monitor  ===
    #Option                              "NoDDC"
# === disable/enable XAA/DRI ===
    Option "no_accel"                   "no"
    Option "no_dri"                     "no"
# === misc DRI settings ===
    Option "mtrr"                       "off" # disable DRI mtrr mapper, driver has its own code for mtrr
# ### FireGL DDX driver module specific settings ###
# === Screen Management ===
    Option "DesktopSetup"               "0x00000100" 
    Option "MonitorLayout"              "AUTO, NONE"
    Option "IgnoreEDID"                 "off"
    Option "HSync2"                     "31.5-64.3" 
    Option "VRefresh2"                  "50-90" 
    Option "ScreenOverlap"              "0" 
# === TV-out Management ===
    Option "NoTV"                       "yes"     
    Option "TVStandard"                 "PAL"     
    Option "TVHSizeAdj"                 "0"     
    Option "TVVSizeAdj"                 "0"     
    Option "TVHPosAdj"                  "0"     
    Option "TVVPosAdj"                  "0"     
    Option "TVHStartAdj"                "0"     
    Option "TVColorAdj"                 "0"     
    Option "GammaCorrectionI"           "0x00000000"
    Option "GammaCorrectionII"          "0x00000000"
# === OpenGL specific profiles/settings ===
    Option "Capabilities"               "0x00000000"
# === Video Overlay for the Xv extension ===
    Option "VideoOverlay"               "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
#       will be disabled automatically
    Option "OpenGLOverlay"              "off"
# === Center Mode (Laptops only) ===
    Option "CenterMode"                 "on"
# === Pseudo Color Visuals (8-bit visuals) ===
    Option "PseudoColorVisuals"         "on"
# === QBS Management ===
    Option "Stereo"                     "off"
    Option "StereoSyncEnable"           "1"
# === FSAA Management ===
    Option "FSAAEnable"                 "no"
    Option "FSAAScale"                  "1"
    Option "FSAADisableGamma"           "no"
    Option "FSAACustomizeMSPos"         "no"
    Option "FSAAMSPosX0"                "0.000000"
    Option "FSAAMSPosY0"                "0.000000"
    Option "FSAAMSPosX1"                "0.000000"
    Option "FSAAMSPosY1"                "0.000000"
    Option "FSAAMSPosX2"                "0.000000"
    Option "FSAAMSPosY2"                "0.000000"
    Option "FSAAMSPosX3"                "0.000000"
    Option "FSAAMSPosY3"                "0.000000"
    Option "FSAAMSPosX4"                "0.000000"
    Option "FSAAMSPosY4"                "0.000000"
    Option "FSAAMSPosX5"                "0.000000"
    Option "FSAAMSPosY5"                "0.000000"
# === Misc Options ===
    Option "UseFastTLS"                 "0"
    Option "BlockSignalsOnLock"         "on"
    Option "UseInternalAGPGART"         "yes"
    Option "ForceGenericCPU"            "no"
    BusID "PCI:1:0:0"    # vendor=1002, device=4c66
    Screen 0
EndSection

# **********************************************************************
# Screen sections
# **********************************************************************

Section "Screen"
    Identifier  "Screen 0"
    Device "myati"
#   Device      "ATI3D"
    Monitor     "Monitor0"
    DefaultDepth 24
    #Option "backingstore"

    Subsection "Display"
        Depth       24
	#Virtual		1024 768
        Modes       "2960x2074 2704x1818 1680x1050 1024x768 800x600 640x480"
    EndSubsection
EndSection


# --------------GAMES--------------------
# Screen listing - this is where the resolution comes into play.
Section "Screen"
    Identifier  "800600"
    Device "myati"
    Monitor     "Monitor0"
    DefaultDepth 24

    Subsection "Display"
        Depth       24
	Modes       "800x600"
    EndSubsection

    Subsection "Display"
        Depth       16
	Modes       "800x600"
    EndSubsection
EndSection

Section "Screen"
    Identifier  "640480"
    Device "myati"
    Monitor     "Monitor0"
    DefaultDepth 24

    Subsection "Display"
        Depth       24
	Modes       "640x480"
    EndSubsection

    Subsection "Display"
        Depth       16
	Modes       "640x480"
    EndSubsection
EndSection


# **********************************************************************
# ServerLayout sections.
# **********************************************************************

Section "ServerLayout"
    Identifier  "Multihead Layout"
    Screen "Screen 0" 0 0
    InputDevice "Mouse1" "CorePointer"
#   InputDevice "Mouse2" "AlwaysCore"
    InputDevice "Keyboard1" "CoreKeyboard"
    #Option "Xinerama" "on"
EndSection

### EOF ###
I'd appreciate all the help
Thanks.

EDIT:
==========
here's the log for X -configure
http://xushi.co.uk/xushi/sv/Xorg.0.log.xushi

EDIT:
==========
When i startx, and it only displays on the monitor, and not lcd, this is the Xorg log
Code:
(II) RADEON(0): Primary:
 Monitor   -- CRT
 Connector -- VGA
 DAC Type  -- Primary
 TMDS Type -- NONE
 DDC Type  -- VGA_DDC
(II) RADEON(0): Secondary:
 Monitor   -- NONE
 Connector -- Proprietary
 DAC Type  -- TVDAC/ExtDAC
 TMDS Type -- NONE
 DDC Type  -- CRT2_DDC
(II) RADEON(0): PLL parameters: rf=2700 rd=12 min=20000 max=35000; xclk=22000
(WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled

Last edited by xushi; 06-10-2005 at 03:07 AM.
 
Old 06-07-2005, 09:52 AM   #2
piete
Member
 
Registered: Apr 2005
Location: Havant, Hampshire, UK
Distribution: Slamd64, Slackware, PS2Linux
Posts: 465

Rep: Reputation: 44
Disclaimer: I don't have an ATI card, and the TV-out on my laptop will hardware shift the display from my laptop LCD to the TV!

Aside from that, I had no significant issues getting the nVidia to do what I wanted it to. What you gotta use is something called Xinerama. A quick poke around brought up this site:

http://gentoo-wiki.com/HOWTO_Dual_Monitors#ATI

Forgive me for being at work and not having my own xorg.conf file handy. I will post it up as soon as I can, if you're still having problems.

Sorry I couldn't be more helpful - good luck!
 
Old 06-07-2005, 10:04 AM   #3
xushi
Senior Member
 
Registered: Jun 2003
Location: UK
Distribution: Gentoo
Posts: 1,288

Original Poster
Rep: Reputation: 45
Thanks alot piete, I'll read about Xinerama, and see if i can get it up to work. If you don't see a "Solved" message here by the time you're back, then i'll most probably still be stuck

Again, thanks for the help.


EDIT
Still no luck.. I've followed every step there, and modified the xorg.conf (updated it above instead of rewriting it here..)

The laptop lcd apears as if it tires something, then goes blank. The vga monitor loads up with the main screen.. When logging out, they both go back to the CLI. That's if the monitor is plugged in from the firt place. If not, then laptop lcd loads up fine, then when i plug the monitor on , it loads with a copy of what's on my laptop lcd.

Last edited by xushi; 06-07-2005 at 10:30 AM.
 
Old 06-07-2005, 02:19 PM   #4
xushi
Senior Member
 
Registered: Jun 2003
Location: UK
Distribution: Gentoo
Posts: 1,288

Original Poster
Rep: Reputation: 45
Just to note, appart from the fact that Xinerama didn't work, ATI's official drivers refuse to run with it being loaded in xorg.conf =/
 
Old 06-08-2005, 04:45 AM   #5
piete
Member
 
Registered: Apr 2005
Location: Havant, Hampshire, UK
Distribution: Slamd64, Slackware, PS2Linux
Posts: 465

Rep: Reputation: 44
Things to consider:

* You've left a kernerl driver in when it should've been left out.
* You've left a driver out that should be in. <-- unlikely

My understanding of X is that, basically, the ATI drivers have to run when you start X. If something else has got control over your graphics card (in the newer kernels there are swanky options for high-powered framebuffers, I had to unload the kernel module before I could startX to let the official 'nvidia' driver take control), then it'll try and start and then just fall on it's face.

You can pull up some seriously detailed information regarding what's going on when you hit startx from: /var/log/xorg.0.log

Anything completely out of the ordinary in there? Warnings about xinerama, I suppose, would be a give-away. Also watch your modelines for your monitors - it doesn't take much for X to really hate them.

I'm due away tonight, unfortunatly, but I will have a quick look when i get back. All the Xinerama documentation I found when I started investigating was not nice.

More conflicting advice:
http://ubuntuforums.org/archive/index.php/t-22412.html

I'll check back as soon as I can.
 
Old 06-08-2005, 06:39 AM   #6
xushi
Senior Member
 
Registered: Jun 2003
Location: UK
Distribution: Gentoo
Posts: 1,288

Original Poster
Rep: Reputation: 45
Thanks. That link almost did the job perfectly, after some serious modification to my xorg.conf, which i have updated again in the first post.

If i enable the "Virtual 1680 1050" in Screen, X won't load. It'll just give me the XFCE Loading sign on one monitor, and just stay there.

Forget about fglrx.. its useless and i give up on it. The only game i still play nowadays is Diablo 2 LOD, and it works perfectly on 2D.

The only two problems i see now are these..

1) From what i can see, they're both sharing the same rez.. The laptop lcd used to be 1680x1050, but now both screens are using a '2048x768' rez, which looks alright in the monitor, but makes my laptop lcd now seem as if its running on 800x600.

Is there any way i can have 2 different resolutions for each screen?

2) The laptop's lcd is the main one ofcourse, and thankfully it recognises it like that. But when i load D2 LOD, it loads it in the second monitor.. hehe.. Any chance i can tell it to load on the laptop's?

Again, thanks alot for your help. I wouldn't have managed to figure out all this without it =)

Last edited by xushi; 06-08-2005 at 07:29 AM.
 
Old 06-08-2005, 09:09 AM   #7
piete
Member
 
Registered: Apr 2005
Location: Havant, Hampshire, UK
Distribution: Slamd64, Slackware, PS2Linux
Posts: 465

Rep: Reputation: 44
Excellent! I'm glad my fumbling around in the dark is useful

Under one of the options there should be a way to tell xorg how big your monitors are ... looking at the post, the line is:

Code:
 Option "MetaModes" "1024x768-1024x768"
Basically you specify the screen size of each monitor, and the whole desktop size is, in this case, 2048x768.

You should be able to specify things like "1280x1024-800x600", but be aware, tho', you'll like have a "dead zone" where you can put things, but ... can't necessary get them back again I seem to recall being able to instigate scrolling to eliminate that deadzone, but ... possibly more to do with nVidia than Xorg or Xinerama.

Thinking about it, specifying something like: "1280x1024-800x1024" will give you a total desktop area of 2080x1024, with the screen on the right being vertically-scrolling. Or at least, it should do.

Assuming the screen/monitor setups are correct and pointed in the right place (you want to tell the system to put the external monitor to the left/right of the other one) you should be able to have 1 large Xinerama-enabled desktop across your 2 monitors, with different resolutions on each.

Have a play with it =D
 
Old 06-08-2005, 10:06 AM   #8
xushi
Senior Member
 
Registered: Jun 2003
Location: UK
Distribution: Gentoo
Posts: 1,288

Original Poster
Rep: Reputation: 45
Hehe, sorry piete But i still don't quite get it..

I know i have to edit the Modeline, but i don't see exactly how the numbers add up.. From my experimenting, the highest so far i can get is 1280x1024-1024x768
Code:
(II) RADEON(0): Generating MergedFB mode list
(II) RADEON(0): Merged 1280x1024 and 1024x768 to 2304x1024
(--) RADEON(0): MergedFB: Virtual width 2304
(--) RADEON(0): MergedFB: Virtual height 1024
(--) RADEON(0): MergedFB: Display dimensions: (760, 300) mm
(--) RADEON(0): MergedFB: DPI set to (77, 86)
Which has a total of 2304x1024 (how? i have no idea) But the rez still looks way too big.

Mind you, the laptop's lcd is 15.4'' widescreen, and the tft monitor is a 19'' one..

The laptop's i'd love to keep as 1680x1050, and the other one.. well i don't mind.. anything would do.. eve 1024x768, or whatever..

entering Modeline 1680x1050-1024x768 wont work. Whenever i get out of range numbers like this one, the logs spit out an error and it goes back to mirroring.

EDIT
aaaaaaaaaaah! I see now!
It turns out i needed to add both numbers up, and actually write the result as the highest value in Subsection Display --> Modes

So if i want 1680x1050-1024x768, i have to write
Code:
 Subsection "Display"
        Depth       24
        #Virtual                1024 768
        Modes       "2704x1818 1680x1050 1024x768 800x600 640x480"
    EndSubsection
Well, that solved the laptop's monitor.. Now all i have to do is find a good number to sort out the other one, because it's scrolling vertically.. I'd rather have no scrolling of any sort.

Thanks =)

EDIT 2:
I got 1680x1050-1280x1024 = 2960x2074 running almost perfectly. There's about half a centimeter worth of scroling on the ext. monitor, but nothing too annoying, and the resolutions are all up and running!

Thanks alot! =D
Now to watch the horror in my father's eyes when i consider to him that i might keep the monitor instead lol

Last edited by xushi; 06-08-2005 at 10:20 AM.
 
Old 06-08-2005, 10:24 AM   #9
piete
Member
 
Registered: Apr 2005
Location: Havant, Hampshire, UK
Distribution: Slamd64, Slackware, PS2Linux
Posts: 465

Rep: Reputation: 44
Ooh, working? Cool!! =D

You don't need to add both lines up ...

Code:
        <--   1024 -->   +  <-- 800 -->
       +--------------+     +----------+  
   7   |              |     |          |  6
   6   |              |     |          |  0
   8   |              |     +----------+  0
       +--------------+
So, Your merged screen size will be:

Horzontally = 1024 + 800 = 1824
Vertically = MAX(768,600) = 768

Keep on hackin.
 
Old 06-08-2005, 12:12 PM   #10
piete
Member
 
Registered: Apr 2005
Location: Havant, Hampshire, UK
Distribution: Slamd64, Slackware, PS2Linux
Posts: 465

Rep: Reputation: 44
xorg.conf, at long last!

www.kaear.co.uk/linux/amd64-3000-xorg.conf

As a note:

When using the "run" script, I found that on occasion for no apparent reason it would try to read the .xinitrc file and start the window manager underneath the game. To fix this, I kinda botched it:

I edit the first line of the startx script (locate it using the command `which startx`) to read:

Code:
userclientrc=$HOME/.xinitrc.normal
The contents of .xinitrc.normal:

Code:
#!/bin/sh
# $XConsortium: xinitrc.cpp,v 1.4 91/08/22 11:41:34 rws Exp $

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/usr/X11R6/lib/X11/xinit/.Xresources
sysmodmap=/usr/X11R6/lib/X11/xinit/.Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then
    xrdb -merge $sysresources
fi

if [ -f $sysmodmap ]; then
    xmodmap $sysmodmap
fi

if [ -f $userresources ]; then
    xrdb -merge $userresources
fi
if [ -f $usermodmap ]; then
    xmodmap $usermodmap
fi

# Register the buttons on the mouse
imwheel -k -b "67"

# Start the window manager:

# for xfce:
 /home/administrator/.xinitrc.xfce4
This way, when you start a new xserver via xinit, it has no chance to get confused, since .xinitrc.normal is not a standard path.
.xinitrc does not exist, which stops xinit botching that, too.

This does the trick for me, but if the problem does crop up - then you can use a second .xinitrc file (I called mine .xinitrc.games) and with judicious use of `man xinit` you can start the X server with the .xinitrc file of your choice. Instead of starting KDE/Gnome/xfce whatever, just start twm, or nothing at all.
 
Old 06-09-2005, 06:46 AM   #11
xushi
Senior Member
 
Registered: Jun 2003
Location: UK
Distribution: Gentoo
Posts: 1,288

Original Poster
Rep: Reputation: 45
Hmm, i'm still getting errors trying to use your script..

Xorg's log says nothing but
Code:
Warning: font renderer for ".pcf" already registered at priority 0
Warning: font renderer for ".pcf.Z" already registered at priority 0
Warning: font renderer for ".pcf.gz" already registered at priority 0
Warning: font renderer for ".snf" already registered at priority 0
Warning: font renderer for ".snf.Z" already registered at priority 0
Warning: font renderer for ".snf.gz" already registered at priority 0
Warning: font renderer for ".bdf" already registered at priority 0
Warning: font renderer for ".bdf.Z" already registered at priority 0
Warning: font renderer for ".bdf.gz" already registered at priority 0
Warning: font renderer for ".pmf" already registered at priority 0
When trying from outside X, i get this error

Error: Can't find file "pc/en" for symbols include
Exiting.
 
Old 06-09-2005, 10:10 AM   #12
piete
Member
 
Registered: Apr 2005
Location: Havant, Hampshire, UK
Distribution: Slamd64, Slackware, PS2Linux
Posts: 465

Rep: Reputation: 44
Now I am definitly at a loss. xinit should be able to be run manually from anywhere on your system (in or out of an existing X session).

Try running the line from run level 3 (su -c 'init 3'), and without the script:

Code:
xinit /bin/sh -c "xterm" -- :1 -screen "800600" -depth "24"
You should get a basic X session running at 800x600@24 without a WM and just xterm sitting in the top left. If you don't, then there is a more fundamental problem that has nothing to do with my script itself.

Comparing our two xorg.conf files - I see that you have the line:

Code:
Option    "omit xfree86-dga"
Commented out, while I do not ... also you're loading a whole bunch of other modules that I don't have listed.

Tweak it a little (always save a working backup!) and see if you can get it to work. If you find yourself having to tweak so much it's unreasonable, then copy your xorg.conf file and make a new one called something like xorg.games - you should be able to call xinit and specifiy which xorg.conf file to run (probably with something like -xfree86 "/path/to/conf/file" at the end of the command line). man xinit will give you more information on doing this.
 
Old 06-09-2005, 03:35 PM   #13
xushi
Senior Member
 
Registered: Jun 2003
Location: UK
Distribution: Gentoo
Posts: 1,288

Original Poster
Rep: Reputation: 45
Quote:
You should get a basic X session running at 800x600@24 without a WM and just xterm sitting in the top left. If you don't, then there is a more fundamental problem that has nothing to do with my script itself.
Yep, i got a blank black screen, with a white terminal starting on the top left. And after exiting, i noticed that there was something outputed.. It's still weird to see that error.. especially when everything went smoothly.

Edit: The mergefb error i can understand.. fair enough, but the other one ?!

Code:
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/xushitop:1
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.4.29 i686 [ELF]
Current Operating System: Linux xushitop 2.6.11.11 #9 Wed Jun 8 10:06:40 BST 2005 i686
Build Date: 13 February 2005
        Before reporting problems, check http://wiki.X.Org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.1.log", Time: Thu Jun  9 21:28:35 2005
(==) Using config file: "/etc/X11/xorg.conf"
(EE) RADEON(0): Failed to parse MetaModes or no modes found. MergeFB mode disabled.
(EE) RADEON(0): [dri] DRIScreenInit failed.  Disabling DRI.
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Error:            Can't find file "pc/en" for symbols include
>                   Exiting
>                   Abandoning symbols file "default"
Errors from xkbcomp are not fatal to the X server
Warning: font renderer for ".pcf" already registered at priority 0
Warning: font renderer for ".pcf.Z" already registered at priority 0
Warning: font renderer for ".pcf.gz" already registered at priority 0
Warning: font renderer for ".snf" already registered at priority 0
Warning: font renderer for ".snf.Z" already registered at priority 0
Warning: font renderer for ".snf.gz" already registered at priority 0
Warning: font renderer for ".bdf" already registered at priority 0
Warning: font renderer for ".bdf.Z" already registered at priority 0
Warning: font renderer for ".bdf.gz" already registered at priority 0
Warning: font renderer for ".pmf" already registered at priority 0

waiting for X server to shut down

Quote:
Comparing our two xorg.conf files - I see that you have the line:

code:

Option "omit xfree86-dga"



Commented out, while I do not ... also you're loading a whole bunch of other modules that I don't have listed.

Tweak it a little (always save a working backup!) and see if you can get it to work.
Hmm.. I don't see how these might be the problem, but anyway i'll tweak xorg.conf from top to bottom again, and keep you updated =)

Last edited by xushi; 06-09-2005 at 03:36 PM.
 
Old 06-09-2005, 06:12 PM   #14
cathectic
Member
 
Registered: Sep 2004
Location: UK, Europe
Distribution: Slackware64
Posts: 761

Rep: Reputation: 35
The *.pcf.gz error looks non-critical. I suspect commenting out the "bitmap" module will cure it, as FreeType should be dealing with the bitmap (*.pcf.gz) fonts already (hence the error).

Last edited by cathectic; 06-09-2005 at 06:15 PM.
 
Old 06-09-2005, 06:42 PM   #15
xushi
Senior Member
 
Registered: Jun 2003
Location: UK
Distribution: Gentoo
Posts: 1,288

Original Poster
Rep: Reputation: 45
Thanks cathectic, that particular error is gone.. Now i'm left with one =)

I actually got the executable to run fine, it asked for my game's cd when it wasn't in. but when i stuck it in, again X crashed, and i got the error
Code:
5 i686
Build Date: 13 February 2005
        Before reporting problems, check http://wiki.X.Org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.1.log", Time: Fri Jun 10 00:28:09 2005
(==) Using config file: "/etc/X11/xorg.conf"

(EE) RADEON(0): Failed to parse MetaModes or no modes found. MergeFB mode disabled.
(EE) RADEON(0): [dri] DRIScreenInit failed.  Disabling DRI.
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Error:            Can't find file "pc/en" for symbols include
>                   Exiting
>                   Abandoning symbols file "default"
Errors from xkbcomp are not fatal to the X server
mmtime pid=2669 tid=2671

waiting for X server to shut down
I'm gonna google around in the morning and see if i can solve the problem.. The X log is useless, but just incase i'll post it (very long). Again, thanks for everyone who's putting alot of effort with me to read through logs and help =)

EDIT: the log's too long to stick here.. here's a link to it
http://xushi.co.uk/xushi/sv/Xorg.1.log
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
default monitor on nvidia / dual monitor setup fenderog SUSE / openSUSE 3 05-01-2009 05:36 PM
A dual monitor resolution issue with games czarherr Linux - Software 2 06-11-2005 06:55 PM
Dual monitor setup issue Big Jim Slade Slackware 6 09-23-2004 05:20 AM
another dual monitor issue 8-/ C0nR0cks Fedora 0 07-01-2004 01:10 PM
Booting to wrong Monitor (w/ dual monitor setup) NeoNostalgia Linux - General 1 06-30-2004 01:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 05:03 AM.

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