You are not logged in.
Pages: 1
when i run hwd -xa it gives this to me:
root /home/renecane # hwd -xa
Testing: kernel (2.6.23-ARCH) supports uevents
Please wait...
Don't use this auto option if you are unsure!!!
Do you want to continue (y/n)? [n] y
Backup: /etc/X11/xorg.conf.bak
Generating /etc/X11/xorg.conf
sed: -e expression #8, char 45: unterminated `s' command
Ready.
If doesn't work, try 'hwd -x' (sample 'vesa')
and hwd -x gives this:
root /home/renecane # hwd -x
Testing: kernel (2.6.23-ARCH) supports uevents
Please wait...
/etc/X11/xorg.conf.fglrx
sed: -e expression #8, char 45: unterminated `s' command
/etc/X11/xorg.conf.vesa
sed: -e expression #8, char 45: unterminated `s' command
Your sample file(s) ready, rename 'xorg.conf'.
If unsure first try 'vesa' (default).
until this day it worked just fine.
when i looked into my /etc/X11/xorg.conf it was empty
so what is going on?why do i encounter this problem and how do i fix it?
Offline
you could try xorgconfig
Offline
So far, until this very day (and I'm not kidding) I have never been able to get any xorg.conf working using hwd -xa
However, xorgconfig always gives me good results. Just follow the prompts and it works.
Offline
so what is going on?why do i encounter this problem and how do i fix it?
Are you using the latest hwd version (5.3-1). If you do and you have run "hwd -u" and still doesn't work, there is a bug. Post here the result of "lspci -nn" (without quotes).
Markku
Offline
try : X -configure
Last edited by clickit (2007-12-24 12:09:52)
Offline
it is a bug but not from hwd it happens in mkxcfg, these are last lines from bash -x hwd -x
+ '[' -x /usr/bin/mkxcfg ']'
+ /usr/bin/mkxcfg -x
[0;39m/etc/X11/xorg.conf.radeon
sed: -e expression #8, char 39: unterminated `s' command
[0;39m/etc/X11/xorg.conf.vesa
sed: -e expression #8, char 39: unterminated `s' command
here's the complete output: http://pastebin.bash-hackers.org/index.php?show=78
Offline
it is a bug but not from hwd it happens in mkxcfg, these are last lines from bash -x hwd -x
Thanks for the feedback.
I am not sure how this bug occur. But its an area what I need to re-code. Will do it during the week end and upload mkxcfg for testing.
Markku
Offline
Pages: 1