PDA

View Full Version : [ubuntu] Upsidedown desktop



foutes
July 26th, 2011, 03:10 AM
Started up laptop tonight to find the desktop is upside down.

Ubuntu 10.10 gnome

Asus Eee PC 1215N

I have tried xrandr -o normal to no avail.

Anyone ever run into this?

23dornot23d
July 26th, 2011, 03:17 AM
Does anyone else have access to your computer ... my first thoughts would be someone is setting me up here.

do you have a separate xorg.conf file .......... check there first .......

gedit /etc/X11/xorg.conf

show a screenshot of it - or copy and paste it here ........ it may give clues ..... :confused:

what graphics card is it you use too ...... ?

Just googled it (http://www.google.com/search?client=ubuntu&channel=fs&q=linux+upside+down+desktop&ie=utf-8&oe=utf-8)and then checked its not April the 1st ........ seems that you are not alone .....

one of the others just re-installed the Nvidia drivers and solved it ......

kerry_s
July 26th, 2011, 03:17 AM
you try the monitor settings under preferences?

foutes
July 26th, 2011, 03:28 AM
No one but me has access to the laptop .

The desktop is not usable so no screen shots.I am using a live cd to post here.

xorg.conf


Section "DRI"
Mode 0666
EndSection

Section "ServerLayout"
Identifier "Layout0"
Screen "Screen1"
Option "AutoAddDevices" "false"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
EndSection

Section "Files"
EndSection

Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BusID "PCI:04:00:0"
Option "IgnoreEDID"
Option "ConnectedMonitor" "DFP-0"
EndSection

Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1920x1200" "1920x1080" "1680x1050" "1600x1200" "1440x900" "1280x1024" "1366x768" "1360x768" "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 73.0
VertRefresh 43.0 - 72.0
Option "DPMS"
Modeline "1920x1200" 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync
Modeline "1920x1080" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
Modeline "1680x1050" 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync
Modeline "1600x1200" 161.00 1600 1712 1880 2160 1200 1203 1207 1245 -hsync +vsync
Modeline "1440x900" 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync
Modeline "1368x768" 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync
Modeline "1280x800" 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync
Modeline "1280x1024" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync
EndSection

23dornot23d
July 26th, 2011, 04:04 AM
If it works ok with the live cd

Copy the xorg.conf somewhere safe ........ to xorg.conf.backup1

and retry it ...... without one - by deleting the old xorg.conf .

Then to re-create a new one once you are in ...... type

sudo nvidia-xconfig

to create a new Xorg.conf

see if it makes any difference

mine looks like this ..... and I am not sure how yours has been generated ......



# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 270.29 (buildd@roseapple) Fri Feb 25 14:43:24 UTC 2011

# commented out by update-manager, HAL is now used and auto-detects devices
# Keyboard settings are now read from /etc/default/console-setup
#Section "InputDevice"
#
# # generated from default
# Identifier "Mouse0"
# Driver "mouse"
# Option "Protocol" "auto"
# Option "Device" "/dev/psaux"
# Option "Emulate3Buttons" "no"
# Option "ZAxisMapping" "4 5"
#EndSection
# commented out by update-manager, HAL is now used and auto-detects devices
# Keyboard settings are now read from /etc/default/console-setup
#Section "InputDevice"
#
# # generated from default
# Identifier "Keyboard0"
# Driver "kbd"
#EndSection

Section "ServerLayout"

# commented out by update-manager, HAL is now used and auto-detects devices
# Keyboard settings are now read from /etc/default/console-setup
# InputDevice "Keyboard0" "CoreKeyboard"
# commented out by update-manager, HAL is now used and auto-detects devices
# Keyboard settings are now read from /etc/default/console-setup
# InputDevice "Mouse0" "CorePointer"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection

Section "Files"
EndSection

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

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

Section "Monitor"

# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "PHILIPS 107E"
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 9300M GS"
EndSection

Section "Screen"

# Removed Option "metamodes" "DFP-0: nvidia-auto-select +0+0, DFP-1: nvidia-auto-select +1440+0"
# Removed Option "metamodes" "DFP-0: nvidia-auto-select +0+0, DFP-1: 1920x1080 +1440+0"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "1"
Option "TwinViewXineramaInfoOrder" "DFP-1"
Option "metamodes" "CRT: nvidia-auto-select +1920+0, DFP-1: 1920x1080 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection


Looking at the link you give for the Git site .....

Nvidia Optimus Support in Ubuntu https://github.com/MrMEEE/bumblebee

Confirmed working on Asus Eee PC 1215n in Ubuntu 10.10.


is this the only way you could get it to work ?

foutes
July 26th, 2011, 04:06 AM
I reinstalled nvidia drivers and the desktop is now as it should be but now I can not enable desktop effects.

NetDoc
July 26th, 2011, 04:06 AM
The desktop is not usable so no screen shots.I am using a live cd to post here. Qelle domage! That would have been fun to at least see. Be sure to let us know of the ultimate solution.

foutes
July 26th, 2011, 04:16 AM
It seems it is a bug in Bumblebee,

Bumblebee is for Optimus support in Ubuntu.

I will post the fix I get from the link in my sig in case someone else has this problem.