LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 08-09-2003, 07:16 AM   #1
mtr
LQ Newbie
 
Registered: Aug 2003
Posts: 2

Rep: Reputation: 0
Question XFree86 4.3 on woody, can't run XFree86 -Config


Hi all,

I just installed woody and tried to install xfree86 4.3 on my notebook (presario 2800).
I did not config the original xfree 4.1 that came with, instead I installed 4.3 using the binaries, it all seemed fine until the install finished and I wanted to run XFree86 -config from /usr/X11R6/bin.
I can't remember the error msg, but it doesn't seem to allow me to run XFree86 as a program.
BTW, i can't config via xf86config either.

Please help.
 
Old 08-09-2003, 01:09 PM   #2
Strike
Member
 
Registered: Jun 2001
Location: Houston, TX, USA
Distribution: Debian
Posts: 569

Rep: Reputation: 31
Just out of curiosity, why do you need X 4.3? There is a backport of X 4.2.1 for Woody which should work fine (see http://www.apt-get.org for details) if you want it, but no 4.3 backport (mainly because 4.3 isn't officially in unstable yet either).
 
Old 08-09-2003, 03:28 PM   #3
softgun
Member
 
Registered: Jun 2003
Posts: 119

Rep: Reputation: 15
try
dpkg -reconfigure xserver-xfree86

HTH
 
Old 08-09-2003, 03:30 PM   #4
softgun
Member
 
Registered: Jun 2003
Posts: 119

Rep: Reputation: 15
It is recommended that you remove previous versions of xwindows when you are trying the latest versions of X
 
Old 08-10-2003, 03:56 PM   #5
Strike
Member
 
Registered: Jun 2001
Location: Houston, TX, USA
Distribution: Debian
Posts: 569

Rep: Reputation: 31
Actually it's dpkg-reconfigure (no space). But he didn't install the packages because there ARE no Woody X 4.3 packages (unless he knows more than I do), so this command won't help.

Also, there's no need to remove any previous versions manually. That's what dependencies are for. If two versions are going to conflict, the package system should know that and should prevent you from installing them both.
 
Old 08-14-2003, 09:14 AM   #6
mtr
LQ Newbie
 
Registered: Aug 2003
Posts: 2

Original Poster
Rep: Reputation: 0
Hi all,

ok, I've got xfree 4.2.1 (backport), I tried to config it and startx but I get a problem:

(EE) RADEON(0): [dri] RADEONInitVisualConfigs failed (depth 8 not supported). Disabling DRI.

My config file is below:
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

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

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "yes"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
#DisplaySize 290 220 # mm
Identifier "Monitor0"
VendorName "AUO"
ModelName "B141XG03"
Option "DPMS"
HorizSync 28-49
VertRefresh 43-60
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "Dac6Bit" # [<bool>]
#Option "Dac8Bit" # [<bool>]
#Option "ForcePCIMode" # [<bool>]
#Option "CPPIOMode" # [<bool>]
#Option "CPusecTimeout" # <i>
#Option "AGPMode" # <i>
#Option "AGPSize" # <i>
#Option "RingSize" # <i>
#Option "BufferSize" # <i>
#Option "EnableDepthMoves" # [<bool>]
Option "CrtScreen" # [<bool>]
#Option "PanelSize" # [<str>]
#Option "UseFBDev" # [<bool>]
Identifier "Card0"
Driver "ati"
VendorName "ATI"
BoardName "Radeon Mobility M7 LW"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Depth 1
EndSubSection
SubSection "Display"
Depth 4
EndSubSection
SubSection "Display"
Depth 8
EndSubSection
SubSection "Display"
Depth 15
EndSubSection
SubSection "Display"
Depth 16
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection

would it work if i removed load "dri" from modules??
I got this config file from someone who is also using a presario 2800 notebook.

BTW. I'm using a presario notebook, kernel is currently 2.4.18, I'll upgrade that when I fix issues with X.
Or do I need to upgrade my kernel first?

Thanks for all your help
 
Old 08-15-2003, 12:50 PM   #7
pe2338
Member
 
Registered: Dec 2002
Location: Bucharest,RO
Distribution: debian etch, sarge and sid
Posts: 407

Rep: Reputation: 30
I recommend you to fix this problem first, then go to anther kernel.
Some other problems might occur there too and you should be able to know where does the problem come from.

maybe the drivers do not support the dri module?

try commenting the lines
Code:
SubSection "Display"
Depth 8
EndSubSection
first.

if it doesn't work try commenting just the
module "dri" line and see if it work.

The second is just a guess, in fact both are...
 
  


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
Debian Woody+xfree86 problem marsh58 Debian 5 04-17-2005 08:47 PM
How to run XFree86 config and kernal compile minm Linux - Software 4 07-23-2004 05:24 PM
Debian Woody / XFree86 debian-newbie Linux - Software 0 12-02-2003 04:27 PM
xfree86 version 4.2.1 (Debian - woody) mjkchi Linux - Software 3 11-14-2003 07:27 AM
Debian Woody Xfree86 abit Geforce 4 FX 5200 (EE) No devices detected ---> no screens /su Debian 9 07-21-2003 02:19 PM

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

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