You are not logged in.

#1 2009-02-27 03:35:26

chmoder
Member
From: Nebraska
Registered: 2009-02-16
Posts: 19
Website

Xorg.conf is deleted. When computer boots output is too small to read

I was experienceing another error with xorg and noticed that my xorg.conf wasnt configured fully so I was going to go and reconfigure it. 

Long story short, I have deleted my xorg.conf and need to regen a new one. 

Problem:

My output is to small to read. 

I have tried the "Arch Fallback" Grub option.  it still goes to runlevel 5.  If anybody knows how to get the thing into runlevel 3 that would allow me to not format and save lots of time.

Also i tried sshing into it and I get "connection refused"  So i must not have ssh on.  ... its not really important for this box as it is only a desktop box.

Last edited by chmoder (2009-02-27 03:40:20)


system: AMD Phenom II 940 Black 3.0Ghz; 4GB 1066; AMD integrated 3350; ArchLinux: OpenBox
website: http://www.chmoder.org
code: http://github.com/chmoder/

Offline

#2 2009-02-27 03:55:12

SkonesMickLoud
Arch Linux f@h Team Member
From: The D of C
Registered: 2008-09-20
Posts: 178

Re: Xorg.conf is deleted. When computer boots output is too small to read

Can you get to a readable tty with Ctrl+Alt+Backspace?

Offline

#3 2009-02-27 03:56:59

chmoder
Member
From: Nebraska
Registered: 2009-02-16
Posts: 19
Website

Re: Xorg.conf is deleted. When computer boots output is too small to read

No.  I also tried that.  I have a feeling that that is because your keyboard is configured in the xorg.conf file as well.


system: AMD Phenom II 940 Black 3.0Ghz; 4GB 1066; AMD integrated 3350; ArchLinux: OpenBox
website: http://www.chmoder.org
code: http://github.com/chmoder/

Offline

#4 2009-02-27 04:01:12

SamC
Member
From: Calgary
Registered: 2008-05-13
Posts: 611
Website

Re: Xorg.conf is deleted. When computer boots output is too small to read

Xorg has nothing to do with this. It's probably an issue with your console fonts.

Offline

#5 2009-02-27 04:04:17

chmoder
Member
From: Nebraska
Registered: 2009-02-16
Posts: 19
Website

Re: Xorg.conf is deleted. When computer boots output is too small to read

but since i cant get a tty does that mean i need to format tomorrow?  Thank you guys for your help btw.  i had no idea that there was no way to get into a tty. 

This is my second week with arch and it rocks.  I love how linuxy it is.  ubuntu is much more full.  ...of stuff.


system: AMD Phenom II 940 Black 3.0Ghz; 4GB 1066; AMD integrated 3350; ArchLinux: OpenBox
website: http://www.chmoder.org
code: http://github.com/chmoder/

Offline

#6 2009-02-27 04:05:39

chmoder
Member
From: Nebraska
Registered: 2009-02-16
Posts: 19
Website

Re: Xorg.conf is deleted. When computer boots output is too small to read

can i go through grub?


system: AMD Phenom II 940 Black 3.0Ghz; 4GB 1066; AMD integrated 3350; ArchLinux: OpenBox
website: http://www.chmoder.org
code: http://github.com/chmoder/

Offline

#7 2009-02-27 04:15:59

joqueza
Member
Registered: 2008-08-16
Posts: 58

Re: Xorg.conf is deleted. When computer boots output is too small to read

once you log in, can you CTRL+ALT+F2 and get a readable tty? if not, try this command as root:

# cp -p /etc/rc.conf /etc/rc.conf.bak
# sed 's/CONSOLEFONT=".*$/CONSOLEFONT="ter-v16b"/' /etc/rc.conf.bak > /etc/rc.conf

Last edited by joqueza (2009-02-27 04:16:26)

Offline

#8 2009-02-27 04:21:46

chmoder
Member
From: Nebraska
Registered: 2009-02-16
Posts: 19
Website

Re: Xorg.conf is deleted. When computer boots output is too small to read

you know what im going to do???  im going to use a live distro and boot into that and edit the rc.conf file myself.  i have to go to bed but soon but will re-post soon.  thanks guys.


system: AMD Phenom II 940 Black 3.0Ghz; 4GB 1066; AMD integrated 3350; ArchLinux: OpenBox
website: http://www.chmoder.org
code: http://github.com/chmoder/

