LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 06-04-2010, 02:12 AM   #1
barbs
LQ Newbie
 
Registered: Jun 2010
Posts: 8

Rep: Reputation: 0
Crazy windows running 16bit Xorg on eee 701SD


Here's a youtube video of my problem: http://www.youtube.com/watch?v=ok7gBnEYqLk
Hi all.
I'm having a very strange problem with my installation of Arch Linux on my Asus eee 701SD. I've installed LXDE as a desktop environment, and without an xorg.conf file it works perfectly. However, I recently wanted to change the color depth for a particular application, so I used Xorg -configure* to create a conf file, moved it to /etc/X11/xorg.conf, and it still works perfectly.

I then added the line "DefaultColorDepth 16" under the "Screen" Section. Everything seems to work fine, though some of the colours don't look as nice (as expected). However, once I start Wine, when I move any windows up and down (not so much side to side), the screen goes a bit nuts. It's kinda hard to explain, but the screen seems to jumble around and go crazy until I stop moving the window. I also get the same distortion when I move the mouse over the window modifier buttons in the top right of the window, and also when I click or type within windows. Even after I close Wine, this still occurs with other windows, and doesn't stop until I close X.
I worked out later that by closing and opening the laptop screen/lid I trigger the same effects as if I'd opened Wine. I edited ~/.xinitrc to open xterm, and the same thing seemed to happen. I'd normally try to fix this myself, but I have no idea what the problem could be. Any ideas? It might be a hardware problem...

In case you're wondering why I needed 16bit color depth, I was trying to run an old windows game called Chaos Overlords on my laptop. It runs ok in 24 bit, but some of the graphics don't show up, and running it in 16bit solves this problem (the same problem occurs in Windows).
 
Old 06-04-2010, 03:09 AM   #2
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,295

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
Let me ask a couple of obvious questions.
1 Please tell us about your video card, and driver
2. Does your driver support 16 bit? I suspect not
3. Any interesting messages on stdout, or in Xorg.0.log?

grep -e 'WW' -e 'EE' -e 'NI' /var/log/Xorg.0.log
 
Old 06-04-2010, 05:16 AM   #3
barbs
LQ Newbie
 
Registered: Jun 2010
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by business_kid View Post
Let me ask a couple of obvious questions.
1 Please tell us about your video card, and driver
2. Does your driver support 16 bit? I suspect not
3. Any interesting messages on stdout, or in Xorg.0.log?

grep -e 'WW' -e 'EE' -e 'NI' /var/log/Xorg.0.log
1. lspci -v gives me:
Intel Corporation Mobile 916GM/GMS/910GML Express Graphics Controller.
The kernel driver it's using is: i915

2. Not sure how to check this unfortunately...

3. Nothing of interest. Something about AllowEmptyInput, referring to mice and keyboards i think. The only thing that might be relevant is (II) Loading extension MIT-SCREEN-SAVER.
 
Old 06-05-2010, 03:50 AM   #4
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,295

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
Thats the driver for the Intel chips. Check if it does 16 bit colour
 
Old 06-05-2010, 09:43 AM   #5
barbs
LQ Newbie
 
Registered: Jun 2010
Posts: 8

Original Poster
Rep: Reputation: 0
How do I check this?
 
Old 06-05-2010, 09:57 AM   #6
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by barbs View Post
How do I check this?
Indeed!!---I've been skimming here: http://intellinuxgraphics.org/ , but I can't find anything relevant.
 
Old 06-05-2010, 07:49 PM   #7
barbs
LQ Newbie
 
Registered: Jun 2010
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by pixellany View Post
Indeed!!---I've been skimming here: http://intellinuxgraphics.org/ , but I can't find anything relevant.
Thanks for the link. I had a look around and found this page: http://alcor.concordia.ca/manpages/sys4/intel.4.html.

Quote:
intel is an Xorg driver for Intel integrated graphics chipsets. The driver supports depths 8, 15, 16 and 24.
So yeah, seems like it does support 16 bit
 
Old 06-06-2010, 04:29 AM   #8
barbs
LQ Newbie
 
Registered: Jun 2010
Posts: 8

Original Poster
Rep: Reputation: 0
Also, I've just tested it with 15 and 8 bit color depths. The same problem occurs on 15 bit, and 8 bit looks absolutely terrible. It's all black and white, and even then it's all messy. Kinda hard to explain.
 
Old 06-07-2010, 08:14 AM   #9
barbs
LQ Newbie
 
Registered: Jun 2010
Posts: 8

Original Poster
Rep: Reputation: 0
This is what it looks like when I run the computer in 8-bit mode
http://www.youtube.com/watch?v=8syZ1rlGt78

Last edited by barbs; 06-07-2010 at 10:06 AM.
 
Old 06-08-2010, 03:44 AM   #10
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,295

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
A simple bodge occurs to me here. In xorg.conf, set up one 24 bit mode, and the same mode also in 16 bit. You can specify the default colour depth as 24. When you want to play Chaos Overlords, hit Ctrl_Alt_+ and you will change modes(16 bit). Then when you lose and quit, hit Ctrl_Alt_- and ypou're back in 24 bit :-D.
 
  


Reply

Tags
eee



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Puppy 4.3.1 on Eee PC 701SD wireless problem VE8RT Puppy 14 08-20-2010 07:38 AM
Mupen64Plus installation problems on ASUS Eee PC 701SD with default Xandros Turboo Linux - Software 1 05-29-2010 11:01 PM
Eee PC 1101: adding 1366x768 resolution to xorg.conf Kropotkin Linux - Laptop and Netbook 4 11-07-2009 11:38 AM
i bought Eee pc 701sd (2nd-hand) wen i switched it on it has no windows-just basic m meldoinlive LinuxQuestions.org Member Intro 1 11-06-2009 12:19 PM
Drivers For Linpus Linux Lite on Eee PC 701sd? Phil8715 Linux - Newbie 1 08-12-2009 06:45 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 06:30 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration