Results 1 to 10 of 12
Correct me if I'm wrong, but I believe Ubuntu is, by default, in 24-bit color by default. Is it possible to configure this differently? If so, how? I would be ...
- 06-30-2010 #1
32-bit Colour?
Correct me if I'm wrong, but I believe Ubuntu is, by default, in 24-bit color by default. Is it possible to configure this differently? If so, how? I would be ever so happy if someone could help.
I'm not sure if this information matters or not, but I'm trying to get a Wind
w$ program to run in WiNE. I keep getting an error, which Wind
w$ users said doesn't happen when you're running it in 32-bit color.
- 06-30-2010 #2
what video card do you have? have you installed the driver?
Bodhi 1.3 & Bodhi 1.4 using E17
Dell Studio 17, Intel Graphics card, 4 gigs of RAM, E17
"The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"
- 06-30-2010 #3
Execute this in Terminal :
Post output here.Code:lspci | grep -i vga grep -i driver /etc/X11/xorg.conf
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-30-2010 #4
I tried the terminal commands you told me to run
I tried it.
anthuny@william-laptop:~$ lspci | grep -i vga
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
anthuny@william-laptop:~$ grep -i driver /ect/x11/xorg.conf
grep: /ect/x11/xorg.conf: No such file or directory
anthuny@william-laptop:~$
- 06-30-2010 #5
- 06-30-2010 #6I asked for output of lspci command check Video ( Graphics ) card only. You have Intel 945GM Card.This is going to sound really dumb, but how do I tell what video card I have.
Its a Capital X in X11.anthuny@william-laptop:~$ grep -i driver /ect/x11/xorg.conf
Execute correct command and post output here.
Execute this command too :
Does it display any contents or throw error?Code:cat /etc/X11/xorg.conf
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-30-2010 #7
32-bit color doesn't actually exist on most hardware. It's just 24-bit with some zeroes added for padding.
Color depth - Wikipedia, the free encyclopedia
Just FYI.Registered Linux user #270181
TechieMoe's Tech Rants
- 06-30-2010 #8
- 06-30-2010 #9
Create a new xorg.conf file. Press Alt+F2 and type this
Above code will open an empty xorg.conf file in Gedit with root privileges.Code:gksu gedit /etc/X11/xorg.conf
Paste these contents in file :
Save file and reboot machine.Code:Section "Device" Identifier "Configured Video Device" Driver "vesa" EndSection Section "Monitor" Identifier "Configured Monitor" HorizSync 31.5 - 70.0 VertRefresh 50 - 160 EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1280x1024" "1024x768" EndSubsection EndSectionIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-30-2010 #10


Reply With Quote