Offline

#9 2009-02-27 04:26:32

joqueza
Member
Registered: 2008-08-16
Posts: 58

Re: Xorg.conf is deleted. When computer boots output is too small to read

wise choice. If you need anything drop a message.

Offline

#10 2009-02-27 04:28:07

chmoder
Member
From: Nebraska
Registered: 2009-02-16
Posts: 19
Website

Re: Xorg.conf is deleted. When computer boots output is too small to read

yep.  just loaded arch flash drive.  mounted partition.  vi to initt... inittab?  i forgot then changed the runlevel.  I rebooted and now its time to reconfigure my vid card.  Thanks a million, arch is so good.

Last edited by chmoder (2009-04-30 04:32:44)


system: AMD Phenom II 940 Black 3.0Ghz; 4GB 1066; AMD integrated 3350; ArchLinux: OpenBox
website: http://www.chmoder.org
code: http://github.com/chmoder/

Offline

#11 2009-02-27 04:36:48

chmoder
Member
From: Nebraska
Registered: 2009-02-16
Posts: 19
Website

Re: Xorg.conf is deleted. When computer boots output is too small to read

[tcross@Tom-Arch ~]$ scrot -cd5
Taking shot in 5.. 4.. 3.. 2.. 1.. 0.
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
[tcross@Tom-Arch ~]$


This is why i deleted my config file.  am I wrong in thinking this is a misconfigured xorg.conf?

I looked arround and it sounds like i need to manually compile X.  that sounds like it wont work to me.  but maybe.  I have an ATI 4650 using the proprietary driver.  buying an ATI card was the worst choice i think.

Last edited by chmoder (2009-04-30 04:33:39)


system: AMD Phenom II 940 Black 3.0Ghz; 4GB 1066; AMD integrated 3350; ArchLinux: OpenBox
website: http://www.chmoder.org
code: http://github.com/chmoder/

Offline

#12 2009-02-27 04:39:35

SkonesMickLoud
Arch Linux f@h Team Member
From: The D of C
Registered: 2008-09-20
Posts: 178

Re: Xorg.conf is deleted. When computer boots output is too small to read

chmoder wrote:

[tcross@Tom-Arch ~]$ scrot -cd5
Taking shot in 5.. 4.. 3.. 2.. 1.. 0.
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
[tcross@Tom-Arch ~]$


This is why i deleted my config file.  am a wrong in thinking this is a misconfigured xorg.conf?

I looked arround and it sounds like i need to manually compile X.  that sounds like it wont work to me.  but maybe.  I have an ATI 4650 using the proprietary driver.  buying and ATI card was the worst choice i think.

Yes, you're wrong.  That error means nothing, and can safetly be ignored (as annoying as it is).

And no, you shouldn't need to compile X.

Offline

#13 2009-02-27 04:41:38

joqueza
Member
Registered: 2008-08-16
Posts: 58

Re: Xorg.conf is deleted. When computer boots output is too small to read

I get this error too, but it can be ignored since XGE will be supported in Xorg version 1.6

Offline

#14 2009-02-27 04:41:48

chmoder
Member
From: Nebraska
Registered: 2009-02-16
Posts: 19
Website

Re: Xorg.conf is deleted. When computer boots output is too small to read

...  oh.  i never even looked for the screenshot.  i validated.  all is good.  sorry for being dumb. smile  kk this post can be resolved.


system: AMD Phenom II 940 Black 3.0Ghz; 4GB 1066; AMD integrated 3350; ArchLinux: OpenBox
website: http://www.chmoder.org
code: http://github.com/chmoder/

Offline

#15 2009-02-27 04:43:08

bangkok_manouel
Member
From: indicates a starting point
Registered: 2005-02-07
Posts: 1,556

Re: Xorg.conf is deleted. When computer boots output is too small to read

Offline

#16 2009-02-27 04:45:32

chmoder
Member
From: Nebraska
Registered: 2009-02-16
Posts: 19
Website

Re: Xorg.conf is deleted. When computer boots output is too small to read

I saw this on my first google search.  but the end says ill keep searching so I was planning on having more work to do.


system: AMD Phenom II 940 Black 3.0Ghz; 4GB 1066; AMD integrated 3350; ArchLinux: OpenBox
website: http://www.chmoder.org
code: http://github.com/chmoder/

Offline

Board footer

Powered by FluxBB