Fedora Linux Support Community & Resources Center
  #16  
Old 6th March 2010, 04:48 AM
gldfshkpr's Avatar
gldfshkpr Offline
Registered User
 
Join Date: Jul 2008
Location: California
Posts: 90
linuxopera
Quote:
Originally Posted by Dan View Post
Kb, just a hunch here, but see if you can access the non-functional account home directory via a root nautilus browser, and look for an ati-config (or something similar) file in the home directory. I don't have a current ati chipset in any machine here, so I can't direct you to the appropriate file, or even if there is one. I am assuming due to the presence of an Nvidia config file on my boxes here.
Sounds good. How do I get to the old account? I'm looking around in a nautilus browser and can't find it. If I need to use the browser as root, how do I do that?
__________________
Thanks,
kb

System:
Fedora 15
Intel Pentium 4 CPU 2.20GHz
MemTotal: 2061820 kB
Microsoft abandoned in favour of Linux: July 1, 2008
Reply With Quote
  #17  
Old 6th March 2010, 04:53 AM
Dan's Avatar
Dan Offline
Administrator
 
Join Date: Jun 2006
Location: Paris, TX
Posts: 22,309
linuxfedorafirefox
OK. From your new user account, open a terminal, and enter the following:

Code:
 su -
(provide root password) 
nautilus --no-desktop
That will open a browser in the root home directory. Go up one level, then drill in from the root directory through /(root dorectory)>home>the busted user account

Make sense?
__________________
Signature Links | New Posts | Who's on the forums (right now) |

© ® ™ № ¿
Reply With Quote
  #18  
Old 6th March 2010, 04:57 AM
gldfshkpr's Avatar
gldfshkpr Offline
Registered User
 
Join Date: Jul 2008
Location: California
Posts: 90
linuxopera
Okay. Nautilus is running as root now.
__________________
Thanks,
kb

System:
Fedora 15
Intel Pentium 4 CPU 2.20GHz
MemTotal: 2061820 kB
Microsoft abandoned in favour of Linux: July 1, 2008
Reply With Quote
  #19  
Old 6th March 2010, 04:59 AM
BugRocks1's Avatar
BugRocks1 Offline
Registered User
 
Join Date: Jan 2010
Posts: 897
linuxfedorafirefox
Don't know if this helps but here:

You can use xrandr to change the position of your screen, but it will be temporaly so you have to use the display app to make it persistant. I don't know where Fedora keeps those settings when not using the Xorg.conf.


- Get the monitor identifier:

xrandr --verbose | grep -i identifier

xrandr --output [identifier here] --rotate normal

--rotate rotation
Rotation can be one of 'normal', 'left', 'right' or 'inverted'.
This causes the output contents to be rotated in the specified
direction. 'right' specifies a clockwise rotation of the picture
and 'left' specifies a counter-clockwise rotation.

I can't test it because it says here "rotation not supported".
I'm being lazy because I don't want to edit the xorg.conf file right now sorry.

Another way that may work.

- Drop to the terminal.

CTRL+SHIFT+F2

- Log in and type:

init 3

This will disable the X-Server.

- Run the xconfig app:

/usr/bin/system-config-display

- edit the xorg.conf file

Code:
Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    Option "RandRRotation" "boolean"
    Option "Rotate" "string"
EndSection
Where boolean should be 0 and string should be off(or normal but with but enabling RandRRotation with 1).

http://http.download.nvidia.com/XFre...ppendix-d.html

- Restart X

init 5

Last edited by BugRocks1; 6th March 2010 at 05:29 AM.
Reply With Quote
  #20  
Old 6th March 2010, 05:07 AM
gldfshkpr's Avatar
gldfshkpr Offline
Registered User
 
Join Date: Jul 2008
Location: California
Posts: 90
linuxopera
I'm looking around with the root browser. I had to make is show hidden files obviously. Not seeing anything for the ATI driver.

---------- Post added at 09:07 PM CST ---------- Previous post was at 09:06 PM CST ----------

Quote:
Originally Posted by BugRocks1 View Post
Don't know if this helps but here:

You can use xrandr to change the position of your screen, but it will be temporaly so you have to use the display app to make it persistant. I don't know where Fedora keeps those settings when not using the Xorg.conf.


- Get the monitor identifier:

xrandr --verbose | grep -i identifier

