LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 01-26-2004, 01:01 AM   #1
Mack
LQ Newbie
 
Registered: Dec 2002
Posts: 13

Rep: Reputation: 0
Xinemera freezes KDE


I have been able to use two monitors under Red Hat 8 and running KDE on two ATI cards. I believe it is in a twin mode. They both have desktops and can not drag windows between the two. I can copy and paste. I would like to have one large desktop with only one redhat menu.

I know in my XF86Config file

Section "ServerFlags"
"Xinemera" "True"
End Section

freezes my computer and I can not get past the GUI login screen.

What is the difference between cloneview, twinview, any other view? How can I get one large desktop?


Here is my XF86Config file. Any Suggestions?

Section "ServerLayout"
Identifier "Multiple Monitors"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" LeftOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Mouse1" "SendCoreEvents"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection

Section "Module"
Load "dbe"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "fbdevhw"
Load "dri"# Load "glx"
Load "record"
Load "freetype"
Load "type1"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us" #Option "XkbVariant" ""
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/psaux"
Option "Protocol" "IMPS/2"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Device" "/dev/input/mice"# Option "Buttons" "7"
Option "Protocol" "IMPS/2"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 100.0
Option "dpms"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Gateway EV70"
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 120.0
Option "dpms"
EndSection

Section "Device"
# no known options
Identifier "Videocard1"
Driver "r128"
VendorName "ATI All-in-Wonder 128 Pro AGP"
BoardName "ATI All-in-Wonder 128 Pro AGP"
BusID "PCI:1:0:0"
EndSection

Section "Device"
# no known options
Identifier "Videocard0"
Driver "r128"
VendorName "ATI Rage 128"
BoardName "ATI Rage 128"
BusID "PCI:0:11:0"
EndSection

Section "Screen"
Identifier "Screen1"
Device "Videocard1 "
Monitor "Monitor1"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection
 
Old 01-27-2004, 09:06 PM   #2
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
The machine is probably still up, it might be confusing gdm, that login display manager, but I doubt it... what's the log look like? /var/log/XFree86.0.log

No need to try and paste the whole thing, just anything with (EE) sections, definately cut out the mode search section.

Have you tried bypassing the login goop? You can change the default runlevel for bootup to 3 instead of 5 in /etc/inittab and then when you next boot you'll see a tty and a login prompt. Login and type: startx and that'll launch X just as your user endrunning GDM... which shouldn't be the bug, but its worth a shot if you want to try it and its easy enough to change runlevels.

Cheers,

Finegan
 
Old 02-05-2004, 01:05 AM   #3
Mack
LQ Newbie
 
Registered: Dec 2002
Posts: 13

Original Poster
Rep: Reputation: 0
EE Errors

(EE) R128(0): No DFP detected
(WW) R128(1): Can't determine panel dimensions, and none specified.

I do not know what DFP is?
 
Old 02-06-2004, 03:33 AM   #4
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
I did a lot of looking around, but I kinda need a little more to go on, can you post in the 10 or so lines above the EE so I can figure out what part of initialization it was in? It double errored on DFP, which I can't find the definition for, but seems to be something DRI oriented, with xinerama on, you can't use DRI anyway, so you might want to take the module load the the DRI sections out of the XF file for the time being.

Cheers,

Finegan
 
Old 02-06-2004, 10:40 AM   #5
Mack
LQ Newbie
 
Registered: Dec 2002
Posts: 13

Original Poster
Rep: Reputation: 0
Logs online

I have posted my two XFree86 logs online. Thanks for you help.

http://students.csci.unt.edu/~mack/XFree86_0.txt

http://students.csci.unt.edu/~mack/XFree86_1.txt
 
  


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
kde freezes v2010 Linux - Enterprise 0 10-14-2005 10:00 AM
KDE freezes ... Starch Linux - Newbie 6 06-30-2005 10:57 AM
Xinemera killed my inner child ravalox Linux - Software 0 03-14-2005 11:44 AM
fedora core 2 (FC2) freezes while running. Cannot boot into KDE it freezes mraswan Fedora 0 05-25-2004 07:46 PM
kde freezes when loading C++freak Slackware 2 02-26-2003 02:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 02:53 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