Find the answer to your Linux question:
Results 1 to 7 of 7
Greetings all! My wife and I get this problem sometimes when we switch between users on our Ubuntu (Jaunty Jackalope) system. The screen gets REALLY hosed. I hope you're able ...
  1. #1
    Just Joined!
    Join Date
    Jul 2009
    Posts
    16

    Exclamation - - help! - - display gets rasterized / messed up - - is it ubuntu, flash, firefox??

    Greetings all! My wife and I get this problem sometimes when we switch between users on our Ubuntu (Jaunty Jackalope) system.

    The screen gets REALLY hosed. I hope you're able to open the attached screenshot. Please note that there is a "SPACE" within the url - be sure to copy the entire link :

    picasaweb.google.com/lh/photo/uOlwQ8yk0yGLVuWbt6EAGQ?authkey=Gv1sRgCObRwqWw7fKWX w&feat=directlink

    Some of the info is residual from the OTHER user's session! Very odd!!

    Interestingly, the Ubuntu panels are still perfectly readable.

    I wonder if Flash might be implicated, but am unable to tell. Any ideas welcome!

    Firefox is at 3.5 (Shiretoko). Our system has 6GB main memory and we're using a NVIDIA 9400 (1 GB video) with version 180 drivers. (I had tried the experimental 185 but had no luck with that one.)

    thanks in advance!

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Post the contents of /etc/X11/xorg.conf file here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Jul 2009
    Posts
    16

    Arrow display problems - X11 xorg.conf file

    Devils', Thanks for your response! The file is below:

    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder63) Wed May 27 03:15:36 PD
    T 2009

    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection

    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection

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

    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    # generated from default
    EndSection

    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection

    Section "Device"
    Identifier "Device0"
    VendorName "NVIDIA Corporation"
    Driver "nvidia"
    EndSection

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Edit Monitor and Screen Sections :
    Code:
    Section "Monitor"
            Identifier "Monitor0"
            HorizSync 30.0 - 71.0
            VertRefresh 50.0 - 160.0
              Option "DPMS"
    EndSection
    
    Section "Screen"
            Identifier "Screen0"
            Device "Device0"
            Monitor "Monitor0"
            DefaultDepth 24
            SubSection "Display"
                         Depth 24
                            Modes        "1280x1024" "1024x768"
            EndSubSection
    EndSection
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined!
    Join Date
    Jul 2009
    Posts
    16

    Wink xorg.conf

    Is it OK to add more resolutions - esp. 1920x1200?

    Thanks very much for your help!, you rock!

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Is it OK to add more resolutions - esp. 1920x1200?
    Yes. You can add supported resolutions in modes line.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Just Joined!
    Join Date
    Jul 2009
    Posts
    16

    Red face xorg.conf

    Thanks again, Devils! I'm not exactly sure what was wrong (or why) - but hey, if the problem was solved, I am very grateful!

    Best regards, and many thanks!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...