xrandr --output [identifier here] --rotate normal

--rotate rotation
Rotation can be one of 'normal', 'left', 'right' or 'inverted'.
This causes the output contents to be rotated in the specified
direction. 'right' specifies a clockwise rotation of the picture
and 'left' specifies a counter-clockwise rotation.

I can't test it because it says here "rotation not supported" but that maybe helps.
I'm being lazy because I don't want to edit the xorg.conf file right now sorry.

Another way that may work.

- Drop to the terminal.

CTRL+SHIFT+F2

- Log in and type:

init 3

This will disable the X-Server.

- Run the xconfig app:

/usr/bin/system-config-display

- edit the xorg.conf file

Code:
Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    Option "RandRRotation" "boolean"
    Option "Rotate" "string"
EndSection
Where boolean should be 0 and string should be off(or normal but with but enabling RandRRotation with 1).

http://http.download.nvidia.com/XFre...ppendix-d.html

- Restart X

init 5
Wow. I'll have to study this for a bit. Thanks!
__________________
Thanks,
kb

System:
Fedora 15
Intel Pentium 4 CPU 2.20GHz
MemTotal: 2061820 kB
Microsoft abandoned in favour of Linux: July 1, 2008
Reply With Quote
  #21  
Old 6th March 2010, 05:10 AM
Dan's Avatar
Dan Offline
Administrator
 
Join Date: Jun 2006
Location: Paris, TX
Posts: 22,309
linuxfedorafirefox
Well, it was just a hunch. However, you can use the command above to get into the old account for files. Just remember that after root moves them, you will need to change ownership and permissions for the new account to use them.

Alternatively, you might try giving your new account the same user group permissions as your old account. When I vunderborked my old account on this box, that's how I got access to the old directory and files from a user account rather than root.
__________________
Signature Links | New Posts | Who's on the forums (right now) |

© ® ™ № ¿
Reply With Quote
  #22  
Old 6th March 2010, 05:16 AM
BugRocks1's Avatar
BugRocks1 Offline
Registered User
 
Join Date: Jan 2010
Posts: 897
linuxfedorafirefox
Did some digging and found a file in /home/[user]/.config

monitors.xml

And it holds configuration information about the display.
Reply With Quote
  #23  
Old 6th March 2010, 05:26 AM
Dan's Avatar
Dan Offline
Administrator
 
Join Date: Jun 2006
Location: Paris, TX
Posts: 22,309
linuxfedorafirefox
Hmmmm. Don't have that one here. But this is a desktop box, too. At any rate, I'm so tired I'm seeing double, so good luck on it. I'll check back in the morning.
__________________
Signature Links | New Posts | Who's on the forums (right now) |

© ® ™ № ¿
Reply With Quote
  #24  
Old 6th March 2010, 05:37 AM
gldfshkpr's Avatar
gldfshkpr Offline
Registered User
 
Join Date: Jul 2008
Location: California
Posts: 90
linuxopera
Quote:
Originally Posted by BugRocks1 View Post
Did some digging and found a file in /home/[user]/.config

monitors.xml

And it holds configuration information about the display.
Yes! I find this too.
Code:
<monitors version="1">
  <configuration>
      <clone>no</clone>
      <output name="VGA-0">
      </output>
      <output name="DVI-0">
      </output>
      <output name="S-video">
      </output>
      <output name="LVDS">
          <vendor>???</vendor>
          <product>0x0000</product>
          <serial>0x00000000</serial>
          <width>1400</width>
          <height>1050</height>
          <rate>50</rate>
          <x>0</x>
          <y>0</y>
          <rotation>right</rotation>
          <reflect_x>no</reflect_x>
          <reflect_y>no</reflect_y>
      </output>
  </configuration>
</monitors>
__________________
Thanks,
kb

System:
Fedora 15
Intel Pentium 4 CPU 2.20GHz
MemTotal: 2061820 kB
Microsoft abandoned in favour of Linux: July 1, 2008
Reply With Quote
  #25  
Old 6th March 2010, 05:42 AM
BugRocks1's Avatar
BugRocks1 Offline
Registered User
 
Join Date: Jan 2010
Posts: 897
linuxfedorafirefox
Quote:
Storage of RANDR configurations

A RANDR configuration is a set of outputs, CRTCs, and their relationships (which CRTC drives which output with which modeline). GNOME remembers the configurations which the user has saved in $(XDG_CONFIG_HOME)/monitors.xml (normally ~/.config/monitors.xml). The code responsible for reading and writing this file is in gnome-desktop/libgnome-desktop/gnome-rr-config.c.

The configuration file looks like this:

Quote:
<monitors version="1">
<configuration>
...
</configuration>
<configuration>
...
</configuration>
</monitors>
http://live.gnome.org/RandR

I think Gnome remembers the settings using that file(monitors.xml) according to the link above.

If he changes the entries to normal his monitor should go back to the original state hopefully.

---------- Post added at 09:42 PM CST ---------- Previous post was at 09:38 PM CST ----------

Quote:
Originally Posted by gldfshkpr View Post
Yes! I find this too.
Code:
<monitors version="1">
  <configuration>
      <clone>no</clone>
      <output name="VGA-0">
      </output>
      <output name="DVI-0">
      </output>
      <output name="S-video">
      </output>
      <output name="LVDS">
          <vendor>???</vendor>
          <product>0x0000</product>
          <serial>0x00000000</serial>
          <width>1400</width>
          <height>1050</height>
          <rate>50</rate>
          <x>0</x>
          <y>0</y>
          <rotation>right</rotation>
          <reflect_x>no</reflect_x>
          <reflect_y>no</reflect_y>
      </output>
  </configuration>
</monitors>
There change that to "normal" and should go back to the way it was.
Mine reads like this:

<rotation>normal</rotation>
Reply With Quote
  #26  
Old 6th March 2010, 05:43 AM
gldfshkpr's Avatar
gldfshkpr Offline
Registered User
 
Join Date: Jul 2008
Location: California
Posts: 90
linuxopera
Yes!

I put in normal where "right" was and am typing this from my old (now fixed) account!!! Thank you to everybody here! I'm wearing the biggest grin right now.
__________________
Thanks,
kb

System:
Fedora 15
Intel Pentium 4 CPU 2.20GHz
MemTotal: 2061820 kB
Microsoft abandoned in favour of Linux: July 1, 2008
Reply With Quote
  #27  
Old 6th March 2010, 05:51 AM
BugRocks1's Avatar
BugRocks1 Offline
Registered User
 
Join Date: Jan 2010
Posts: 897
linuxfedorafirefox
https://fedoraproject.org/wiki/QA:Te...otated_Monitor

Maybe you should also post a bugreport about this.

https://bugzilla.redhat.com/
Reply With Quote
  #28  
Old 6th March 2010, 05:55 AM
gldfshkpr's Avatar
gldfshkpr Offline
Registered User
 
Join Date: Jul 2008
Location: California
Posts: 90
linuxopera
Quote:
Originally Posted by BugRocks1 View Post
Excellent idea. Oh, and one more thing. Seeing how I did the system-display-config --reconfig thing, should I reverse that or is there no harm done there.
__________________
Thanks,
kb

System:
Fedora 15
Intel Pentium 4 CPU 2.20GHz
MemTotal: 2061820 kB
Microsoft abandoned in favour of Linux: July 1, 2008
Reply With Quote
  #29  
Old 6th March 2010, 06:03 AM
BugRocks1's Avatar
BugRocks1 Offline
Registered User
 
Join Date: Jan 2010
Posts: 897
linuxfedorafirefox
Quote:
Originally Posted by gldfshkpr View Post
Excellent idea. Oh, and one more thing. Seeing how I did the system-display-config --reconfig thing, should I reverse that or is there no harm done there.
To undo those changes you just need to delete the xorg.conf file

su -
rm /etc/X11/xorg.conf

I think.

I wouldn't bother unless there was an issue.
Reply With Quote
Reply

Tags
black, screen, screwed

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
black screen after loading befor login screen DemonGodKid Using Fedora 3 31st May 2007 08:42 PM
Screwed up the Login Screen Perrin49 Using Fedora 26 23rd February 2007 06:38 PM
Nvidia GEForce FX 5200 Black screen with X or Blue Screen and nothin frusconi Installation and Live Media 15 17th January 2007 01:05 AM
Black screen when screen locked - server still operational JMitchell Using Fedora 7 21st September 2006 11:09 PM
screen screwed up at startup blankman64 Installation and Live Media 2 23rd July 2005 03:58 PM


Current GMT-time: 17:02 (Tuesday, 21-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat